.ad-banner {
    height: 150px;
    width: 100%;
    max-width: 750px;
    background: #eee;
    position: relative;
    background-image: url(../images/1win-bet-banner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ad-banner div {
    position: absolute;
    padding: 5px;
    background: var(--active);
    top: 5px;
    left: 5px;
    text-transform: capitalize;
}

#search-input-wrapper {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 20px;
    box-shadow: 0 0  5px black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000001;
    width: 100%;
    display: none;
}

#search-input-wrapper img {
    width: 40px;
    padding: 8px;
    transition: 0.2s ease;
    cursor: pointer;
}

#search-input-wrapper img:hover {
    background: #f7f7f7;
}

#search-input-wrapper form {
    display: flex;
    width: 94%;
    border: 1px solid #ccc;
    border-radius: 8px;
}

#search-input-wrapper form input {
    padding: 15px;
    font-size: 15px;
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
}

#search-input-wrapper form button {
    background: var(--active1);
    color: white;
    text-transform: capitalize;
    border: none;
    transition: 0.2s ease;
    padding: 5px;
    border-radius: 5px;
    width: 15%;
    min-width: fit-content;
    font-size: 15px;
}

#search-input-wrapper form button:hover {
    background-color: var(--hover);
}

.upper-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: #fff;
    z-index: 100001;
    position: sticky;
    top: 0;
    left: 0;
    border-bottom: 1.5px solid #ccc;
}

.logo-menu-cancel-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: inherit;
}

.our-logo img {
    width: 85px;
    padding: 10px;
}

.menu-toggle {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.menu-toggle img {
    width: 38px;
    cursor: pointer;
    padding: 5px;
    transition: 0.2s ease;
}

.menu-toggle img:hover, .menu-toggle img:active {
    background: #f7f7f7;
}

.menu-toggle a {
    padding: 5px;
    text-transform: capitalize;
    font-size: 1rem;
    color: var(--active1);
    border-radius: 5px;
    border: 3px solid var(--active);
    font-weight: 400;
    transition: 0.2s ease;
}

.menu-toggle a:hover {
    background: var(--active1);
    color: white;
}

#login {
    display: none;
}

#signin {
    background: var(--active1);
    color: white;
    border-color: var(--active1);
    display: none;
}

#signin:hover {
    background: var(--hover);
}

#desktop-logout {
    display: none;
}

/* cover all web content when nav-links display */
.hide-bodyContentWhenNavlink-display {
    background: rgba(0, 0, 0, 0.032);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1000000;
    display: none;
}

/* header navigation links */
.nav-links-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000000;
    width: 85%;
    height: 100vh;
    background: white;
    display: flex;
    overflow-y: scroll;  
    display: none;  
    box-shadow: 2px 2px 8px #151515;
}

.logoAndCancel-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cancel-icon {
    margin: 10px;
    padding: 5px;
    width: 30px;
    border-radius: 4px;
    border: 1px solid #eee;
    transition: 0.5s ease;
    cursor: pointer;
}

.cancel-icon:hover {
    background: #f7f7f7;
}

/* the navigation links in header */
.links {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.links a {
    font-size: 14px;
    text-transform: capitalize;
    color: #151515;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.links a:hover {
    background: #f7f7f7;
}

.links a img {
    width: 15px;
    height: 15px;
}

/* sign up and sign in link in navigation link */
.signup_and_signin {
    width: 90%;
    display: flex;
    gap: 10px;
    padding: 15px 10px;
}

.signup_and_signin a {
    padding: 6px;
    width: 50%;
    display: flex;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    border-radius: 4px;
    transition: 0.2s ease;
    gap: 5px;
    font-size: 14px;
}

.signup_and_signin a img {
    width: 20px;
}

.signup_and_signin a:nth-child(1) {
    background: var(--active1);
    color: white;
    border: 3px solid var(--active1);
}

.signup_and_signin a:nth-child(1):hover {
    color: var(--hover);
    background: white;
    border: 3px solid var(--active);
}

.signup_and_signin a:nth-child(2) {
    color: var(--active1);
    background: white;
    border: 3px solid var(--active);
}

.signup_and_signin a:nth-child(2):hover {
    background: var(--hover);
    color: white;
    border: 3px solid var(--active);
}

#alert {
    position: relative;
    border: none;
    padding: unset;
    display: grid;
    place-content: center;
    margin-right: -4px;
}

#alert:hover {
    background: #f1f1f1;
}

#alert img {
    padding: 5px;
    width: 35px;
    height: 35px;
}

#alert div {
    background: rgb(156, 3, 3);
    display: grid;
    place-content: center;
    width: 20px;
    height: 20px;
    padding: 2px;
    font-size: 0.8rem;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    color: rgb(255, 255, 255);
}

#logout {
    background: #f3f3f3;
    border: none;
    transition: 0.2s ease;
}

#logout:hover {
    background-color: #eee;
}

#logout p {
    color: #001224;
    font-weight: 500;
}

.return-on-top {
    background: var(--active1);
    position: fixed;
    bottom: 10px;  
    right: 10px;  
    width: 35px;
    height: 35px;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px;
    z-index: 10000000;
}

/* footer */
footer {
    background-color: #001224;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quick-links {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.quick-links h1 {
    font-size: 16px;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}

.quick-links a {
    padding: 5px 0;
    color: rgb(231, 231, 231);
    text-transform: capitalize;
    font-size: 15px;
}

