*{
    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);
    
}
.d1{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgb(0, 0, 0);
    z-index: 106;
}
#drop{
    background-color: rgba(121,121, 121, 0.7);
}
.d1 a{
    text-decoration: none;
    color: black;
    z-index: 106;
    
    font-family: 'Product Sans', Courier, monospace;
}

.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: black;
    width: 100%;
}

.title {
    width: 100%;
    display: flex;
    font-family: 'Product Sans', Courier, monospace;
    justify-content: center;
    font-size: 4vw;
    color: white;
}

.coming {
    width: 100%;
    display: flex;
    font-family: 'Product Sans', Courier, monospace;
    justify-content: center;
    font-size: 4vw;
    color: white;
}

.firstrow {
    justify-content: space-evenly;
    display: flex;
    width: 100%;
}

.zoom:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); 
    transition-duration: 0.3s;
}
.zoom img {
    width: 95%;
}

.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;}