@import url('//fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

* {
    box-sizing: border-box;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

body {

    background-color: #002244;
    width: 100%;
    height: 100%;

}


/* Header Area */

.header_area {
    background: linear-gradient(#000428, #004e92);
    background: black;
    color: white;
    transition: background-color 0.4s, all 0.3s linear;
    padding: 0.3rem;
    border-radius: 1px;

}

.nav-title {
    color: white;
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bolder;


}

.nav-title>img {
    width: 19rem;
}

.nav-title:hover {
    color: white;
    text-decoration: none;
}


.nav-item,
.nav-link {
    font-size: 18px;
    color: white !important;
    text-decoration: none;
    padding-right: 0.6rem;
    font-family: "Heebo";
    font-weight: bolder;

}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler,
.icon-bar {
    color: white !important;

}

.dropdown-item:hover {
    background-color: #34495e !important;
    color: white;
}

.alert-box{
    padding-top: 1rem;
    padding-bottom: 1rem;
    /* background-color:#4f83cc; */
    color:white;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    

}

.alert-box > p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    letter-spacing: 1.2px;
}

 /* end of header area */



 /* search bar area */

 .search-box {
    display: flex;
    justify-content: center;
    align-self: center;
    align-content: center;
    outline: none;

}

.search-box>form>.q {
    color: black;
    padding: 0.7rem;
    width: 30rem;
    box-shadow: 2px 2px 2px 2px black;
    border-radius: 10px;
    outline: none;
}


.search-box>form>.btn {
    background: #004e92;
    color: white;
}

.a1 {
    float: right;

}

 /* end of search bar Area */






 /* pagniation bar area */

 .icon-bar {
    background-color: whitesmoke !important;
}



.pagg-bar {
    display: flex;
    justify-content: center;
    align-self: center;
}

.page-item>a {
    background: linear-gradient(black, #2c3e50) !important;
    color: white;
}

.page-item>a:hover {
    background: linear-gradient(black, black) !important;
    color: white !important;
}


/* end of pagination bar area */





 
 /* list of problems area  */

.container-box{
    display: flex;
    justify-content: center;
    padding: 1rem 1rem 1rem 1rem;
    overflow: hidden;

}

.row{
    display: flex;
    justify-content: center;
    width: 70%;
}


.card {
    display: grid;
    grid-template-columns: 1fr;
    background: #273746;
    box-sizing: border-box;
    box-shadow: 2px 2px 3px 2px black;
    font-family: "Heebo";
    width: 65%;
    font-weight: bold;
    color: white;
    font-size: 16px;
    line-height: 2rem;
    padding: 1rem 1rem 1rem 1rem;
}

.card-title {
    font-size: 32px;
    font-family: "Heebo";
    font-weight: bolder;
    color: white;

}





/* footer area */

.footer {
    font-family: "Heebo";
    font-weight: bold;
    background: linear-gradient(#000428, #004e92);
    background: black;
    height: 8rem;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}


.footer>.part2 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
    flex-direction: column;
}



/* end of footer area */




/* ads area */

#adslot1,
#articleadslot1 {
    width: 350px;
    height: 100%;

}


#adblocker{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background-color: #002D62 !important;
    color:whitesmoke !important;
    padding : 1rem 1rem !important;
    display: flex;
    justify-content: center;

}

#adblocker > h1{
    font-family: 'Lucida Sans';
    font-size: 19px;
    padding: 1rem 1rem;
    letter-spacing: 4px;
    font-weight: 300;

}

.sidebar-ad{
    max-width: 25%;
    min-height: 40rem;
}


/* end of ads area */




/* responsive area */

@media only screen and (max-width:879px) {


    .pagg-bar {
        display: flex;
        justify-content: center;
        align-self: center;

    }

    .search-box {
        display: flex;
        justify-content: center;
        align-self: center;
        align-content: center;
        outline: none;
    }

    .search-box>form {
        align-self: center;
    }

    .search-box>form>.q {
        color: black;
        padding: 0.7rem;
        width: 15rem;
        box-shadow: 2px 2px 2px 2px black;
        border-radius: 10px;
    }


    .container-box{
        display: flex;
        justify-content: center;
        overflow: hidden;

    }

    .row{
        width: 100%;
    }


    .card {
        display: flex;
        align-self: left;
        justify-content: left;
        background: #273746;
        box-sizing: content-box;
        box-shadow: 2px 2px 3px 2px black;
        font-family: "Heebo";
        width: 17rem;
        font-weight: bold;
        color: white;
        font-size: 13px;
        float: left;
        overflow: hidden;
    }

    .card-title {
        font-size: 18px;
        font-family: "Heebo";
        font-weight: bolder;
        color: white;

    }

    .page-item {
        font-size: 12px !important;
    }


    .sidebar-ad{
       display: none !important;
    }


    .alert-box > p{
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 18px;
        letter-spacing: 1.2px;
    }
    

}

/* end of responsive area */