* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Jost', sans-serif;
    list-style: none;
    text-decoration: none;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10%;
    background: rgb(255, 255, 255);
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0.861782212885154) 39%, rgba(255, 255, 255, 0) 100%);
}

.logo img {
    max-width: 120px;
    height: auto;
}

.navmenu {
    display: flex;
}

.navmenu a {
    color: #252525;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 20px;
    font-weight: 600;
    transition: all .42s ease;
}

.navmenu a:hover {
    color: #811419;
}



.nav-icon {
    display: flex;
    align-items: center;
}

.nav-icon i {
    margin-right: 20px;
    color: #2c2c2c;
    font-size: 25px;
    font-weight: 400;
    transition: all .42s ease;
}

.nav-icon i:hover {
    transform: scale(1.1);
    color: #811419;
}

#menu-icon {
    display: none;
    font-size: 35px;
    color: #2c2c2c;
    z-index: 10001;
    cursor: pointer;
}

section {
    padding: 5% 10%;
}

.main-home {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url(images/hero.jpg);
    background-position: center;
    background-size: cover;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}

.main-gravel {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(images/gravel/main.jpg);
    background-position: center;
    background-size: cover;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}

.main-firewood {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(images/firewood/main.jpg);
    background-position: center;
    background-size: cover;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}

.main-hay {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(images/hay/main.jpg);
    background-position: center;
    background-size: cover;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}

.main-ties {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(images/ties_timbers/main.jpg);
    background-position: center;
    background-size: cover;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}

.main-text h5 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.main-text h1 {
    color: #fff;
    font-size: 65px;
    text-transform: capitalize;
    line-height: 1.1;
    font-weight: 600;
    margin: 6px 0 10px;
}

.main-text p {
    color: aliceblue;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 20px;
}

.main-btn {
    display: inline-block;
    color: azure;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    border: 2px solid #fff;
    padding: 12px 25px;
    transition: all .42s ease;
}

.main-btn:hover {
    background-color: #811419;
    color: #fff;
}

.main-btn i {
    vertical-align: middle;
}

.down-arrow {
    position: absolute;
    top: 85%;
    right: 11%;
}

.down i {
    font-size: 30px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 12px 12px;
}

.down i:hover {
    background-color: #811419;
}

header.sticky {
    background: #fff;
    padding: 20px 10%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

/* hours */
.hours {
    color: #111;
    text-align: center;
    padding: 30px 20px;
}

.hours h1 {
    font-weight: 600;
    font-size: 30px;
}

.hours table {
    margin: auto;
}

.hours th {
    text-align: right;
}

.hours td {
    text-align: left;
    padding-left: 10px;
}

/* delivery-section-css*/
.center-text h2 {
    color: #111;
    font-size: 28px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 30px;
}

.center-text span {
    color: #811419;
}

.location-text h2 {
    color: #111;
    font-size: 28px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 250px;
}

.location-text span {
    color: #811419;
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
    gap:2rem;
    border-radius: 10px;
}

.locations section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
    gap:2rem;
    border-radius: 10px;
    padding-top: 1000px;
}

.maps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
    gap: 5rem;
}

.row {
    position: relative;
    transition: all .40s;
}

.row img {
    width: 100%;
    height: auto;
    transition: all .40s;
    border-radius: 10px;
}

.row img:hover {
    transform: scale(0.9);
}

.row a {
    text-decoration: none;
    color: #81151B;
}

.prod {
    position: relative;
    transition: all .40s;
}

.prod img {
    width: 100%;
    height: auto;
    transition: all .40s;
    border-radius: 300px;
}

.prod img:hover {
    transform: scale(0.9);
}

.prod-hay {
    position: relative;
    transition: all .40s;
}

.prod-hay img {
    width: 60%;
    height: auto;
    transition: all .40s;
    border-radius: 500px;
}

.prod-hay img:hover {
    transform: scale(0.9);
}


.product-text h5 {
    position: absolute;
    top: 13px;
    left: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #25c100;
    padding: 3px 10px;
    border-radius: 20px;
}

.out-of-stock-text {
    position: absolute;
    top: 13px;
    left: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #c90000;
    padding: 3px 10px;
    border-radius: 20px;
}

.delivery-text h5 {
    position: absolute;
    top: 13px;
    left: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #811419;
    padding: 3px 10px;
    border-radius: 20px;
}


.heart-icon {
    position: absolute;
    right: 0;
    font-size: 20px;
}

.price h4 {
    color: #111;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.price p {
    color: #151515;
    font-size: 14px;
    font-weight: 600;
}

.disclaimer {
    position: relative;
    top: 10px;
}

.disclaimer-text {
    color: #151515;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.end-text {
    background-color: #151515;
    text-align: center;
    padding: 20px;
}

.end-text p {
    color: #fff;
}


/* Responsive-css*/
@media(max-width:1150) {
    .main-text {
        font-size: 10px;
    }
}

@media(max-width:890px) {
    header {
        padding: 20px 3%;
        transition: .4s;
    }
}

@media(max-width:630px) {
    .main-text h1 {
        font-size: 50px;
        transition: .4s;
    }

    .main-text p {
        font-size: 18px;
        transition: .4s;
    }

    .main-btn {
        padding: 10px 20px;
        transition: .4s;
    }
}

@media(max-width:1150px) {
    .navmenu {
        position: absolute;
        top: 100%;
        right: -100%;
        width: 300px;
        height: 130vh;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 120px 30px;
        transition: all .42s;
    }

    #menu-icon {
        display: block;
    }

    .navmenu a {
        display: block;
        margin: 18px 0;
    }

    .navmenu.open {
        right: 0;
    }
}
