/* Header CSS *********************************************************************************** */
body {
    font-family: 'Arial', sans-serif;
}

/*
.navbar-toggler {
    border-color: white !important;
}

.navbar-toggler-icon {
    background-color: white;
    -webkit-filter: invert(1);
    filter: invert(1);
} */

#main_cpt {
    font-family: 'Lora', serif;
    font-size: 48px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
}



.top-bar {
    background: black;
    color: white;
    padding: 10px 0;
    font-size: 14px;
}

.top-bar a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}

.top-bar a:hover {
    text-decoration: underline;
}

.divider_main {
    border-bottom: 1px solid white;
}

.logo-bar {
    background: black;
    color: white;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main_cpt {
    font-size: 32px;
}

#main_cpt:hover {
    font-size: 35px;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-bar img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.logo-bar h1 {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    white-space: nowrap;
}

/* Search Bar Styles */
.search-form {
    width: 100%;
}

.search-input {
    border: 2px solid white;
    border-radius: 24px 0 0 24px;
    padding: 10px 15px;
    outline: none;
    height: 47px;
    transition: all 0.3s;
}

.search-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(2, 59, 28, 0.25);
}

.search-btn {
    background-color: red;
    color: white;
    height: 47px;
    border: 2px solid red;
    border-radius: 0 24px 24px 0;
    padding: 10px 15px;
    transition: all 0.3s;
    outline: none;
}

.search-btn:hover {
    background: white; color: red;
}

@media (max-width: 768px) {
    body {
        display: block;
        min-height: auto;
    }
}

@media (max-width: 400px) {
    body {
        display: block;
        min-height: auto;
    }

    #top_cont {
        font-size: 16px;
    }

    .searchm {
        margin-top: 20px;
    }

    .search-btn {

        height: 47px;

    }
}


.navbar {
    background: red;
}

.navbar-nav .nav-item .nav-link {
    color: white;
    padding: 10px 15px;
}

.navbar-nav .nav-item .nav-link:hover {
    background: white;
    color: red;
    border-radius: 5px;
}

.dropdown-menu {
    background: white;
    border-radius: 5px;
}

.dropdown-menu a {
    color: black;
}

.dropdown-menu a:hover {
    background: red;
    color: white;
}

@media (min-width: 768px) {
    .search-box {
        margin-top: 0;
    }
}

#top_icons:hover,
#top_cont:hover {
    color: red;
}

#logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
}

.search-box {
    position: relative;
    width: 100%;
}

#search_inp {
    padding-left: 30px;
    width: 100%;

    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}

#search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: red;
}

#search-btn .fa-search {
    font-size: 18px;
}

/* Responsive Fix */
@media (max-width: 768px) {
    .search-box {
        width: 100%;
    }


    #search_inp {
        border-radius: 4px;
    }

    #top_icons:hover,
    #top_cont:hover {
        color: red;
    }
}

@media (max-width: 400px) {
    .search-box {
        width: 100%;
    }


    #search_inp {
        border-radius: 4px;
    }

    #top_icons:hover,
    #top_cont:hover {
        color: red;
    }
}

/* 200-300 ressonssive screen size********************************** */
@media (max-width: 250px) {
    .top-bar {
        font-size: 9px;
        padding: 3px 0;
    }

    .logo-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 3px 0;
    }

    .logo-bar img {
        width: 35px;
        margin-bottom: 5px;
    }

    .logo-bar h1 {
        font-size: 16px;
    }

    .search-box {
        max-width: 100%;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 9px;
        padding: 3px;
    }

    #main_cpt {
        font-size: 18px;
    }

    #main_cpt:hover {
        font-size: 20px;
    }

    #logo {
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }

    #search_inp {
        font-size: 12px;
        padding: 3px;
    }

    #search-btn .fa-search {
        font-size: 14px;
    }
}

@media (max-width: 170px) {
    .top-bar {
        font-size: 7px;
        padding: 2px 0;
    }

    .logo-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 2px 0;
    }

    .logo-bar img {
        width: 20px;
        margin-bottom: 3px;
    }

    .logo-bar h1 {
        font-size: 9px;
    }

    .search-box {
        max-width: 100%;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 6px;
        padding: 1px;
    }

    #main_cpt {
        font-size: 10px;
    }

    #main_cpt:hover {
        font-size: 12px;
    }

    #logo {
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }

    #search_inp {
        font-size: 7px;
        padding: 1px;
    }

    #search-btn .fa-search {
        font-size: 8px;
        margin-bottom: 5px;
    }
}

/* Header CSS *********************************************************************************** */
/* Footer CSS *********************************************************************************** */

@media (max-width: 768px) {
    body {
        display: block;
        min-height: auto;
    }
}

@media (max-width: 400px) {
    body {
        display: block;
        min-height: auto;
    }
}

.top-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: none;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.top-info div {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.top-info div:hover {
    color: red;
    transform: scale(1.1);
}

.footer {
    background: black;
    color: white;
    padding: 40px 0;
    position: relative;
}

#footer_h2 {
    text-transform: uppercase;

}

#footer_h2:hover {
    transition: all 0.3s ease;
    padding-left: 8px;
}

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

.footer ul li {
    padding: 5px 0;
}

.footer ul li a {
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.footer ul li a:hover {
    color: red;
    padding-left: 5px;
}

.newsletter input {
    border: none;
    border-bottom: 2px solid white;
    background: transparent;
    color: white;
    width: 100%;
    padding: 5px;
    outline: none;
}

.newsletter button {
    width: 100%;
    background: darkred;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter button:hover {
    background: red;
}

.footer-bottom {
    text-align: center;
}
#Fws {
         color: black;
    }
    #Fws:hover {
         color: red;
    }
.footer-bottom a {
    color: gold;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: red;
}

#subscribe {
    border-radius: 12px;
}

h2 {
    color: red;
}

@media (max-width: 768px) {
    .top-info {
        flex-direction: column;
        text-align: center;
    }

    #footer_orycateg {
        margin-top: 25px;
    }

    #footer_h2 {
        margin-top: 7px;
    }

    .footer p {
        font-size: 13px;
    }

    #hr {
        display: none;
    }

    #Fws {
        font-size: 16px;
        color: black;
    }
}

@media (max-width: 400px) {
    #Fws {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer ul li a {
        font-size: 15px;
    }

    #footer_orycateg {
        margin-top: 45px;
    }

    #footer_h2 {
        margin-top: 7px;
    }

    .top-info hr {
        width: 80%;
        margin-top: 10px;
    }

    .footer p {
        font-size: 13px;
    }

    .top-info:hover {
        color: red;
    }
}

@media (max-width: 170px) {
    #Fws {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #footer_li {
        font-size: 8px;
    }

    .footer ul li a {
        font-size: 8px;
    }

    .footer-bottom {
        font-size: 8px;
    }

    #footer_orycateg {
        margin-top: 25px;
    }

    #footer_h2 {
        margin-top: 4px;
        font-size: 10px;
    }

    .top-info hr {
        width: 50%;
        margin-top: 5px;
    }

    .footer p {
        font-size: 8px;
    }

    .top-info:hover {
        color: red;
    }
}

/* Pagination CSS***************************** */
.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #007bff;
    color: #007bff;
    transition: 0.3s ease;
}

.pagination li a:hover {
    background: black;
    color: white;
}

.pagination .active span {
    background: red;
    color: white;
    border: none;
}

.btn-danger {
    background-color: red;
    color: white;
    transition: background 0.3s, color 0.3s;
}

.btn-danger:hover {
    background-color: white;
    color: red;
}
