*{
    margin: 0;
    padding: 0;
    font-family: inter;
}

header {
    width: 100%;
    height: 100vh;
    background-image:linear-gradient(to bottom, rgba(0,0,0,0.8),rgba(0,0,0,0.4),rgba(0,0,0,0.4),rgba(0,0,0,0.8)), url(./images/images-13.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}


nav{
    display: flex;
    justify-content: space-between;
    padding:0 20px;
    height:50px;
}

nav img{
    width: 60px;
    height: 60px;
}

nav h1{
    font-size: 30px;
    margin-top: 17px;
    margin-right:880px;
    color: white;
}

nav ul{
    display: flex;
}
nav ul li{
    list-style-type: none;
    margin: 10px;
    padding: 14px 0;

}

nav ul li a{
    text-decoration: none;
    font-size: 25px;
    font-weight: 540;
    color: white;
    
}


nav ul li a:hover{
    color: rgb(255, 119, 0);
}


nav i{
    display: none;
}

header h2{
    font-size: 50px;
    font-weight: bold;
    color: white;
    margin-top: 200px;
}

header h3{
    font-size: 26px;
    font-weight: 400;
    color: white;
    margin-top: 40px;
}

#exploreNow,#learnMore{
    width: 140px;
    height: 40px;
    background-color: white;
    font-size: 20px;
    border: none;
    border-radius: 3px;
    margin: 30px 5px;

}

#exploreNow:hover,#learnMore:hover{
    background-color: rgb(255, 119, 0);
    color:white;
}



.content{
    display: flex;
    margin: 100px 190px;
}

.content img{
    width: 500px; 
    height: 500px; 
    object-fit: cover; 
}

.content .row{
    margin-left: 190px;
    padding-bottom: 29px;
    margin-top: 26px;

}

.content .row h1{
    font-size: 30px;
    margin-bottom: 20px; 

}

.content .row p{
    font-size:22px;
    margin-top: 20px; 
}

.experience-of-chai {
    width:83%; 
    height: 260px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 50px auto; 
    background-color: rgb(34, 34, 34);
}

.experience-of-chai h1{
    font-size: 41px;
    color: white;
    margin-bottom: 20px;

 }

.experience-of-chai p{
    font-size: 23px;
    color: white;
    margin-top: 20px;
 }

.content .different-chai{
    margin-right: 190px;
    padding-bottom: 25px;
    margin-top: 26px;
    padding-bottom: 30px;

}

.content .different-chai h1{
    font-size: 30px;
    margin-bottom: 20px; 

}

.content .different-chai p{
    font-size:22px;
    margin-top: 20px; 
}

.types-of-chai {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom:110px;

}


.types-of-chai h1{
    text-align: center;
    font-size:40px ;
    padding-bottom: 30px;
}

.types-of-chai .row {
    display: flex;
    padding:0 60px;
}

.types-of-chai .row .card{
    background-color: rgb(240, 238, 238);
    width: 80%;
    height:310px;
    padding: 20px;
    padding-bottom: 40px;
    margin: 15px;
    border-radius: 3px;

}

.types-of-chai .row .card img {
    width: 100%;
    height: 280px; 
    object-fit: cover;
    margin-bottom:10px ;
}

.types-of-chai .row.card h3 {
    margin-bottom:10px ;

}

.types-of-chai .row.card p {
    font-size: 10px;
}

.rotate-card{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.rotate-card .experience-of-chai{
    position: absolute;
}

#rotate1 {
    transform: rotate(2deg);

}


#rotate3 {
    transform:rotate(2deg);
}

.footer{
    margin-top:450px;
    align-items: center;
    text-align: center;
    background-color: rgb(240, 238, 238);
    padding:40px;
}


.footer .details{
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

.details i{
    font-size: 27px;
    padding-bottom: 14px;
}


.details h1{
    padding-bottom: 16px;
}

.details h4{
    font-size:20px;
    font-weight: 300;
    padding-bottom: 14px;
}

.details p{
    font-size:18px;
    font-weight: 200;
}

#linkbtn , #crossbtn{
    display: none;
}


