:root{
    --gray:#212121;
    --black:#0C0C0C;
    --white:#E9E9E9;
    --green:#009560;
    --lgray:#929292;
    --coffee:#F4E3A5;
}
@font-face{
    font-family: neue;
    src: url(./NeueMachina-Regular_DQCmjH1st.ttf);
}
@font-face {
    font-family: hell;
    src: url(./HelveticaNowDisplay-Light_M4nzWhve6k_k7HolyzL10.woff2);
}
@font-face{
    font-family:hellb;
    src:url(./HelveticaNowDisplay-Bold_VMHV5twUMR.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: var(--white);
}
html, body{
    height: 100%;
    width: 100%;
    background: var(--black);
}
.green{
    color: var(--green);
}
.lgray{
    color: var(--lgray);
}
.coffee{
    color: var(--coffee);
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 20px 60px;
    position: fixed;
    width: 100%;
}
.nav1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    
}
.nav1 h4{
    font-size: 18px;
    width: 300px;
    font-weight: 300;
    font-family: neue;
    line-height: 1.3;
}
.nav2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}
.nav2 h4{
    font-family: hell;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}
.nav2 h5{
    font-size: 20px;
}
.nav1 img{
    height: 50px;
    width: 50px;
    object-fit: cover;
    
}


.nav1 h4{
    font-size: 20px;
    width: 300px;
    font-weight: 700px;
    
    font-family: neue;
    line-height: 1.3;
}
.nav3 h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}
.nav3 h4{
    display: none;
}


@media (max-width: 500px){
    nav{    
        padding: 20px 0px;
        /* max-width: fit-content; */
      
    }   
    .nav1 img{
        height: 30px;
        
    }
   
    .nav1 h4{
        font-size: 12px;
    }
    .nav2 h4{
        display: none;
    }
    .nav3 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap : 20px;

    }
    .nav3 h4{
        display: flex;
        align-items: center;
        justify-content: center;
        
       
    }
    .nav3 img{
        display: none;
    }
    

}
.section1{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-family: hell;
    padding: 150px 70px;
    
}

section .left{
    /* background-color: red; */
    width: 40%;
}
section .left h1{
    font-size: 45px;
    
}   
.section1 .left .tag{
    display: flex;
    align-items: center;
    gap: 5px 5px;
    margin: 30px 0;
    flex-wrap: wrap;
}
.left .price{
    font-size: 30px;
}
.left  .price .lgray{
    font-size: 20px;
}
.section1 .left .tag h4 {
    padding: 10px 20px;
    border-radius: 4px;
    white-space: nowrap;
    background-color: var(--gray)   ;
}
.section1 .left  .button-section{
    padding: 20px 0px;
    background-color: var(--black);
    font-size: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    gap: 10px;
    border: none;
}
 .button-section button{
    background-color: var(--coffee);
    padding: 20px 50px;
    border: none;
    border-radius: 5px;
    color: var(--gray);
    /* font-size: 10px; */
}
.button-section button:nth-child(2){
    background-color: var(--gray);
    color: var(--white);
}











    

.section1 .right .right-in {
    
    width : 500px;
    border-radius: 5px;
    overflow: hidden ;
    height: 600px;
    
}
.section1 .right .right-in .image{
    width: 100%;
    height: 350px;
    object-fit: cover;
    
}
.section1 .right .right-in .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* background-color: green; */
}
.section1 .right .right-in .image-bottom{
    display: flex;
    align-items: center;
    justify-content: center;    
    gap: 20px;
    flex-wrap: wrap;
    padding:  20px;
    padding-top: 40px;
    background-color: var(--gray);
}
.section1 .right .right-in .image-bottom h4{
    background-color: #151515;
    padding: 10px;
    width: 45%;
    padding: 10px 15px;
    font-weight: 600;
}

@Media(max-width:1200px){
    .section1 .left h1{
        font-size: 4vw;
    }
}
@Media(max-width:800px){
    main{
        padding-top: 10vw;
    }
    .section1{
        flex-direction: column-reverse;
        padding: 100px 5vw;
    }
    .section1 .left{
        width: 100%;
    }
    .section1 .left h1{
        font-size: 30px;
        margin-top: 30px;
    }
    .section1 .right-in {
        width: 100%;
        overflow: hidden;
        
    }
    .section1 .right .right-in .image{
     width: 100%;
     /* height: 50vw; */
     object-fit: cover;
    }
    .left .price{
    font-size: 5vw;
}
.left  .price .lgray{
    font-size: 3vw;
}
.section1 .left .tag h4 {
    padding: 10px 20px;
    border-radius: 4px;
    white-space: nowrap;
    background-color: var(--gray)   ;
}
.section1 .left  .button-section{
    padding: 20px 0px;
    background-color: var(--black);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    gap: 10px;
    border: none;
}
 .button-section button{
    background-color: var(--green);
    padding: 20px 0vw;
    border: none;
    border-radius: 5px;
    width: 50%;
}

}
@Media(max-width:600px){
    .section1 .left h1 {
        font-size: 5vw;
    }
    .section1 .right .right-in .image-bottom{
     
    gap: 15px;
    
   
    padding-top: 20px 15px;
    background-color: var(--gray);
}
.section1 .right .right-in .image-bottom h4{
    padding: 6px 12px;
    width: 45%;
    font-weight: 600;
    border-radius: 5px;
    font-size: 5vw;
}
}
.section2{
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 70px;
    /* padding-top: -80px; */
}
.section2 h1{
    font-family:hellb;
    font-size: 130px;
    background-image: url(coffee-mask.png);
    background-size: cover;
    background-clip: text;
    color: transparent;
    position: relative;
    
}
.section2 h1.bloom{
    position: absolute;
    filter: blur(80px);
}
.section2 h3{
    font-family: hell;
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: -1px;
}

@media (max-width:800px){
    .section2 h1{
        font-size: 12vw;
        white-space: nowrap;
    }
    .section2 h3{
        text-align: center;
        font-size: 3vw;
    }
}