<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    overflow-y: hidden;
    font-family: 'Roboto', sans-serif !important;
}

.wholesection {
    max-width: 1920px;
    margin-bottom: 20px;
}

.djname {
    color: var(--main) !important;
}

.card {
    max-width: 18em;
    margin: 1em;
    margin-inline: auto;
    background-color: #212529;
    box-shadow: 0 0 10px rgba(65, 65, 65, 0.25);
}

.stickypart {
    position: sticky;
}

.card .img {
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
}


.btns5 {
    width: 100%;
    font-size: 1em;
    padding: 0.3em 1em;
    color: #fff;
    background-color: var(--main) !important;
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:600
}

.btns {
    font-size: 1em;
    padding: 0.5em 1em;
    color: #fff;
    background-color: var(--main) !important;
    border: none;
    border-radius: 5px;
    width: 100%;
}



.block {
    width: 100%;
    background-color: #212529;
    text-align: left;
    box-shadow: 0 0 10px rgba(65, 65, 65, 0.25);
}

.gallerypic {
    width: clamp(8.125rem, 6rem + 15.625vw, 18.75rem);
    aspect-ratio: 1;
    object-fit: cover;
    position: relative !important;
}

/*.navbar1 {
    list-style: none;*/
/*background: linear-gradient(90deg, #212529 50%, transparent 100%);*/
/*background-color: #111111;
    color: #eee;
    text-align: left;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 10;
}*/

.navbar1 li {
    display: inline-block;
    padding: 15px;
}

    .navbar1 li a {
        color: #eee;
        text-decoration: none;
    }

        .navbar1 li a.active {
            color: var(--main) !important;
        }

.icon {
    display: inline-block;
    height: clamp(1rem, 0.4375rem + 1vw, 1.5rem);
    width: clamp(1rem, 0.4375rem + 1vw, 1.5rem);
}

.socialicon {
    display: inline-block;
    height: clamp(1.5rem, 0.5rem + 2vw, 2rem);
    width: clamp(1.5rem, 0.5rem + 2vw, 2rem);
}

.maintext {
    font-size: clamp(1.125rem, 0.5781rem + 1.75vw, 1.5625rem) !important;
    font-weight: bolder;
}

.pyaratext {
    font-size: clamp(0.6875rem, 0.6rem + 0.4vw, 1.125rem);
}

.subheading {
    font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
}

@media (max-width: 431px) {
    .navbar1 {
        display: none;
    }
}

@media(max-width:1441px) {
    .gallerypic {
        width: clamp(8.125rem, 6rem + 11.625vw, 24.75rem);
        aspect-ratio: 1;
        object-fit: cover;
        position: relative !important;
    }
}

@media(max-width:769px) {
    .gallerypic {
        width: clamp(8.125rem, 6rem + 10.625vw, 24.75rem);
        aspect-ratio: 1;
        object-fit: cover;
        position: relative !important;
    }
}
/*from view page*/
::placeholder {
    color: white
}

.point-text {
    font-size: 12px !important
}

@media(max-width:500px) {
    .wholesection {
        padding-top: 50px !important
    }
}


.navbar1 {
    position: absolute; /* Initially absolute */
    width: 100%;
    background: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
    padding: 0px 0;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

    .navbar1.fixed {
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

.profileimg {
    object-position: top;
    border: 1px solid #ab8024;
    object-fit: cover !important;
    aspect-ratio: 1;
    height: 100%;
    max-width: 100%;
}

.pyaratext {
    /* font-size: 12px !important;
    font-weight: 500 !important;*/
    margin-bottom: 5px;
}

.reviews {
    font-weight: 600 !important;
    font-size: 16px !IMPORTANT;
    color: white;
    padding-top: 25px;
}

.stname {
    color: #ab8024 !important;
    margin-left: 5px
}

#reviewText {
    height: 180px;
    background-color: #323232;
    color: white;
    padding: 10px;
}

#submitReview {
    width: 100% !important;
    font-weight: 900;
}

