
.big-overlay {
    background-color: #000;
    height: 115vh;
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.7;
}
.big-cast {
    padding: 0px;
    margin: 0px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "jost", serif;

    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}
.big-prof-sec * {
    font-family: "jost", serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}

.closeoverlay {
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity 0.6s, transform 0.4s;
}

.big-prof-container {
    perspective: 2000px;
    transform-style: preserve-3d;
    position: fixed;
    top: 50%;
    z-index: 20;
    left: 50%;
    transform: translate(-50%, -50%);
}
.big-prof {
    min-width: 300px;
    width: 94vw;
    perspective: 1000px;
    max-width: 1440px;
    position: fixed;
    top: calc(50% + 60px);
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) rotateX(0deg);
    border-radius: 4px;
    box-sizing: border-box;
    transition: opacity 0.3s, transform 0.6s;
    /*   backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px); */
}
.single-big-profile, .single-iox-profile .ocm-effect-wrap-inner{
    background-color: #8a2332;
}
.big-prof-on-page-container {
    max-width: 1200px;
    margin: auto;
}
input.big-prof-backbtn {
    color: var(--main-color);
}
.closeprof {
    opacity: 0 !important;
    pointer-events: none;
    /*   transform: translate(-50%, -60%) scale(0.9) rotateX(20deg); */
    transition: opacity 0.3s, transform 0.6s;
}
.big-prof-close {
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 30px;
    background-color: var(--main-color);
    color: #fff;
    top: -1.2rem;
    right: 1rem;
    text-align: center;
    display: table;
    border: 5px solid #fff;
    cursor: pointer;
    z-index: 6;
}
.big-prof-close i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
}
.big-prof-bounds {
    min-height: 100px;
}
.big-prof-inner {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 1rem;
    z-index:20;
    min-width: 300px;
    perspective: 3000px;
    transform-style: preserve-3d;
    max-height: calc(95vh - 100px);
}
@media (max-width: 1000px) {
    .big-prof {
        width: 90vw;
    }
    .big-prof-inner {
        flex-direction: column;
        overflow-y: auto;
        border: 2px solid #fff;
        border-radius: 0.5rem;
        background-color: #fff;
        overflow-x: hidden;
        max-height: 75vh;
    }
    .closeprof {
        transform: translate(-50%, -60%) scale(0.8) rotateX(30deg);
    }
    .big-prof-close {
        top: 0.5rem;
        right: 1.75rem;
    }
}

.big-prof {
    width: 90vw;
}
.big-prof-inner {
    flex-direction: column;
    overflow-y: auto;
    border: 2px solid #fff;
    border-radius: 0.5rem;
    background-color: #fff;
    overflow-x: hidden;
}
.closeprof {
    transform: translate(-50%, -60%) scale(0.8) rotateX(30deg);
}
.big-prof-close {
    top: 0.5rem;
    right: 1.75rem;
}

.big-prof-part {
    padding: 2rem;
    overflow: auto;
    transform: scale(1) rotateX(0deg);
}
.closeprof .big-prof-part {
    transform: translateY(-150px) rotateX(30deg);
}

.big-prof-part.part-info {
    flex-grow: 1;
    background-color: #fff;
    border-radius: 0.5rem;
    border: 2px solid #fff;
    box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
    transition: transform 1s;
}
.big-prof-sec {
    padding: 4rem 0rem 4rem 0rem;
    box-sizing: border-box;
    margin: 2rem 0;
    border-top: 1px solid #777;
    width: 100%;
}
.big-prof-part .big-prof-sec:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.big-prof-part .big-prof-sec:last-of-type {
    padding-bottom: 0;
}
.big-prof-part.part-person {
    padding: 0;
    flex-grow: 1;
    color: #fff;
    max-width: 40%;
    min-width:300px;
    border-radius: 0.5rem;
    transition: transform 1.5s;
}