.quick-links a:hover {
    background-color: #eeeeee1b;
}

footer h1 {
    color: white;
    text-transform: uppercase;
    padding: 10px 0 0 10px;
    margin-bottom: -10px;
    padding: 0;
}

.subscribe-newsletter {
    padding: 10px;
}

.subscribe-newsletter h1 {
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
}

#newsletter_form2 {
    display: flex;
    border-radius: 5px;
    background: #ccc;
}

#newsletter_form2 input {
    width: 90%;
    outline: none;
    padding: 10px;
}

#newsletter_form2 button {
    background-color: none;
    border: none;
    background-color: var(--active1);
    color: white;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.5s ease;
    width: 10%;
    min-width: fit-content;
    padding: 10px;
}

#newsletter_form2 button:hover {
    color: white;
    min-width: fit-content;
}

.bottom-footer {
    padding: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bottom-footer h1 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.bottom-footer p {
    font-size: 12px;
    text-align: center;
}

.footer-follow-us {
    display: flex;
    gap: 10px;
    padding: 15px 0;
}

.footer-follow-us a {
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

.footer-follow-us a img {
    width: 35px;
    height: 35px;
    margin: unset;
}

.footer-follow-us a:hover {
    background: var(--hover);
    border-color: var(--hover);
}

.developers-facebook-profile a {
    font-weight: 600;
    padding: 5px;
    color: white;
    text-transform: lowercase;
    text-decoration: underline;
}

.policy_and_term {
    font-size: 16px;
    display: flex;
    gap: 5px;
    justify-content: center;
    padding: 10px;
    font-weight: 400;
}

.footer-follow-us a img {
    padding: 5px;
    width: 100%;
    margin: 5px;
}

.bottom-footer a {
    color: white;
}


.deleted-post {
    height: 40vh;
    display: grid;
    place-content: center;
    width: 100%;
    padding: 30px;
    gap: 15px;
}

.deleted-post p {
    color: var(--secondary-text-color);
    font-size: 16px;
}

.deleted-post a {
    background: var(--active1);
    padding: 10px;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    display: grid;
    place-content: center;
    width: 50%;
    justify-self: center;
}

@media (min-width: 680px) and (max-width: 1199px) {
    #search-input-wrapper {
        gap: 10px;
    }
    
    #search-input-wrapper img {
        padding: 6px;
    }
    
    #search-input-wrapper form {
        width: 80%;
    }
    
    #search-input-wrapper form input {
        font-size: 17px;
    }
    
    #search-input-wrapper form button {
        font-size: 17px;
    }

    .links a {
        font-size: 17px;
        position: relative;
    }
    
    .quick-links {
        width: 60%;
    }

    .subscribe-newsletter {
        width: 60%;
    }
    
    .subscribe-newsletter h1 {
        font-size: 18px;
    }
    
    #newsletter_form2 button {
        font-size: 16px;
    }
    
    .subscribe-newsletter h1 {
        font-size: 18px;
    }

    .bottom-footer h1 {
        font-size: 18px;
    }
    
    .bottom-footer p {
        font-size: 14px;
    }
    
    .policy_and_term {
        font-size: 18px;
    }

    .bottom-footer {
        width: 60%;
    }

    .deleted-post {
        width: 80%;
        align-self: center;
    }
    
    .deleted-post p {
        font-size: 18px;
    }
    
    .deleted-post a {
        font-size: 16px;
        width: 40%;
    }
}

@media (min-width: 1200px) {
    #search-input-wrapper img {
        padding: 4px;
    }
    
    #search-input-wrapper form {
        width: 60%;
    }
    
    #search-input-wrapper form input {
        font-size: 19px;
    }
    
    #search-input-wrapper form button {
        font-size: 19px;
    }

    .upper-header {
        padding: 20px;
    }

    .menu-toggle img {
        display: block;
    }

    #signin {
        display: block;
    }

    #menu-toggler {
        display: none;
    }

    #desktop-logout {
        display: block;
    }

    .nav-links-wrapper {
        display: block;
        box-shadow: unset;
        overflow: unset;
        width: 100%;
        height: fit-content;
        padding: 0;
        position: fixed;
        top: 28px;
        left: 110px;
        width: 68%;
    }

    .links {
        flex-direction: row;
    }
    
    .links a {
        font-size: 17px;
        position: relative;
    }
    
    .links a img {
        display: none;
    }

    .logoAndCancel-nav {
        display: none;
    }

    #search-form {
        display: none;
    }

    .sign-links_in-header {
        display: none;
    }

    .quick-links {
        width: 50%;
    }

    .subscribe-newsletter h1 {
        font-size: 20px;
    }

    .subscribe-newsletter {
        width: 50%;
    }
    
    .subscribe-newsletter h1 {
        font-size: 20px;
    }
    
    #newsletter_form2 button {
        font-size: 18px;
    }

    .bottom-footer h1 {
        font-size: 22px;
    }
    
    .bottom-footer p {
        font-size: 16px;
    }
    
    .policy_and_term {
        font-size: 20px;
    }

    .bottom-footer {
        width: 50%;
    }

    .deleted-post {
        width: 80%;
        align-self: center;
    }
    
    .deleted-post p {
        font-size: 20px;
    }
    
    .deleted-post a {
        font-size: 18px;
        width: 40%;
    }
}
