

:root {
    --nav-bg-color:#daac00;
    --btn-bg-color:#00bec9;
    --btn-bg-color-hover:#0cadb6;
    --bg-color:var(--bs-primary);
    --bg-post-color:rgba(252, 242, 216, 0.973);
    --transition: all 0.3s ease-in-out;
    
}




* {
    padding: 0;
    margin: 0;
}


/* =============================nav bar start======================================== */

nav.navbar {
    background: var(--nav-bg-color) !important;
}
button.navbar-toggler.d-lg-none {
    box-shadow: none !important;
    border: none !important;
    background: var(--btn-bg-color);
}

form input[type=text]::placeholder {
    color: white;
}

form input[type=text] {
    box-shadow: none !important;
    border: 0px !important;
    background: var(--bg-color) !important;
}

form button[type=submit] {
    background: var(--btn-bg-color);
    transition: all 0.3s ease-in-out;
}
form button[type=submit]:hover {
    background: var(--btn-bg-color-hover);


}



/* ==============================nav bar end=========================================== */




/* ============================= utilities =========================================== */


/* ============================= utilities =========================================== */
button {
    font-weight: 700 !important;
}

.btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
}

.btn-outline-info:hover{
    color: white !important;
}
/* ======================hero content start ================================= */

.hero {
    background:linear-gradient(109.6deg, var(--nav-bg-color) 10%, rgb(255, 230, 0) 100%);;
}



.but-group button:nth-child(1),.animals-content button {
    color: white;
    background: var(--btn-bg-color) !important;
    transition: var(--transition);
    border: 2px solid var(--btn-bg-color);
}

.animals-content button:hover,.but-group button:nth-child(1):hover {
    background: white !important;
    color: var(--btn-bg-color) !important;
    border: 2px solid var(--btn-bg-color) !important;
}

.but-group button:nth-child(2) {
    transition: var(--transition);
}

.but-group button:nth-child(2):hover {
    color: var(--btn-bg-color);
}


/* =========================hero content end================================================ */



/* ==========================love animals start========================================= */

.love-animals button {
    background: var(--btn-bg-color);
}

/* ========================== love animals end ============================================ */




/* ================================ health, pet-buy care bg start here =================================== */

.health-care,.pet-buy-menu {
    background: var(--bg-color);
}



/* ================================ health, pet-buy care bg end here ====================================== */

/* ================================ pet buy menu ================================= */

.pet-buy-menu button {
    background:#00bec9;
    border-radius: 50px;
    border-width: 2px;
    border-color: #00bec9;

}

.pet-buy-menu button:hover {
    background:white !important;
    border-radius: 50px;
    color: #00bec9 !important;
    border-color: #00bec9 !important;
    


}




/* ================================ pet buy menu ================================= */





/* =============social icon=============== */

.social-icon a {
    text-decoration: none;
position: relative;
 height: 40px;
 width: 40px;
 background: var(--bg-color);
 border-radius: 5px;
 color:white;
 transition: var(--transition);
 /* border: 1px solid var(--bg-color); */
}
.social-icon a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.social-icon a:hover {
    color: var(--bg-color);
    background: white;
    border: 2px solid var(--bg-color);
}



/* ==============social icon============== */


/* ===============information================== */

.information {
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
    position: relative;
    top: 0;
}

.information .info-menu {
    z-index: 10;
}
.information .info-menu :where(p,i)  {
    text-shadow: 3px 5px rgba(0, 0, 0, 0.5);
}
.information::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position:absolute;
    background: var(--bg-color);
    opacity: 0.3;
}


.information .item {
    z-index: 5;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
}


/* ===============information================== */

/* ================info icon=============== */

.information .icon i {
    font-size: 100px;
}

/* ================info icon=============== */

.recent-post .post-items .post-content :is(small,h5) {
    color: #00bec9 !important;
}

.recent-post .post-items .post-content{
    background: var(--bg-post-color);
}

/*=================recent post======================= */






/* =================recent post======================= */



/* ========================== 2 image blocks =========================== */
.img-block {
    position: relative;
}  
.img-block::before {
        content: '';
        top: -25%;
        right: -25%;
        border-radius: 1rem;
        position: absolute;
        background: var(--bs-primary);
        height: 100%;
        width: 100%;
        opacity: 0.5;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
        z-index: -1;
}

    .img-block::after {
        content: '';
        bottom: -25%;
        left: -25%;
        border-radius: 1rem;
        position: absolute;
        border:5px solid var(--bs-primary);
        height: 100%;
        width: 100%;
        opacity: 0.5;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
        z-index: 1;
    }
/* ========================== 2 image blocks =========================== */




/* ========================== footer content =========================== */
.footer-content a.nav-link {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.footer-content a.nav-link:hover {
    color: var(--bg-color);
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

/* =========================== footer content =========================== */

