


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Arial;
    scroll-behavior: smooth;
}

body {
    min-height: 100px;
    background: #F0F3F2;
}

.banner {
    position: relative;
    width: 100%;
    display: flex;
    background: url(IMAGES/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .content {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-left: 15%;
    padding-bottom: 6%;
}

.banner .content .img {
    width: 500px;
    height: 500px;
    background-image: url(IMAGES/banner.png);
    background-size: cover;
    box-sizing: border-box;
}

.banner-text {
	margin-top: 18%;
    margin-left: 12%;
    background: #402b86a2;
    padding: 1%;
    border-radius: 10px;
}

.banner-text img {
 width: 50%;
 height: max-content;
 margin-top: -10px;
}

.banner-text p {
	margin: 4% 0%;
    font-size: 1.1em;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 100%;
	border-radius: 7px;
}

h1, h2, h3 {
	font-weight: 1200;
    font-size: 3.3em;
}
h4, h5 {
	font-weight:500;
    font-size: 1.8em;
    text-align: justify;

}
h6 {
	font-weight:650;
    font-size: 1.6em;
}

.white {
	color:#F0F3F2 !important;
    
}
.yellow {
	color:#deae06;
}

.blue{
    color: #402b86;
}

.counter{
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
}

/*header*/


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
  }
  
header.sticky {
    background: #402b86;
    padding: 0px 3%;
    box-shadow: 0 5px 10px rgba(97, 62, 62, 0.05);
  }
  
header .logo {
    color: rgb(80, 48, 0);
    font-weight: 700;
    font-size: 1.5em;
    text-decoration: none;
    border-radius: 12px;
    padding: 1%;
  }
  
header.sticky .logo {
    color: rgb(3, 2, 2);
  }
  
header .navigation {
    position: relative;
    display: flex;
    font-weight: 600;
    margin-right: 10%;
    align-items: center;
  }
  
header .navigation li {
    list-style: none;
    font-size: larger;
    margin:auto;
    padding: 0px 20px;
  }
  
header .navigation li a {
    text-decoration: none;
    color: #402b86;    ;
    background:  
    #deae06;
    border-radius: 18px;
    padding: 10px 50px;
  }
  
header .navigation li a:hover {
    color: #111;
  }
  
header.sticky .navigation li a {
    color: #402b86;
  }
  
header.sticky .navigation li a:hover {
    color: #111;
  }

  .subnav {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #deae06;
    display: none;
    margin: 0;
    padding: 0;
    border-radius: 18px;
  }
  
  .navigation:hover .subnav {
    display: block;
  }
  
  .subnav li {
    padding: 10px 10%;
    background-color: #deae06;
    cursor: pointer;
    border-radius: 0px 0px 10px 10px;
    color: #402b86;
  }
  
  .subnav li:hover {
    background-color: orange;
  }

  details {
    background-color: #deae06;
    color: #060303;
    font-size: 1.3rem;
    margin-left: 3%;
    margin-right: 3%;
    box-shadow: 0 5px 10px rgb(70, 43, 18);
    position: relative;
    display: flex;
    flex-direction: column;
}

.jawab {
    background-color: #deae06;
    color: #060303;
    font-size: 1rem;

}

summary {
    padding: .5em 1.3rem;
    list-style: none;
    display: flex;
    justify-content: space-between;

}

summary::-webkit-details-marker {
    display: none;
}

details[open] summary {
    border-bottom: 1px solid #673c04;
}


details[open] div {
    padding: .5em 1em;
}


#jenis{
    background: #F0F3F2;
}

 
/*kartu*/
.kartu{
    position: relative;
    display: flex;
    width: 50%;
    margin: auto;
}

.title{
    display: flex;
    width: 50%;
    padding-top: 3%;
    margin: auto;
    margin-bottom: -1%;
}

.title .ttl{
    margin: auto;
    display: flex;
    width: 100%;
    margin: auto;
}

.ttl{
    display: flex;
    width: 50%;;
    margin: auto;
}

.title .ttle{
    margin: auto;
    width: 100%;
}

.kiri{
    padding-right: 5%;
}

.kiri1{
    margin: auto;
    width: 50%;
}

.kanan{
    padding-left: 5%;
}

.atasan{
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: center;
}

#inovasi{
    background: #374275;
}

#survey{
    background: #F0F3F2;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

h1 {
    font-size: 40px;

    padding-top: 5%;
}


/*tombol*/
.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}

.tombol {
    text-decoration: none;
    margin: 10px;
    width: 300px;
    text-align: center;
    transition: 0.3s;
}

