        /* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700;900&display=swap'); */
        
        html {
            scroll-behavior: smooth;
        }
        
        * {
            margin: 0;
            padding: 0;
            text-decoration: none;
            box-sizing: border-box;
        }
        
        a {
            text-decoration: none;
        }
        /* Hero Carousel */
        
        section {
            padding-bottom: -200px;
        }
        
        #hero {
            width: 100%;
            height: 90vh;
            background-color: rgba(9, 9, 9, 0.8);
            overflow: hidden;
            position: relative;
        }

        th, td {
            text-align: center;
        }
        
        th.participant {
            border-bottom: 2px solid black; /* Atur ketebalan dan warna sesuai kebutuhan */
            color: #FCB53D;
        }
        
        #hero .carousel,
        #hero .carousel-inner,
        #hero .carousel-item,
        #hero .carousel-item::before {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }
        
        #hero .carousel-item::before {
            opacity: 0.3;
        }
        
        #hero .carousel-container {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            bottom: 0;
            top: 0;
            left: 50px;
            right: 50px;
        }
        /* .backColor {
    background-color: rgba(70, 168, 243, 0.54);
    width: 100%;
    height: 90vh;
} */


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    min-width: 200px!important;
}
.nav-item.dropdown:hover .dropdown-item {
   background-color: white;
   color: #000;
	z-index: 9999;
	height: 2rem!important;
}

