@font-face {
    font-family: masker;
    src: url(./fonts/masker.otf);
}
@font-face {
    font-family: neu;
    src: url(./fonts/NeueHaasDisplay-Roman.ttf);
}
@font-face {
    font-family: headliner;
    src: url(./fonts/Headliner-51J0v.ttf);
}

@font-face {
    font-family: gilroy;
    src: url(./fonts/Gilroy-Medium.ttf);
}
@font-face {
    font-family: rej;
    src: url(./fonts/Rejouice-Headline.woff2);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    height: 100%;
    width: 100%;
}

#main{
    height: 100%;
    width: 100%;
}

nav{
    position: fixed;
    height: 10vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.428);
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vw;
    z-index: 2;
}

.nav-left{
    display: flex;
    align-items: center;
}

.nav-left img{
    width: 6%;
    object-fit: cover;
}

.nav-left h1{
    font-size: 1.7vw;
    text-transform: uppercase;
    font-family:masker;
    font-weight: 900;
    color: #fff;
}

.nav-right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2vw;
    padding: 1vw;
}

.nav-right a{
    text-decoration: none;
    color: white;
    font-size: 1vw;
    text-transform: uppercase;
    font-family: gilroy;
}

.page1{
    display: flex;
    height: 100vh;
    width: 100%;
    background-image: url(./asists/bg.png);
    background-size: cover;
}

.page1-left{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 50%;
    color: #fff;
    gap: 1.5vw;
}

.page1-left h3{
    font-size: 1.5vw;
    font-family: gilroy;
    text-transform: capitalize;
    opacity: 0.7;
}

.page1-left h4{
    font-size: 1.5vw;
    font-family: gilroy;
    text-transform: capitalize;
    color: gold;
    opacity: 0.7;
}

.page1-left h4 span{
    padding: 0.25vw 0.6vw;
    border-radius: 50%;
    border: 1px solid gold;
    margin-left: 1vw;

}

.page1-left h1{
    text-transform: uppercase;
    font-family: neu;
    text-align: left;
    font-size: 5vw;
}

.page1-right{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 50%;
    height: 100%;
}

#wine{
    left: 40%;
    position: absolute;
    width: 50%;
    z-index: 1;
}

.page2{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background-color: #AABD83;
}

.page2 img{
    width: 50%;
}

.page3{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    height: 100vh;
    width: 100%;
    background-color: #AABD83;
}

.card{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
    width: 25vw;
    height: 70vh;
    border-radius: 20px;
    background-color: #fff;
    background-image: url(./asists/page2-removebg.png);
    background-position: center;
    background-size: 85%;
    background-repeat: no-repeat;
}

.card h1{
    margin-top: 45vh;
    font-size: 2vw;
    font-family: neu;
    text-transform: uppercase;
}


.card p {
    text-align: left;
    font-size: 1.1vw;
    text-transform: capitalize;
    font-family: gilroy;
    opacity: 0.6;
}

#purple{
    position: absolute;
    width:90%;
    top: -20%;
}

#red{
    position: absolute;
    width: 99%;
    top: -23%;
}

#page4{
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: #AABD83;
    background-image: url(./asists/girlbg-removebg.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

#page4 h1{
    padding-top: 2vw;
    text-align: center;
    font-size: 8vw;
    font-family: rej;
    text-transform: uppercase;
    line-height: 11vw;
}

#page4 h4{
    font-size: 1.4vw;
    text-align: center;
    text-transform: uppercase;
    font-family: gilroy;
    margin-bottom: 0.3vw;
}