.tombol img {
    width: 70px;
    height: 70px;
    margin-bottom: 2%;
    margin-top: 5%;
}

.tombol p {
    font-size: 16px;
}

.tombols {
    text-decoration: none;
    margin: 10px;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 30px;
    width: 300px;
    text-align: center;
    transition: 0.3s;
    background-color: #4d78306b;
}

.tombols:hover {
    background-color: #ddd;
}

.tombols img {
    width: 70px;
    height: 70px;
    margin-bottom: 2%;
    margin-top: 5%;
}

.tombols p {
    font-size: 16px;
}


#pengaduan{
    background-color: #abcc92;
}

/*faq*/
#faq {
    background-color: #F0F3F2;
    position: relative;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 10%;
    padding-top: 10%;
}

.copyrightText {
    padding: 8px 40px;
    text-align: center;
    background: rgb(155, 66, 33);
}

.copyrightText p {
    color: #fff;
}

.copyrightText p span {
    color: rgb(59, 29, 12);
    font-weight: 500;
}

#faq h1 {
    color: #154880;
    text-align: center;
    margin-bottom: 6%;

}



/*footer*/
footer {
    bottom: 0;
}

.footer {
    background: linear-gradient(to bottom right, #402b86, #898AF9);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
    display: inline-block;
    vertical-align: top;
}


.footer .footer-left {
    width: 30%;
}

.footer h3 {
    color: #f5f5f5;
    margin: 0;
    padding-bottom: 20px;
    font-family: Georgia, 'Time New Roman', Times, serif;
}

.footer .footer-left img {
    width: 100%;
    vertical-align: middle;
}

.footer .footer-left .credit-cards {
    width: 100%;
}

.footer .footer-copyright {
    color: #f0f3f2b0;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-top: 10%;
}

.footer .footer-center {
    width: 35%;
}

.footer .footer-center i {
    color: #F0F3F2;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer .footer-center p {
    display: inline-block;
    color: #F0F3F2;
    vertical-align: middle;
    margin: 0px;
}

.footer .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer .footer-center p a {
    color: #F0F3F2;
    text-decoration: none;
    font-size: 14px;
}

.footer .footer-right {
    width: 30%;
}

.footer .footer-jenis {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0px;
}

.footer .footer-jenis span {
    display: block;
    color: #F0F3F2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .footer-media {
    margin-top: 25px;
}

.footer .footer-media a {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #E7C959;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 50px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer .footer-media a:hover {
    background-color: #8f9296;
}


@media screen and (max-width: 1750px) {
    .links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0;
    }
}


@media screen and (max-width: 1000px) {
    /*page utama*/
    .banner {
        position: relative;
        width: 100%;
        display: flex;
        background: url(IMAGES/banner1.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .counter{
        display: flex;
        justify-content: flex-start;
    }
    
    .banner .content {
        width: 100%;
        display: flex;
        justify-content:flex-end;
        align-items: flex-end;
        padding-bottom: 2%;
        padding-left: 0%;
    }
    
    .banner-text {
        text-align: center;
        justify-content: center;
        margin: auto;
    }
    

    .banner-text p {
        margin: 4% 0%;
        font-size: 1.1em;
    }
    .banner-text ul {
        list-style: none;
    }
    .banner-text ul li {
        display: inline-block;
        margin: 0px 10px 10px 0px;
    }
    .banner-text ul li a {
        display: block;
    }
    .banner-text ul li a img {
        width: 150px;
        border-radius: 7px;
        margin-top: 20%;
    }

    h1, h2, h3 {
        font-weight: 1000;
        font-size: 2.7em;
    }
    h4 {
        font-weight:450;
        font-size: 1.6em;
        text-align: center;
    }

    h5{
        font-weight:450;
        font-size: 1.6em;
        text-align:justify;
    }

    h6 {
        font-weight:050;
        font-size: 1.4em;
    }
    
    .links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0;
    }

    /*header*/
    header,
    header.sticky {
        padding: 5px 10px;
        height:"70px";
    }

    header .navigation {
        display: none;
        margin-right: 0%;
    }

    header .navigation.active {
        width: 50%;
        height: calc(100%);
        position: fixed;
        top:12%;
        right: 0%;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        background: #402b86c9; 
    }

    header .navigation li {
        margin: auto;
        margin-top:10%;
        margin-bottom: 1%;
    }

    header .navigation li a {
        color: #111;
        font-size: 1.6em;
    }

    .menuToggle {
        position: relative;
        width: 40px;
        height: 40px;
        background: url(images/menu.png);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        margin: auto;
        margin-right: 0%;
    }

    .menuToggle.active {
        background: url(images/close.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }

    header.sticky .menuToggle {
        filter: invert(1);
    }

    #faq {
        background-color: #F0F3F2;
        position: relative;
        padding: 10%;
    }

    /*kartu*/
    .kartu{
        position: relative;
        display: flex;
        width: 70%;
        margin: auto;
    }

    .title{
        position: relative;
        display: block;
        width: 50%;
        text-align: center;
        margin: 0% 0% 0% 25%;
    }
    
    .title .ttl{
        position:relative;
        display: block;
        width: 100%;
        margin: 0% 0% 0% 0%;
        padding-top: 5%;
    }

    .ttl{
        position:relative;
        display: block;
        width: 90%;
        margin: auto;
    }
    
    details {
        background-color: #deae06;
        color: #060303;
        font-size: 1.3rem;
        margin:5%;
        box-shadow: 0 5px 10px rgb(70, 43, 18);
        position: relative;
        display: flex;
        flex-direction: column;
    }
    

    /*footer*/
    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: left;
    }

    .footer .footer-center i {
        margin-left: 0px;
    }

    .footer .footer-left img {
        width: 70%;
        vertical-align: middle;
    }

    footer {
        position: static;
    }

    header {
        padding-top: 40px;
    }
}