.nav-link {
    padding: 0!important;
}



        
        #hero .container {
            text-align: center;
        }
        
        #hero h1 {
            font-family: 'Raleway', sans-serif;
            font-size: 45px;
            /* margin-left: 33%; */
            margin-top: -8px;
            color: #FCB53D;
            font-weight: bolder;
            text-shadow: #123F6D;
            text-shadow: 0px 3px 6px #00000029;
            font-weight: bold;
            text-shadow: 0 4px 7px #010107;
            position: relative;
        }
        
        #hero h2 {
            font-size: 90px;
            font-weight: bolder;
            font-family: 'Raleway', sans-serif;
            text-shadow: #123F6D;
            color: #FCB53D;
            font-weight: bold;
            text-shadow: 0 4px 7px #010107;
            position: relative;
            height: 100px;
            z-index: 1;
            padding-top: 35px;
        }
        
        #hero p {
            margin-top: 50px;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
            color: #fff;
            font-family: 'Raleway', sans-serif;
            font-size: 32px;
            text-shadow: 0 4px 7px #010107;
        }
        
        #hero .theme {
            margin-top: 0px;
            font-size: 28px;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
            color: #fff;
            font-family: 'Raleway', sans-serif;
            text-shadow: 0 4px 7px #010107;
        }

        #hero .place {
            margin-top: 0px;
            font-size: 28px;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
            color: #fff;
            font-family: 'Raleway', sans-serif;
            text-shadow: 0 4px 7px #010107;
            margin-top: 0px;
        }
        
        #hero h5 {
            color: #fff;
            font-size: smaller;
            margin-top: -5px;
            text-shadow: 0 4px 7px #010107;
        }

        @media (max-width: 1600px) {
            .nav-item.dropdown:hover .dropdown-menu {
                min-width: 80px!important;
            }
        }
        
        @media (max-width: 768px) {


            #hero h5 {
                font-size: 10px;
                text-shadow: #123F6D;
                text-shadow: 0 4px 7px #010107;
                margin-top: 0px;
            }
            #hero h4 {
                color: #fff;
                background-color: #FCB53D;
                border-radius: 10px;
                width: 150px;
                font-size: 15px;
                margin-left: 25%;
            }
            #hero .theme {
                margin-top: 0px;
                font-size: 15px;
                -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s;
                color: #fff;
                font-family: 'Raleway', sans-serif;
                text-shadow: 0 4px 7px #010107;
            }
        }
        
        @media (max-width: 768px) {
            #hero h5 {
                margin-bottom: 100px;
                text-shadow: #123F6D;
                text-shadow: 0 4px 7px #010107;
            }
        }
        
        .tgl img {
            width: 300px;
        }
        
        @media (max-width: 768px) {
            .tgl img {
                padding: 20px;
                padding-top: 230px;
                padding-left: 43px;
                padding-right: 40px;
            }
        }
        
        #hero .carousel-inner .carousel-item {
            transition-property: opacity;
            background-position: center top;
        }
        
        #hero .carousel-inner .carousel-item,
        #hero .carousel-inner .active.carousel-item-start,
        #hero .carousel-inner .active.carousel-item-end {
            opacity: 0;
        }
        
        #hero .carousel-inner .active,
        #hero .carousel-inner .carousel-item-next.carousel-item-start,
        #hero .carousel-inner .carousel-item-prev.carousel-item-end {
            opacity: 1;
            transition: 0.5s;
        }
        
        #hero .carousel-control-next-icon,
        #hero .carousel-control-prev-icon {
            background: none;
            font-size: 30px;
            line-height: 0;
            width: auto;
            height: auto;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50px;
            transition: 0.3s;
            color: rgba(255, 255, 255, 0.5);
            width: 54px;
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        #hero .carousel-control-next-icon:hover,
        #hero .carousel-control-prev-icon:hover {
            background: rgba(255, 255, 255, 0.3);
            color: rgba(255, 255, 255, 0.8);
        }
        
        #hero .carousel-indicators li {
            cursor: pointer;
            background: #fff;
            overflow: hidden;
            border: 0;
            width: 12px;
            height: 12px;
            border-radius: 50px;
            opacity: 0.6;
            transition: 0.3s;
        }
        
        #hero .carousel-indicators li.active {
            opacity: 1;
            background: #45A5EF;
        }
        
        @media (max-width: 992px) {
            #hero {
                height: 100vh;
            }
            #hero .carousel-container {
                top: 66px;
            }
        }
        
        @media (max-width: 768px) {
            #hero h2 {
                font-size: 90px;
                text-shadow: #123F6D;
                text-shadow: 0 4px 7px #010107;
                -webkit-text-stroke-color: #FCB53D;
                /* margin-bottom: 200px; */
            }
            #hero h1 {
                font-size: 20px;
                margin-top: -21px;
                margin-left: 65%;
                text-shadow: 0 4px 7px #010107;
            }
            #hero p {
                font-size: 15px;
                text-shadow: 0 4px 7px #010107;
                /* margin-bottom: 100px; */
                z-index: -1;
            }
            /* #hero h4 {
        font-size: 15px;
        text-shadow: 0 4px 7px #010107;
        margin-top: 20px;
    } */
            #hero img {
                width: 270px;
                margin-top: -215px;
            }
        }
        
        @media (min-width: 1024px) {
            #hero .carousel-control-prev,
            #hero .carousel-control-next {
                width: 5%;
            }
        }
        
        @media (max-height: 500px) {
            #hero {
                height: 120vh;
            }
        }
        /* akhir Hero carousel */
        /* Awal NAVBAR */
        
        .navbar {
            background-color: #123F6D;
            opacity: 0.7;
            font-family: raleway;
            font-size: 12px;
            /* padding-inline-start: 50px; */
            padding-inline-end: 0px;
            overflow: hidden;
            z-index: 5;
            display: flex;
            justify-content: center;
        	height: 6rem;
            
        }

        ul{
            padding-left: 0!important;
        }
        
        #navbar a {
            float: left;
            display: block;
            color: white;
            text-align: center;
            padding: 5px;
            text-decoration: none;
        }
        /* Page content */
        
        .content {
            padding: 5px;
        }
        
        .sticky {
            position: fixed;
            top: 0;
            width: 100%;
            background-color: #123F6D;
            opacity: 1;
        }
        
        .sticky+.content {
            padding-top: 40px;
        }
        
        .navbar .content {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .navbar .menu-list {
            display: inline-flex;
            justify-content: center;
            flex-direction: row;
            flex-wrap: wrap;
        }
        
        .menu-list li {
            list-style: none;
            margin-left: 20px;
            
        }
        
        .menu-list li a {
            color: #fff;
            font-size: 16px;
            /* margin-left: 50px; */
            text-decoration: none;
            transition: all 0.3s ease;
            font-family: raleway;
        }
        
        .menu-list li a:hover {
            color: #010107;
        }
        
        .about {
            padding: 30px 0;
        }
        
        .about .title {
            font-size: 38px;
            font-weight: 700;
        }
        
        .about p {
            padding-top: 20px;
            text-align: justify;
        }
        
        .icon {
            position: relative;
            color: #fff;
            font-size: 15px;
            cursor: pointer;
            display: none;
        }
        
        .menu-list .cancel-btn {
            position: absolute;
            right: 30px;
            top: 20px;
        }
        
        @media (max-width: 1800px) {
            .content {
                margin: 0 -70px 0 -50px;
            }
        }

        @media (max-width: 1500px) {
            .menu-list li a {
                font-size: 13px;
            }
        }
     
        
        @media (max-width: 1300px) {
            .content {
                margin: 0px -50px 12px -50px;
            }

            .menu-list li {
                margin-left: 20px;
            }

            .menu-list li a {
                font-size: 12px;
          
            }   
        }
        
        @media (max-width: 1200px) {
            .content {
                margin: 10px -50px 0px -70px;
            }

            .navbar{
                padding-inline-start: 80px;
            }
        }
        
        @media (max-width: 900px) {
            .content {
                margin: 10px 30px;
            }
        }
        
        @media (max-width: 1200px) {
            body.disabled {
                overflow: hidden;
            }
            .icon {
                display: block;
                padding: 0%;
                margin-left: 0px;
            }
            .icon.hide {
                display: none;
            }
            .navbar .menu-list {
                position: fixed;
                height: 100%;
                width: 100%;
                max-width: 400px;
                left: -100%;
                top: 0px;
                display: block;
                padding: 40px 0;
                text-align: center;
                background: #222;
                transition: all 0.3s ease;
            }
            .navbar.show .menu-list {
                left: 0%;
            }
            .navbar .menu-list li {
                margin-top: 35px;
            }
            .navbar .menu-list li a {
                font-size: 20px;
                margin-left: -100%;
                transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            }
            .navbar.show .menu-list li a {
                margin-left: 0px;
            }
        }
        
        @media (max-width: 720px) {
            .icon {
                margin-left: -100%;
            }
        }
        
        @media (max-width: 380px) {
            .navbar .logo a {
                font-size: 27px;
            }
        }
        
        i {
            padding-left: 10px;
        }
        /* Akhir 
         *  */
        
        .logo {
            padding-top: 200px;
            width: 200px;
            margin-top: 0px;
        }
        
        .imgA {
            padding-top: 0px;
            width: 300px;
            margin-top: 0px;
        }
        
        .home .inner-width {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            text-align: center;
        }
        
        .home .content {
            width: 100%;
            color: rgb(240, 248, 255);
        }
        
        @media only screen and (max-width: 320px) {
            h1 {
                font-size: 1em;
            }

        }
        
        

        /* .name-keynote {
            width: 10x;
            height: 160px;
            background: #123F6D;
            border-radius: 20px;


            margin-bottom: 10px;
            margin-top: 10px;
        } */

        .name-keynote
         {
            /* font-size: 1.2rem!important;
            font-weight: 600; */
            width: 200px;
            /* height: 48px; */
            background: linear-gradient(180deg, #45A5EF 0%, rgba(69, 165, 239, 0.00) 100%);
            border-radius: 15px;
            margin-top: 10px;
        } 

        name-keynote h5
         {
            font-size: 0.6rem!important;
            font-weight: 600;
            /* width: 230px;
            height: 56px;
            background: linear-gradient(0deg, #45A5EF 0%, rgba(69, 165, 239, 0.00) 100%);
            border-radius: 15px; */
        } 

        .name-keynote p
         {
            font-size: 0.6rem!important;
            font-weight: 400;
            /* width: 230px;
            height: 56px;
            background: linear-gradient(0deg, #45A5EF 0%, rgba(69, 165, 239, 0.00) 100%);
            border-radius: 15px; */
        } 

        .home {
            max-height: 100%;
        }
        /* Awal Call For Paper */
        
        #About {
            /* background-color: #B0D5F066; */
            padding-bottom: 10px;
            padding-top: 0px;
            padding-bottom: 100px;
        }
        
        #About h1 {
            font-size: 50px;
            font-family: raleway;
            color: #123F6D;
            margin-top: 0px;
            margin-left: 100px;
        }
        
        #About p {
            font-size: 20px;
            font-family: raleway;
            margin-left: 100px;
        }
        
        @media (max-width: 768px) {
            #About p {
                font-size: 15px;
                margin-left: 0px;
            }
            #About h1 {
                font-size: 30px;
                margin-top: 10px;
                margin-left: 0px;
            }
        }
        
        .fyler {
            width: 70%;
            /* background-color: #B0D5F066; */
            margin-right: 200px;
        }
        
        #fyler {
            /* background-color: #B0D5F066; */
            padding-top: 16px;
        }
        
        @media (max-width: 768px) {
            .fyler {
                width: 100%;
                margin-top: -100px;
            }
            #fyler {
                background-color: #B0D5F066;
                padding-top: 16px;
                margin-right: -26px;
                margin-left: -26px;
            }
        }
        /* Akhir Call For Paper */
        /* Awal EVENT */
        
        #event {
            font-family: Raleway;
            font-style: normal;
            font-weight: bold;
            font-size: 50px;
            line-height: 59px;
            color: #123F6D;
            /* background-color: #B0D5F066; */
        }
        
        #event_ h1 {
            font-size: 50px;
            font-family: raleway;
            color: #123F6D;
            margin-top: 0px;
        }
        
        @media (max-width: 768px) {
            #event_ h1 {
                font-size: 30px;
                margin-top: 10px;
            }
        }
        
        .card:hover {
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        }
        
        #eventCard {
            margin-left: auto;
            width: auto;
            height: auto;
            min-height: 700px;
            min-width: 150px;
            border-radius: 20px;
            max-width: 100%;
        }
        
        #imDate {
            margin-top: 20px;
            height: auto;
            width: auto;
            margin-bottom: 20px;
            margin-right: 100px;
            min-height: 300px;
            min-width: 150px;
            border-radius: 20px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 70%;
        }
        
        #announce {
            height: auto;
            width: auto;
            margin-right: 100px;
            min-height: 300px;
            min-width: 150px;
            border-radius: 20px;
        }
        
        #buttonevent {
            background-color: #123F6D;
        }
        
        .shape {
            width: 100%;
            height: 400px;
            background: linear-gradient(180deg, #123F6D, #123F6D 5%);
            position: absolute;
            clip-path: ellipse(150px 150px at 10% 5%);
            -webkit-clip-path: ellipse(300px 100px at 10% 5%);
        }
        
        .event-desc {
            margin: 0;
            padding: 0;
        }
        
        .event-desc li {
            list-style-type: none;
            border-left: 3px solid;
            font-size: 18px;
        }
        
        .event-desc li p {
            margin-left: 10px;
        }
        
        .front h4 {
            font-size: 20px;
        }
        
        .front li {
            font-size: 15px;
            padding-left: 20px;
        }
        
        @media screen and (max-width: 600px) {
            .shape {
                clip-path: inset(0% 0% 83% 0%);
                -webkit-clip-path: inset(0% 0% 83% 0%);
            }
        }
        
        @media (max-width: 768px) {
            .card-body h2 {
                font-size: 20px;
            }
        }
        /* Akhir Event */
        /* Awal Topics */
        
        #more {
            /* display: none; */
            /* display: ; */
        }
        
        #topics {
            background-color: #B0D5F066;
            font-family: Raleway;
            font-style: normal;
            font-weight: bold;
            font-size: 50px;
            /* line-height: 59px; */
            color: #123F6D;
            /* background-color: #B0D5F066; */
        }
        
        #topics_ h1 {
            font-size: 50px;
            font-family: raleway;
            color: #123F6D;
            margin-top: 0px;
        }
        
        @media (max-width: 768px) {
            #topics_ h1 {
                font-size: 30px;
                margin-top: 10px;
            }
        }
        
        #topicsCard {
            height: auto;
            width: auto;
            max-height: 200px;
            min-width: 15px;
            border-radius: 20px;
            margin-bottom: 20px;
            cursor: pointer;
        }
        
        #topicsCard h2 {
            /* padding-top: 80px; */
            padding-left: 30px;
            font-family: raleway;
            color: #000;
            text-shadow: 4px 8px 6px #00000029;
            font-size: 20px;
        }
        
        #topicsCard button {
            font-family: raleway;
            background-color: #FCB53D;
            width: 79px;
            height: 27px;
            color: #000;
            text-shadow: 4px 3px 6px #00000029;
            font-size: 14px;
            border-radius: 10px;
            border: 1px solid #000;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            margin-left: 30px;
        }
        /* @media (max-width: 768px) {
    #topicsCard h4 {
        font-size: 20px;
        margin-left: 230px;
        text-shadow: 4px 3px 6px #00000029;
    }
} */
        
        .serviceCom {
            background: url(/page/assets/w8.svg)no-repeat center;
            background-size: cover;
        }
        
        .smrtCty {
            background: url(/page/assets/w7.svg) no-repeat center;
            background-size: cover;
        }
        
        .digiSecure {
            background: url(/page/assets/w1.svg) no-repeat center;
            background-size: cover;
        }
        
        .digiTrans {
            background: url(/page/assets/w2.svg) no-repeat center;
            background-size: cover;
        }
        
        .tekom {
            background: url(/page/assets/w3.svg) no-repeat center;
            background-size: cover;
        }
        
        .itGover {
            background: url(/page/assets/w4.svg) no-repeat center;
            background-size: cover;
        }
        
        .iot {
            background: url(/page/assets/w5.svg) no-repeat center;
            background-size: cover;
        }
        
        .misscell {
            background: url(/page/assets/w6.svg) no-repeat center;
            background-size: cover;
        }
        
        .moreBtn {
            width: 150px;
            border-radius: 20px;
            margin-left: 45%;
            background-color: #123F6D;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .buttonmod1 {
            width: 100%;
            height: 113px;
            cursor: pointer;
            border: none;
            font-family: 'Raleway', cursive;
            color: black;
            border-radius: 10px;
            background: linear-gradient(90deg, #FCB63D 0.11%, rgba(252, 182, 61, 0.00) 168.21%);

            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            background-size: 150%;
            background-position: right;
            transition: 0.5s;
            background-color: aliceblue;
            margin-bottom: 20px;
            margin-left: 5px;
        }
        
        @media (max-width: 768px) {
            /* .buttonGlass {
                width: 115px;
                height: 45px;
                font-size: 12px;
                margin-right: 20px;
                margin-bottom: 20px;
                background-color: aliceblue;
            } */
            .buttonmod1 {
                width: 250px;
                margin-bottom: 15px;
                background-color: aliceblue;
            }
            .buttonmod12 {
                width: 300px;
                height: 100px;
                font-size: 13px;
                margin-right: 10px;
                margin-bottom: 10px;
                background-color: aliceblue;
            }
        }
        
        .buttonGlass:hover {
            background-position: left;
            color: black;
            box-shadow: inset 0px 3px 5px rgba(255, 255, 255, 1), 0px 0px 10px rgba(0, 0, 0, 0.25);
        }
        
        .buttonmod1:hover {
            background-position: left; /* Mengubah posisi latar belakang saat dihover */
            transform: scale(1.1); /* Membesar saat dihover */
            color: white; /* Mengubah warna teks saat dihover */
            box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.3); /* Mengubah bayangan saat dihover */
        }
        
        .buttonmod1:hover .card-body {
            transform: translateY(-5px); /* Menggeser elemen anak (.card-body) saat dihover */
        }

        .card-body {
            transition: transform 0.5s ease; /* Menambahkan efek transisi ke elemen anak (.card-body) */
        }
        
        
        
        .buttonGlass:focus {
            outline: none;
        }
        /* Akhir Topics */
        /* Awal Keynote */
        
        #speaker {
            font-weight: bold;
            font-family: raleway;
        }
        
        #speaker .speech {
            margin-left: 15%;
        }
        
        @media (max-width: 768px) {
            #speaker .speech {
                margin-left: 0px;
                margin-right: -200px;
            }
        }
        
        #speaker-title h3 {
            margin-top: 50px;
            font-size: 40px;
        }
        
        #op-title {
            margin-top: 15px;
            margin-bottom: 15px;
            text-shadow: 0 0px 1px #010107;
            font-weight: bold;
            font-size: 27px;
        }
        
        #speaker img {
            /* border-radius: 50%; */
        }
        
        .profile {
            width: 210px;
            margin-top: 15px;
        }
        
        #speak h1 {
            font-size: 50px;
            font-family: raleway;
            color: #123F6D;
            margin-top: 0px;
        }
        
        @media (max-width: 768px) {
            #speak h1 {
                font-size: 30px;
                margin-top: 10px;
            }
        }
        
        @media (max-width: 768px) {
            #speaker_ {
                margin-left: 10%;
            }
        }
        
        #speakerCard {
            margin-left: 20px;
            margin-right: 20px;
            margin-top: 40px;
            border-radius: 20px;
            width: 14rem;
        }
        
        #speakerCard:hover {
            transform: scale(1.05);
        }
        /* Akhir Keynote */
        /* Awal Submission */

        .submission .backss{
            background: url(../img/bg/submission.png)!important;
        }
        
        .submission {
            height: 200px;
            min-height: 70px;
            background: url(/page/assets/submit-button.png) no-repeat center;
            background-size: cover;
            background-attachment: fixed;
            font-family: raleway;
        }
        
        .submitBody {
            background-color: #B0D5F066;
        }
        
        .submission h2 {
            color: #F3A92A;
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            -webkit-text-stroke-width: 0.5px;
            -webkit-text-stroke-color: #000;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-left: 150px;
        }
        
        .submission h3 {
            color: #000;
            font-size: 16px;
            margin-left: 150px;
            margin-right: 150px;
        }
        
        #submission .btn {
            margin-left: 150px;
            border-radius: 8px;
            border: 1px solid #000;
            background: #F3A92A;
            color: #000;
           
        }
        
        @media (max-width: 768px) {
            .submission h2 {
                margin-left: 10px;
                font-size: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .submission h3 {
                margin-left: 10px;
                font-size: 15px;
                margin-right: 0px;
            }
        }
        
        @media (max-width: 768px) {
            #submission .btn {
                margin-left: 10px;
                font-size: 15px;
            }
        }
        
        @media (max-width: 768px) {
            .submission li {
                font-size: 13px;
            }
        }
        
        .backss {
            background-color: rgba(70, 168, 243, 0.54);

            /* background-image: linear-gradient(180deg, red, yellow); */
            border-radius: 15px;
        }
        
        .backs1,
        .backs2,
        .backs3,
        .backs4,
        .backs5,
        .backs6,
        .backs7,
        .backs8 {
            background: linear-gradient(90deg, #FCB63D -20.8%, rgba(252, 182, 61, 0.00) 109.8%);
            border-radius: 15px;
            max-height: 110px;
        }

        .backs1 {
            background-image: url(img/tes.png);
        }
        .backs2 {
            background-image: url(img/tes.png);
        }
        .backs3 {
            background-image: url(img/tes.png);
        }
        .backs4 {
            background-image: url(img/tes.png);
        }
        .backs5 {
            background-image: url(img/tes.png);
        }
        .backs6 {
            background-image: url(img/tes.png);
        }
        .backs7 {
            background-image: url(img/tes.png);
        }
        .backs8 {
            background-image: url(img/tes.png);
        }

        /* Akhir Submission */
        /* Awal Registration */
        
        .regis .backss {
            background: url(../img/bg\ register.png);
        }
        .regis {
            height: 200px;
            min-height: 70px;
            background-size: cover;
            background-attachment: fixed;
            font-family: raleway;
            margin-top: 100px;
        }
        
        .regis h2 {
            color: #F3A92A;
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            -webkit-text-stroke-width: 0.5px;
            -webkit-text-stroke-color: #000;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-right: 150px;
        }
        
        .regis h3 {
            color: #000;
            font-size: 16px;
            margin-left: 150px;
            margin-right: 150px;
        }
        
        #regis .btn {
            margin-right: 150px;
            border-radius: 8px;
            border: 1px solid #000;
            background: #F3A92A;
            color: #000;
           
        }

        .table-center{
            display: flex;
            justify-content: center;
        }

       .table-main{
        max-width: 1200px!important;
       }
    
        @media (max-width: 1200px) {
           

            td,th {
                font-size: 10px!important;;
            }
            .table-main{
                max-width: 768px!important;
               }
        }
        @media (max-width: 768px) {
            .regis h2 {
                font-size: 20px;
                margin-right: 10px;
            }
            td,th {
                font-size: 8px!important;;
            }
            .table-main{
                max-width: 576px!important;
               }
        }

        .table-padding{
            padding-left: 80px;
        }
        .table-padding2{
            padding-left: 120px!important;
        }

        @media (max-width: 576px) {

            .table-regis{
                width: 100%;
            }
            
            td,th {
                font-size: 6px!important;;
            }
            .table-padding{
                padding-left: 25px;
            }
            .table-padding2{
                padding-left:50px!important;
            }
        }
        
        @media (max-width: 768px) {
            #regis .btn {
                margin-right: 10px;
            }
        }
        
        @media (max-width: 768px) {
            .regis h3 {
                font-size: 15px;
                margin-right: 10px;
            }
        }
        
        #regis a {
            background-color: #123F6D;
            padding: 10px;
            border-radius: 7px;
        }
        
        @media (max-width: 768px) {
            #table-body td {
                font-size: 11px;
            }

        }
        
        @media (max-width: 768px) {
            #table-body th {
                font-size: 13px;
                font-style: italic;
            }
        }
        
        @media (max-width: 768px) {
            #table-body tr {
                font-size: 23px;
            }
        }

        
        /* Akhir Registration */
        /* Awal shedule */
        
        #schedule {
            font-family: Raleway;
            font-style: normal;
            font-weight: bold;
            font-size: 50px;
            line-height: 59px;
            color: #123F6D;
            /* background-color: #B0D5F066; */
        }
        
        #schedule_ h1 {
            font-size: 50px;
            font-family: raleway;
            color: #123F6D;
            margin-top: 0px;
        }
        
        @media (max-width: 768px) {
            #schedule_ h1 {
                font-size: 30px;
                margin-top: 10px;
            }
        }
        
        #scheduleCard h4 {
            color: #FCB53D;
        }
        
        @media (max-width: 768px) {
            #scheduleCard {
                width: 325px;
            }
        }
        
        @media (max-width: 768px) {
            #scheduleCard h4 {
                font-size: 20px;
            }
        }
        
        @media (max-width: 768px) {
            #scheduleCard li {
                font-size: 15px;
            }
        }
        
        #scheduleCard {
            height: auto;
            width: auto;
            min-height: 300px;
            min-width: 150px;
            border-radius: 20px;
        }
        /* Akhir schedule */
        /* Awal information */
        
        #info {
            font-family: Raleway;
            font-style: normal;
            font-weight: bold;
            font-size: 50px;
            line-height: 59px;
            color: #123F6D;
            margin-bottom: 100px;
        }
        
        #info_ h1 {
            font-size: 50px;
            font-family: raleway;
            color: #123F6D;
            margin-top: 0px;
        }
        
        @media (max-width: 768px) {
            #info_ h1 {
                font-size: 30px;
                margin-top: 10px;
            }
        }
        
        @media (max-width: 768px) {
            #info h4 {
                font-size: 15px;
                padding: 10px;
            }
        }
        
        @media (max-width: 768px) {
            #info p {
                font-size: 15px;
                padding: 10px;
            }
        }
        /* Alhir information */
        /* AWAL Committee */
        
        #comite {
            font-family: Raleway;
            font-style: normal;
            font-weight: bold;
            font-size: 50px;
            line-height: 59px;
            color: #123F6D;
        }
        
        #comite_ h1 {
            font-size: 50px;
            font-family: raleway;
            color: #123F6D;
            margin-top: 0px;
        }
        
        @media (max-width: 768px) {
            #comite_ h1 {
                font-size: 30px;
                margin-top: 10px;
            }
        }
        
        #comitee td {
            font-family: Raleway;
            font-size: 18px;
            padding: 6px;
        }
        
        #comitee th {
            font-family: Raleway;
            font-size: 20px;
            font-style: italic;
            padding: 6px;
        }
        
        @media (max-width: 768px) {
            #comitee th {
                font-size: 12px;
                padding: 6px;
            }
        }
        
        @media (max-width: 768px) {
            #comitee td {
                font-size: 10px;
                padding: 6px;
            }
        }
        /* Akhir Committee */
        /* footer */
        
        #footer {
            background-color: #123F6D;
        }
        
        #foot {
            font-size: 12px;
        }
        
        #log img {
            width: 60%;
        }
        
        @media (max-width: 768px) {
            #log img {
                padding-right: 30%;
                margin-bottom: 30px;
            }
        }
        
        .fa {
            padding: 10px;
            font-size: 30px;
            width: 40px;
            text-align: center;
            text-decoration: none;
            border-radius: 50%;
        }
        /* footer */

        /* jump to top */

        #myBtn2 {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 30px;
            z-index: 99;
            font-size: 18px;
            border: none;
            outline: none;
            background-color: #123F6D;
            color: white;
            cursor: pointer;
            padding: 15px;
            border-radius: 4px;
          }
          
          #myBtn2:hover {
            background-color: #555;
          }