
*,
*:after,
*:before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:active,
:hover,
:focus{
    outline: 0 !important;
    outline-offset: 0;
}

a,
a:hover{
    text-decoration: none;
}

a:hover{
    color: #A02334 !important;
}


ul,
ol{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 120%;
    font-weight: 400;
    background: linear-gradient(to right, #f1f0ee, #f0e2c7 ,#f1f0ee);
    /*background: linear-gradient(to right, #F6F7C4, #FFDEB4 ,#F6F7C4);*/
    /*background-color: whitesmoke;*/
    color: #895432; 
}


.logo {
    margin-left: 15px;
    margin-right: 15px;
    }

.navigation-wrap{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index: 1000;
    -webkit-transition:all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-item{
    padding: 0 0.625rem;
    margin-left: 1rem;
    transition:all 200ms linear;
}

.navbar-toggler{
    margin-right: 1rem;
}


.navbar {
    padding: 0;
    margin: 0;
}


.navbackground{
        /* background: linear-gradient(to right, #32CD32, #FFA500, rgb(218 29 65)); /* Lime Green */
        /*background: linear-gradient(to right, #B6E2A1, #FFFBC1 ,#FF8080);*/
        color: #895432;
        padding: 10px 0;
        text-align: center;
}
    
.nav-link{
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/* Change Navbar Styling on scroll*/
.navigation-wrap.scroll-on{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    background: linear-gradient(to right, #f1f0ee, #f0e2c7);
    /*background: linear-gradient(to right, #F6F7C4, #FFDEB4 ,#F6F7C4);*/
    /*background-color: whitesmoke;*/
    box-shadow: 0 0.125rem 1.75rem 0 rgba(0, 0, 0, 0.125);
    transition:all 0.15s ease-in-out 0s;

}


.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 0.75rem;
    background-color: rgba(0, 0, 0, 0.125)!important;
}

/* top banner design */
.top-banner{
    width:100%;
    background: url('./images/MAINFARME.jpeg') no-repeat center;
    background-size: cover;
    padding: 15.875rem 0 15.375rem;
}

.firstheading{
    color: #895432 !important;
    font-family:  Arial, sans-serif;
}


.dropdown-menu{
    background: linear-gradient(to right, #f1f0ee, #f0e2c7);
    color: rgba(0, 0, 0, 0.125);
    padding: 10px 0;
    text-align: center;
    --bs-dropdown-link-hover-bg: rgba(0, 0, 0, 0.125);
}

footer{
    color: white;
    padding: 10px 0;
    text-align: right;
}

p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin-bottom: 1em;
}

@media (max-width: 991px){
    h1{
        width: 100%;
    }
    .top-banner{
        padding: 8.375rem 0 8.375rem;
    }
}

@media (max-width: 767px){

h1{
    font-size: 2.8rem;
}
.lead{
    align-items:flex-start;
}
    .top-banner{
        background: url('./images/banner3.jpg') no-repeat center;
        background-size: cover;
        padding:8.375rem 0 8.835rem;
    }
    .footer-size{
        text-align: left;
    }
    .product-size{
        padding-left: 1.8rem;
        
    }
    
}


/*products*/
.gallery-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 15px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.gallery-item img:hover {
    transform: scale(1.05);
}


























/* Contact container styles */
.contact-container {
    
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    width: 100%;
    display: contents;
    justify-content: center; /* Center horizontally */
    align-items: center;
    text-align: center;
    animation: fadeIn 1s ease-in-out;
}

/* Heading styles */
.contact-container h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #895432;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Paragraph styles */
.contact-container p {
    margin: 20px 0;
    font-size: 1.1em;
    color: #895432;
}

/* Link styles */
.contact-container a {
    color: #895432;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.contact-container a:hover {
    color: #895432;
}

/* Follow Us section styles */
.contact-container p strong {
    font-weight: bold;
    color: #333;
}

/* Social Media links styles */
.contact-container a {
    margin: 0 10px;
}

.contact-container a:hover {
    color: #0056b3;
}

/* Add animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}











/* product1 */

.product-container2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.product-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}
.product-image img {
    max-width: 100%;
    border-radius: 8px;
}
.product-details {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.product-info {
    margin-bottom: 20px;
}
.product-info h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-info p, .product-info ul {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.product-info ul {
    list-style-type: disc;
    padding-left: 20px;
}
.product-info ul li {
    margin-bottom: 8px;
}

.buttonContainer{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0px 50px; 
}
.closebutton{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 5px;
    background-color: #FFDEB4;
    border-radius: 5px;
    color: #895432;
    font-weight: 900;
    font-size: large;
    padding: 7px 10px;

}

/* google form*/

iframe {
    width: 100%;
    height: 800px; /* Adjust height as needed */
    border: none;
}

h2.fw-bold {
       /* Ensure the text doesn’t span the full page */
    word-wrap: break-word;   /* Allow wrapping of long text */      /* Adjust line height for readability */
    margin: 0 auto;          /* Center the text */
}


#carouselExampleFade{
    max-width: 950px; /* Sets max width */
  height: 700px; 
  margin: auto;
}

#carouselExampleFade .carousel-item img {
    object-fit: cover; /* Ensures images cover the area */
    height: 700px; /* Ensures the images match the carousel height */
  }