#viewMoreButton {
    min-width: 100px !important;
    padding: 6px 20px !important;
    cursor: pointer
}

.exampleModalCenter {
    width: 100% !important;
    overflow-y: hidden
}

.carouselicon {
    height: 30px !important;
    width: 30px !important
}

.gallerypic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

#staticBackdropTitle {
    top: 10px !important;
    left: 50px;
    color: #ab8024 !important;
    font-size: 18px !important;
    font-weight: bold;
}

.crossbtn {
    color: white;
    text-align: right;
    padding-right: 20px;
    padding-top: 4px;
}

.djmusic {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-left: 10px !important;
    color:white !important
}

.modallabel {
    color: #ab8024;
    font-weight: bold;
    padding: 10px
}

.sidelabel {
    font-size: 14px !important;
    color: #ab8024
}

.djname {
    font-size: 24px !important;
    color: #ab8024 !important;
    font-weight: bold
}

.datavalue {
    color: white;
    font-size: 12px !important
}

.hospitalityitems {
    font-size: 12px !important;
    font-weight: 300 !important;
    display: flex;
    align-items: center;
}

.profiledatadet {
    font-size: 14px !important;
    font-weight: 800 !important;
    margin-left: 10px !important;
}

.NewReleases {
    border: transparent;
    box-shadow: skyblue;
    box-shadow: 0px 9px 9px 2px rgb(0 0 0 / 20%);
}


/* Disable background scroll when any modal is open */
body.modal-open {
    overflow: hidden !important;
}

/* Responsive Modal Adjustments for #exampleModalCenter and #staticBackdrop */
#exampleModalCenter1 .modal-dialog,
#exampleModalCenter2 modal-dialog,
#exampleModalCenter .modal-dialog,
#staticBackdrop .modal-dialog {
    max-width: 95%;
    margin: 1rem auto;
}

@media (min-width: 320px) and (max-width: 576px) {
    #exampleModalCenter1 .modal-dialog,
    #exampleModalCenter2 modal-dialog,
    #exampleModalCenter .modal-dialog,
    #staticBackdrop .modal-dialog {
        max-width: 90%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    #exampleModalCenter1 .modal-dialog,
    #exampleModalCenter2 modal-dialog,
    #exampleModalCenter .modal-dialog,
    #staticBackdrop .modal-dialog {
        max-width: 85%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #exampleModalCenter1 .modal-dialog,
    #exampleModalCenter2 modal-dialog,
    #exampleModalCenter .modal-dialog,
    #staticBackdrop .modal-dialog {
        max-width: 75%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #exampleModalCenter1 .modal-dialog,
    #exampleModalCenter2 modal-dialog,
    #exampleModalCenter .modal-dialog,
    #staticBackdrop .modal-dialog {
        max-width: 65%;
    }
}

@media (min-width: 1200px) {
    #exampleModalCenter1 .modal-dialog,
    #exampleModalCenter2 modal-dialog,
    #exampleModalCenter .modal-dialog,
    #staticBackdrop .modal-dialog {
        max-width: 55%;
    }
}

/* Ensure modal content scales properly without affecting other components */
#exampleModalCenter1.modal-content,
#exampleModalCenter2.modal-content,
#exampleModalCenter .modal-content,
#staticBackdrop .modal-content {
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
}

/* Isolated and specific styling for session expired modal */
#sessionExpiredModal.modal .modal-dialog {
    max-width: 400px !important;
    margin: 1.75rem auto !important;
}

#sessionExpiredModal.modal .modal-content {
    padding: 20px !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.stname {
    font-size: 14px;
    font-weight: bolder;
    color: #ab8024;
    /* padding-left: 35px;*/
}

.rounded-circle {
    border-radius: 50% !important;
    border: 2px solid #ab8024;
}


.djprof-cardimg {
    /*height: 265px;*/
    object-position: top;
    /*width:240px;*/
    object-fit: contain;
}

