body {
    background: #fcfcf4;
}

.bg-1 {
    background-color: rgb(244, 243, 233);
}

.bg-2 {
    background-color: rgb(227, 210, 112);
}

.bg-3 {
    background-color: #75b16c;
}



.color-1 {
    color: rgb(114, 106, 73);
}

.color-01 {
    color: #777;
}

.color-w {
    color: rgb(244, 243, 233);
}

.color-g {
    color: rgb(117, 177, 108);
}


.color-y {
    color: #E3D270;
}


.fs-50 {
    font-size: 70px;
}

* {
    list-style: none;
}

a {
    text-decoration: none;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.ms-90 {
    margin-left: 90px;
}

.w-40 {
    width: 40%;
}

.aon-topbar-info>li.aon-tb-tagline {
    color: rgb(0, 0, 0);
    /* background-color: rgb(244, 243, 233); */
    position: relative;
    z-index: 2;
    font-family: var(--title-family);
    font-size: 15px;


}


.aon-topbar-info>li.aon-tb-tagline::after {
    content: "";
    position: absolute;
    top: -8px;
    right: -10px;
    width: 2000px;
    height: 47px;
    z-index: -1;
    transform: skewX(-20deg);
    background: rgb(244, 243, 233);
}



.top-header .icons i {
    color: #B6A860;
    padding-right: 10px;
}

/* .header {
    padding-bottom: 16px;
} */

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 7.25rem;
    left: 11%;
    padding-top: 3.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;

}


/* .carousel-caption::after{content: ''; position: absolute; z-index: 1; background: url(../images/logo.png); height: 400px;
} */
.carousel-caption p {
    width: 72%;
    font-size: 18px;
    font-weight: 600;
}

.carousel-caption h2 {
    font-size: 65px;
    padding-bottom: 20px;
    width: 70%;
}

.more-btn01 {
    padding: 17px 50px;
    margin-top: 20px;
    font-weight: 500;
    display: inline-block;
    color: #000;
    border-radius: 5px;
}


.carousel-caption .more-btn,
.Products .more-btn,
.discover .more-btn,
.discover1 .more-btn,
.portfolio .more-btn,
.button-bg,
.checkout-btn,
.register-bt {
    padding: 17px 40px;
    margin-top: 20px;
    font-weight: 500;
    display: inline-block;
    color: #000;
    border-radius: 5px;
}

.register-bt {
    padding: 12px 50px;


}

.register-bt:hover {
    background: #E3D270;

}


.discover,
.discover1 {
    background: #f4f3e9 url(../images/about-bg.png);

    width: 100%;
    height: auto;
    margin-top: 0px;

    padding: 70px 0px 60px 0px;
}

.discover1 {
    padding: 37px 0px 43px 0px;
}

.discover .dicos-img {
    background: url(../images/ds2.jpg), url(../images/cow1.jpg);
    background-position: 80% 100%, top left;
    background-repeat: no-repeat;
    background-size: 60% 70%, 70% 80%;




}


.site-footer.footer-gradient {
    background: rgb(74, 118, 67);
    /* background: -moz-linear-gradient(left,  rgba(74,118,67,1) 0%, rgba(163,151,82,1) 100%);  */
    background: -webkit-linear-gradient(left, rgb(100, 173, 91) 0%, rgba(163, 151, 82, 1) 100%);
    /* background: linear-gradient(to right,  rgba(74,118,67,1) 0%,rgba(163,151,82,1) 100%); */

    height: auto;
}

.phone-icon {
    padding: 5px 10px;
    border-radius: 10px;
}

.footer ul li a {
    color: #fff;
}

.footer .f-icon li {
    font-size: 20px;
}

.footer form input {
    padding: 13px 9px;
}

.footer .news-btn {
    top: 8px;
    border: none;
    background: #fff;
}


.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot span {
    background: rgb(136, 105, 105);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.owl-dots .active span {
    background: rgb(96, 167, 85);
}

.client .owl-dots {
    margin-top: 40px;
}

.client .items {
    padding-right: 12px;
}

/*================== hovers=============== */
/* 
    .products  .card:hover{background: #75b16c; color: #fff !important;}
    .card-text:hover{color: #fff;} */
.products .card {
    transition: 1s;
    border: none;
    box-shadow: 0px 0px 0px #b3afaf;
}

.products .card:hover {
    background: #75b16c;
    color: #fff !important;
}

.products .card:hover .card-text {
    color: #fff;
}

.products .card:hover .shop-price {
    color: #fff;
}

.products .add-to:hover .fa-heart {
    color: #75b16c;
}

.products .fa-cart:hover .fa-cart-plus {
    color: #75b16c;
}







/* ====== about pages ===== */

.about-bg {
    background: url(../images/about-bg.jpg), url(../images/top-line.png);
    height: 400px;
    background-size: cover;
    object-fit: cover;
}

.about-bg {
    background: url(../images/top-line.png), url(../images/about-bg.jpg);
    background-position: bottom, center;
    background-repeat: no-repeat;
    background-size: 100%, cover;
}

.oppacity {
    background: rgba(0, 0, 0, .3);
    height: 96%;
}

.sf-banner-breadcrumbs-nav2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0px 3px;
}

.sf-banner-breadcrumbs-nav2:before {
    position: absolute;
    top: -8px;
    left: 4px;

    transform: rotate(90deg);
}

.sf-banner-breadcrumbs-nav2:after {
    position: absolute;
    top: -8px;
    right: 4px;
    transform: rotate(-90deg);
}

.sf-banner-breadcrumbs-nav2 ul {
    background-color: #E3D270;
    list-style: none;
    margin: 0;
    padding: 6px 30px;
    margin: 0px 20px;
}

