@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;800&display=swap');

.lu
{
	text-shadow: -2px 4px 0px rgba(255, 255, 255, 1);
	color: #FF0004 !important;
	font-size:2.5rem !important;
	font-weight:  bolder;
	font-family: 'Poppins', sans-serif;
}
.para
{
	color: #6246A8;
	font-size: 1.5rem;font-weight: bold;
}
body
{
    font-family: 'Poppins', sans-serif;
}
.image-utama
{
	width: 100%;
}
.languange
{
    color: #ffffff !important;
}
.bg-telkomsel
{
    background: rgb(254,7,38);
background: -moz-linear-gradient(90deg, rgba(254,7,38,1) 0%, rgba(242,89,45,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(254,7,38,1) 0%, rgba(242,89,45,1) 100%);
background: linear-gradient(90deg, rgba(254,7,38,1) 0%, rgba(242,89,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe0726",endColorstr="#f2592d",GradientType=1);
min-height: 10%;
}
.link-lang
{
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}
.link-lang:hover
{
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bolder;
    color: black;
    text-decoration: none;
}
.utama
{
   
    width: 100vw;
    max-width: 100%;
}
.divo
{
    
}
.img-mping
{
    width: 100%;
   /* max-width: 100%;*/
   z-index: 1;
}
.bg-kedua
{
    background-image: url("/sites/default/files/asset/fullhtml/img/gallery/telkomsel/bg1_0.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.logo
{
    padding: 10px;
}
.logo-fest
{
    width: 200px;
    margin-right: 132px;
}
@media (max-width: 768px) {
    .logo,.logo-fest
    {
        width:  80px;
    }
    .logo-fest
    {
        margin-right: 13px;
    }
    .line-up
    {
        width: 50%;
    }
    .lu
    {
        text-shadow: -2px 4px 0px rgba(255, 255, 255, 1);
        color: #FF0004 !important;
        font-size:1.5rem !important;
        font-weight:  bolder;
        font-family: 'Poppins', sans-serif;
    }
}

img[usemap] {
	border: none;
	height: auto;
  max-width: 100%;
	width: auto;
}  
.line-up
{
    width: 20%;
}
.accordion
{
    border: none;
    border-radius: 0px !important;
}
.head
{
    background: none ;
    border-radius: 0px !important;
    border: none;
}
.accordion-item{
    background-color:none;
    border: none;
  
}
.iteman
{
    border-bottom: 1px #ffffff solid !important;
}
.accordion-button
{
    background-color: #d2c9f2 !important;
}
.accordion-button:not(.collapsed)
{
    background-color: #d2c9f2 !important;
}
.accordion-body
{
    background-color: #d2c9f2 !important;
}
.accordion-item
{
    background-color: none !important;

    background-color: rgba(255, 255, 255, 0);
    color: #ff0004 !important;
    font-size: 1.2rem;
    font-weight: bolder;
}


a.neon {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    color: #2196f3;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 24px;
    overflow: hidden;
    transition: 0.2s;
}



a.neon:hover {
    color: #255784;
    background: #2196f3;
    box-shadow: 0 0 10px #2196f3, 0 0 40px #2196f3, 0 0 80px #2196f3;
    transition-delay: 1s;
}


a.neon span {
    position: absolute;
    display: block;
}




a.neon span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2196f3);
}



a.neon:hover span:nth-child(1) {
    left: 100%;
    transition: 1s;
}


a.neon span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #2196f3);
}

a.neon:hover span:nth-child(3) {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}



a.neon span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #2196f3);
}

a.neon:hover span:nth-child(2) {
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}



a.neon span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #2196f3);
}

a.neon:hover span:nth-child(4) {
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}
