:root {
    --first-color: #000;
    --second-color: #fff;
    --third-color: #340a49;
    --fourth-color: #170149;

}

body {
    background: url("https://cdn.it-cg.group/cbpromo/static/background.webp");
    /* background-color: var(--first-color); */
    color: var(--second-color);
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position-x: center !important;
    background-position-y: center !important;
    font-family: 'arial';
}
@media (max-width: 768px) {
    body {
        background: url("https://cdn.it-cg.group/cbpromo/static/background-mobile.webp") no-repeat center center fixed;
        background-size: cover;
    }
}
.collapsible {
    background-color: var(--first-color);
    color: var(--second-color);
    cursor: pointer;
    padding: 0px;
    border: none;
    text-align: justify;
    outline: none;
    font-size: 5px;
    max-width: 100%;
}

.container {
    width: 42.5rem;
    background: var(--first-color);
    border: 2px solid var(--third-color);
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 1rem;
    max-width: 100%;
}

.active {
    animation: active-animate 1s ease 0s 1 normal both;
}

@keyframes active-animate {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.promo-block button img:hover {
    /*border: 1px solid var(--third-color);*/
    border: none;
}

.content {
    padding: 2 0px;
    display: none;
    overflow: hidden;
    background-color: transparent;
    margin-left: 10px;
}

.promo-block {
    width: 41rem;
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.promo-block button img {
    /*border: 1px solid var(--first-color);*/
    border: none;
    width: 100%;
}

.w-100 {
    width: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.content img {
    max-width: 100%;
}

.teks-berjaalan {
    border-bottom: 1px solid var(--third-color);
    padding: 0.3rem;
    font-size: 1rem !important;
}

.teks-berjaalan h1,
.teks-berjaalan h2,
.teks-berjaalan h3,
.teks-berjaalan h4,
.teks-berjaalan h5,
.teks-berjaalan h6,
.teks-berjaalan p,
.teks-berjaalan strong {
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.copyright {
    text-transform: uppercase;
    font-size: 0.7rem;
    text-align: center;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item {
    list-style-type: none;
    margin: 1.2rem 0;
    padding: 0;
}

.menu-item li {
    display: inline;
    background: var(--fourth-color);
    color: var(--second-color);
    border: 1px solid var(--third-color);
    padding: 0.6rem;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 0.3rem;
    margin-right: 1rem;
}

.menu-item li:hover {
    background: var(--third-color);
    color: var(--second-color);
    cursor: pointer;
}

.menu-item li:last-child {
    margin-right: 0;
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .container {
        width: 100%;
    }

    .copyright {
        font-size: 0.54rem;
        padding: 0.3rem 0;
    }

    .collapsible {
        width: 96%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .menu-item li {
        font-size: 0.7rem;
        padding: 0.4rem;
        margin-right: 0.3rem;
    }

    .promo-block {
        width: 100%;
    }

    .promo-block button img {
        width: 100%;
    }
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 850px) and (orientation: landscape) {

    .collapsible {
        width: 98%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

}

#particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: fixed;
    top: 0px;
    z-index: -1;
}

.row>* {
    width: 100%;
    max-width: 100%;
    padding: 5px;
    /* margin: 0 auto;..................... */
}

.d-grid {
    display: grid !important;
}

.col {
    flex: 1 0 0%;
}

.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.animated-button1,
.animated-button2 {
    border-radius: 8px;
    box-shadow: inset 0 2px 0 hsla(0, 0%, 100%, .5), 0 2px 2px rgba(0, 0, 0, .3), 0 2px 4px 1px rgba(0, 0, 0, .2);
    color: #fff;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    transform: translate(0);
}

.animated-button1 {
    background: linear-gradient(180deg, #6c31c1, #8526cf);
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
}

.activebtnn {
    background: linear-gradient(#fdd702 0, #e9ab00 100%) !important;
}

.animated-button1 span {
    position: absolute;
}

.animated-button1 span:first-child {
    animation: animateTop 2s linear infinite;
    background: linear-gradient(270deg, rgba(43, 8, 8, 0), #fff);
    height: 60px;
    left: 0;
    top: 0;
    width: 100%;
}

.animated-button1 span:nth-child(2) {
    animation: animateRight 2s linear -1s infinite;
    background: linear-gradient(0deg, rgba(43, 8, 8, 0), #fff);
    height: 100%;
    right: 0;
    top: 0;
    width: 3px;
}

.animated-button1 span:nth-child(3) {
    animation: animateBottom 2s linear infinite;
    background: linear-gradient(90deg, rgba(43, 8, 8, 0), #fff);
    bottom: 0;
    height: 3px;
    left: 0;
    width: 100%;
}

.animated-button1 span:nth-child(4) {
    animation: animateLeft 2s linear -1s infinite;
    background: linear-gradient(180deg, rgba(43, 8, 8, 0), #fff);
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

.btn {
    padding: 0.5rem 1rem;

}

a {
    text-decoration: none;
}

@keyframes animateLeft {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes animateBottom {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes animateRight {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes animateTop {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}