@font-face {
    font-family: 'Raleway';
    src: url('/storage/fonts/Raleway-VariableFont_wght.ttf') format('truetype'),
         url('/storage/fonts/Raleway-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    src: url('/storage/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype'),
         url('/storage/fontsOpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/storage/fonts/Roboto-Regular.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100vw;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    overflow-y: auto; /* Add vertical scrollbar */
    background: #fff;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

.padding-screen {
    padding-left: 20%; padding-right: 20%;
}

.padding-screen0 {
    padding-left: 18%; padding-right: 18%;
}

.padding-screen1 {
    padding-left: 15%; padding-right: 15%;
}

.padding-screen2 {
    padding-left: 22%; padding-right: 22%;
}

.padding-screen3 {
    padding-left: 8%; padding-right: 8%;
}

.padding-screen4 {
    padding-left: 10%; padding-right: 10%;
}

/* FOOTER */
.logo2-img {
    max-width: 200px;
    margin-right: auto;
    margin-bottom: 0;
}

/* Solid border */
hr.solid {
    border-top: 1px solid #999;
    margin-bottom: 56px;
    margin-top: -1.6px;
    padding: 0;
}

hr.solid2 {
    border-top: 2px solid #fff;
    margin: 0;
    padding: 0;
}

.footer {
    display: flex;
    flex-flow: row wrap;
    /*padding: 30px 250px 50px 250px;*/
    padding: 5.2% 14% 4%;
    color: #F5F5F5;
    background-color: #000;
    /*border-top: 1px solid #645967;*/
    height: auto;
    grid-area: footer;
    position: static;
    bottom: 0;
}

.footer > * {
    flex:  1 100%;
}

.footer__addr {
    margin-right: 1.2em;
}

.footer__addr h2 {
    font-size: 18.56px; 
    padding: 0; 
    letter-spacing: 0.5px;
    color: #999;
}

.footerlink {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    cursor: pointer;
}

.footerlink:hover {
    color: #fff;
}

.footer address {
    font-size: 12px;
    color: #999;
    padding: 0;
    margin-top: -0.5em;
    letter-spacing: 1px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer li {
    line-height: 2em;
}

.footer a {
    text-decoration: none;
}

.socmed_links {
    padding: 0 8px 0 16px;
}

.legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
}

.legal__links {
    display: flex;
    align-items: center;
    font-size: 13.6px;
    letter-spacing: 1px;
    padding: 0 8px;
}

.logo-icon {
    max-width: 40px;
    margin-left: 0;
    margin-right: 20px;
    padding-right: 10px;
    padding-bottom: 24px;
    margin-top: -5px;
    color: #999;
}

.hovertext {
    position: relative;
    /*border-bottom: 1px dotted black;*/
}

.hovertext:before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    width: 100px;;
    background-color: white;
    color: #000;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    transition: opacity 1s ease-in-out;

    position: absolute;
    z-index: 1;
    left: 0;
    top: 110%;
}

.hovertext:hover:before {
    opacity: 1;
    visibility: visible;
    color: #666666;
}

@media screen and (min-width: 24.375em) {
    .legal .legal__links {
        margin-left: auto;
    }
}

@media screen and (min-width: 40.375em) {
    .footer__addr {
        flex: 1 0px;
    }
}

.subbanner {
    height: 750px
}
    
/* BREADCRUMB */
ul.breadcrumb {
    padding: 0px 16px;
    list-style: none;
    background-color: transparent;
    text-align: center;
}

ul.breadcrumb li {
    display: inline;
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #fff;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #F2A6A6;
}


/* TEXT */
.headertext {
    color: #fff;
    font-size: 90px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    padding: 0;
    margin: 0;
    text-transform: uppercase; 
}

.title-text {
    font-size: 58px;
    font-weight: 400;
    /*font-weight: 600;*/
    color: #EC145D;
    text-align: left;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

/* Added 10/10/23 */

.title-texta {
    font-size: 58px;
    color: #EC145D;
    text-align: left;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.content-textb {
    font-size: 16px;
    font-weight: 300;
    color: #FEFEFE;
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

.content-textb2 {
    font-size: 30px;
    font-weight: 300;
    color: #FEFEFE;
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

.content-textc {
    font-size: 17px;
    color: #FEFEFE;
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

.content-textd {
    font-size: 20px;
    color: #FEFEFE;
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}

.title-texte {
    font-size: 40px;
    font-weight: 400;
    color: #EC145D;
    text-align: left;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.title-textf {
    font-size: 36px;
    color: #EC145D;
    text-align: left;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.content-textg {
    font-weight: normal;
    font-size: 14px;
    color: #FEFEFE;
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

.content-text-timeline {
    font-size: 16px;
    color: #FEFEFE;
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

.textlink {
    color: #fff;
    cursor: pointer;
}

.textlink:hover {
    color: #EC145D;
}

.textlink2 {
    color: #000;
    cursor: pointer;
}

.textlink2:hover {
    color: #EC145D;
}

/* */
.title-text-form1 {
    font-size: 50px;
    font-weight: 400;
    color: #EC145D;
    text-align: left;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.title-text2 {
    font-size: 36px;
    color: #EC145D;
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}

.content-texta {
    font-size: 24px;
    color: #FEFEFE;
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.content-text {
    font-size: 18px;
    color: #FEFEFE;
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

.atext {
    font-size: 110px;
    padding: 0;
    margin: 0;
    line-height: 0.9;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.btext {
    font-size: 45px;
    padding: 0;
    margin: 0;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}


.ctext {
    font-size: 3.3em;
    padding: 0;
    margin: 0;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.dtext {
    font-size: 32px;
    padding: 0;
    margin: 0;
    color: #FEFFFF;
    cursor: pointer;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.dtext:hover {
    color: #DA1356;
}

.etext {
    font-size: 33.6px;
    font-weight: bold;
    color: #BC0000; 
    text-align: center; 
}

.count {
    font-size: 72px; 
    color: #000; 
    font-weight: 600;
}
  
.count1 {
    font-size: 80px; 
    color: #EC145D; 
    letter-spacing: 2px;
}

.counttext {
    margin-top: -10px; 
    font-size: 30px; 
    font-weight: 600;
    letter-spacing: 2px;
    color: #FEFFFF;
}

.counttext2 {
    margin-top: -10px; 
    font-size: 20px; 
    font-weight: 600;
    letter-spacing: 2px;
    color: #FEFFFF;
}

.count-text {
    font-size: 3.2px;
    color: #FEFFFF;
}

.count-text1 {
    font-size: 24px; 
    color: #FEFFFF;
    margin-top: -30px;
}

.count-text2 {
    margin-top: -10px; 
    font-size: 24px; 
    letter-spacing: 2px;
    color: #FEFFFF;
}

.gtext1 {
    color: #EC145D;
    font-size: 22px;
    letter-spacing: 1.4px;
    font-weight: bold;
    margin-bottom: 6px;
    padding-right: 40px;
    line-height: 1.3;
}

.gtext2 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: left;
    padding-right: 40px;
}

.linktext {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #FEFFFF;
    cursor: pointer;
    letter-spacing: 1px;
}

.linktext:hover {
    color: #EC145D;
}

.contacttext {
    font-weight: 500;
    font-size: 19px; 
    text-align: center; 
    font-stretch: ultra-condensed;
}

.smalltext {
    font-size: 12.8px;
    line-height: 1.1;
}

.smalltext1 {
    font-size: 15px;
    line-height: 1.3;
}


/* HORIZONTAL LINE */
hr.solid1 {
    border-top: 1px solid #EC145D;
    padding: 0;
}

hr.solid3 {
    border-top: 1px solid #fff;
    margin: 20px 0;
    margin-top: -24.96px;
}

hr.solid4 {
    border-top: 1px solid #fff;
    margin: 5px 0 10px;
}


/* CONTAINER / BOX */
/*@keyframes slide-in {
0% {
  transform: translateX(100%);
  filter: blur(10px);
  opacity: 0;
}
50% {
  filter: blur(10px);
  opacity: 0.5;
}
100% {
  transform: translateX(0);
  filter: blur(10px);
  opacity: 1;
}
}*/

#splitScreen {
    position: relative;
    width: 100%;
    height: 100vh;
    animation: slide-in 1s ease-in-out;
}

.pane {
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.leftpane1 {
    padding-top: 25%; padding-left: 19%;
}

.leftpane2 {
    padding-top: 20%; padding-left: 9%;
}

.rightpane1 {
    padding-top: 25%; padding-left: 11%;
}

.rightpane2 {
    padding-top: 20%; padding-left: 12%;
}

#leftPane {
    left: 0;
    width: 50%;
    background-image: url("../storage/img/macp/slider2new1b-1536x864.jpg");
    background-color: #f2f2f2;
    background-attachment: fixed;
    background-size: cover;
}

#splitter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #645967;
    cursor: pointer;
    z-index: 2;
    height: auto;
}

#rightPane {
    right: 0;
    width: 50%;
    background-image:url("../storage/img/macp/slider2new2-1536x864.jpg");
    /*filter: grayscale(100%);*/
    background-color: #e6e6e6;
    background-attachment: fixed;
    background-size: cover;
}

#splitter::before,
#splitter::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 3px;
}

#splitter::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #fff;
    right: -16px;
    margin-top: -5px;
    transform: rotate(180deg);
}

#splitter::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
    left: -16px;
    margin-top: -5px;
    transform: rotate(180deg);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2); /* Adjust the opacity as needed */
    overflow: hidden;
    display: block;
}

.overlay-content {
    /* Add your overlay styles here */
    opacity: 0;
    transition: opacity 0.5s;
}

/* News & Events Carousel*/
.slider2-container {
    position: relative;
    display: flex;
    align-items: center;
}

.slider2 {
    display: flex;
    overflow: hidden;
    width: 100%; /* Adjust the width as needed */
    justify-content: flex-start;
    align-content: flex-start;
    text-align: left;
    transition: transform 0.3s ease; /* Smooth transition */
    margin: 0 20px;
}

.card3 {
    /*flex: 0 0 345px; /* Set the width of each card */
    width: 33.33%;
    margin: 0 10px; /* Adjust the margin as per your preference */
    opacity: 1; /* Dim inactive cards */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transitions */
    border: 1px solid #000;
    padding: 0;
    border-radius: 0px;
}

.card3 img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    filter: grayscale(0%);
}

.card3 img:hover {
    filter: grayscale(50%);
}

.cardmobile {
    /*flex: 0 0 345px; /* Set the width of each card */
    width: 100%;
    margin: 0 10px; /* Adjust the margin as per your preference */
    opacity: 1; /* Dim inactive cards */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transitions */
    border: 1px solid #000;
    padding: 0;
    border-radius: 0px;
}

.cardmobile img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    filter: grayscale(0%);
}

.cardmobile img:hover {
    filter: grayscale(50%);
}

.news2img {
    height: 220px; 
    overflow: hidden; 
    border: 2px solid #EC145D;
}

.news2img img{
    border-radius: 0; 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center;
}

.news-content {
    padding: 30px 0;
    color: #fff;
}

.news-content h3 {
    color: #EC145D;
    letter-spacing: 1.2px;
    font-size: 24px;
    font-weight: 600;
}

.news-content p {
    letter-spacing: 1.2px;
    font-size: 16px;
    font-weight: lighter;
}

.socmedimg {
    width: 350px; 
    height: 250px; 
    overflow: hidden; 
    border: 2px solid #EC145D;
}

/* Accordion Royalties */
.accordion2 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 1.5em;
    width: 100%;
    border-bottom: 1px solid #EC145D;
    border: 0;
    text-align: left;
    outline: none;
    letter-spacing: 0.5px;
    transition: 0.4s;
    text-transform: uppercase;
    overflow: hidden;
}

.active2, .accordion2:active {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.accordion2:active, .accordion2:focus, .accordion2:enabled {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}
  
.accordion2:after {
    content: '\25B6';
    color: #EC145D;
    font-weight: bold;
    font-size: 12px;
    float: right;
    margin-left: 5px;
}

.active2:after {
    content: "\25B2";
}

.panel2 {
    font-size: 17px;
    padding: 0 2em;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #fff;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #EC145D;
}

.boxcounter {
    background-color: transparent;
    color: #000;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    letter-spacing: 0.5px;
    transition: 0.4s;
    text-transform: uppercase;
}

.aboutimg2 {
    width: 240px; 
    height: 300px; 
    position: relative; 
    background: #B7B1B1; 
    text-align: center; 
    margin-bottom: 10px; 
    border-radius: 110px; 
    margin: 0 1em 2.5em;
}
.aboutimg2 img{
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center; 
    border-radius: 110px;
}

.aboutimg3 {
    width: 110px; 
    height: 150px; 
    position: relative; 
    background: #B7B1B1; 
    text-align: center; 
    margin-bottom: 10px; 
    border-radius: 45px; 
    padding: 0;
}

.aboutimg3 img{
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center; 
    border-radius: 45px;
}

.noshadow {
    box-shadow: none;
}

/* Accordion Contact Us */
.accordion3 {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 15px 25px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: 0.4s;
    font-weight: bold;
    border: 1px solid #EC145D;
    border-bottom: none;
}

.active3, .accordion3:hover {
    background-color: transparent;
    color: #fff;
}

.accordion3:hover {
    background-color: transparent;
}

.accordion3:focus {
    color: #fff;
    border-bottom: 1px solid #EC145D;
    background-color: transparent;
}

.accordion3:after {
    content: '\276F';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active3:after {
    content: "\276F";
    transform: rotate(90deg);
}

.panel3 {
    padding: 0 25px;
    background-color: transparent;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    border: 1px solid #EC145D;
}

.musicuserspane {
    padding-right: 6%; padding-left: 0; z-index: 1;
}

.musicuserspane2 {
    padding-left: 6%; padding-right: 0; z-index: 1;
}

.musicuserspane-1 {
    position: absolute; top: 16px; right: 112px;
}

.musicuserspane2-1 {
    position: absolute; top: 16px; left: 192px;
}

.musicuserspane-img {
    width: 100%; height: 850px;
}

.musicuserspane-img2 {
    width: 100%; height: 900px;
}

.panetop {
    top: 80px;
}

/* BUTTONS */
/* Back to Top Button */
#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border: 0 transparent;
    outline: none;
    background-color: #E9ECEF;
    color: #ADB5BD;
    cursor: pointer;
    padding: 18px 20px;
    border-radius: 4px;
}

#myBtn:hover {
    color: #999;
}

.btn1 {
    width: auto;
    font-size: 24px; 
    color: #FEFFFF; 
    background-color: #DA1356; 
    border-radius: 0px; 
    border: 0 transparent;
    padding: 8px 30px;
    transition: transform 0.3s; 
    text-transform: capitalize;
}

.btn1:hover {
    transform: scale(1.2); 
    background-color: #e5217d;
}

.btn3 {
    font-size: 14px;
    color: #FEFFFF; 
    background-color: transparent; 
    border: 1px solid #EC145D;
    border-radius: 0px; 
    padding: 10px 20px;
    margin: 10px 0;
    transition: transform 0.3s; 
    letter-spacing: 1.2px;
    cursor: pointer;
}

.btn3:hover {
    transform: scale(1.1); 
    background-color: #54595F;
    color: #fff;
}

.btn3l {
    width: 90%;
    font-size: 24px;
    color: #FEFFFF; 
    background: linear-gradient(135deg, #101528, #1F1631, #3D1927); 
    border: 1px solid transparent;
    border-radius: 0px; 
    padding: 10px 20px;
    margin: 10px 0;
    transition: transform 0.3s; 
    letter-spacing: 1.2px;
}

.btn3l:hover {
    transform: scale(1.1); 
    background: #fff;
    color: #EC145D;
}

.btn3a {
    font-size: 16px; 
    color: #FEFFFF; 
    background-color: transparent; 
    border: 1px solid #EC145D;
    border-radius: 0px; 
    padding: 10px 50px;
    margin: 10px 0;
    transition: transform 0.3s; 
    letter-spacing: 1.2px;
}

.btn3a:hover {
    transform: scale(1.1); 
    background-color: #54595F;
    color: #fff;
}

.btn3b {
    font-size: 14px; 
    color: #FEFFFF; 
    background-color: transparent; 
    border: 1px solid #EC145D;
    border-radius: 0px; 
    padding: 10px 30px;
    margin: auto 0;
    transition: transform 0.3s; 
    letter-spacing: 1.2px;
}

.btn3b:hover {
    transform: scale(1.1); 
    background-color: #54595F;
    color: #fff;
}

.btn3s {
    font-size: 12px;
    color: #FEFFFF; 
    background-color: transparent; 
    border: 1px solid #EC145D;
    border-radius: 0px; 
    padding: 10px 20px;
    margin: 10px 0;
    letter-spacing: 1.2px;
}

.btn3s:hover {
    background-color: #54595F;
    color: #fff;
}

.btn5 {
    width: auto;
    font-size: 14px; 
    color: #FEFFFF; 
    background-color: #DA1356; 
    border-radius: 0px; 
    border: 0 transparent;
    padding: 20px 40px;
    /*transition: transform 0.3s; */
    text-transform: capitalize;
}

.btn5:hover {
    /*transform: scale(1.2); */
    background-color: #e5217d;
}

.btnfollow {
    width: auto;
    font-size: 16px; 
    color: #FEFFFF; 
    background-color: transparent;
    border: none;
    padding: 0 40px 0 0;
    margin: 0;
    letter-spacing: 2px;
}

.btnfollow:hover {
    color: #F2A6A6;
}

.read-more {
    display: inline-block;
    padding: 8px 30px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border-radius: 0px;
    border: 1px solid #EC145D;
}

.read-more:hover {
    color: #fff;
    background-color: #54595F;
}

.read-more1 {
    font-size: 0.8em;
    padding: 0.6em 1.2em;
    background-color: transparent;
    color: #fff;
    border: 1px solid #EC145D;
}

.read-more1:hover {
    color: #fff;
    background-color: #54595F;
}

.btnform {
    width: auto;
    font-size: 0.9em; 
    color: #FEFFFF; 
    background-color: #EC145D; 
    border-radius: 0; 
    border: transparent;
    padding: 8px 30px;
    margin: 0;
}

.btnform:hover {
    background-color: #EE4596;
}

.button2 {
    background: #fff;
    font-weight: bold;
    border: none;
    border-radius: 50%;
    margin: 10px;
    padding: 10px;
    width: 40px; 
    height: 40px; 
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.button2pink {
    background: transparent;
    font-weight: bold;
    border: 2px solid #EC145D;
    border-radius: 50%;
    margin: 10px;
    padding: 10px;
    width: 40px; 
    height: 40px; 
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.button2-prev {
    position: absolute;
    left: -50px;
    z-index: 10;
}

.button2-next {
    position: absolute;
    right: -50px;
    z-index: 10;
}

.worksearch-btn {
    font-size: 12px;
    color: #FEFFFF; 
    background-color: #EC145D; 
    border: 1px solid #EC145D;
    border-radius: 0px; 
    padding: 10px 20px;
    margin: 10px 0;
    letter-spacing: 1.2px;    
}

.worksearch-btn:hover { 
    background-color: #54595F;
    border: 1px solid #54595F;
    color: #fff;
}


/* BACKGROUND IMAGES */
#bgheader2 {
    background: url('../storage/img/macp/slider2new1b-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgheader3 {
    background: url('../storage/img/macp/slider2new2-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgcreator {
    background: url('../storage/img/macp/bg_creator-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

#bgbenefit {
    background: url('../storage/img/macp/bg_benfits-1536x520.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgcopy {
    background: url('../storage/img/macp/macp_photo-10-1536x521.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgsub {
    background: url('../storage/img/macp/bg_sub-1024x338.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgsub2 {
    background: url('../storage/img/macp/bg_sub2-1024x338.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgsub3 {
    background: url('../storage/img/macp/bg_sub3-1024x338.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgsub3a {
    background: url('../storage/img/macp/bg_sub3aa-1024x338.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

#bgmanagement {
    background: url('../storage/img/macp/bg_management-917x1536.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bguser {
    background: url('../storage/img/macp/bg_users-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

#bgnews {
    background: url('../storage/img/macp/bg_news-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

#bgabout {
    background: url('../storage/img/macp/bg_aboutus-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

#bgsearch {
    background: url('../storage/img/macp/bg_search-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

#bgcontact {
    background: url('../storage/img/macp/bg_contact3-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

/* added 05-10-23 */
#bgcopyright {
    background: url('../storage/img/macp/banner_copyright-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

#bgaffiliate {
    background: url('../storage/img/macp/banner_affiliate-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

#bgcerts {
    background: url('../storage/img/macp/banner_cert-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

#bgfaq {
    background: url('../storage/img/macp/banner_faq-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: bottom;
}

#bgcomplaint {
    background: url('../storage/img/macp/Complaints_banner_bg-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgcomplaint2 {
    background: url('../storage/img/macp/Complaints_banner_bg_b-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgvacancy {
    background: url('../storage/img/macp/banner_vacancy-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

#bgvacancy2 {
    background: url('../storage/img/macp/Job_Vacancy_banner_b-1536x864.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

#bggradient {
    background: linear-gradient(to right, #19152C, #2C1831); 
}

#bggradientjob {
    background: linear-gradient(to right, #1A1631, #2B1730); 
}

/* */

/* SMALLER DEVICES */
/* laptop */
@media only screen and (max-width: 1440px) {
    .subbanner {
        height: 80vh;
    }
}

@media only screen and (max-width: 1024px) {
    .subbanner {
        height: 500px;
    }
    .padding-screen, .padding-screen2, .padding-screen3, .padding-screen0 {
        padding-left: 10%; padding-right: 10%;
    }
    .padding-screen1 {
        padding-left: 15%; padding-right: 15%;
    }
    .padding-screen4 {
        padding-left: 0%; padding-right: 0%;
    }
    .footer {
        padding-left: 10%; padding-right: 10%;
    }
    
    .leftpane1 {
        padding-top: 40.5%; padding-left: 19%;
    }

    .leftpane2 {
        padding-top: 20%; padding-left: 9%;
    }

    .rightpane1 {
        padding-top: 40.5%; padding-left: 12%;
    }

    .rightpane2 {
        padding-top: 20%; padding-left: 12%;
    }
    
    /* Music Users page*/
    .musicuserspane {
        padding-right: 3%; padding-left: 0; z-index: 1;
    }

    .musicuserspane2 {
        padding-left: 3%; padding-right: 0; z-index: 1;
    }

    .musicuserspane-1 {
        position: absolute; top: 16px; right: 48px;
    }

    .musicuserspane2-1 {
        position: absolute; top: 16px; left: 128px;
    }

    .musicuserspane-img {
        width: 100%; height: 630px;
    }

    .musicuserspane-img2 {
        width: 90%; height: 580px;
    }

    .panetop {
        top: 16px;
    }
    
    /* TEXT */
    .headertext {
        font-size: 64px; line-height: normal;
    }
    
    ul.breadcrumb {
        padding: 8px 16px;
    }
    
    ul.breadcrumb li {
        font-size: 32px;
    }
    
    .title-text, .title-texta, .title-text-form1 {
        font-size: 44px;
    }
    
    .title-textf, .title-texte {
        font-size: 36px;
    }
    
    .content-textb2 {
        font-size: 24px;
    }
    
    .content-text, .content-textb, .content-textc, .content-texta, .content-textd {
        font-size: 16px;
    }
    
    .title-text2 {
        font-size: 32px;
    }
    
    .gtext1 {
        font-size: 20px;
        margin-bottom: 6px;
        padding-right: 0;
    }

    .gtext2 {
        font-size: 11.36px;
        padding-right: 0;
    }
    
    .accordion2 {
        border-bottom: 1px solid #EC145D;
        border: 0;
        padding: 1em;
    }
    
    .panel2 {
        padding: 0;
        font-size: 1em;
        letter-spacing: 0.5px;
    }
    
    .count1 {
        font-size: 64px;
    }
    
    .count-text1 {
        font-size: 16px; 
        margin-top: -25px;
    }
    
    .count-text2 {
        font-size: 16px;
    }
    
    .atext {
        font-size: 90px;
    }

    .btext {
        font-size: 32px;
        line-height: 1;
    }

    .ctext {
        font-size: 28.8px;
    }

    .dtext {
        font-size: 24px;
    }
    
    /* FOOTER */
    .logo2-img {
        height: 35px;
        
    }
    
    /* BUTTON */
    .btnfollow {
        padding: 0;
    }
    
    .button2-prev {
        left: -20px;
    }

    .button2-next {
        right: -20px;
    }
    
    .btn1 {
        width: auto;
        font-size: 19.2px; 
        padding: 8px 20px;
    }
}

/* Tablet */
@media only screen and (max-width: 768px) {
    .padding-screen, padding-screen2, padding-screen3, .padding-screen0 {
        padding-left: 10%; padding-right: 10%;
    }
    .padding-screen1 {
        padding-left: 10%; padding-right: 10%;
    }
    .padding-screen4 {
        padding-left: 0%; padding-right: 0%;
    }
    .footer {
        padding-left: 10%; padding-right: 10%;
    }
    .gtext1 {
        font-size: 20px;
        margin-bottom: 6px;
        padding-right: 0;
    }

    .gtext2 {
        font-size: 11.36px;
        padding-right: 0;
    }
    
    .accordion2 {
        border-bottom: 1px solid #EC145D;
        border: 0;
        padding: 1em;
    }
    
    .panel2 {
        padding: 0;
        font-size: 1em;
        letter-spacing: 0.5px;
    }
    
    .count1 {
        font-size: 64px;
    }
    
    .count-text1 {
        font-size: 16px; 
        margin-top: -25px;
    }
    
    .count-text2 {
        font-size: 16px;
    }
    
    .atext {
        font-size: 48px;
    }

    .btext {
        font-size: 25.6px;
        line-height: 1;
    }

    .ctext {
        font-size: 28.8px;
    }

    .dtext {
        font-size: 24px;
    }
    
    /* FOOTER */
    .logo2-img {
        height: 35px;
        
    }
}

/* Phone */
@media only screen and (max-width: 480px) {
    #navigation {
        display: none;
    }
    
    .padding-screen, padding-screen2, padding-screen3, .padding-screen0 {
        padding-left: 5%; padding-right: 5%;
    }
    
    .padding-screen1 {
        padding-left: 5%; padding-right: 5%;
    }
    
    .padding-screen4 {
        padding-left: 0%; padding-right: 0%;
    }

    .footer {
      padding-left: 5%; padding-right: 5%;
    }

    /* TEXT */
    .headertext {
        font-size: 48px; line-height: normal;
    }
    
    ul.breadcrumb {
        padding: 8px 16px;
    }
    
    ul.breadcrumb li {
        font-size: 16px;
    }
    
    .title-text, .title-texta, .title-text-form1 {
        font-size: 36px;
    }
    
    .title-textf, .title-texte {
        font-size: 28px;
    }
    
    .content-text, .content-textb, .content-textc, .content-texta, .content-textd {
        font-size: 14px;
    }
    
    .title-text2, .content-textb2 {
        font-size: 24px;
    }
    
    .gtext1 {
        font-size: 20px;
        margin-bottom: 6px;
        padding-right: 0;
    }

    .gtext2 {
        font-size: 11.36px;
        padding-right: 0;
    }
    
    .accordion2 {
        border-bottom: 1px solid #EC145D;
        border: 0;
        padding: 1em;
    }
    
    .panel2 {
        padding: 0;
        font-size: 1em;
        letter-spacing: 0.5px;
    }
    
    .count1 {
        font-size: 64px;
    }
    
    .count-text1 {
        font-size: 16px; 
        margin-top: -25px;
    }
    
    .count-text2 {
        font-size: 16px;
    }
    
    .atext {
        font-size: 48px;
    }

    .btext {
        font-size: 25.6px;
        line-height: 1;
    }

    .ctext {
        font-size: 28.8px;
    }

    .dtext {
        font-size: 24px;
    }
    
    /* */
    .leftpane1 {
        padding-top: 25%; padding-left: 10%;
    }

    .leftpane2 {
        padding-top: 25%; padding-left: 10%;
    }

    .rightpane1 {
        padding-top: 25%; padding-left: 10%;
    }

    .rightpane2 {
        padding-top: 25%; padding-left: 10%;
    }
    
    /* BUTTON */
    .btnfollow {
        padding: 0;
    }
    
    .button2-prev {
        left: -20px;
    }

    .button2-next {
        right: -20px;
    }
    
    .btn1 {
        width: auto;
        font-size: 19.2px; 
        padding: 8px 20px;
    }
}

@media (max-width: 1024px) {
    #hidelaptop {
        display: none;
    }
    .hidelaptop {
        display: none;
    }
}

@media screen and (min-width: 780px) {
    #hidebig {
        display: none;
    }
    .hidebig {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    #hidesmall {
        display: none;
    }
    .hidesmall {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    #hidedesktop {
        display: none;
    }
    
    .hidedesktop {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #hidemobile {
        display: none;
    }
    
    .hidemobile {
        display: none;
    }
}
/* END */






/* OTHER ANIMATION, ETC. */
.col-primary {
    color: #EC145D; /* dark pink */
} 

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: auto; /* Add scrollbars for overflowing content */
}


.center-flex {
    justify-content: center; align-content: center; margin: auto 0;
}

.navlink a{
    color: #FFC1BF;
}

.box-gradient {
    background-image: linear-gradient(135deg, #101528, #1F1631, #3D1927);
}

.ftext {
    font-size: 70px;
    padding: 0;
    margin: 0;
}

.gtext {
    color: #888EA0;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.contenttext {
    font-size: 18px; 
    letter-spacing: 1.2px;
    text-align: justify;
}

/* Double Line Animation */
.animated-text {
    position:  relative;
    display:inline-block;
    padding: 0 5px;
}

.animated-text::before,
.animated-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    /*background-color: red;*/
    border:solid 4px red;
    border-color:red transparent transparent transparent;
    border-radius: 50%/100px 100px 0 0;
    transform: scaleX(0);
}

.animated-text::before {
    left: 0;
    width: 100%;
    top: 35px;
    transform-origin: left;
    animation: line-animation-before 2s infinite;
}

.animated-text::after {
    left: 5%;
    width: 0;
    top: 43px;
    right: 5%;
    transform-origin: left;
    animation: line-animation-after 2s infinite;
}

.animated-text1 {
    position:  relative;
    display:inline-block;
    padding: 0 5px;
}

.animated-text1::before,
.animated-text1::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    /*background-color: red;*/
    border:solid 4px red;
    border-color:red transparent transparent transparent;
    border-radius: 50%/100px 100px 0 0;
    transform: scaleX(0);
}

.animated-text1::before {
    left: 0;
    width: 100%;
    top: 60px;
    transform-origin: left;
    animation: line-animation-before 2s infinite;
}

.animated-text1::after {
    left: 5%;
    width: 0;
    top: 68px;
    right: 5%;
    transform-origin: left;
    animation: line-animation-after 2s infinite;
}

@keyframes line-animation-before {
  0% {
    width: 0;
    transform: scaleX(0);
  }
  50% {
    width: 100%;
    transform: scaleX(1);
  }
  100% {
    width: 100%;
    transform: scaleX(1);
  }
}

@keyframes line-animation-after {
  0% {
    width: 0;
    transform: scaleX(0);
  }
  50% {
    width: 0;
    transform: scaleX(0);
  }
  100% {
    width: 90%;
    transform: scaleX(1);
  }
}

#text-animation {
    opacity: 0;
    font-size: 30px;
    color: darkmagenta;
    transition: opacity 0.5s ease-out, font-size 0.5s ease-out;
}

/* ---- Accordion --- */
.accordion{ 
    width: 100%;
    height: 50vh;
    display: flex;
    overflow: hidden;
    margin: 0 0px;
}

.tab{
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 33.33%;
    height: inherit;
    padding-top: auto;
    padding-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #000;
    color: #FFF;
    cursor: pointer;
    transition: width .5s ease;
}

.tab img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.caption{
    position: absolute;
    z-index: 0;
    white-space: nowrap;
    top: 150px;
    opacity: 0;
}

.caption h2{
    margin-bottom: 2px;
    text-overflow:clip;
    font-size:30px;
    text-transform:uppercase;
    letter-spacing: 1px;
}

.caption p{
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.caption a{
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid transparent;
}

.caption a:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}

/* --- Hover Effects --- */
.tab:hover img{
opacity: .6;
}

.tab:hover{
width: 80%;
}

.tab:hover .caption{
transition: all .5s ease;
opacity: 1;
}

.btn2 {
    font-size: 16px; 
    color: #FEFFFF; 
    background-color: skyblue; 
    border-radius: 6px; 
    padding: 10px 20px;
    margin: 10px 0;
    transition: transform 0.3s; 
    border: 0;
}

.btn2:hover {
    transform: scale(1.1); 
    background-color: #e5217d;
    color: #fff;
}

.btn4 {
    width: auto;
    font-size: 16px; 
    color: #FEFFFF; 
    background-color: darkmagenta; 
    border-radius: 50px; 
    border: transparent;
    padding: 10px 20px;
    margin: 0;
    transition: transform 0.3s; 
    letter-spacing: 2px;
}

.btn4:hover {
    transform: scale(1.2); 
    background-color: #e5217d;
}

.btnfollow2 {
    width: auto;
    font-size: 1em; 
    color: #999; 
    background-color: transparent; 
    border: 1px solid #999;
    padding: 10px 20px;
    margin-top: -10px;
    letter-spacing: 2px;
}

.btnfollow2:hover {
    color: #fff;
    background-color: darkmagenta;
    border: 1px solid transparent;
}

.news-card {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center; 
    align-content: center;
    align-items: center;
}

.news-card img {
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    filter: grayscale(100%);
}

.news-card img:hover {
    filter: grayscale(0%);
}

.news-content2 {
    padding: 30px 0;
}

.news-content2 h3{
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.news-content2 p{
    font-size: 1.2em;
    color: #5E5E5E;
    letter-spacing: 0.5px;
}

.news-card1 img {
    filter: grayscale(50%);
}

.news-card1 img:hover {
    filter: grayscale(0%);
}

.news-card2 img {
    filter: grayscale(0%);
}

.news-card2 img:hover {
    filter: grayscale(100%);
}

.news-content h3 {
    margin: 0;
}

.news-content p {
    margin: 10px 0;
}
.newslink{
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
}

.newslink:hover {
    color: #5E5E5E;
}

/* Typewrite Animation */
.typewriter {
    overflow: hidden; /* Ensures text doesn't overflow */
    border-right: 0.15em solid #000; /* Creates the blinking cursor effect */
    white-space: nowrap; /* Prevents line breaks */
    margin: 0; /* Ensures no margin around the element */
    animation: typewriter 9s steps(40) infinite;
    animation-delay: 1s;
}

@keyframes typewriter {
    from {
      width: 0; /* Starts with 0 width, making the text invisible */
    }
    to {
      width: 30%; /* Increases width to 100% over the animation duration, revealing the entire text */
    }
}

.gallery-container {
    display: flex;
    justify-content: center;
}

.photo-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    width: 90%;
}

.photo-item {
    width: 100%;
}

.photo-item img {
    width: 100%;
    height: auto;
    transition: filter 0.3s ease;
}

.photo-item:hover img {
    filter: brightness(70%);
}

.photo-item1:hover img {
    filter: brightness(50%);
}

.photo-item2:hover img {
    filter: brightness(30%);
}

.image-container {
    position: relative;
    display: inline-block;
    margin: 10px 10px;
}

.image-container0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #8e44ad, #2980b9);
    z-index: 1;
    opacity: 0.7;
    background-clip: content-box;
    transition: opacity 0.3s;
}

.image-container:hover::before {
    opacity: 0;
}

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

.image-container1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, darkred, orange);
    z-index: 1;
    opacity: 0.7;
    background-clip: content-box;
    transition: opacity 0.3s;
}

.image-container2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, #28d6e4, #04f44f);
    z-index: 1;
    opacity: 0.7;
    background-clip: content-box;
    transition: opacity 0.3s;
}

.image-container3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, black, white);
    z-index: 1;
    opacity: 0.7;
    background-clip: content-box;
    transition: opacity 0.3s;
}

#bgheader {
    background: url('../storage/img/macp/main01-1024x576.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgheader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); /* Replace with your desired color and opacity */
}

#bgheader1 {
    background: url('../storage/img/macp/pic_users2-1024x683.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgimage1 {
    background: url('../storage/img/macp/main01-1024x576.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgimage1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Replace with your desired color and opacity */
}

#bgimage2 {
    background: url('../storage/img/macp/sub01-1536x960.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: top;
}

#bgimage2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); /* Replace with your desired color and opacity */
}

#bgimage3 {
    background: url('../storage/img/macp/pic_users-1024x683.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

#bgimage3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Replace with your desired color and opacity */
}

#graph1 {
    background: url('../storage/img/macp/graph-150x150.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    background-position: center;
}

#graph2 {
    background: url('../storage/img/macp/graph2-150x150.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    background-position: center;
}

#graph3 {
    background: url('../storage/img/macp/graph3-150x150.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    background-position: center;
}

/* Scrolling Text */
.scrolling-text {
    width: 420px;
    height: 50px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: right;
    float: right;
}

.scrolling-text p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: right;
    animation: scrolling-text-animation 15s linear infinite;
}

@keyframes scrolling-text-animation {
    0% { left: 100%; }
    100% { left: -100%; }
}
  
/* Counter */
.count2 {
    font-size: 2.5em; 
    color: #94C11F; 
    font-weight: 600;
}

.count2 span {
    font-size: 1.7em; 
    font-weight: 400;
}

/* Accordion FAQ */
.accordion1 {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 25px;
    width: 100%;
    border-bottom: none;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.activetive, .accordion1:hover {
    background-color: #fff;
    border-bottom: none;
}

.accordion1:after {
    content: '\2039';
    transform: rotate(180deg);
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.activetive:after {
    content: "\203A";
    transform: rotate(90deg);
}

.panel {
    padding: 0 50px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 1.1em;
    letter-spacing: 0.5px;
}
    
/* Carousel */
.carousel-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.carousel {
    display: flex;
    width: fit-content;
    transition: transform 0.5s ease-in-out;
}

.card1 {
    flex: 0 0 33.33%;
    margin: 10px;
    background-color: #f2f2f2;
    text-align: center;
    padding: 20px;
}

.card1 img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}
  
/* News Image Container */
.newsimg {
    height: 250px; overflow: hidden; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.newsimg img{
    border-radius: 0; width: 100%; height: 100%; object-fit: cover; object-position: center;
}

/* About Image Container */
.aboutimg {
    height: auto; width: 400px; overflow: hidden; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.aboutimg img{
    border-radius: 0; width: 100%; height: 100%; object-fit: cover; object-position: center;
}
  
.overlaytext {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #fff;
    padding: 10px;
}

.aboutimg2:hover .overlaytext {
    opacity: 1;
}

.overlaytext1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #fff;
    padding: 10px;
}


/* BACKEND UI*/
.text1 {
    color: #fff;
    font-size: 20px;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

.search-button2 {
    align-items: center;
    background-color: #EC145D; /* #c40b56 dark pink*/
    border: 2px solid #EC145D;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0px;
    font-weight: bolder;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    text-align: center;    
}

.search-button2:hover { 
    background-color: #FF1362;
    color: #ffffff;
}

.clear-button {
    background-color: #343A40;
    align-items: center;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;    
}

.clear-button:hover {
    background-color: #000;
    color: #ffffff;
}

.musicimg {
    position: absolute;
}

.search-button {
    align-items: center;
    background-color: darkmagenta; /* #c40b56 dark pink*/
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;    
}

.search-button:hover { 
    background-color: #000181;
    color: #ffffff;
}

.main-btn {
    align-items: center;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    overflow: hidden;
    padding: 0 20px;
    margin-left: 0px;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
    background-color: #000181;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;  
}

.main-btn:hover { 
    background-color: darkmagenta;
    color: #ffffff;
}

.add2-button {
    align-items: center;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    overflow: hidden;
    padding: 0 20px;
    margin-left: 0px;
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
    background-color: #000181;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;    
}

.add2-button:hover { 
    background-color: darkmagenta;
    color: #ffffff;
}

.card2 {
    flex: 0 0 350px; /* Set the width of each card */
    margin: 0 10px; /* Adjust the margin as per your preference */
    opacity: 1; /* Dim inactive cards */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transitions */
    border: 1px solid #000;
    padding: 0;
    border-radius: 0px;
}

.card2 img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    filter: grayscale(0%);
}

.card2 img:hover {
    filter: grayscale(50%);
}