:root {
    --primary-color: #000000;
    --text-color: #333;
    --text-color-light: #f7f2f2;
    --bs-body-bg: #121212;
    --bs-heading-color: #0dfd2ab5;
}

/* Override Bootstrap */
.btn-primary {
    background: var(--primary-color) !important;
    border-color: #1346e5!important;
    border-style: solid !important;  /* Solid border style */
    border-width: 0.19rem !important;  /* Thickness of the border */
}

body {
    font-size: 1rem;
    color: #f0f0f0;
    line-height: 1.575;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    position: relative;
}

.card {
    border-radius: 0;
    border: #003cff 1.5px dotted;
}

.card-title {
    padding: 0 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    background: #181333;
    border: solid 2px #005dff;
}

@media (max-width: 576px) {
    .container-fluid {
        max-width:100% !important;
        padding-left:0px;
        padding-right:0px;

    }
}

.movie-wrapper {
    background-color: #1a1a1a;
    border-bottom: 1px dotted #afcddc;
}
.movie-wrapper > a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.movie-wrapper > a:hover {
    color: #666;
}

.movie-column {
    vertical-align: middle;
    display: table-cell;
    font-weight: bold;
}

.movie-column > img {
    margin-right: 5px;
}

.movie-column > p {
    color: #dcdcdc;
    margin: 0;
    word-wrap: anywhere;
}

.carousel-container {
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 10px 0;
    overflow-x: auto;
}

.btn-download {
    padding: 8px 16px;
    font-weight: bold;
    color: #fff !important;
}

.btn-download:hover, .btn-download:active {
    color: #fff !important;
}

.btn-red {
    background: linear-gradient(90deg, #ff6347, #ff4500);
    border: 2px solid #ff4500;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.btn-red:hover {
    background: #ff6249 !important;
}

.btn-red:active {
    background: #ca3800 !important;
}

.btn-blue {
    background: linear-gradient(90deg, #1e90ff, #00bfff);
    border: 2px solid #00bfff;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.btn-blue:hover {
    background: #02bdff !important;
}

.btn-blue:active {
    background: #1977c4 !important;
}

.img-carousel {
    width: 90px;
    height: 122px;
    border: 2px solid #f5f5f5;
    box-shadow: 2px 2px 3px 3px #1441db;
}

.list-group {
    border-radius: 0;
}

.img-movie {
    width: 112px;
    height: 151px;
    border-radius: 2px;
    background: linear-gradient(#222, #222), linear-gradient(to right, #e94141, #b4b230);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    border: 4px solid #d7141400;
    transition: .3s;
}

.img-movie-page {
    height: 320px;
    width: 240px;
    border: #4c6199d6 solid 4.5px;
}

.title-page {
    text-decoration: none !important;
    font-weight: bold;
}
.movie-info {
    padding: 0;
    margin: 0;
    list-style: none;
}

.movie-info > li {
    padding: 0 10px;
    color: #ffffff; /* Brighter text for better visibility */
}

.movie-info > li:nth-child(even) {
    background: #333; /* Dark background for even items */
}

.movie-info > li:nth-child(odd) {
    background: #444; /* Slightly lighter background for odd items */
}

/* Header inside the movie-info */
.movie-info > li > span {
    font-weight: bold;
    color: #ffd700; /* Gold color for the headers to stand out */
}

/* Description text */
.movie-info > li.description {
    color: #d3d3d3; /* Lighter text color for descriptions */
}

.img-ss {
    width: 340px !important;
    padding: 0.5rem;
}

.normal-text {
    font-size: 1rem;
}

#btnTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.bookmark-box {
    padding: .2rem 1rem;
    border: 1.7px solid #62c361;
    margin-bottom: .5rem;
}

/* Pagination */
.page-link {
    color: #ffffff;
}

.page-link:hover {
    color: var(--primary-color);
}


.active > .page-link, .page-link.active {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}


.link-movie {
    width: 100%;
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding-bottom .25rem;
}

.link-movie::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width .3s;
}

.link-movie:hover::after {
    width: 100%;
    //transition: width .3s;
}


/* Movie Page  */
.movie-info > li > a {
    text-decoration: none;
    font-weight: bold;
    color: #2031bb;
}

.movie-info > li > a:hover {
    color: var(--text-color-light);
}

.tags  {
    border-bottom: 1px Solid #bbb;
    border-top: 1px Solid #bbb;
    padding: 5px 10px;
    text-align: center;
    background-color: #22252d;
    font-size: small;
    color: white;
}


.styled {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 5px;
  background-color:rgba(1, 6, 1, 0.8) ;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled:hover {
  background-color: rgba(209, 0, 0, 0.8);
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
/* Container for buttons */
.button-container {
    display: flex;
    gap: 10px; /* Spacing between buttons */
    justify-content: center; /* Center align the buttons */
    margin-top: 20px;
}

/* Common styles for buttons */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* Remove underline */
    padding: 10px 20px; /* Spacing inside button */
    font-size: 16px; /* Text size */
    font-weight: bold; /* Bold text */
    color: white; /* Text color */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Shadow effect */
    transition: transform 0.3s ease; /* Hover animation */
}

/* Hover effect */
.button:hover {
    transform: scale(1.05); /* Slightly enlarge button */
}

/* Blue button styles */
.button.blue {
    background: linear-gradient(90deg, #1e90ff, #00bfff); /* Gradient for blue button */
    border: 2px solid #00bfff; /* Border color */
}

/* Red button styles */
.button.red {
    background: linear-gradient(90deg, #ff6347, #ff4500); /* Gradient for red button */
    border: 2px solid #ff4500; /* Border color */
}

.genre-text {
    color: #ef4444; /* Red */
    max-width: 250px; /* Adjust as needed */
    display: inline-block;
    font-size: small;
    white-space: normal; /* Allows text to wrap */
    font-family: Georgia, serif; /* Sets the font family */
}

.text-warning {
    --bs-text-opacity: 1;
    color: #33a788 !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #B2BEB5;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: #d7dadd;
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}


.OTT {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0.5rem;
    margin-bottom: 0rem;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 0.5rem;
}

.OTTCERCLE {
    border: 2px solid grey;
    border-radius: 20%;
    width: 50px;
}

.buttonnew {
    color: white;
    padding: 3px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13.5px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 1px;
    box-shadow: 0px 0px 20px -10px #bcafad;
    margin: 4px 2px;
	  border: 2px solid white;
}

.button5 {
    background-color: #EBB22E;
    color: white;
    border-radius: 2.5px;
    box-shadow: 0px 0px 20px -10px #BCAFAD;
    margin: 4px 2px;
}
.button {
    color: white;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13.5px;
    margin: 2px 1px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.botton {
    font-family: poppins, sans-serif;
    color: white;
    padding: 7px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 6px 1px;
    transition-duration: 0.4s;
    cursor: pointer;
    min-width: 145px;
    box-shadow: 0px 0px 32px -10px #1254EE;
}

.bollywood {
    background-color: #44b81a;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 500;
    padding: 9.5px;
}