:root{
    --orangecolor:#f97316;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.bunny.net/figtree/files/figtree-latin-400-normal.woff2) format('woff2'),
       url(https://fonts.bunny.net/figtree/files/figtree-latin-400-normal.woff) format('woff'); 
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, 
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, 
                 U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Calibri';
    src: url('./fonts/Calibri.woff2') format('woff2'),
        url('./fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('./fonts/Calibri-Bold.woff2') format('woff2'),
        url('./fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.bunny.net/figtree/files/figtree-latin-ext-400-normal.woff2) format('woff2'),
       url(https://fonts.bunny.net/figtree/files/figtree-latin-ext-400-normal.woff) format('woff'); 
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, 
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.bunny.net/figtree/files/figtree-latin-500-normal.woff2) format('woff2'),
       url(https://fonts.bunny.net/figtree/files/figtree-latin-500-normal.woff) format('woff'); 
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, 
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, 
                 U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.bunny.net/figtree/files/figtree-latin-ext-500-normal.woff2) format('woff2'),
       url(https://fonts.bunny.net/figtree/files/figtree-latin-ext-500-normal.woff) format('woff'); 
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, 
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.bunny.net/figtree/files/figtree-latin-600-normal.woff2) format('woff2'),
       url(https://fonts.bunny.net/figtree/files/figtree-latin-600-normal.woff) format('woff'); 
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, 
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, 
                 U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.bunny.net/figtree/files/figtree-latin-ext-600-normal.woff2) format('woff2'),
       url(https://fonts.bunny.net/figtree/files/figtree-latin-ext-600-normal.woff) format('woff'); 
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, 
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


html *, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
/*    font-family: 'Calibri';*/
    font-family: 'Calibri', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;

/*    font-family: Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";*/
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

.topheader,.bg-black{
    background-color: #000;
}

.text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.mb-12 {
    margin-bottom: 3rem;
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.font-bold {
    font-weight: 700;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.ml-2 {
    margin-left: .5rem;
}
.w-10 {
    width: 2.5rem;
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.h-10 {
    height: 2.5rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-gray-600,#myTab button { 
    color: rgb(75 85 99 / 1);
}
.cursor-pointer {
    cursor: pointer;
}
.leftUsercolumn {
/*    width: 100%; */
    border: 1px solid #c9c9c9;
    padding: 15px;
    border-radius: 15px;
    background-color: #f1f1f1;
}

.w-full {
    width: 100%;
}
.topheader a{text-decoration: none;}

.topheader .navbar a{color: #fff;}

.topheader .navbar ul li{padding-left: 10px;padding-right: 10px;margin-block: 5px}

.font-medium {
    font-weight: 500;
}

a.lastmenuitem{
    background-color: var(--orangecolor);border-radius: 5px;
}

#navbarNavAltMarkup ul{
    min-height: 48px;
}
.loggedindashboardlogo {
    display: flex;
    height: 100%; 
    align-items: center;
}
.topheader.dashboard-loggedin .navbar a.dropdown-item {
    color: unset;
}
.topheader.dashboard-loggedin .navbar ul li:last-child a{
    background-color: unset;
}

.topheader.dashboard-loggedin .navbar ul li.lastmenuitem a {
    background-color: var(--orangecolor);color: #fff;
}
input[type="checkbox"],input[type="radio"] {
    border-color: #007bff;
}
.topheader .navbar ul li:last-child{
    padding-right: 0px;
}
.topheader .navbar ul li a{
    padding: 0.5rem 1rem;border-radius: 5px;
}
.topheader .navbar ul li a:hover{
    background-color: #ffffff; color: var(--orangecolor);
}

.welcomebuttonHome a { 
    display: inline-table;
}

.welcomebuttonHome button {
    border: none;
    padding: 10px;
    border-radius: 10px;
}

.orangebutton {
    background-color: var(--orangecolor);
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
}
.profileSpan {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: contain;
    overflow: hidden;
    border: 2px solid #ffffff;
    margin-top: -20px;
    position: relative;
    margin-left: 5px;
}
.likeProfile{
    margin-top: -20px;
}
.likeProfile .far{
    font-size: 12px;
}
.usercircle .profileSpan {
    width: 80px;height: 80px;margin: 5px auto;background-color: var(--orangecolor);display: table;
}
.likesNumber {
    font-size: 12px;
    color: #585757;
}
.userPloop{
    width: 100%;
}
.userPloop .userPloopImg {
    width: 100%;
    border-radius: 10px;
    height: 320px;
    object-fit: cover;
}
.selectvideobtn {
    padding: 8px 30px;
    color: #fff;
    background-color: var(--orangecolor);
    border-radius: 6px;
    border: unset;
}

.orangeButtonStandard{
     background-color: var(--orangecolor);
    color: #fff;
    float: right;
    border:0;
    border-radius: 0.5rem;
}

span.navbar-toggler-icon {
    background-color: #fff;
}
.orangecolor{
    color: var(--orangecolor);
}
.orangebutton:hover,.follow-btn:hover{
    background-color: #ea580c;
    color:#fff;
}
.follow-btn:hover{
    border-color: var(--orangecolor);
}
.prev,.next{
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    text-decoration: none;
    padding: 7px 15px;
}
 .prev:hover,.next:hover{
    color: var(--orangecolor);
}
.viewsLikes a{
    color: #000000;
    text-decoration: none;
}
button.navbar-toggler {
    float: right;
    width: 100%;
    text-align: right;
}

.eightbox-pagination {
    display: table;
    margin: 0 auto;
}

span.navbar-toggler-icon1.text-white {
    text-align: right;
    float: right;
    width: 100%;
}

.w-4 {
    width: 1rem;
}

.pendingstatus {
    background-color: #ffe200;
    border-radius: 100%;
    color: #000;
    width: 25px;
    height: 25px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.rejectedstatus {
    background-color: #c6131b;
    border-radius: 100%;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.approvedstatus {
    background-color: #29ff00;
    border-radius: 100%;
    color: #000;
    width: 25px;
    height: 25px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.redbutton{border-radius: 0.5rem; color: #fff; border: 0px;}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.mt-auto {
    margin-top: auto;
}
.mr-2 {
    margin-right: .5rem;
}

.h-4 {
    height: 1rem;
}

.logo a {
    display: flex; 
    align-items: center;
}
.welcomebody {
    height: 450px;
    display: table-cell;
    vertical-align: middle;
/*    transform: translate(0px, 100px);*/
}

.linksbottom {
    border: 0;
    background: none;
    display: block;
    width: 100%;
}
a#bookmarkLink {
    color: #000;
    text-decoration: none;
}
.usericonblock {
    border-radius: 50px;
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    border: 1px solid var(--orangecolor);
    display: inline-block;
}
.userIcon img {
    width: 30px;
    object-fit: contain;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 60px;
    background-color: #000000;
}
.commentRow{
    border-bottom: 1px solid #dddddd;
}
.commentBox{
    height: 400px;
    overflow-y: scroll;
}
.videoListingRight{
    height: 900px;
    overflow-y: scroll;
}
.videoListingRight ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; /* space between items */
  padding: 0;
}

.videoListingRight li {
  list-style: none;
}

.videoListingRight a {
    text-decoration: none;
    color: #000000;
}
 
.flexdiv {
    justify-content: left;
    align-items: center;
    display: flex;
}
.w-full {
    width: 100%;
}
.tab-content video{
    max-width: 400px;
}
.aspect-video {
    aspect-ratio: 16 / 9;
    background-color: #000000;
}

.followPage .aspect-video {
    aspect-ratio: 5 / 7;
    background-color: #000000;
    object-fit: cover;
}
.mb-2 {
    margin-bottom: .5rem;
}
.notificationDiv { 
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.card {
    min-height: 160px;
}
.tab-pane {
    padding: 15px;
    background-color: #fff;
}
.usercircletext {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d5d5d5b0;
    width: 70px;
    height: 70px;
    font-weight: bold;
}
.userProfilecircle {
    margin-right: 10px;
    float: left;
}
.useridcontent {
    float: left;
}
.useridcontent p{
    margin-bottom: 0px;
}

img.userpropic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border: 1px solid var(--orangecolor);
    border-radius: 100%;
    background-color: #fff;
}

.navbar-toggler svg.bi.bi-list {
    fill: #fff; 
}

.dropdown-toggle::after{
    color: #fff;
}

.show .offcanvas-body li a,.show .offcanvas-body li a span,.show .dropdown-toggle::after{
    color: #000!important;
}

.bodyPartContent {
    padding-top: 1rem; 
    padding-bottom: 1rem;
}
.card-footer img#imagePreview {
    width: calc(100% - 20px);
    height: 150px;
    object-fit: contain;
    max-width: 200px;
}
.profileLeft{
    width: 50%;
    height: auto;
}
.leftUserimage {
    background-color: #000000;
    width: 150px;
    height: 150px;
    border-radius: 100px; 
    margin: 0 auto;
}
.p-8 {
    padding: 2rem;
}
.leftUserimage img{
    width: 100%;object-fit: contain;height: 150px;border-radius: 100px;mask-size: cover;
}
.w-50{width: 50%}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.rounded-lg {
    border-radius: 0.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}

.border-dashed {
    border-style: dashed;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / 1);
}

.border-2 {
    border-width: 2px;
}
.transition-colors {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}
button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
.rounded-md {
    border-radius: calc(0.5rem - 2px);
}
.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / 1);
}
.w-12 {
    width: 3rem;
}
.h-12 {
    height: 3rem;
}
.bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: var(--orangecolor);
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
    margin-bottom: 15px;
}
.gap-2 {
    gap: .5rem;
}
.flex-row {
    flex-direction: row;
}
.justify-end {
    justify-content: flex-end;
}
.buttonflex{
    display: flex;
}
input[type="text"]{
    min-height: 34px;
}
.w-auto{width: auto;}

/* new css for file upload */
.custom-file-button input[type=file] {
  margin-left: -2px !important;
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}
.custom-file-button input[type=file]::file-selector-button {
  display: none;
}
.custom-file-button:hover label { 
  cursor: pointer;
}
/* new css for file upload ended */

.rounded-lg {
  border-radius: 1rem;
}

.custom-file-label.rounded-pill {
  border-radius: 50rem;
}
.custom-file-button label { 
    line-height: unset;
}
.custom-file-label.rounded-pill::after {
  border-radius: 0 50rem 50rem 0;
}

.videoCard{border: 1px solid #dee2ef;padding: 10px 10px 0px 10px;
    background-color: #ffffff;border-radius: 10px;}

.sharelikebutton ul {
    padding-left: 0;
}

.sharelikebutton li {
    display: inline-block;
    list-style: none;
    padding: 5px; 
}

.sharelikebutton li a{text-decoration: none; color: rgb(75 85 99 / 1); }
.sharelikebutton li a:hover{color: var(--orangecolor); }
.videoCard a{
    --tw-bg-opacity: 1;
    color: rgb(55 65 81 / var(--tw-bg-opacity));
    text-decoration: none;
}

.categories-row li a {
    padding: 20px 30px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #eb3831 0%, #f9d356 100%);
    position: relative;
    z-index: 0; 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    box-shadow: 2px 2px 13px 0px #fff; 
}
.categories-row li a:hover > span, .categories-row li a:hover {
    color: #ffffff!important;
    background-image: none!important;
    -webkit-text-fill-color: unset;
}

.categories-row li a::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #000; 
  border-radius: inherit;
  z-index: -1;
}
span[aria-disabled="true"] > span.relative.inline-flex.items-center { 
    margin-right: 10px;
}
.categories-row li a:hover::after {
  background: linear-gradient(90deg, #eb3831 0%, #f9d356 100%);
}


.categories-row li a,
.categories-row li a::after {
  transition: background 0.3s ease;
}
.categories-row li a span{ 
  background-image: linear-gradient(90deg, #eb3831 0%, #f9d356 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  background-clip: text;
  color: transparent;
}

.categories-row li:nth-child(2) a span{
    background-image: linear-gradient(90deg, #6b50af 0%, #90e0d5 100%);
}

.categories-row li:nth-child(2) a{ 
  background: linear-gradient(90deg, #6b50af 0%, #90e0d5 100%); 
} 

.categories-row li:nth-child(2) a:hover::after {
  background: linear-gradient(90deg, #6b50af 0%, #90e0d5 100%); 
}

.categories-row li:nth-child(3) a span{
    background-image: linear-gradient(90deg, #ee5a8c 0%, #eec4c8 100%);
}

.categories-row li:nth-child(3) a{ 
  background: linear-gradient(90deg, #ee5a8c 0%, #eec4c8 100%); 
} 

.categories-row li:nth-child(3) a:hover::after {
  background: linear-gradient(90deg, #ee5a8c 0%, #eec4c8 100%); 
}

.categories-row li:nth-child(4) a{ 
  background: linear-gradient(90deg, #5fd243 0%, #85d6cd 100%); 
} 

.categories-row li:nth-child(4) a:hover::after {
  background: linear-gradient(90deg, #5fd243 0%, #85d6cd 100%); 
}
.categories-row li:nth-child(4) a span{
    background-image: linear-gradient(90deg, #5fd243 0%, #85d6cd 100%);
}

.categories-row li:nth-child(5) a span{
    background-image: linear-gradient(90deg, #d23bec 0%, #96d6fa 100%);
}

.categories-row li:nth-child(5) a{ 
  background: linear-gradient(90deg, #d23bec 0%, #96d6fa 100%); 
} 

.categories-row li:nth-child(5) a:hover::after {
  background: linear-gradient(90deg, #d23bec 0%, #96d6fa 100%); 
}


.categories-row li:nth-child(6) a{ 
  background: linear-gradient(90deg, #f9ed4d 0%, #fbc2f5 100%); 
} 

.categories-row li:nth-child(6) a:hover::after {
  background: linear-gradient(90deg, #f9ed4d 0%, #fbc2f5 100%); 
}

.categories-row li:nth-child(6) a span{
    background-image: linear-gradient(90deg, #f9ed4d 0%, #fbc2f5 100%);
}


.categories-row a.activeCategories{background-color: #000;color: #fff}

.eightbox-pagination a.relative {
    background-color: var(--orangecolor)!important;
    color: #fff; 
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px;
}
.eightbox-pagination p {
    display: table;
    width: 100%;
    margin-top: 15px;
    color: #ffffff;
}

input#defaultCheck1 {
    border-color: #898989;
}
 
 
.pdcustom {
    padding: 0.5rem 1rem; 
}

.deactivate-check{
    font-size: 12px;
}


.categories-row ul li {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.veryfieduser {
    background-color: #1987546e;
    font-style: italic;
    padding: 5px 15px;
    border-radius: 5px;
}

.notverifieduser {
    background-color: #ffc107;
    font-style: italic;
    padding: 5px 15px;
    border-radius: 5px;
}

.veryfieduser a,.notverifieduser a {
    color: #000;
    text-decoration: none;
}

.videoComments-previewpage {
    column-count: 2;
}

#videoFileName {
    border: 0px;
    width: 100%;
    color: var(--orangecolor);
    text-decoration: underline;
}
.justify-content-center.browse-new-section.p-4 {
    padding-bottom: 0px!important;
}
.custom-progress-bar {
    background-color: var(--orangecolor); /* Change to any shade of green */
}

/*upload video drag and drag css start*/
.upload-box {
    width: 100%; 
    margin: 20px auto;
    padding: 30px 0px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
    cursor: pointer;
}
.upload-box.dragover {
    border-color: #007bff;
    background-color: #eef7ff;
}
.upload-box img {
    width: 50px;
    opacity: 0.6;
}
.upload-box p {
    font-size: 16px;
    color: #555;
}
.upload-box button {
    background-color: #ff6600;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}
.upload-box button:hover {
    background-color: #e65c00;
}
#videoPreview { 
    margin-top: 10px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}      
/*upload video drag and drag css end*/

.subscriptionBody{
    height: calc(100vh - 150px);
}

.contentTerms ol > li {
    margin-bottom: 15px;
}

.footer ul li a{
    text-decoration: none;

}
.footer ul li:first-child:after {
    padding-left: 5px;
    content: "|";
    color: #9b9b9b;
}
.footer ul li a,.copyright{
    color: #c5c5c5;
}
.footer ul li a:hover{
    text-decoration: underline;color: #ffffff;
}

.categories-banner-section {
    background: #000000 url('../images/banner.jpg') no-repeat scroll 0 0;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffbf02;
    font-family: 'Calibri';
    font-weight: bold; 
}

.socialLike{
    color: #000000;text-decoration: none;
}
.socialLike:hover{
    color: var(--orangecolor);
}
.categories-banner-section h1 {
    font-size: 5em; 
    font-weight: bold;
    line-height: 80px;
    padding-left: 50px;
}
.rightlisting {
    background: linear-gradient(135deg, #f6bd8b87, #e9b3f214);
}

a.follow-btn {
    background: var(--orangecolor);
    padding: 6px 20px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid var(--orangecolor);
    font-size: 15px;
}



.user-list {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to next line on smaller screens */
    gap: 20px; /* Spacing between items */
    padding: 0;
    margin: 0;
}

.user-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 16px; 
    border-radius: 8px;
    /*border: 1px solid #ccc;
    background-color: #f9f9f9;*/
    margin-bottom: 12px;
    width: 100%; /* Full width */
    box-sizing: border-box;
}
.user-list li:hover {
    background-color: #50454526;
}
.followingListUl h3 {
    font-size: 18px;
    text-transform: capitalize;
}
.videoCard h3.h5.pt-2.font-bold {
    font-weight: normal;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.videoListingRight ul {
  display: grid;
  grid-template-columns: 1fr; 
}
.linkdinbtn,.linkdinbtn:hover{
    background-color: #0a66c2;
    color: #ffffff;
}
.facebookbtn,.facebookbtn:hover{
    background-color: #1877f2;
    color: #ffffff;
}
.twitterbtn{
    background-color: #0a66c2;
    color: #ffffff;
}
.telegrambtn{
    background-color: #0a66c2;
    color: #ffffff;
}
.reeditbtn{
    background-color: #0a66c2;
    color: #ffffff;
}
.whatsappbtn{
    background-color: #0a66c2;
    color: #ffffff;
}

.searchbtn{
    background-color: var(--orangecolor);
    color: #ffffff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.searchbtn:hover{
    background-color: #f97316;
    color: #ffffff;
}
video.w-full.aspect-video {
    border-radius: 10px;
}
/**/
.classtable{width: 100%;display: table;}
.profile-img {
    object-fit: cover;
}

.follow-btn {
    min-width: 90px;
    text-align: center;
}
.eightbox-pagination p {
  display: table;
  width: 100%;
  margin-top: 15px;
  color: #000;
  }
  
.followingListUl .block {
    display: none;
    border-bottom: 1px solid #ffffff;
}

#load { 
    cursor: pointer;
}

.blockMain {
    display: none;
    font-size: 20px;
}

#loadMain { 
    cursor: pointer; 
}
/**/



@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .topheader .container{
        max-width: 96%;
    }
    .vh-70{
        height: 70vh;
    }
    .topheader .navbar ul li {
        padding-left: 1px;
        padding-right: 1px; 
    }
    .categories-banner-section h1 {
        font-size: 4em; 
        line-height: 70px; 
    }
    .videoCard h3.h5.pt-2.font-bold { 
        max-width: 95px; 
        font-size: 16px;
    }
    .videoCard .text-sm {
        font-size: 0.641rem; 
    }
     
}
 

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .categories-banner-section h1 {
        font-size: 3em; 
        line-height: 50px; 
    }
    .videoCard h3.h5.pt-2.font-bold { 
        max-width: 95px; 
        font-size: 16px;
    }
   .vh-70{
        height: 70vh;
    }
    .videoCard .text-sm {
        font-size: 0.641rem; 
    }
}

@media only screen and (min-width: 1280px){
     .videoCard h3.h5.pt-2.font-bold{
        max-width: 180px;
     }
}
@media (min-width: 768px) {
  .videoListingRight ul {
    grid-template-columns: repeat(2, 1fr);
  } 
}

@media only screen and (max-width: 767px){
    .categories-banner-section .row > .w-50 {
        width: 100%!important;
    }
    .footer * {
        text-align: center;
    }
    .footer  ul.list-inline.d-flex.justify-content-end.mb-0 {
        justify-content: center!important;
    }
    
    .categories-row li a {
        padding: 10px 12px; 
        font-size: 18px; 
    }
     .categories-banner-section h1 {
        font-size: 3em; 
        line-height: 50px; 
         padding-left: 10px;
    }
    .categories-banner-section { 
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 50px;
       
    }
}