@media (max-width: 1000px) {
    .part-person {
        border-radius: 4px 4px 0 0;
    }
    .big-prof-profpic {
        border-radius: 4px 4px 0 0;
    }
    .part-info {
        overflow-y: unset;
        padding: 1rem;
        padding-top: 0px;
    }
    .big-prof-part {
        overflow: unset;
    }
    .closeprof .big-prof-part {
        transform: translateY(0px) rotateX(0deg);
    }
}
.part-person {
    border-radius: 4px 4px 0 0;
}
.big-prof-profpic {
    border-radius: 4px 4px 0 0;
}
.part-info {
    overflow-y: unset;
    padding: 1rem;
    padding-top: 0px;
}
.big-prof-part {
    overflow: unset;
}
.closeprof .big-prof-part {
    transform: translateY(0px) rotateX(0deg);
}
.big-prof-part.part-person .big-prof-sec {
    padding: 0;
}
.big-prof-sec-header {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    font-family: "jost", sans-serif;
    font-weight: 700;
    position: relative;
}
.big-prof-sec-subheader {
    font-family: "jost", sans-serif;
    font-weight: 500;
}
.big-prof-part.part-person .big-prof-sec-header,
.big-prof-part.part-info .big-prof-sec-header {
    padding-bottom: 0;
}
.big-prof-profpic {
    width: 100%;
    background-size: cover;
    position: sticky;
    top: 0px;
    z-index: 3;
    perspective: 2000px;
    transform-style: preserve-3d;
    border-radius: 0.5rem;
    overflow: hidden;
    max-height: 70vh;
    box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}
.big-prof-profpic img {
    margin-bottom: 0px;
    padding-bottom: 0px;

    background-color: #fff;
    transition: transform 2s;
    transform: translateY(-0px) rotateX(0deg);
}
.closeprof .big-prof-profpic img {
    transform: translateY(-10%) rotateX(40deg);
}
.big-prof-profpicgallery-outer {
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #fff;
}
.big-prof-profpicgallery img {
    width: 100%;
}

.big-prof-profpicgallery {
    gap: 1rem;
    padding: 2rem;
    columns: 2;
    margin-top: 1rem;
    border-radius: 0.5rem;
    background-color: #d1d1d1;
    overflow: auto;
    box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}
.big-cast-member-pic {
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 0px;
    border-radius: 0.5rem;
    border: 1px solid #fff;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s;
}
.big-prof-profpicgallery-outer {
    position: relative;
    top: 0px;
    transition: top 0.6s;
}
.big-prof-profpicgallery-outer:hover {
    top: -5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 8px;
    transition: all 0.3s;
}
.big-prof-profpicgallery-inner {
    transform: scale(1);
    object-fit: cover;
    border-radius: 50%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.5s;
}
.big-prof-profpicgallery-outer:hover .big-prof-profpicgallery-inner {
    transform: scale(1.1);
    transition: transform 4s;
}