.navtext {
    font-size: 16px !important;
    font-weight: 600 !important;
    position: fixed !important;
    z-index: 1 !important;
    left: 0;
    justify-content: center;
    background: #323232;
}

@media (min-width: 920px) {
    .pyaratext {
        padding-left: 0px
    }
}

@media (min-width: 920px) {
    .stname {
        padding-left: 0px
    }
}

.djprof-card {
    margin: 1em;
    margin-inline: auto;
    background-color: #212529;
    box-shadow: 0 0 10px rgba(65, 65, 65, 0.25);
}

.djprof-imgalign {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    /*   position: relative;*/
    z-index: 0
}

ul, ol {
    padding-left: 15px;
}

.carousel_size {
    width: 100%;
    height: 500px;
    align-items: center;
}

.carousel {
    height: 500px;
}


.carousel-inner {
    height: 500px;
}

.carousel-item {
    height: 500px;
}

    .carousel-item &gt; div &gt; img {
        height: 510px;
        width: 90%;
        padding: 12px;
    }

.carousel &gt; button {
    border: none;
    background-color: transparent;
}

.image1 {
    /*padding: .5rem;
        gap: .5rem;*/
    /* aspect-ratio: 1;*/
    object-fit: cover
}

.padding {
    margin-right: .5rem;
}

img {
    object-fit: contain;
    height: 100%;
    max-width: 100%;
}

.image1 img {
    transition: transform 0.3s ease;
    object-fit: cover;
    border-radius: 20px
}

    .image1 img:hover {
        transform: scale(1.1);
    }

.gallerypic img:hover {
    transform: scale(1.1);
}

.image1 {
    overflow: hidden;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.box1 {
    height: 20rem;
    border: 1px solid black;
    padding: .5rem;
    gap: .5rem;
}

.fade {
    opacity: 1;
}

.w32 {
    border-radius: 50% !important;
    border: 3px #ab8024 solid;
    object-fit: cover;
    aspect-ratio: 1;
    width: 250px;
}


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    left: 0 !important;
    height: 37rem;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    padding: 0px !important;
    text-align: start !important;
}

.modal {
    position: relative;
    top: 300px !important;
    height: 100%;
    left: 50% !important;
    width: 100% !important;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.head1 {
    font-size: 14px !important;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0px;
    background: #323232;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px
}

.profiletext {
    font-size: 12px !important;
    font-weight: 500 !important;
    background: #202020;
    padding: 10px;
    margin-bottom: 1rem
}

.pyaratext {
    font-size: 14px !important;
    font-weight: 600 !important;
    /* padding-left:35px*/
}

p {
    font-size: 12px !important;
    font-weight: 300 !important;
}

em {
    font-style: normal !important;
}



.table-text {
    font-size: 12px !important;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.4em;
}

table {
    font-size: 12px;
    line-height: 1.6em;
    font-family: 'Roboto';
    font-family: var(--font-main), Roboto;
    font-weight: 300;
    font-style: normal !important;
    align-content: start
}

body {
    padding: 0px !important
}

#viewmore {
    width: 100%;
    padding-top: 10px;
    justify-content: center;
    /*margin-left: 300px;*/
}

#viewMoreButton:hover {
    color: white !important; /* Prevent color change on hover */
}

.DjGenre {
    overflow: hidden;
    text-align: center;
    font-weight: 500 !important;
    font-size: 12px !important;
    text-transform: none;
    line-height: 1em !important;
    background-color: #ab8024;
    margin-bottom: 5px !important;
    border-radius: 25px;
    margin-right: 5px;
    padding: 5px;
    padding-inline: 10px;
    text-wrap-mode: nowrap;
    text-overflow: ellipsis;
    width: auto;
}
.star {
    font-size: 35px;
    cursor: pointer;
    color: gray;
}

    .star.active {
        color: #ab8024;
    }
.wrap-text {
    white-space: normal;
    overflow-wrap: break-word;
}

.btns5:hover{
    color:white !important;
    text-decoration:none !important
}</pre></body></html>