@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Hammersmith+One&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* home section */
body{
    /* height: 100vh; */
    background: linear-gradient(109.6deg, rgb(6, 2, 2) 32.4%, rgb(137, 30, 47) 98.8%);
    color: black;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}
nav{
     padding: 30px;
    text-align: right;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    
}
nav a{
    font-family: 'Archivo Black';
    text-decoration: none;
    margin-left: 20px;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    transition-duration: 0.5s;
    color: white;
    font-size: 1.2em;
}
nav a:hover{
    background: none;
    color: lightcoral;
}
/* navigation section */
/* home section */
.new{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20%;
}
div.home{
    width: 70%;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.home h1{
    padding-top: 10%;
    color: white;
    margin-left: 5%;
    font-family: 'Kanit';
    letter-spacing: 5px;
    word-spacing: 10px;
   
}
.home p{
    width: 60%;
    margin-left: 30px;
    margin-top: 20px;
    color: white;
    font-family: 'Edu AU VIC WA NT Hand';
    line-height: 25px;
    font-weight: 600;
    
}
.home button{
    color: white;
    padding: 20px 30px;
    margin-top: 20px;
    background-color: rgba(139, 0, 0, 0.507);
    border: none;
    border-radius: 10px;
    font-family: 'Hammersmith One';
    letter-spacing: 2px;
    transition-duration: 1.9ms;
    border: 2px solid  rgba(139, 0, 0, 0.507);;
    
}
.home button:hover{
cursor: pointer;
    background: none;
    border: 2px solid darkred;
}
.home button a{
    color: white;
    text-decoration: none;
    font-weight: bolder;
}
.image{
    width: 50%;
}
.image img{
height: 60vh;
border-radius: 10px;
}

/* home section end */

/* about section */
.about{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 15%;
}
.second{
    width: 70%;
    color: white;

}
.second h1{
    /* padding-top: 10%; */
    color: white;
    margin-left: 5%;
    font-family: 'Kanit';
    letter-spacing: 5px;
    word-spacing: 10px;
}
.second p{
    width: 60%;
    margin-left: 30px;
    margin-top: 20px;
    color: white;
    font-family: 'Edu AU VIC WA NT Hand';
    line-height: 25px;
    font-weight: 600;
    
}
.second button{
    color: white;
    padding: 20px 30px;
    margin-top: 20px;
    background-color: rgba(139, 0, 0, 0.507);
    border: none;
    border-radius: 10px;
    font-family: 'Hammersmith One';
    letter-spacing: 2px;
    margin-left: 5%;
    transition-duration: 1.9ms;
    
}
.second button:hover{
cursor: pointer;
    background: none;
    border: 2px solid darkred;
}
.images {
    width: 50%;
}
.images img{
    height: 60vh;
    width: 90%;
    margin-left: 10%;
    border-radius: 10px;
}

/* about section end */
/* category */
h2{
    margin-bottom: 20px;
    text-align: center;
    font-size: 45px;
    color: white;
    font-family: 'Kanit';

}
.cate{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.the{
    /* border: 2px solid  red; */
    width: 30%;
    margin-bottom: 30px
}
.the img{
    width: 100%;
    border-radius: 10px;
}
.the img:hover{
    box-shadow: 10px 10px 80px 5px #0000008a;
}
/* category */
/* footer */
footer{
    background-color: black;
    color: white;
    text-align: center;
    font-weight: 300;
}
/* footer */