.sf-banner-breadcrumbs-nav2 ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin-right: 20px;
    font-family: "Cormorant";
    text-transform: uppercase;
    color: #000222;
}

.sf-banner-breadcrumbs-nav2 ul li:after {
    content: "\f105";
    position: absolute;
    right: -16px;
    top: 1px;
    font-size: 13px;
    color: #000;
    font-family: "FontAwesome";
}

.sf-banner-breadcrumbs-nav2:before,
.sf-banner-breadcrumbs-nav2:after {
    content: "\f02e";
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1;
    font-size: 54px;
    color: #e3d270;
}


.about-contact {
    top: -60px;
    background: #E3D270;
    padding: 10px 0px 10px 0px;
    margin: 0px 20px 0px 20px;
}

.offer-card {
    padding: 15px;
    border: none;
}

.offer-card .offer-img {
    height: 50% !important;
}


/* ======== Product-ditals ======= */

.product-price .rating i {
    padding: 0px 3px;
}

.quantity-input {
    padding-left: 15px;
}

.wishlist-btn,
.add-list-btn,
.descr-btn,
.submit-now-btn,
.addion-btn {
    outline: none;
    color: #777777;
    padding: 14px 30px;
    background-color: #EAEAE5;
    font-size: 16px;
    transition: 0.5s all ease;
    font-weight: 600;
}

.wishlist-btn:hover,
.addion-btn:hover {
    background: rgb(117, 177, 108);
    color: #E3D270;
}

.add-list-btn:hover,
.descr-btn:hover {
    background-color: #EAEAE5;
    color: #777777;
}

.add-list-btn,
.descr-btn {
    background: rgb(117, 177, 108);
    color: #E3D270;
}

.descr-btn,
.addion-btn {
    padding: 16px 50px;
}

.submit-now-btn {
    background: #E3D270 !important;
    padding: 16px 50px;
}

.form-details input,
.form-details textarea {
    padding: 15px 10px;
    background: #F3F6EA;
    border: none;
}

.btn-group .quantity-btn {
    background: #e3d270;
    color: #fff;
}



/* ========== Checkout Page ========== */

.pay-method {
    background: #F3F6EA;
}

.form-check-input:checked {
    background-color: #021b67;
}

.order-btn {
    background: #75b16c !important;
    padding: 12px 30px;
}

.billing input,
.billing textarea,
.billing .form-select {
    background: #F3F6EA;
}

.form-check .form-check-input1 {
    background: red;
}


/* =====cart====== */
.prc1 h5 {
    padding: 0px 50px 0px 80px !important;
    min-width: 130px;
}

.prc h5 {
    padding: 0px 50px !important;
}



/* 
========================================
========== Media Query start ========== */

@media (max-width:1024px) {
    .aon-topbar-info>li.aon-tb-tagline::after {
        height: 56px;
    }

    .carousel-caption {
        bottom: 5.25rem;
    }

    .ms-90 {
        margin-left: 80px;
    }
}

@media (max-width:768px) {
    .top-header{display: none;}
    .search-bar{display: none;}
    .aon-topbar-info>li.aon-tb-tagline::after {
        content: "";
        position: absolute;
        top: -8px;
        right: -12px;
        width: 2000px;
        height: 70px;

    }

    .navbar-toggler {
        margin-left: 168px;
    }

    .carousel-caption {
        bottom: -0.75rem;
        padding-bottom: 30px;
    }

    .carousel-caption h2 {
        font-size: 44px;
    }

    .carousel-caption .more-btn {
        padding: 13px 30px;
    }

    .footer .Newslet {
        margin-top: 15px;
    }


    /* === About page == */
    .about-contact span h2 {
        font-size: 24px;
    }

    .about-icon {
        display: flex;
        align-items: center;
    }

    .news-leter h4 {
        margin-top: 20px;
    }

    /* ======== Product-ditals ======= */

  

}

@media (max-width:425px) {


    .aon-topbar-info>li.aon-tb-tagline::after {
        right: -12px;
        transform: skewX(0deg);
    }

    .aon-topbar-info>li.aon-tb-tagline::after {
        top: -37px;
    }

    .navbar-brand img {
        width: 16%;
    }

    .ms-90 {
        margin-left: 0px;
        margin-top: 50px !important;
    }

    .mt-80 {
        margin-top: 50px;
    }

    .mt-80 .col-md-12 {
        padding-bottom: 0rem !important;
    }

    .discover .dicos-img {
        background-position: 80% 100%, top center;
    }

    .footer .Newslet {
        margin-top: 0px;
    }

    /* ====== products-detail ===== */

    .wx-50 {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .mont {
        flex-wrap: wrap;
    }

    .mont1 {
        width: 100%;
        padding-top: 12px;
    }

    .mont2 {
        width: 100%;
    }

    .rating {
        padding: 0px !important;
    }

    .descr-btn {
        width: 100%;
        margin: 0px !important;
        margin-bottom: 10px !important;
    }

    .addion-btn {
        width: 100%;
        margin: 0px !important;
    }

    .cart-btn {
        justify-content: space-between;
        display: flex;
    }

    /* =====cart====== */
    


}

@media (max-width:375px) {
    .aon-topbar-info>li.aon-tb-tagline::after {
        top: -20px;
    }

    .wishlist-btn {
        font-size: 12px !important;
    }

    .quantity .btn-group {
        width: 40% !important;
    }

    .about-contact span h2 {
        font-size: 23px;
    }


}

@media (max-width:320px) {
    .about-contact span h2 {
        font-size: 20px;

        .btn-group {
            width: 40% !important;
        }
    }

    .about-contact span h2 {
        font-size: 18px;
    }


}