html {
    scroll-behavior: smooth;
}

body, input {
    font-family: 'DM Sans', sans-serif;
}
input {
    cursor: pointer;
}

.container {
    background-color: #fff;
    width: 100%;
    height: 1995px;
    position: relative;
}
.topbar {
    position: fixed;
    height: 70px;
    background-color: #fff;
    right: 0;
    left: 0;
    top:0;
    box-shadow: 0px 0px 5px 1px hsl(225, 11%, 80%) ;
    z-index: 1000;
}
.topbar .flex3 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.logo-himfest, .logo-footer {
    /* background-image: url(../img/logo-himfest.png); */
    width: 60px;
    height: 60px;
    background-size: cover;
}
.topbar h1 {
    font-size: 32px;
    font-weight: 700;
    display: none;
}

.topbar a {
    text-decoration: none;
    font-size: 16px;
    /* padding: 10px 20px 10px 20px; */
    /* border-radius: 14px; */
    /* margin: 0 5px 5px 0; */
    font-weight: 500;
    color: hsl(225, 11%, 59%);
    padding: 6px 15px;
    margin: 0 10px;
    border-radius: 20px; 
}
.topbar a:hover, .active {
    color: hsl(0, 0%, 10%);
    background-color: #d8dff6;
    /* background-color: #3A3B52; */
}
.topbar input {
    font-size: 16px;
    color: #fff;
    margin: 10px;
    padding: 14px;
    font-weight: 700;
    float: right;
    border-radius: 20px;
    background-color: rgb(83, 95, 255);;
    border:none;
}
.topbar input:hover {
    box-shadow: 0 0 5px 2px hsl(225, 11%, 80%);
}
.container .parallax {
    /* background-color: #d8dff6; */
    height: 100vh;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, #000000c0, #172067df, #c82b2bdc, #000000);
    margin-top: 65px;
}
/* .parallax .text {
    background-image: url(../img/castel.png);
    background-position: center center;
    background-size: cover;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    color: #fff;
    text-shadow: 0 0 5px #ffbb00;
} */
.parallax .logo {
    height: 75px;
    width: 350px;
    background: url(../img/logo.png) center center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.parallax h1 {
    font-size: 4em;
    font-weight: 700;
   
}
.parallax h2 {
    font-size: 30px;
    padding-top: 10px;
    font-style: italic;
}
.parallax p{padding-top: 40px;}
.parallax input {
    font-size: 16px;
    color: #fff;
    margin: 30px 10px 30px;
    padding: 28px;
    font-weight: 700;
    border-radius: 20px;
    background-color: rgb(83, 95, 255);;
    border:none;
}
.parallax input:hover {background-color:hsl(47, 100%, 69%); color: #28282f;}
.parallax input.btn-about {background-color: transparent;}

.about {
    background-color: #000000fc;
    color: #fff;
    padding: 50px;
    display: flex;

    justify-content: center;  
    /* background: linear-gradient(180deg, #000000fc 75%, #000000e6, #000000c0, #0000008d, #0000002b, #00000000);
     */
}
.about-text {
    width: 60%;
    text-align: justify;
    padding: 20px;
}
.about h2 {
    font-size: 2em;
    padding-top: 10px;
    font-weight: 500;
    text-shadow: 0 0 5px #ffbb00;
    text-align: left
}
.about p {line-height: 150%; padding-top: 25px;}
.about span {
    text-decoration: underline;
}
.about .video {
    margin: 30px 20px 30px 30px;
    align-self: center;
    width:504px; height:283.5;
}
.event {
    background-color: hsl(230, 60%, 98%);
    padding: 100px;
    justify-content: center;
}
.pamflet-global {
    background-color: #fff;
    padding: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    
}
.pamflet-global h1 {
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 50px;
    
}
.pamflet-global img {
    width: 50%;
    justify-content: center;
    text-align: center;
    background-color: #C6DEF1;

}
.event h1, .sponsor h1, .medpart h1 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}
.event .webinar {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    width: 85%;
    margin: auto;
    box-shadow: 0 5px 15px 0 hsla(0,0%,9%,.1);
}
.webinar h2 {
    font-size: 2em;
    font-weight: 700;
}
.webinar h3 {
    font-size: 1.5em;
    padding: 20px 0px;
}
.webinar h4 {
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 15px;
}
.lomba {
    display:grid;
    grid-template-columns: repeat(auto-fit, 300px);
    grid-gap: 50px;
    margin: 60px;
    place-items: center center;
    justify-content: center;
    align-content: center;
}
.biru {background-color: #C6DEF1;}
.satu, .dua, .tiga, .empat, .lima, .nomor {
        background-color: #fff;
        height: 280px;
        width:300px;
        box-sizing: border-box;
        padding: 40px;
        border-radius: 20px;
        margin: auto;
        box-shadow: 0 5px 15px 0 hsla(0,0%,9%,.1);

    }
.satu, .dua, .tiga, .empat, .lima, .nomor, h4{
    font-size: 20px;
}
.satu:hover{border-bottom: 6px solid #F2C6DE;}
.dua:hover{border-bottom: 6px solid #C9E4DE}
.tiga:hover{border-bottom: 6px solid #FAEDCB;}
.empat:hover{border-bottom: 6px solid ;}
.lima:hover{border-bottom: 6px solid #C6DEF1;}
.nomor:hover{border-bottom: 6px solid #FAEDCB;}

.card{
    width: 65px;
    height: 65px;
    margin-bottom: 50px;
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
}
.satu .card{background-color: #F2C6DE;}
.dua .card{background-color: #C9E4DE;}
.tiga .card{background-color: #FAEDCB;}
/* .empat .card{background-color: ;} */
.lima .card{background-color: #C6DEF1;}

i.bx.bx-palette {color: #ef439f; }
i.bx.bx-run {color: #019878;}
i.bx.bx-file {color: #ffb700;}
/* i.bx.bxs-pencil {color:;} */
i.bx.bxs-pen {color:#0184ef;}

i.bx  {
    font-size: 40px;
    text-align: center;
    padding:3px;
}
.satu input, .dua input, .tiga input, .empat input, .lima input, .webinar input {
    font-size: 16px;
    color: hsl(225, 11%, 59%);
    font-weight: 600;
    width: 80%;
    height: 50px;
    background-color: #fff;;
    border: 1px solid hsl(188, 64%, 60%);;
    margin-top: 20px;
    padding: 6px 15px;
    border-radius: 20px;
}
.satu input:hover, .dua input:hover, .tiga input:hover, .empat input:hover, .lima input:hover {
    background-color: rgb(65,88,208);
    color: #fff;
}

.sponsor {
    background-color: #FFF;
    padding: 120px;
    justify-content: center;
    flex-direction: row;
}
.box-sponsor {
    background-color: #28293D;
    padding: 40px;
    border-radius: 20px;
    height: 300px;
    width: 80%;
    margin: auto;
    box-shadow: 0 5px 15px 0 hsla(0,0%,9%,.1);
    margin-bottom: 60px;
}
.footer {
    height: 320px;
    background-color: #28282f;
    padding: 5%;
    color: #fff;
    display: flex;
}
.footer .text {
    width: 40%;
}
.footer .maps {
    width: 60%;
}
.text-center {display: flex; align-items: center;}
.logo-footer {margin-right: 10px;}
.footer h1 {font-size: 2em; font-weight: 700;}
.footer h2 {font-size: 1em; margin-top: 15px; font-weight: 600; margin-bottom: 5px; color: #f9f9f9;}
.footer h3 {font-size: 14px;}
.footer hr {margin-top: 55px;}
.footer p {margin-bottom: 15px; font-size: 14px;}
.footer a {text-decoration: none; color: #FFF; font-size: 14px;}

@media (max-width: 768px) { /*artinya ini berlaku dari 0 s/d 768px, bukan lebih dari 768px* 
    atau bisa disebut kurang dari 768px */
    .topbar {height: 65px;}
    .topbar .link {display: none;}
    .topbar input {display: none;}
    .topbar h1 {display: block;}
    .parallax .logo {height: 60px;width: 280px;}
    .parallax h1 {font-size: 3em;font-weight: 600;}
    .parallax h2 {font-size: 28px;}
    .parallax p{padding: 40px; line-height: 150%;}
    .parallax input {
        margin: 15px 10px 10px;
        padding: 24px;
        font-weight: 600;}
    .parallax .cover-btn {
        display: flex;
        flex-direction: column;
    }
    .about {flex-direction: column; align-content: center;}
    .about-text {text-align: justify;width: 90%;padding-right: 30px;} 
    .about .video{margin: 0px 15px 15px 30px;align-self: center;}
    .about .video iframe {width: 85%;margin: 30px;align-self: center;}
    .event {padding: 100px 30px 100px;}
    .event h1, .sponsor h1, .medpart h1 {font-size: 3em;font-weight: 600;}
    .webinar h2 {font-size: 2em;font-weight: 600;}
    .webinar h3 {font-size: 28px;}
    .lomba {
        grid-template-columns: repeat(auto-fit, minmax(1000px, 1fr)); /* bug yg jadi fitur */
        grid-gap: 40px;
        margin: 50px;}    
    .satu, .dua, .tiga, .empat, .lima {width: 380px;}
    .sponsor {
        background-color: #FFF;
        padding: 50px;
        justify-content: center;
        flex-direction: row;
    }
    .box-sponsor {
        border-radius: 20px;
        width: 300px;
        margin: auto;
        box-shadow: 0 5px 15px 0 hsla(0,0%,9%,.1);
        margin-bottom: 60px;
    }
    .footer .text {width: 100%;}
    .footer .maps {display: none;}
    .pamflet-global img {
        width: 80%;
    }

@media (max-width: 540px) {
    .parallax h1 {font-size: 2em; font-weight: 600;}
    .parallax h2 {font-size: 1em;}
    .parallax p{padding: 40px; line-height: 150%;}
    .parallax input {
        margin: 15px 10px 10px;
        padding: 24px;
        font-weight: 600;}
    .parallax .cover-btn {
        display: flex;
        flex-direction: column;
    }
    .about {flex-direction: column; align-content: center;}
    .about-text {text-align: justify;width: 90%;padding-right: 30px;} 
    .about .video{margin: 0px 15px 15px -10px;align-self: center; max-width: 350px; }
    .about .video iframe {max-width: 350px; max-height:200px; right: 50%;}
    .event {padding: 50px 20px 30px 20px;}
    .event h1, .sponsor h1, .medpart h1 {font-size: 2em;font-weight: 600;}
    .event .webinar {max-width: 80%;}
    .webinar h2 {font-size: 2em;font-weight: 600;}
    .webinar h3 {font-size: 1.5em;}
    .lomba {
        grid-template-columns: repeat(auto-fit, minmax(1000px, 1fr)); /* bug yg jadi fitur */
        grid-gap: 40px;
        margin: 50px;}    
    .satu, .dua, .tiga, .empat, .lima {max-width: 300px;}
    .sponsor {
        background-color: #FFF;
        padding: 30px 32px 30px 30px;
        justify-content: center;
        flex-direction: row;
    }
    .box-sponsor {
        border-radius: 20px;
        max-width: 75%;
        margin: auto 40px auto auto;
        box-shadow: 0 5px 15px 0 hsla(0,0%,9%,.1);
        margin-bottom: 60px;
        align-self: center;
    }
    .pamflet-global {
        padding: 30px;
    }
    .pamflet-global h1 {
        font-size: 2em;
        font-weight: 600;
        text-align: center;
        padding-bottom: 30px;
        padding-top: 50px;
        
    }
    .pamflet-global img {
        width: 90%;
        justify-content: center;
        text-align: center;




}