.big-prof-profpicgallery-inner img {
    object-fit: cover;
    height: auto;
    object-position: center;
    max-width: 100%;
    width: 100%;
    flex-grow: 1;
    margin-bottom: -5px;
}
.big-prof-profpic img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
@media (min-width: 1100px) {
    .big-prof-profpicgallery {
        columns: 2;
    }
}
@media (max-width: 1000px) {
    .part-person {
        display: contents;
    }
    .big-prof{
        max-width: 500px;
    }
    .part-person .big-prof-sec {
        margin: 0rem 0;
    }
    .big-prof-sec-header {
        position: sticky;
        top: 0px;
        padding-top: 10px;
        margin-bottom: 15px;
        background-color: #fff;
        box-shadow: #fff 0px 0px 8px 8px;
        z-index: 5;
    }
    .big-prof-profpic {
        overflow: hidden;
        margin-bottom: 5px;
        box-shadow: none;
        max-height: 47vh;
        box-shadow: #fff 0px 0px 8px 8px;
    }
    .big-prof-profpicgallery {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        cursor: grab;
        padding: 10px;
        gap: 10px;
        columns: 1;
        background-color: transparent;
        box-shadow: none;
        padding-bottom: 5px;
        margin-top: 0px;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .big-prof-profpicgallery-outer {
        overflow: unset;
        margin-bottom: 5px;
    }
    .big-prof-profpicgallery img {
        height: 100px;
        width: auto;
        max-width: unset;
        border: 1px solid #777;
        border-radius: 0.5rem;
        margin-bottom: -7px;
    }
}


.part-person {
    display: contents;
}
.big-prof{
    max-width: 500px;
}
.part-person .big-prof-sec {
    margin: 0rem 0;
}
.big-prof-sec-header {
    position: sticky;
    top: 0px;
    padding-top: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: #fff 0px 0px 8px 8px;
    z-index: 5;
}
.big-prof-profpic {
    overflow: hidden;
    margin-bottom: 5px;
    box-shadow: none;
    max-height: 68vh;
    box-shadow: #fff 0px 0px 8px 8px;
}
.big-prof-profpicgallery {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    cursor: grab;
    padding: 10px;
    gap: 10px;
    columns: 1;
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 5px;
    margin-top: 0px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.big-prof-profpicgallery-outer {
    overflow: unset;
    margin-bottom: 5px;
}
.big-prof-profpicgallery img {
    height: 100px;
    width: auto;
    max-width: unset;
    border: 1px solid #777;
    border-radius: 0.5rem;
    margin-bottom: -7px;
}

.big-prof-part.part-info {
    flex-grow: 2;
}

.big-prof-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
    padding: 2rem 0 2rem 0;
    align-items: start;
}

.big-prof-tag {
    /*   background-color: #fff; */
    color: #333;
    /*   border-radius: .2rem; */
    padding: 0 0 0 0;
    display: flex;
    position: relative;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #333;
    background-color: #fff;
    /*   flex-grow: 1; */
    font-weight: 600;
}

/* .big-prof-tag:before {
  content: "tag";
  position: relative;
  line-height: 1rem;
  top: -1px;
  border-right: 1px solid var(--main-color);
  color: var(--main-color);
  padding-right: 5px;
  margin-right: 5px;
  left: 0;
  white-space: nowrap;
  margin-top: 5px;
  font-weight: 400;
  font-size: 0.87rem;
} */
.big-prof-tag-title {
    position: relative;
    line-height: 1rem;
    top: -1px;
    border-right: 1px solid var(--main-color);
    color: var(--main-color);
    padding-right: 5px;
    margin-right: 5px;
    left: 0;
    white-space: nowrap;
    margin-top: 5px;
    font-weight: 400;
    text-transform: Capitalize;
    font-size: 0.87rem;
}
/* .big-prof-tag.email:before {
  content: "Email";
}
.big-prof-tag.phone:before {
  content: "Phone";
}
.big-prof-tag.location:before {
  content: "Located In";
}
.big-prof-tag.department:before {
  content: "Dept";
}
.big-prof-tag.tagline:before {
  content: "Tagline";
}
.big-prof-tag.instrument:before {
  content: "Instrument";
}
.big-prof-tag.age:before {
  content: "Age";
}
.big-prof-tag.hometown:before {
  content: "Hometown";
}
.big-prof-tag.orchestra:before {
  content: "Orchestra";
}
.big-prof-tag.school:before {
  content: "School";
}
.big-prof-tag.illumni:before {
  content: "Illumni";
}
.big-prof-tag.birthplace:before {
  content: "Birthplace";
} */

.big-prof-knowns {
    display: flex;
    gap: 1rem;
    padding: 2rem 0 0.75rem 0;
    overflow-x: auto;
    position: relative;
}
.big-prof-knowns:before {
    content: "Attributed in:";
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transfoorm: rotate(-90deg);
    writing-mode: lr-tb;
    text-align: center;
    justify-self: center;
    align-self: center;
    white-space: nowrap;
    width: 2rem;
    height: auto;
    position: relative;
}
.big-prof-known {
    border-radius: 0.5rem;
    display: block;
    display: flex;
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 12rem;
    max-width: 300px;
}
.big-prof-known img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    transition: top 0.6s, box-shadow 0.6s;
    border-radius: 0.5rem;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.big-prof-known-inner {
    transform: scale(1);
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    height: 100%;
    transition: transform 0.5s;
}
.big-prof-known:hover .big-prof-known-inner {
    transform: scale(1.05);
    transition: transform 4s;
}
.big-prof-known:hover .big-prof-known-inner img {
    top: -5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
}

.big-prof-known-inner img {
    object-fit: cover;
    height: auto;
    object-position: center;
    max-width: 100%;
    width: 100%;
    flex-grow: 1;
}
.big-prof-known-title {
    font-size: 1rem;
    margin-top: 5px;
    padding: 0.2rem 0.5rem;
}
.big-prof-details {
    text-align: justify;
}
.big-prof-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1rem 0;
}
.big-prof-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1rem 0;
}
.big-prof-link {
    background-color: var(--main-color);
    color: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    border: 1px solid #fff;
}