@media screen and (max-width: 720px) {
    .container {
        max-width: 300px;
        display: block;
    }

    h1 {
        padding-top: 5%;
        font-size: 30px;
    }
   
    /*page utama*/
    .banner{
        display:block;
    }
    
    .banner .content {
        text-align: center;
        justify-content: center;
        padding-right: 0;
        display:flex;
        padding-bottom: 10%;

    }

    .banner .content .img {
        max-width: 250px;
        max-height: 500px;
        background-image: url(IMAGES/bannerr.png);
        background-size: cover;
        box-sizing: border-box;
        display: flex;
    }



    .banner-text{
        text-align: center;
        justify-content: center;
        margin: auto;
        align-items: center;
        align-content:center;
        padding-top: 35%;
        padding-bottom: 5%;
        border-radius: 0%;
    }



    .banner-text img {
        justify-content:center;
        }

    .banner-text p {
        margin: 0% 0%;
    }

    .banner-text ul {
        list-style: none;
    }

    .banner-text ul li {
        display: inline-block;
        margin: 0px 10px 10px 0px;
    }

    .banner-text ul li a {
        display: block;
    }
   
    
    /*header*/
    header,
    header.sticky {
        padding: 10px 20px;
    }

    header .navigation {
        display: none;
        margin-right: 0;
    }

    header .navigation.active {
        width: 50%;
        height: calc(100%);
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #402b86d8;
        border-radius: 10px;
        
    }

    header .navigation li {
        margin:auto;
        margin-top: 10%;
        margin-bottom: 1%;
    }

    header .navigation li a {
        color: #111;
        font-size: 1.6em;
    }

    .menuToggle {
        position: relative;
        width: 40px;
        height: 40px;
        background: url(images/menu.png);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        margin: auto;
        margin-right: 0;
    }

    .menuToggle.active {
        background: url(images/close.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }

    header.sticky .menuToggle {
        filter: invert(1);
    }


    details {
        background-color: #deae06;
        color: #060303;
        font-size: 1.3rem;
        margin:5%;
        box-shadow: 0 5px 10px rgb(70, 43, 18);
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .jawab {
        background-color: #deae06;
        color: #060303;
        font-size: 1rem;
    }
    
    summary {
        padding: .5em 1.3rem;
        list-style: none;
        display: flex;
        justify-content: space-between;
    
    }
    
    summary::-webkit-details-marker {
        display: none;
    }
    
    details[open] summary {
        border-bottom: 1px solid #673c04;
    }
    
    
    details[open] div {
        padding: .5em 1em;
    }


    /*kartu*/
    .title{
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
    }
    
    .title .ttl{
        position:relative;
        display: block;
        width: 80%;
        margin: auto;
    }

    .title .ttle{
        position:relative;
        display: block;
        width: 80%;
        margin: auto;
    }

    .kartu{
        position: relative;
        display: block;
        width: 90%;
        margin: auto;
    }

    .kiri{
        width: 75%;
        margin: auto;
        padding: 0;;
    }
    
    .kiri1{
        width: 75%;
        margin: auto;
        padding: 0;
    }
    
    .kanan{
        width: 75%;
        margin: auto;
        padding: 0;
    }

    .atasan{
        display: flex;
        flex-direction: column;
    }
  

    .footer .footer-left img {
        width: 100%;
        vertical-align: middle;
    }
}

