* {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    background-image: url("./Images/mountain-img.avif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100vh;
    overflow-x: hidden;
}

.all {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    
}

#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    height: 68px;
    width: 84.5%;
    color: white;
}

.one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}

.two {
    height: 45px;
    width: 100px;
    border: 2px solid white;
    background: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
}

.two:hover {
    cursor: pointer;
}

#section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 89vh;
    width: 100%;
}

.made {
    height: 340px;
    width: 300px;
    text-align: center;
    position: relative;
    border: 2px solid white;
    border-radius: 15px;
}

.made::before {
    content: "";
    inset: 0;
    background-image: url("./Images/mountain-img.avif");
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    filter: blur(15px);
}

.three {
    text-align: right;
}

.four {
    background-color: black;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 35px;
    width: 35px;
    font-size: 22px;
    border: none;
}

.five {
    font-size: 27px;
}

.six {
    border: none;
    background: none;
    border-bottom: 2px solid black;
    height: 35px;
    margin-left: 20px;
    padding-left: 5px;
    width: 250px;
    margin-top: 20px;
}

.bottle {
    position: relative;
    right: 25px;
}

.six::placeholder {
    color: black;
}

.six:focus {
    outline: none;
}

.seven {
    border: none;
    background: none;
    border-bottom: 2px solid black;
    height: 35px;
    margin-left: 20px;
    padding-left: 5px;
    margin-top: 20px;
    width: 250px;
}

.seven::placeholder {
    color: black;
}

.seven:focus {
    outline: none;
}

#hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 25px;
    margin-top: 13px;
    width: 250px;
}

.eight {
    font-size: 12.5px;
}

.eight:hover {
    cursor: pointer;
}

.odd {
    font-size: 12.5px;
}

.odd:hover {
    cursor: pointer;
    text-decoration: black solid underline;
}

.nine {
    margin-top: 15px;
    width: 250px;
    height: 33px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
}

.nine:hover {
    cursor: pointer;
}

.ten {
    font-size: 12.5px;
    margin-top: 24px;
}

.even:hover {
    cursor: pointer;
}

@media (max-width: 1039px) {
    #navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 85px;
    padding-right: 50px;
    height: 68px;
    width: 84.5%;
    color: white;
    }

    .one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55%;
    }
}

@media (max-width: 850px) {
    #navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 60px;
    padding-right: 50px;
    height: 68px;
    width: 84.5%;
    color: white;
    }

    .one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    }
}

@media (max-width: 750px) {
    #navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    height: 68px;
    width: 84.5%;
    color: white;
    }

    .one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 67%;
    }
}

@media (max-width: 650px) {
    #navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    height: 68px;
    width: 84.5%;
    color: white;
    }

    .one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    }
}

@media (max-width: 600px) {
    #navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 50px;
    padding-right: 50px;
    height: 550px;
    width: 84.5%;
    color: white;
    }

    .one {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    width: 40%;
    }
}

@media (max-width: 500px) {
    #navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 40px;
    padding-right: 50px;
    height: 550px;
    width: 84.5%;
    color: white;
    }

    .one {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    width: 40%;
    }
}

@media (max-width: 450px) {
    #navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 20px;
    padding-right: 50px;
    height: 550px;
    width: 84.5%;
    color: white;
    }

    .one {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    width: 40%;
    }
}