/* custom scrollbar */
.big-prof-part::-webkit-scrollbar,
.big-prof-knowns::-webkit-scrollbar,
.big-prof-inner::-webkit-scrollbar {
    width: 20px;
    height: 18px;
}
.big-prof-part.part-person::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.big-prof-profpicgallery::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.big-prof-part::-webkit-scrollbar-track,
.big-prof-knowns::-webkit-scrollbar-track,
.big-prof-inner::-webkit-scrollbar-track {
    background-color: transparent;
}

.big-prof-part::-webkit-scrollbar-thumb,
.big-prof-knowns::-webkit-scrollbar-thumb,
.big-prof-inner::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

.big-prof-part::-webkit-scrollbar-thumb:hover,
.big-prof-knowns::-webkit-scrollbar-thumb:hover,
.big-prof-inner::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

/* For the CAST SECTION */
.big-cast {
    width: 100%;
    padding-bottom: 50px;
    text-transform: capitalize;
}
.big-cast-inner {
    padding: 20px;
}
.big-cast-title {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 20px;
}
.big-cast-members {
    display: grid;
    grid-auto-columns: auto;
    justify-content: flex-start;
    gap: 50px 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1375px) {
    .big-cast-members {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 1200px) {
    .big-cast-members {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 1000px) {
    .big-cast-members {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 750px) {
    .big-cast-members {
        grid-template-columns: 1fr 1fr;
    }
}
.big-cast-member {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-contents: center;
    flex-grow: 1;
    align-items: center;
    max-width: 400px;
}
.big-cast-member-pic {
    width: 10rem;
    height: 12rem;
    position: relative;
    top: 0px;
    border-radius: 0.5rem;
    border: 1px solid #fff;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s;
}
.big-cast-member-pic:hover {
    top: -5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 8px;
    transition: all 0.3s;
}
.big-cast-member-pic-inner {
    transform: scale(1);
    transform-origin: 50% 20%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    height: 100%;
    display: flex;
    transition: transform 0.5s;
}
.big-cast-member-pic:hover .big-cast-member-pic-inner {
    transform: scale(1.08);
    transform-origin: 50% 10%;
    transition: transform 4s;
}

.big-cast-member-pic-inner img {
    object-fit: cover;
    height: auto;
    object-position: 50% 10%;
    max-width: 100%;
    width: 100%;
    flex-grow: 1;
}
.big-cast-member-name {
    font-size: 20px;
    font-weight: 700;
}
.big-cast-member-title {
    line-height: 1;
    padding-top: 5px;
}

.big-prof-on-page-container .closeprof{
    display:block;
    pointer-events: auto;
    opacity: 1;
}
.big-prof-on-page-container .big-prof{
    position: relative;
    left: inherit;
    top: initial;
    transform: inherit;
}
.big-prof-on-page-container .big-prof-container{
    position: relative;
    left: inherit;
    top: initial;
    transform: inherit;
    margin-bottom: 50px;
}

.big-prof-on-page-container .big-prof{
    width:100%;
}

.big-prof-on-page-container .container__bslide-card.ending{
    display: none;
}
.big-prof-on-page-container .big-prof-close{
    display: none;
}
.single-big-profile, .single-iox-profile, .single-big-profile, .single-iox-profile .content{
    background-color: #3797b6 !important;
}

.single-big-profile, .single-iox-profile .titlebar-inner{
    display:none;
}
.single-big-profile, .single-iox-profile .event-moreinfo-holder {
    border: none;
}
.single-big-profile, .single-iox-profile .titlebar > .titlebar-overlay.lqd-overlay {
    background: transparent !important;
}

.single-big-profile, .single-iox-profile .titlebar {
    margin-bottom: 0px !important;
    background-color:transparent;
}
.single-big-profile, .single-iox-profile .titlebar > .titlebar-overlay.lqd-overlay {
    background: transparent !important;
}
.single-big-profile, .single-iox-profile .big-prof-part.part-person{
    min-width: 32%;
}




.part-info .big-prof-sec{
    margin-bottom:0px;
}
.big-prof .container__bslide{
    padding:0px;
}
.big-prof .container__bslide-card.ending{
    display: none;
}






.big-prof-pview {
    padding: 10px 20px;
    background-color: #0078a3;
    color: #fff;
    width: 125px;
    border-radius: 8px;
    margin-top: 30px;
    cursor: pointer;
    transition: background-color .3s, color .3s;
}

.big-prof-pview:hover {
    color: #0078a3;
    background-color: #eaeaea;
}


.big-prof .bslide-card-button-sec {
    display: none;
}
.big-prof .container__bslide-card.standard {
    padding: 10px;
}


/*************removing title on profiles for now********************/
.big-cast-title {
    display: none;
}





.big-prof-on-page-container .big-prof-container {
    position: relative;
    left: inherit;
    top: initial;
    transform: inherit;
    margin-bottom: 50px;
    margin-top: 60px;
}

.big-prof-on-page-container .big-prof-profpicgallery{
    background-color: #e9e9e9;
    padding-bottom: 20px;
}

.big-prof-on-page-container .big-prof {
    width: 100%;
    max-width: 100%;
    margin:auto;
}
.big-prof-on-page-container .big-prof-part.part-person {
    width: 50%;
    display: block;
}
.big-prof-on-page-container .big-prof-part.part-info {
    width: 50%;
}
.big-prof-on-page-container .big-prof-inner {
    flex-direction: row;
    overflow-y: auto;
    border: 2px solid #fff;
    border-radius: 0.5rem;
    background-color: #fff;
    gap: 0px;
    overflow-x: hidden;
    max-height: 100%;
}

.big-prof-on-page-container .big-prof-profpic {
    overflow: hidden;
    margin-bottom: 5px;
    box-shadow: none;
    max-height: 100%;
    box-shadow: #fff 0px 0px 8px 8px;
}
.big-prof .container__bslide .bslide-card-img img {
    width: 100%;
    min-width: 210px;
    max-width: 215px;
}
.big-prof .bslide-card-button-sec {
    display: none;
}

.big-prof .bslide-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.big-prof .bslide-card-button {

    background-color: #3797b6;
    color: #fff;

}

.big-prof-social {
    font-size: 32px;
}

.big-prof-social i {
    color: #3797b6;
}
.big-prof-social i:hover {
    color: #f39237;
}

.big-prof-arrows {
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
    z-index: 1;
    color: #fff;
    gap: 20px;
    position: absolute;
    left: -80px;
    top: 50%;
    width: calc(100% + 160px);
    text-shadow: 0 0 20px #000, 0 0 10px #000, 0 0 5px #000;
}
.big-prof-arrow-left {
    cursor: pointer;
}
.big-prof-arrow-left:after {
    content: 'prev';
}
.big-prof-arrow-right {
    cursor: pointer;
}
.big-prof-arrow-right:before {
    content: 'next';
}
.big-prof-arrow-left.disabled,.big-prof-arrow-right.disabled {
    display: none;
}
.big-prof-arrows i {
    font-family: 'FontAwesome';
}
.big-prof-backbtn {
    background-color: #fff;
    color: #333;
    background: #fff !important;
    padding: 10px 20px !important;
    margin-bottom: 10px;
    outline: none !important;
    border: 2px solid #333;
    font-weight: 700 !important;
}


.big-prof-sec .bslide .bslide-section:first-of-type .bslide-section-header {display: block !important;}

.big-prof-sec .container__bslide {
    background-color: #f39b19;
    border-radius: 8px;
    margin-top: 10px;
}

.big-prof-sec .bslide:before {content: 'Involved In:';position: absolute;font-size: 28px;color:#fff;font-weight: 800;top: 15px;}

.big-prof-sec .bslide {padding: 20px;padding-top: 30px;padding-bottom: 0px;}



.big-prof-on-page-container .big-prof-inner {
    border: none;
    background-color: transparent;
    gap: 10px;
    align-items: flex-start;
}
.big-prof-on-page-container .big-prof-profpic {
    box-shadow: none;
}
.big-prof-on-page-container .big-prof-part.part-person {

    background: #fff;
}

.big-prof-profpicgallery-inner img{
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}



body.single-big-profile #wrap, body.single-iox-profile #wrap {
    background-color: #3797b6;
}

@media (max-width: 750px) {
    .big-prof-on-page-container .big-prof-inner {
        flex-direction: column;
        background-color: #fff;
        gap: 20px;
    }
    .big-prof-on-page-container .big-prof-profpic {
        max-height: 85vh;
        box-shadow: #fff 0px 0px 8px 8px;
    }
    .big-prof-on-page-container .big-prof-part.part-person {
        width: 100%;
        display: contents;
    }
    .big-prof-on-page-container .big-prof-part.part-info {
        width: 100%;
    }
    .big-prof{
        top: calc(50% + 35px);
    }
    .big-prof-inner{
        max-height: 85vh;
    }
    .big-prof-arrows {
        display: flex;
        justify-content: space-between;
        padding: 8px 20px;
        z-index: 1;
        color: #fff;
        gap: 20px;
        position: absolute;
        left: 0px;
        top: 100%;
        width: 100%;
        text-shadow: 0 0 20px #000, 0 0 10px #000, 0 0 5px #000;
    }
}

@media only screen and (max-width: 550px) {
    .big-cast-member-pic {
        width: 7.5rem;
        height: 9.5rem;
    }
    .big-cast-members {
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
    }
    .big-cast-inner {
        padding: 0;
    }
}




@media print {
    .big-prof-on-page-container .big-prof-inner {
        flex-direction: column;
        display: block !important;
        width: 100% !important;
        margin: auto !important;
    }
    .big-prof-on-page-container .big-prof {
        width: 100%;
        max-width: 100%;
    }
    .titlebar,.lqd-back-to-top,footer{
        display: none !important;
    }
    .big-prof-profpicgallery{
        display:none;
    }
    .big-prof-on-page-container .big-prof-profpic {
        max-width: 50%;
        margin:auto;
        display: contents;
    }
    .big-prof-on-page-container .big-prof-part.part-info {
        width: 100%;
        display: block;
        margin: auto;
        border: none;
        padding: 0;
    }
    .big-prof-arrows {
        display: none;
    }
    .big-prof-backbtn{
        display: none;
    }
    .single-big-profile, .single-iox-profile .big-prof-part.part-person {
        width: 100%;
        /* max-height: 400px; */
        text-align: center;
        align-self: center;
        border-bottom: 1px solid #000;
        border-radius: 0px;
        padding-bottom: 20px;
        margin: auto;
        display: block;
        box-shadow: none;
    }
    .single-big-profile, .single-iox-profile .big-prof-part.part-person img {
        max-height: 375px;
        width: auto;
    }
    .single-big-profile, .single-iox-profile, .single-big-profile, .single-iox-profile .content {
        background-color: #fff !important;
    }
    .big-prof-part.part-info .big-prof-sec-header {
        text-align: center;
        box-shadow: none;
        padding-top: 10px;
    }
    .big-prof-sec-subheader {
        text-align: center;
    }
    .big-prof-details {
        padding-top: 20px;
        border-top: 1px solid #000;
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.5;
    }
    .big-prof-part.part-info {
        box-shadow: none;
    }
    .big-prof-on-page-container .big-prof-container{
        margin-top: 0px;
        margin-bottom:0px;
    }
    .big-prof-on-page-container .container__bslide.poster{
        display: none;
    }
    table {page-break-inside: avoid;}
    /* target all pages */
    @page {
        margin: 1cm;
    }

    /* target the first page only */
    @page :first {
        margin-top: 0cm;
    }

    /* target left (even-numbered) pages only */
    @page :left {
        margin-right: 1cm;
    }

    /* target right (odd-numbered) pages only */
    @page :right {
        margin-left: 1cm;
    }
    .content,.container,.big-prof,.big-prof-bounds,#wrap,body,html{
        width: 1920px !important;
        max-width: 100% !important;
    }
}

.big-prof-profpicgallery-inner img {
    max-height: 100px;
}