.zh {
    display: none;
}

.member .member-info .zh {
    display: none;
}

.container .section-title p {
    margin-bottom: 0;
    font-style: normal;
    line-height: 29px;
}

.container .section-title p.fs-3 {
    font-size: 1.1em;
}

.carousel-container p {
    line-height: 30px;
}

#langcode {

    font-size: 1.05em;
    font-weight: bold;
    color: #f6b024;
}

#about {
    background-size: cover;
    background-position: center;
    height: fit-content;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about:before {
    /* background: rgba(255, 255, 255, 0.40); */
}

.icon-boxes .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    color: #f6b024;
    text-shadow: 1px 1px 2px rgb(7 20 91 / 80%);
}

.team .member .pic {
    width: 50%;
    min-width: 160px;
    border-radius: 5%;
}

.team .member .pic img {
    margin-top: 5px;


}

#hero {
    background: url(/images/alayendo/Alayendo-Band-Team\ copy.jpg) top center;
    background-size: cover;
    background-position: top;
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#pricing {
    background: url(/images/alayendo/Alayendo-banner-small-all2.jpg) top center;
    background-size: cover;
    background-position: top;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;

    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}

#pricing:before {
    content: "";
    /* background: rgba(6, 101, 183, 0.9); */
    background: rgba(8, 0, 101, 0.65);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#pricing .section-title {
    color: white;
}

#pricing .section-title h2 {
    color: white;
}

li.price {
    font-size: 1.2em;
}

.pricing h4 span {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.album-list {
    display: none;
}

.show {
    display: block;
}

.new-year-2025 {
    display: block;
}

.about .content ol li {
    padding-left: 5px;
    position: relative;
}

.clients .owl-item img {
    width: 119%;
    opacity: 0.7;
    transition: 0.3s;
}

.about-p-text {
    column-count: 1;
    text-align: center;
    text-shadow: 1px 1px 1px #2b257c54;
}

#footer .footer-newsletter {
    background: #0c0933;
}

.channel-icon-img {
    width: 30%;
    max-width: 104px;
    padding-right: 14px;
    padding-bottom: 7px;
}

.back-to-top .ri-arrow-up-line:before {
    content: "";
}

.back-to-top i {
    padding-bottom: 5px;
}

.red-heart {
    color: rgb(255 150 197);
    font-size: 2em;
}

@media (min-width: 1200px) {
    .icon-boxes .container {
        max-width: 1280px;
    }
}


@media (min-width: 768px) {
    .about-p-text {
        column-count: 2;
        column-gap: 20px;
        text-align: justify;
    }
}

.image-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
  }
  
.image-popup-content {
    max-width: 70%;
    max-height: 70%;
    min-width: 400px;
    margin: 76px auto;
}

.image-popup-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.paypal-button-container {
    max-width: 500px;
    text-align: center;
    margin: 5px auto;
  }
  
@media (min-width: 1900x) {
  .why-us .video-box {
    min-height: 600px;
  }
}

@font-face
{
    font-family: 'boxicons';
    font-weight: normal;
    font-style: normal;

    src: url('/dist/fonts/boxicons.eot');
    src: url('/dist/fonts/boxicons.eot') format('embedded-opentype'),
        url('/dist/fonts/boxicons.woff2') format('woff2'),
        url('/dist/fonts/boxicons.woff') format('woff'),
        url('/dist/fonts/boxicons.ttf') format('truetype'),
        url('/dist/fonts/boxicons.svg?#boxicons') format('svg');
}

@font-face {
    font-family: IcoFont;
    font-weight: 400;
    font-style: Regular;
    src: url('/dist/fonts/icofont.woff2') format("woff2"), 
        url('/dist/fonts/icofont.woff') format("woff")
}

@font-face {
    font-family: "remixicon";
        /* IE9*/
    src: url('/dist/fonts/remixicon.eot?t=1590207869815'); 
    src: url('/dist/fonts/remixicon.eot?t=1590207869815#iefix') format('embedded-opentype'), 
        /* IE6-IE8 */
        url("/dist/fonts/remixicon.woff2?t=1590207869815") format("woff2"),
        url("/dist/fonts/remixicon.woff?t=1590207869815") format("woff"),
        url('/dist/fonts/remixicon.ttf?t=1590207869815') format('truetype'), 
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('/dist/fonts/remixicon.svg?t=1590207869815#remixicon') format('svg'); 
        /* iOS 4.1- */
    font-display: swap;
  }