* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


/* social app*/
.social {
    width: 100%;
    height: 6vh;
    background-color: black;
}

.socialrap {
    width: 80%;
    margin: auto;
}

.name {
    position: absolute;
}

.name h1 {
    color: white;
    font-size: 15px;
    padding-top: 1%;
}

/* navigtion bar */
#nav {
    width: 100%;
    height: 9vh;
    border-bottom: 1px solid black;
    background-color: white;
}

.navrap {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;

}

.logo img {
    margin-top: -2%;
}


* {
    box-sizing: border-box;
}

/* Style the navbar */
.topnav {
    height: 9vh;
    overflow: hidden;
    background-color: white;
    border-bottom: 1px solid black;
}

/* Navbar links */
.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Navbar links on mouse-over */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Active/current link */
.topnav a.active {
    color: black;
    height: 9vh;
}

/* Style the input container */
.topnav .login-container {
    float: right;
}

/* Style the input field inside the navbar */
.topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 15px;
    border: none;
    width: 150px;
    background-color: wheat;
    border-radius: 5px;
    margin-left: -14%;
    /* adjust as needed (as long as it doesn't break the topnav) */
}

/* Style the button inside the input container */
.topnav .login-container button {
    float: right;
    padding: 6px;
    /* margin-top: 8px; */
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.topnav .login-container button:hover {
    background: #ccc;
}

/* Add responsiveness - On small screens, display the navbar vertically instead of horizontally */
@media screen and (max-width: 600px) {
    .topnav .login-container {
        float: none;

    }

    .topnav a,
    .topnav input[type=text],
    .topnav .login-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
       
    }

    .topnav input[type=text] {
       
        border: 1px solid #ccc;
    }
}
.login-container button a i{
   
    padding-bottom: 6%;
}
/* clear */
.clear{
    height: 8vh;
    background-color: white;
}
/* banner */
.banner{
    height: 35vh;
    background-image: url(./Nebula\ 1920x267.webp);
   background-color: white;
    /* margin-top:1%;  */
}
#newnav {
    margin-top: -1%;
    height: 11vh;
    background-color: white;
    /* border-bottom: 1px solid black; */
}

.newnavrap {
    width: 80%;
}

.newnavrap img {
    padding-left: 8%;
    padding-top: 1.5%;
}

.newnavrap p {
    display: inline;
    padding-left: 1%;
}
/* bestseller */

#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    /* min-width: 100%;
    min-height: 100%; */
    width: 100%;
    height: auto;
    z-index: -1;

}

.bestseller h2 {
    color: white;
    margin-left: 6%;
    margin-top: 1%;
    background-color: rgba(0, 0, 0, 0.4);
}

.bestimg {
    position: relative;
    /* text-align: center; */
}



.best {
    height: 368vh;
    width: 100%;
    padding-left: 5%;
   
  
}

.bestrap {
    display: grid;
    grid-template-columns: auto auto auto auto;
    background-color:rgba(0, 0, 0, 0.4); 
    /* overflow: auto; */
    /* grid-column-gap: 10px; */
    /* height: 180vh;  */
}

.bestimg img {
    display: inline;
    margin-top: 8%;
    border-radius: 20px;
}

.bestimg img:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.bestimg p {
    margin-top: 2%;
    font-size: 15px;
    color:yellow;
}

.bestimg h3 {
    font-size: 15px;
    padding-top: 3%;
    color: white;
}

.bestimg h5 {
    font-size: 13px;
    padding-top: 3%;
    color: wheat;
}

.bestimg h4 {
    font-size: 15px;
    padding-top: 3%;
    color: white;
}


/* buy */
.btn1 {
    border: none;
    /* color: white; */
    padding: 6px 8px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 1%;
    margin-top: 2%;
    height: 5vh;

}

.warning {
    background-color: #eab05b;

}

.warning a {
    text-decoration: none;
    color: black;

}

/* Orange */
.warning:hover {
    background: #e68a00;
}
/* footer  */
.footer{
   
    width: 100%;
    height: 75vh;
    background-color:grey;
}
.footrap{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    padding-top: 20px;
    padding-left: 4%;
}

.box8 h3{
    color: white;
}
.box8 p{
    padding-top: 2%;
    margin-top: 4%;
    color: white;
}
.box8 img{
    padding-top: 4%;
   padding-left: 8px;
}
.box8 h4{
    margin-top: 4%;
    color: white;
    font-size: 20px;
}
.site{
   
margin-top: 4%;
margin-left: 4%;

}
.site img{
    padding-top: 2%;
    padding-right: 15px;
}