/*-------------------------Responsive-------------------------------------*/

@media only screen and (max-width:768px){
    nav{
        padding-left: 20px;
    }
    nav img{
        width: 47px;
        height: 47px;
    }

    nav h1{
        font-size:23px ;
        margin-left: 5px;
        font-weight:400;
    }

    nav .list{
        display: block;
    }

    nav .list{
        background-color:rgb(153, 151, 151);
        top: 0;
        right: 0;
        position: absolute;
        height: calc(100vh - 50px);
        width: 60%;
        padding-top: 50px;
        padding-left: 24px;
        text-align: end;
        display: flex;
        flex-direction: column;
        padding-right: 24px;
        display: none;
    }

    nav .list a:hover{
    background-color:transparent;
    border: none;

    }
    
    .active{
        display:flex !important;
    }

    .change{

        display: none !important;
    }
    nav i{
        color: white;
        display:block;
        font-size:26px;
        position: absolute;
        right: 20px;
        top: 14px;
        cursor: pointer;

    } 

    #linkbtn{
        display: block;
    }

    header h2{
        font-size:35px;
        margin-top: 150px;
        padding: 10px 30px;
    }
    
    header h3{
        font-size:20px;
        margin-top: 20px;
        padding: 10px 30px;
    }
    
    #exploreNow,#learnMore{
        width: 100px;
        height: 34px;
        font-size:16px;
        margin: 30px 5px;
    }

    .content{
        flex-direction: column;
        margin:40px 30px;
        align-items: center;
        text-align: center;
    }
    
    .content img{
        width:100%; 
        height:100%; 
        object-fit: cover;
    }
    
    .content .row{
        margin: 20px;
        padding-bottom:20px;
        margin-top: 20px;
    
    }
    
    .content .row h1{
        font-size: 20px;
        margin-bottom: 10px;
        font-weight:1000; 
    
    }
    
    .content .row p{
        font-size:18px;
        margin-top: 10px; 
        padding:10px;
        
    } 

    .experience-of-chai {
        width:80%; 
        height: 210px; 
        margin: 20px auto; 
    }
    
    .experience-of-chai h1{
        font-size:23px;
        font-weight: bold;
    
     }
    
    .experience-of-chai p{
        font-size:15px;
        margin-top:15px;
     }
    
    .content .different-chai{
        margin: 20px;
     }
    
    .content .different-chai h1{
        font-size: 20px;
        font-weight:1000;
    
    }
    
    .content .different-chai p{
        font-size:18px;
    }
    
    .types-of-chai {
        flex-direction: column;
        margin-bottom:50px;
        justify-content: space-between;
        align-items: center;
    }


    .types-of-chai h1{  
        font-size:30px ;
        padding-bottom: 20px; 
    }

    .types-of-chai .row {
        flex-direction:  column;
        padding:0 10px;
        justify-content: center;
        text-align:center;
        
    }

    .types-of-chai .row .card{
        width: 85%;
        height:300px;
        padding: 10px;
        padding-bottom: 40px;
        margin: 15px;
        border-radius: 3px;
    }

    .types-of-chai .row .card img {
        width: 280px;
        height: 280px; 
        margin-bottom:10px ;
        object-fit: contain;
    }
    
    .types-of-chai .row.card h3 {
        padding-bottom: 10px ;
    
    }
    
    .types-of-chai .row.card p {
        font-size: 5px;
    }
    
    .footer{
        margin-top:300px;
        padding:20px;
    }
    
    
    .footer .details{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top:20px ;
    }
    
    .details i{
        font-size: 23px;
        padding-bottom: 10px;
    }
    
    .details h1{
        padding-bottom: 12px;
    }
    
    .details h4{
        font-size:16px;
        padding-bottom: 10px;
    }
    
    .details p{
        font-size:14px;
        margin-bottom:40px;
    }

}
