        @import url('https://fonts.googleapis.com/css2?family=Poppins: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');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
html,body{
	scroll-behavior: smooth;
	overflow-x: hidden;
	font-family: sans-serif;
	background-color: rgb(24, 24, 24);
}

header{
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    padding: 10px 0px 0px;
}
.homenav{
    width: 98%;
}
header nav{
    background: white;
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 20px;
    align-items: center;
    filter: drop-shadow(0px 3px 4px rgb(59, 59, 59));
    border:1px solid rgb(180, 180, 180);
}
header nav img:nth-child(1){
    width: 30px;
    scale: 1.2;
    margin-left: 5px;
}
header nav h1{
    font-family: "Poppins", system-ui;
    color: black;
}
header ul nav{
    padding: 50px;
    height: 70px;
    background-color: rgb(0, 0, 0);
    color: white;
    margin-bottom: 50px;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid black;
}
header ul{
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    height: 100vh;
    width: 0%;
    position: absolute;
    top: 0;
    overflow: hidden;
    right: 0;
    transition: 0.2s;
}
header ul nav h1{
    color: white;
}
header ul nav img{
    filter: invert(1);
}
header ul li{
    margin: 10px 10px 10px 80px;
    list-style: none;
}
header ul li a{
    text-decoration: none;
    color: white;
    font-family: "Poppins", system-ui;
    font-weight: bold;
    font-size: 30px;
}
header ul li a:hover{
    text-decoration: underline;
    color: #FC4100;
}

.container{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 120px 10px 40px;
	background:url(https://ik.imagekit.io/tovuwazhze/homepage%20assets/back.svg?updatedAt=1726745689568);
	background-position:bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.container h1{
	font-size: 8vw;
	color: white;
	font-family:"Poppins", sans-serif ;
}
.container p{
	font-family: "Poppins", sans-serif;
	color: white;
	font-size: 1.5vw;
	text-align: center;
	margin-bottom: 30px;
}
#searchbar {
    margin: 30px 10px;
	font-size: 20px;
    padding: 2px 20px;
    border-radius: 50px;
    width: 70%;
	height: 55px;
	outline: 0;
	border: 0;
    box-sizing: border-box;
}
#searchbar:focus{
    outline: 2px solid #FC4100;
}
.filter-container{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
.filter-btn{
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.filter-btn:hover{
    background-color: #000000;
    border-color: #FC4100;
}
.filter-btn.active{
    background-color: #FC4100;
    border-color: #FC4100;
    font-weight: 600;
}
#data-output{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px 40px;	
}

.card{
    width: 350px;
    height: auto;
    background-color: rgb(31, 31, 31);
    margin: 30px 10px;
    border-radius: 15px;
    transition: 0.2s;
    padding: 20px;
    border: 1px solid transparent;
    
}
.card:hover{
    /* filter: drop-shadow(4px 4px 2px #FF7D29); */
    border-color: #FC4100 ;
    background-color: #000000;
}

.card a{
    text-decoration: none;
    color: white;
    font-family: "Poppins", sans-serif;
}
.card img{
    width: 100%;
    border-radius: 10px;
}
.card h4{
    margin: 15px 0px 5px;
    font-size: 20px;
    color:#FC4100;
}
.card p{
    color:rgb(168, 168, 168);
    height: 50px;
    font-size: 15px;
}
sub{
    display: none;
}
.card button{
    border: 0;
    outline: 0;
    background-color: white;
    color: #191919;
    padding: 6px 25px;
    border-radius: 20px;
    margin: 20px 0 0;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}
.card button:hover{
    background-color: #FC4100;
    color: white;
}

footer{
    width: 100%;
    padding: 10px 20px;
    background-color: white;
    display: flex;
    justify-content: center;
}
#nothing{
    display:none;
    color: white;
    font-size: 20px;
    text-align: center;
    margin: 50px 0px;
    font-weight: lighter;
}

@media screen and ( max-width:750px) {
	section{
		width: 95%;
		flex-direction: column;
	}
    #searchbar{
        width: 90%;
    }
	section div:nth-child(1){
		flex-direction: column;
	}
	section div:nth-child(1) span:nth-child(1){
		width: 100%;
	}
    .filter-container{
        flex-wrap: wrap;
        width: 90%;
    }
}
@media screen and (max-width:800px) {
	.menubar{
        width: 100%;
        right: 0;
        /* top: -100%; */
        opacity: 0%;
        visibility: hidden;
    }
    .menubtnbox:checked ~ .menubar{
        right: 0;
        top: 0;
        visibility: visible;
        opacity: 100%;
    }
}

@media screen and (max-width:450px){
	nav h1{
        font-size: 20px;
    }

}
