/* fonts */
@font-face {
    font-family: "Cocogoose(ExtraBold)";
    src: url(fonts/Cocogoose-Classic-ExtraBold-trial.ttf);
}
@font-face {
    font-family: "Cocogoose(Medium)";
    src: url(fonts/Cocogoose-Classic-Medium-trial.ttf);
}
/* end of fonts */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.prof-background{
    /* background-image: url(../src/kstore_asset/product-bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; */
   border: 1px solid black !important;
}

.navbar-toggler-icon{
    color: #01A85A !important;
}
.navbar{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    
}
.nav-link:hover{
    width: 100%;
    background-color: #01A85A !important;
    color: white;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
}
.hero-container{
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-title{
    font-family: "Cocogoose(ExtraBold)";
    background: #ec3237;
    -webkit-background-clip: text; background-clip: text; color: transparent;
}

.hero-caption{
    font-family: "Cocogoose(ExtraBold)";
    color: #2f7451; 
}

.logout-btn:hover{
    background-color: #FBAA05 !important;
}

.hero-btn{
    background: linear-gradient(to bottom,#f65901,#FBAA05);
    font-size: 24px;
    font-weight: bolder;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-family: "Cocogoose(ExtraBold)";
    letter-spacing: 3px;
}
.hero-section{
    border-bottom: 10px solid #2f7451;
}
/* about */
#text_main{
    font-family: "Cocogoose(ExtraBold)";
}
.about-section{
    border-top: 10px solid #f65901;
    
}
.about-content{
    font-family: "Cocogoose(ExtraBold)";
    background: linear-gradient( #FBAA05,#f65901);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    text-transform: uppercase;
}
/* product carousel */
#customers-testimonials .item{
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

#customers-testimonials .owl-item.active.center .item{
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
    border-radius: 10px;
}
.img-area {
	height: fit-content;
    border-radius: 10px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.product-title{
    background-color: #01A85A;
    padding: 5px;
}
.product-title-okra{
    background-color: #01A85A;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 11px;
}
.product-info{
    background-color: #fff;
    height: fit-content;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.veggie-title{
    font-family: "Cocogoose(ExtraBold)";
}
/* end of product carousel */
/* counter section */
/* .counter_text{
    font-family: "Cocogoose(ExtraBold)";
    color: #2f7451;
    text-transform: uppercase;
} */
.counter-section{
    background: linear-gradient(#f65901,#FBAA05);
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.counter-card{
    background-color: #e9e7e7;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;

}
.testimonial_title{
    font-family: "Cocogoose(ExtraBold)";
    text-transform: uppercase;
    letter-spacing: 5px;
}

.parallax{
    background-image: url(../src/POS_asset/4\ \(2\).jpg);
    /* Set a specific height */
    height: fit-content;
    padding: 10px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* end of counter section */
/* comment */
.comment-card{
    border: 1px solid black;
    border-radius: 10px;
    background-color: #e9e7e7;
    height: fit-content;
}
.bi-star-fill{
    color: rgb(192, 192, 11);
    top: 0;
}
.comment-icon{
    color: #2f7451;
    font-family: "Cocogoose(ExtraBold)";
}
/* end of comment */
/* contact */
.contact_title{
    font-family: "Cocogoose(ExtraBold)";
    letter-spacing: 1px;
}
.icon-container{
    padding: 10px;
}
.email-icon{
    font-size: 40px;
    background-color: #2f7451;
    border-radius: 100%;
    padding: 10px;
    color: #fff;
}
/* end of contact */
/* footer */
footer{
    background-color: #dce8da;
    height: fit-content !important;
}
.footer-links{
    list-style:none;
}
.footer-list a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 17px;
}
.footer-list a:hover{
    color: #f65901;
}
/* end of footer */
/* media query */

@media (max-width: 541.98px) {
    .about-border-line{
        width: 80%;
    }
}
@media (max-width: 1400.98px) {
    .about-img3{
        width: 95% !important;
    }
}
@media (max-width: 723.98px) {
    .counter-title{
        font-size: 1rem;
    }
    .border-line{
        width: 80% !important;
    }
}
@media (max-width: 757.98px) {
    .counter-card{
        width: 40%;
        border: 1px solid black;
    }
}
@media (max-width: 491.98px) {
    .counter-title{
        font-size: .8rem;
    }
}
@media (max-width: 419.98px) {
    .counter-title{
        font-size: .6rem;
    }
    
}

@media (max-width: 321.98px) { 
    .border-line{
        width: 80% !important;
    }
    .hero-content{
        text-align: center !important;
    
    }
    .hero-search{
        width: 100% !important;
    }
    .hero-btn{
        width: 100% !important;
        margin: auto !important;
    }
    /* .img-area{
        width: 250px !important;
        top: 110px;
    } */
    .product-content{
        font-size: .7rem;
    }
    .counter-title1{
        font-size: 20px !important;
    }
    .hero-container{
        height: 70vh !important;
    }
    
}
/* end of media query */
/* for OUR VEGGIES & FRUITS FOODS start */
.property-item {
    position: relative;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.property-item:hover {
    transform: translateY(-5px);
}

.property-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 168, 90, 1);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.property-item:hover .overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
}

.overlay-content a {
    text-decoration: none;
    color: white;
}

.p-2 {
    transition: background-color 0.3s ease;
}

.property-item:hover .p-2 {
    background: #FBAA05;
}

/* for OUR VEGGIES & FRUITS FOODS end */

/* responsive start */
@media only screen and (max-width: 362px) {
    .add-cart {
        font-size: 11px !important;
    }

    #cart-icon {
        display: none;
    }

    .name-vage {
        font-size: 19px !important;
    }
}

@media only screen and (max-width: 488px) {
    .store-text {
        font-size: 30px !important;
    }
}

@media only screen and (max-width: 375px) {
    .store-text {
        font-size: 23px !important;
    }
}

/* respondsive end */
#bold_text {
    font-family: "Cocogoose(ExtraBold)";
}

.square-image {
    width: 500px; /* Ensures the image takes full width of its container */
    height: 500px; /* Fixed height to create a square */
    object-fit: cover; /* Scales the image while preserving aspect ratio */
    border: 5px solid #095A31;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.gradient-text {
    background-image: linear-gradient(to bottom, #fbaa05, #f65901); /* Gradient colors */
    -webkit-background-clip: text; /* Clip the text to the background */
    background-clip: text;
    color: transparent; /* Make the original text transparent */
}
.btn-about{
    background-color: #095A31 !important;
    color: white;
}
.btn-about:hover{
    background-color: #dce8da !important;
    color: #000 !important;
    border: 2px solid #095A31;
}
hr {
    color: #095A31;
    height: 4px; /* Set custom height */
    background-color: #095A31; /* Green color */
    margin: 7px 0; /* Optional: Add margin for spacing */
    border-radius: 10px;
}
.text-highlight {
    color: #095A31;
    font-weight: bold;
}
.text-highlight-title {
    color: #2f7451;
    font-weight: bold;
}

.custom-container-2:hover
{
    background-color: #2f7451;
    color: white;
    transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
    .square-image
    {
        display: none;
    }
}
@media only screen and (max-width: 430px) {
    .success-text
    {
        font-size: 32px !important;
        p
        {
            font-size: 42px !important;
        }
    }
    .line-1
    {
        width: 170px !important;
    }
}
@media only screen and (max-width: 320px) {
    .success-text
    {
        font-size: 25px !important;
        p
        {
            font-size: 35px !important;
        }
    }
    .line-1
    {
        width: 150px !important;
    }
}
#bold_text {
    font-family: "Cocogoose(ExtraBold)";
}

#medium_text {
    font-family: "Cocogoose(Medium)";
}
.contactpage-title {
    font-family: "Cocogoose(ExtraBold)";
}
.body-bg {
    background: rgb(236, 233, 233);
}

.black-border
{
    border: 1px solid black;
}

.outer-circle {
    position: relative;
    width: 80px; /* Adjust the size as needed */
    height: 80px; /* Adjust the size as needed */
    border: 2px solid white; /* Outer circle border color */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white; /* Background color for outer circle */
}

.inner-circle {
    width: 50px; /* Adjust the size as needed */
    height: 50px; /* Adjust the size as needed */
    border: 2px solid #2f7451; /* Inner circle border color */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2f7451; /* Background color for inner circle */
}

.inner-circle i {
    font-size: 30px;
    color: white; /* Icon color */
}

.col-label {
    margin-top: 10px;
}

.custom-hr {
    position: relative;
    width: 250px;
    height: 3px;
    border-radius: 10px;
    background-color: green; /* Green color for the horizontal rule */
}

.circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px; /* Diameter of the circle */
    height: 10px; /* Diameter of the circle */
    background-color: orange; /* Orange color for the circle */
    border-radius: 50%; /* Make it circular */
    opacity: 1;
}

.circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px; /* Diameter of the circle */
    height: 20px; /* Diameter of the circle */
    background-color: #e9e7e7; /* Orange color for the circle */
    border-radius: 50%; /* Make it circular */
    opacity: 1;
}

.h2-form {
    font-weight: bold;
    text-align: start; /* Ensures left-aligned text */
    color: #095a31; /* White text color */
    -webkit-text-stroke: 1px white;
    
}
.forgot-password {
    display: block;
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-family: "Cocogoose(Medium)";
    color: #095A31;
}
.register-btn{
    text-decoration: none;
    color: #095A31;
    font-weight: bold;
}
.register-btn:hover{
    text-decoration: underline;
    text-underline-offset: .5rem;
}
.forgot-password:hover{
    text-decoration: underline;
    text-underline-offset: .5rem;
}
.register-bg{
    background-image: url(../src/POS_asset/1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.reg_form{
    width: fit-content;
    background-color: #2f7451;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.viewmore-btn{
    cursor: pointer;
}
.login-btn{
    text-decoration: none;
    color: #095A31;
    font-weight: bold;
}
.login-btn:hover{
    text-decoration: underline;
    text-underline-offset: .5rem;
}
.checkout-btn{
    text-decoration: none;
    color: white;
}
.form-group {
    margin-bottom: 10px;
}

.form-control::placeholder {
    color: black; /* Placeholder color */
    font-weight: normal;
}

textarea {
    resize: vertical;
}

.btn-primary {
    font-size: 20px;
    background: linear-gradient(#f65901, #fbaa05); /* Gradient background */
    border: none;
    color: #fff;
    border-radius: 10px;
}

.btn-primary:hover {
    background: linear-gradient(#fbaa05, #f65901); /* Reverse gradient on hover */
}
