*{
    margin: 0;
    padding: 0;
}

.header{
    height: 60px;
    width: 90%;
    background-color: rgb(131, 131, 131); 
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 0 5%;
}

.logo img{
    height: 100%;
}
.logo{
    height: 70%;
}
.navigator{
    position: relative;
    display: inline-block;
}
.navigator img{
    height: 100%;
    float: right;
    object-fit: contain;  
}

.test{
    display:none;
    z-index: 1;
    top: 100%;
    right: 0;
    position: absolute;
    background-color: rgb(121, 121, 121);
    font-family: 'Product Sans', Courier, monospace;
}
.d1{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgb(0, 0, 0);
    z-index: 106;
}
.d1 a{
    text-decoration: none;
    color: black;
    font-family: 'Product Sans', Courier, monospace;
    z-index: 106;
}
#drop{
    background-color: rgba(121,121, 121, 0.7);
}

.classlu {
    background-image: url(menu.png);
    background-size: 20px; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 27px;
    width: 40px;

    border-radius: 10px;
}

body {
    background-color: rgb(4, 5, 9);
}

.search {
    flex-direction: column;
    display: flex;
    width: 100%;
    background-image: url("walp2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 90% ;
}
.search img {
    filter: brightness(65%);
    position :absolute;
    justify-content: center;
    width: 100%;
    margin-top: -20px;
    margin-left: -9px;
}

.search p {
    margin: auto;
    margin-top: 13%;
    text-align: center;
    color: white;
    justify-content: center;
    font-family: 'Product Sans', Courier, monospace;
    font-size: 40px;
}

.searchbar {
    width: 100%;
    text-align: center;
    padding-bottom: 20%;
}

.searchbar input[type=text] {
    margin: auto;
    z-index: 1;
    margin-top: 1%;
    width: 350px;
    height: 45px;
    border: none;
    font-family: 'Product Sans Thin', Courier, monospace;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    color: black;
}

.topquestions {
    margin-top: -15%;
    background-color: rgb(4, 5, 9);
}

.firstrowpictures {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.firstrow {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: -13%;
}

.firstrow button {
    background-color: black;
    width: 110%;
    z-index: 1;
    width: auto;
    font-family: 'Product Sans', Courier, monospace;
    font-size: 20px;
    text-align: center;
}

.firstrow a {
    text-align: center;
    text-decoration: none;
    margin-top: 15%;
    font-size: 20px;
    font-family: 'Product Sans Thin', Courier, monospace;
    color: white;
}

.topquestions p {
    text-align: center;
    margin-top: 20%;
    margin-bottom: -13%;
    font-size: 40px;
    font-family: 'Product Sans Thin', Courier, monospace;
    color: white;
}
.isi{
    position: relative;
}
.judul{
    /* position: absolute; */
    text-align: center;
    margin-top: 3.5%;
    font-family: aligator;
    color: white;
    font-family: 'Product Sans', Courier, monospace;
    font-size: 40px;
    /* left: 50%; */
    /* transform: translate(0,-50%)    ; */
}
.product{
    /* position:absolute; */
    width: 100%;
    display: flex;
    margin-top: 3%;
    justify-content: space-around;
    padding-bottom: 5%;
    /* top: 55%; */
}
.ig1,.ig2,.ig3{
    width: 20%;

}
.product img{
    width: 100%;
}
.product p{
    font-size: 20px;
    font-family: aligator;
    justify-content: center;
    color: white;
    font-family: 'Product Sans', Courier, monospace;
    text-align: center;
}

.product a {
    text-decoration: none;
}

.as1 p:hover {
    background-color: white;
    color: black;
 }

.footer{
    background-color: beige;
    height: 200PX;
    /* display: inline-block; */
    /* bottom: 0; */
    padding-top: 50px;
}
.socialmedia img{
    height: 100%;
    margin: 2px;
}
.socialmedia{
    height: 50px;
    justify-content: center;
    display: flex;
    /* justify-content: space-around; */
}
.pay img{
    height: 100%;
    margin: 4px;
}
.pay{
    height: 50px;
    justify-content: center;
    display: flex;
}
.show {display:block;}