*{
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    font-family: Arial, sans-serif;
}
body{
    background-color: rgb(236, 236, 236);
}

.navbar{
    display: flex;
    height: 50px;
    width: 100%;
    padding: 5px;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    position: fixed;
    margin-bottom: 100px;
    z-index: 999;
}
.navbar #logo i{
    color: #6d1fff;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.navbar #logo i p{
    margin-left: 5px;
    color: black;
    font-size: 16px;
}
.navbar .profile{
    border-radius: 5px;
    padding: 10px;
    background-color:#ed6464;
    color: white;
    transition: .5s ease-in;
}
.navbar .profile:hover{
    background-color: #c70202;
}
.navbar .logout{
    border-radius: 5px;
    padding: 10px;
    background-color:cornflowerblue;
    color: white;
    transition: .5s ease-in;
}
.navbar .logout:hover{
    background-color:rgb(33, 109, 248);
}
.ucapan{
    position: relative;
    width: 80%;
    top: 80px;
    margin-bottom: 100px;
    border-radius: 10px;
    color: white;
    padding: 50px;
    padding-bottom: 100px;
}
.ucapan h1{
    font-size: 43px;
    font-weight: bolder;
    color: #6d1fff;
    position: relative;
    left: 100px;
    width: 85%;
}


.kartuuser{
    background-color: white;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    width: 700px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    bottom: 70px;
}
.kartuuser .body{
    width: 100%;
    display: flex;
    padding: 25px 0 2px 0;
    justify-content: center;
}

