@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

header{
    width: 100%;
}

.head-nav{
    width: 100%;
    display: flex;
    padding: 35px 60px;
    align-items: center;
    position: fixed; 
    justify-content: space-between;
    background-color: white;
    z-index: 10;
}

.head-nav-left{
    display: flex;
    align-items: center;
    gap: 270px;
}

.nav-logo a{
    display: flex;
    align-items: center;
    color: #1A1A1AB5;
    font-size: 22px;
    gap: 20px;
}


li{
    color: #2A2A2A;
}

li:hover{
    color: blueviolet;

}

ul{
    display: flex;
    gap: 33px;
}

.header-post{
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    padding: 150px 0px 90px;
}

.header-post-title{
    color: white;
    position: absolute;
    bottom: -30px;
    left: 50px;
}

.header-post-title a{
    color: white;
    border-bottom: 1px solid ;

}



/* main */


.product{
    width: 100%;
}

.main-nav{
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-nav li{
    color: #B3B3B3;
    display: flex;
    justify-content: center;
    gap: 90px;
    padding: 4px;
}

.main-nav li:hover{
    transition: 0.5s;
    color: black;
    border-bottom: 2px solid;
    transform: scale(1.1);
}

.product-cards{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 100px;
    gap: 20px;
}

.product-card{
    width: 275px;
    height: 391px;
}

.product-card-title{
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-button button{
    padding: 13px 110px;
    background-color: #1A1A1A;
    border: none;
    color: white;
}

.product-button{
    display: flex;
    align-items: center;
    justify-content: center;
}



/* analog-section */

.analog{
    width: 100%;
}

.analog-post{
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    padding: 150px 0px 0px;
}

.analog-post-title{
    color: white;
    font-size: 30px;
    left: 150px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    height: 630px;
    justify-content: center;
}

.analog-post-title button{
    width: 220px;
    height: 50px;
    background-color: #7E6E45;
    border: none;
    color: white;
    cursor: pointer;
    font-size: large;
}

.analog-post-title a{
    width: 156px;
    color: white;
    font-size: 15px;
    border-bottom: 1px solid;
}


/* section refillable */

.refillable{
    width: 100%;
    height: 90vh;
    background-color: #312F2E;
    align-content: center;
    display: flex;
    align-items: center;
}

.refillable-post{
    width: 100%;
    height: 436px;
    display: flex;
    margin-left: 40px;
    margin-right: 40px;
}

.refillable-info{
    background-color: white;
    display: flex;
    height: 100%;
    flex-direction: column;
    font-size: 40px;
    gap: 20px;
    flex-wrap: wrap;
    padding: 80px 180px;
}

.refillable-img{
    width: 70%;
}

.refillable-info h5{
    font-size: medium;
    font-weight: 400;
}

.refillable-info a{
    width: 140px;
    font-weight: 400;
    font-size: medium;
    color: black;
    border-bottom: 1px solid;
}

.mission{
    width: 100%;
}

.mission-content-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 180px;
}

.mission-content-top p{
    font-size: large;
    border-bottom: 2px solid;
    width: 120px;
}

.mission-info{
    font-size: 33px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 100px;
    display: flex;
    justify-content: center;
}

.mission-content-bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 180px;
    flex-direction: column;
    margin: 50px 0px;
}

.mission-content-bottom p{
    font-size: large;
    border-bottom: 2px solid;
    width: 120px;
}

.downingtown{
    width: 100%;
    position: relative;
    align-items: center;
}

.downingtown img{
    width: 100%;
}

.downingtown-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 300px;
    left: 350px;
    color: white;
    font-size: 25px;
}

.downingtown-info p{
    margin-top: 12px;
    font-size: large;
    border-bottom: 2px solid;
    width: 140px;
}

.loop{
    width: 100%;
    height: 70vh;
    background-color: #CED3CA;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 23px;
    font-size: 26px;
    font-weight: 100;
}

.loop p{
    width: 520px;
    font-size: smaller;
    text-align: center;
    font-weight: 400;
}

.loop input{
    margin-top: 20px;
    width: 590px;
    height: 50px;
    display: flex;
}

.inp-2{
    width: 80px;
    height: 54px;
    border: 1px solid;
    background-color: white;
    position: relative;
    top: -52px;
    left: 540px;
}