* {
    margin: 0;
    padding: 0;

}

body {
    background-color: yellow;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    margin: 5vb;
}

.grid-item {
    background-color: #000000;
    padding: 10px;
    font-size: 30px;
    /* text-align: center; */
    border-radius: 25px;
    border: 4px solid white;
}

.grid-item .imageArea {
    height: 320px;
    background-color: white;
    display: flex;
    justify-content: center;
    /* margin: 10px; */
}

.grid-item .imageArea img {
    width: 100%;
    object-fit: cover;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.grid-item .date {
    font-family: 'Poppins', sans-serif;
    color: rgb(199, 199, 199);
    margin-left: 20px;
    margin-top: 23px;
    font-size: 0.9rem;
}

.grid-item #title {
    color: white;
    font-size: 1.6rem;
    margin-top: 8px;
    margin-left: 20px;
    font-family: 'Libre Baskerville', serif;
}

.navbar {
    display: flex;
    align-items: center;
    position: relative;
    background-color: black;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 111px;

}

.icons {
    margin-left: 220px;
}

.icons img {
    height: 27px;
    margin: 30px 5px;

}

.title {
    /* text-align: center; */
    font-size: 3.8rem;
    font-family: 'Poppins', sans-serif;

    color: white;
    margin: auto;
}

.search {
    color: white;
    margin-right: 160px;
}

.navbar ol {
    display: flex;
    margin-right: 220px;

}

.navbar ol li {
    list-style: none;

}

.navbar ol #search {
    font-size: 18px;
    margin-top: 14px;
    color: white;


}

.navbar ol #icon img {
    height: 50px;
}

.secondNavbar {
    border-top: 1px solid rgb(33, 33, 33);
    background-color: black;


    height: 40px;

}

.secondNavbar .nav {
    position: relative;

}

.secondNavbar .nav ul {
    font-family: 'Poppins', sans-serif;
    text-align: center;


}

.secondNavbar .nav ul li {

    list-style: none;
    display: inline-block;
    font-size: 18px;
    margin: 10px;
    font-weight: bold;


}

.secondNavbar .nav ul li a {
    display: block;
    color: rgb(151, 151, 151);
    padding: 3px 23px;
    border-radius: 20px;
    text-decoration: none;

}

.display {
    background-color: black;
    display: flex;
    height: 620px;
    justify-content: center;
    color: white;
}

.display .box {
    display: grid;
    margin-top: 65px;
    background-color: black;
    width: 1180px;
    margin-left: 170px;
    margin-right: 170px;
    grid-template-columns: 2fr 1fr;
    grid-template-areas:
        'box1 box2'
        'box1 box3';


}

/* Floating menu styles */
.category {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.category:hover .dropdown-content {
    display: block;
}

/* Side menu styles */
.side-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background-color: #f9f9f9;
    transition: left 0.3s ease;
}

.side-menu.open {
    left: 0;
}

.side-menu ul {
    list-style: none;
    padding: 0;
}

.side-menu li {
    padding: 12px 16px;
    border-bottom: 1px solid #ccc;

}

.side-menu li a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-family: "Poppins";
    font-weight: bold;
}


@media(min-width:1001px) and (max-width:1200px) {
    .icons {
        margin-left: 130px;

    }

    .navbar ol {

        margin-right: 130px;

    }
}

@media(min-width:1201px) and (max-width:1400px) {}

@media(min-width:900px) and (max-width:1000px) {

    .icons {
        margin-left: 75px;

    }

    .navbar ol {

        margin-right: 75px;

    }
}

@media(min-width:801px) and (max-width:899px) {


    .icons {
        margin-left: 35px;

    }

    .navbar ol {

        margin-right: 35px;

    }


}

@media(min-width:701px) and (max-width:800px) {


    .secondNavbar {
        display: none;

    }

    .icons img {

        margin: 10px 5px;

    }

    .icons {
        margin-left: 35px;

    }

    .navbar ol {

        margin-right: 35px;

    }


    .navbar ol #search {
        display: none;
    }

    .icons #firstIcon {
        content: url('../images/hamburger.png');

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }
}

@media(min-width:600px) and (max-width:701px) {

    .secondNavbar {
        display: none;

    }

    .icons img {

        margin: 10px 5px;

    }

    .icons {
        margin-left: 35px;

    }

    .icons #firstIcon {
        content: url('../images/hamburger.png');

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }

    .navbar ol {

        margin-right: 35px;

    }

    .navbar ol #search {
        display: none;
    }
}

@media(min-width:500px) and (max-width:599px) {

    .secondNavbar {
        display: none;

    }

    .icons img {

        margin: 10px 5px;

    }

    .icons {
        margin-left: 35px;

    }

    .icons #firstIcon {
        content: url('../images/hamburger.png');

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }

    .navbar ol {

        margin-right: 35px;

    }

    .navbar ol #search {
        display: none;
    }

}

@media(min-width:400px) and (max-width:499px) {

    .secondNavbar {
        display: none;

    }

    .icons img {

        margin: 1px 5px;

    }

    .icons {
        margin-left: 35px;

    }

    .icons #firstIcon {
        content: url('../images/hamburger.png');

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }

    .navbar ol {

        margin-right: 35px;

    }



    .navbar ol #search {
        display: none;
    }

    .title {
        font-size: 2.5rem;
    }

}

@media(min-width:300px) and (max-width:399px) {

    .secondNavbar {
        display: none;

    }

    .icons img {

        margin: 1px 5px;

    }

    .navbar {
        height: 70px;
    }

    .icons {

        margin-left: 20px;

    }

    .icons #firstIcon {
        content: url('../images/hamburger.png');

    }

    .icons #secondIcon {
        display: none;
    }

    .icons #thirdIcon {
        display: none;
    }

    .navbar ol {

        margin-right: 35px;

    }

    .navbar ol #search {
        display: none;
    }

    .title {
        font-size: 2rem;
    }
}
.footer {
    padding: 20px;
    background-color: rgb(0, 0, 0);
    color: white;
    height: 150px;
    font-size: 100px;
    text-align: center;
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.disclaimer,
.copyright {
    text-align: center;
    margin-top: 20px;
}

.disclaimer p,
.copyright p {
    font-size: 14px;
    color: #888;
}