.kartuuser .body .kiri img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.kartuuser .body .tengah{
    width: 45%;
    text-align: left;
}
.kartuuser .body .tengah h2{
    font-size: 26px;
    user-select: none;
    pointer-events: none;
}
.kartuuser .body .tengah p{
    color: rgb(95, 95, 95);
    font-weight: bolder;
    user-select: none;
    pointer-events: none;
}
.kartuuser .body .kanan{
    width: 20%;
    text-align: left;
    position: relative;
    bottom: 30px;
}
.kartuuser .body .kanan .body{
    display: flex;
}
.kartuuser .body .kanan .body ul{
    text-align: center;
    margin-right: 10px;
}
.kartuuser .body .kanan .body ul h1{
    margin-bottom: 5px;
}
.kartuuser .body .kanan a{
    border-radius: 5px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    font-weight: bolder;
    background-image: linear-gradient(to bottom right, #9e69ff, #6d1fff);
    color: white;
    margin-top: 10px;
    transition: .9s ease-in;
}
.kartuuser .body .kanan a:hover{
    background-image: linear-gradient(to bottom right,  #6d1fff, #9e69ff);
}


.linkucapan{
    background-image: url('hallo.jpg');
    border-radius: 25px;
    background-size: cover;
    background-position: fixed;
    width: 900px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    bottom: 30px;
}
.linkucapan .body{
    filter: blur(.5px);
    width: 100%;
    background-color: rgba(0, 150, 150, 0.39);
    margin-top: 300px;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.linkucapan .body a{
    filter: blur(0px);
    font-weight: bolder;
    color: white;
}

.fitur{
    width: 900px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    text-decoration: none;
    margin-bottom: 20px;
}
.fitur a{
    background-color: cornflowerblue;
    border: 1px solid cornflowerblue;
    padding: 10px;
    border-radius: 5px;
    color: white;
    width: 200px;
}

.Isian .Rank{
    display: flex;
    padding: 20px;
    width: 900px;
    border-radius: 10px;
    background-color: #0080cf;
    color: white;
}
.Isian .Rank .Judul{
    width:100%;
    margin-left: 50px;
    display: block;
}
.Isian .Rank .KotakR{
    width: 95%;
    margin-left: 50px;
    display: block;
}
.Isian .Rank a{
    text-align: center;
    display: block;
    margin-top: 15px;
    justify-content: left;
    align-items: normal;
    border-radius: 5px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    background-color: white;
    color: #0080cf;
    padding: 5px;
}
.Isian .Rank img{
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sku{
    width: 70%;
    display: flex;
    background-image: url("wpp.jpg");
    background-size: cover;
    background-position: fixed;
    justify-content: left;
    border-radius: 25px;
    margin-bottom: 15px;
}
.sku .continner{
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
}
.sku .continner .button{
    height: 100%;;
}
.sku .continner .button h3{
    font-size: 32px;
    color: white;
    font-weight: bolder;
    margin-top: 50px;
    margin-bottom: 25px;
    user-select: none;
}
.sku .continner .button a{
    background: #006800;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.sku .continner .button a:hover{
    background: #005081;
}
.sku .continner img{
    width: 200px;

}

.kategori{
    width: 950px;
    display: block;
    margin-bottom: 15px;
}
.kategori select {
    margin-top: 10px;
    font-weight: bolder;
    width: 20%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff; /* Warna latar belakang biru */
    border: 1px solid #8d8d8d; /* Warna border biru tua */
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    color: #000000; /* Warna teks putih */
    outline: none;
    cursor: pointer;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/* Tambahkan gaya untuk elemen <select> saat difokuskan */
.kategori select:focus {
    border-color: #8d8d8d;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    background-color: #ffffff; /* Warna latar belakang saat fokus */
}

/* Menambahkan gaya untuk elemen <option> */
.kategori option {
    background-color: #ffffff; /* Warna latar belakang biru */
    color: #fff; /* Warna teks putih */
}
.materis{
    width: 860px;
    position: relative;
    top: 5px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    background: white;
    padding: 40px 15px;
}
.materis .juang{
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    color: white;
    background-color: rgb(219, 143, 0);
    font-weight: bolder;
    text-align: center;
    transition: .3s ease-in;
}
.materis .Krani{
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    color: white;
    background-color: #06aa00;
    font-weight: bolder;
    text-align: center;
    transition: .3s ease-in;
}
.materis .juang:hover{
    background-color: #a86d00;
}
.materis .Krani:hover{
    background-color: #048000;
}
.materi{
    width: 950px;
}
.materi .judul a{
    color: black;
    display: inline-flex;
    justify-content: left;
}
.materi .judul a i{
    font-weight: bolder;
    color: #6d1fff;
}
.materi .Card_continner{
    display: flex;
    justify-content: space-between;
    width: 900px;
    padding: 20px;
    border: 1px solid #ccc;
    overflow: auto;
    scroll-behavior: smooth;
    border: none;
    margin-bottom: 20px;
}
.materi .Card_continner a{
    display: block;
    width: 250px;
    padding: 5px;
    background-color: white;
    margin: 5px;
    border-radius: 10px;
}
.materi .Card_continner img{
    width: 250px;
    border-radius: 15px;
}
.materi .Card_continner .text{
    padding: 10px;
    color: black;
}
.materi .Card_continner .text p{
    color: gray;
}
.option a{
    padding: 5px;
    background-color: chartreuse;
}
.materi_conn{
    position: relative;
    top: 80px;
    width: 800px;
    background: white;
}
.materi_conn .judul{
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.materi_conn .judul h3{
    font-size: 30px;
}
.materi_conn .judul img{
    margin-top: 10px;
    width: 750px;
    border-radius: 20px;
}
.materi_conn .judul p{
    font-style: italic;
    color: #888888;
}
.materi_conn .isi{
    width: 750px;
    margin-top: 5px;
    pointer-events: none;
    user-select: none;
}
.quiz-container {
    position: relative;
    top: 80px;
    width: 700px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}
.quiz-container iframe{
    width: 700px;
    height: 520px;
}
.quiz-container i{
    display: inline-flex;
    padding: 5px;
}
@media (max-width: 1000px){
    .ucapan{
        width: 700px;
        left: 0px;
    }
    .ucapan h1{
        left: 0px;
    }
    .fitur{
        width: 700px;
        display: flex;
        align-items: center;
        text-align: center;
        position: relative;
        text-decoration: none;
        margin-bottom: 20px;
    }
    .fitur a{
        background-color: cornflowerblue;
        border: 1px solid cornflowerblue;
        padding: 10px;
        border-radius: 5px;
        color: white;
        width: 200px;
    }
    .materis{
        width: 85%;
        position: relative;
        top: 5px;
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        background: white;
        padding: 40px 15px;
    }
    .materi{
        width: 750px;
    }
    .sku{
        width: 750px;
    }
    .kategori{
        width: 750px;
    }
    .materi .Card_continner{
        width: 700px;
    }
    .linkucapan{
        width: 750px;
    }
    .Isian .Rank{
        width: 700px;
    }
}
@media (max-width: 800px){
    .ucapan{
        width: 600px;
    }
    .kartuuser{
        width: 600px;
    }
    .kartuuser .body .kiri{
        right: 30px;
    }
    .kartuuser .body .kiri img{
        width: 90px;
        height: 90px;
    }
    .kartuuser .body .tengah{
        width: 50%;
        text-align: left;
    }
    .kartuuser .body .tengah h2{
        font-size: 22px;
    }
    .kartuuser .body .kanan{
        width: 20%;
        bottom: 20px;
        right: 40px;
    }
    .kartuuser .body .kanan body ul h1{
        margin-bottom: 1px;
        font-size: 20px;
    }
    .kartuuser .body .kanan a{
        width: 100%;
        padding: 7px;
    }
    .linkucapan{
        background-image: url('hallo.jpg');
        border-radius: 25px;
        background-size: cover;
        width: 600px;
        display: flex;
        bottom: 30px;
    }
    .fitur{
        width: 600px;
        display: flex;
        align-items: center;
        text-align: center;
        position: relative;
        text-decoration: none;
        margin-bottom: 20px;
    }
    .fitur a{
        background-color: cornflowerblue;
        border: 1px solid cornflowerblue;
        padding: 10px;
        border-radius: 5px;
        color: white;
        width: 200px;
    }
    .materi{
        width: 650px;
    }
    .kategori{
        width: 650px;
    }
    .sku{
        width: 650px;
    }
    .materi .Card_continner{
        width: 600px;
    }
    .materi_conn{
        width: 650px;
    }
    .materi_conn .judul img{
        width: 600px;
    }
    .materi_conn .isi{
        width: 600px;
    }
    .Isian .Rank{
        width: 600px;
    }
}
@media  (max-width: 650px) {
    .kartuuser{
        width: 70%;
    }
    .kartuuser .body{
        display: grid;
        padding: 25px 0 2px 0;
        width: 100%;
        text-align: center;
    }
    .kartuuser .body .kiri{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .kartuuser .body .kiri img{
        width: 90px;
        height: 90px;
    }
    .kartuuser .body .tengah{
        width: 100%;
        text-align: center;
    }
    .kartuuser .body .kanan{
        width: 90%;
        text-align: center;
        right: 0px;
    }
    .kartuuser .body .kanan ul{
        margin-right: 0px;
    }
    .kartuuser .body .kanan a{
        width: 60%;
    }
    .linkucapan{
        width: 90%;
    }.linkucapan{
        background-image: url('hallo.jpg');
        background-size: cover;
        background-position: center;
        width: 90%
    }
    .fitur{
        width: 90%;
        display: flex;
        align-items: center;
        text-align: center;
        position: relative;
        text-decoration: none;
        margin-bottom: 20px;
    }
    .fitur a{
        background-color: cornflowerblue;
        border: 1px solid cornflowerblue;
        padding: 10px;
        border-radius: 0px;
        border: 1px solid white;
        color: white;
        width: 200px;
    }
    .sku{
        width: 90%;
    }
    .sku .continner .button h3{
        font-size: 24px;
    }
    .sku .continner .button a{
        padding: 5px;
    }
    .materis{
        width: 90%;
        position: relative;
        top: 5px;
        margin-bottom: 30px;
        display: grid;
        justify-content: center;
        align-items: center;
        background: white;
        padding: 40px 15px;
    }
    .materis .juang{
        min-width: 250px;
        padding: 20px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .materis .Krani{
        min-width: 250px;
        padding: 20px;
    }
    .materi_conn{
        width: 100%;
    }
    .materi_conn .judul img{
        width: 500px;
    }
    .materi_conn .isi{
        width: 500px;
    }
    .Isian{
        background-color: white;
    }
    .Isian .Rank{
        width: 90%;
        border-radius: 0px;
    }
    .Isian .Rank .Judul{
        width:100%;
    }
    .Isian .Rank .Judul h2{
        font-size: 14px;
    }
    .Isian .Rank .Judul p{
        font-size: 10px;
    }
    .Isian .Rank .KotakR{
        width: 95%;
    }
}
@media (max-width: 700px){
    .navbar{
        width: 98%;
    }
    .ucapan{
        width: 85%;
        border-radius: 0px;
        padding: 5px;
        top: 70px;
    }
    .ucapan h1{
        font-size: 36px;
        position: relative;
        left: 0px;
    }
    .kartuuser{
        bottom: 30px;
    }
    .linkucapan{
        bottom: 10px;
    }
    .materi{
        width: 85%;
    }
    .materi .Card_continner{
        width: 90%;
    }
    .materi .Card_continner a{
        width: 200px;
    }
    .materi .Card_continner a p{ 
        font-size: 12px;
    }
    .materi .Card_continner img{
        width: 200px;
    }
    .kategori, select option{
        width: 85%;
        font-size: 14px;
    }
    .quiz-container {
        width: 400px;
      }
      .quiz-container iframe{
        width: 400px;
      }
}
@media (max-width: 500px){
    .ucapan h1{
        font-size: 24px;
    }
    .sku .continner .button h3{
        font-size: 16px;
    }
    .sku .continner .button a{
        text-align: center;
        width: 100px;
        display: block;
        margin-top: 5px;
    }
    .materi h1{
        font-size: 24px;
    }
    .materi .Card_continner a p{ 
        font-size: 10px;
    }
    .materi_conn .judul img{
        width: 100%;
    }
    .materi_conn .isi{
        width: 90%;
    }
}
@media  (max-width: 400px) {
    .navbar #logo i{
        color: #6d1fff;
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    .navbar #logo i p{
        margin-left: 5px;
        color: black;
        font-size: 12px;
    }
    .navbar .menu a{
        font-size: 12px;
    }
    .ucapan .left,.right{
        padding: 10px;
    }
    .ucapan h1{
        font-size: 28px;
    }
    .quiz-container {
        width: 300px;
    }
    .quiz-container iframe{
        width: 300px;

    }
    
}