* {
    font-family: "Roboto", sans-serif;
    color: #777777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    line-height: 1.2;
    color: #404A3D;
}

h1 {
    font-size: 2.5rem;
}

p {
    color: #777777;
}

a {
    color: #5B8C51;
    text-decoration: none;
}

.topbar .text-light i,
.topbar .text-light span {
    color: #F7F7F7 !important;

}

.topbar .text-dark i,
.topbar .text-dark span {
    color: #131313;
}

nav {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.logo {
    height: 64px;
    object-fit: contain;
}

.btn-success {
    background-color: #5B8C51;
    border-color: #5B8C51;
    font-weight: 600;
}

.btn-success:hover {

    background-color: #434343;
    border-color: #434343;
}

.btn-secondary {
    color: #000;
    background-color: #ffe100;
    border-color: #ffe100;
    font-weight: 600;
}

.btn-secondary:hover {
    color: #ddd;
    background-color: #131313;
    border-color: #131313;
}

.bg-primary {
    background-color: rgb(91, 140, 81) !important;
}

.bg-secondary {
    background-color: #ffe100 !important;
}

.bg-dark {
    background-color: #404A3D !important;
}

.text-primary {
    color: #5B8C51 !important;
}

.text-secondary {
    color: rgb(237, 221, 94) !important;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.navbar-hidden {
    top: -100px;
    /* hide above */
    transition: top 0.5s ease-in-out;
}

.navbar-visible {
    top: 0;
    /* slide down */
    transition: top 0.5s ease-in-out;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-size: 16px;
    color: #404a3d;
    margin-right: 20px;
}

.nav-link span {
    color: #404a3d;
}

.nav-link i {
    color: #404a3d;
    font-size: 14px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #5B8C51;
}

.banner img {
    height: 70vh;
    object-fit: cover;
    filter: brightness(50%)
}

.banner h5 {
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    margin: 0 10%;
    margin-bottom: 24px;
}

.banner p {
    color: #fff;
    font-size: 18px;
    margin: 0 10%;
}

.banner .carousel-caption {
    bottom: 30%;
}

.carousel-dark {
    --bs-carousel-control-icon-filter: navajowhite !important;
}

.carousel-caption {
    transform: scale(0.8);
    opacity: 0;
}

/* Zoom In Animation */
@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Apply animation only to active caption */
.carousel-item.active .carousel-caption {
    animation: zoomIn 0.8s ease forwards;
}


.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -30px;
    bottom: -30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-experience h1 {
    color: #404A3D;
}

.about-experience small {
    color: #5b8c51;
}

.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 9px;
    left: -40px;
    background: #5b8c51;
    z-index: -1;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: #5b8c51;
    z-index: -1;
}

.productRow {
    width: 85%;
    margin: 0 auto;
}

.product-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin: 10px 0;
}

.product-item:hover {
    background-color: #ffe100;
}

.product-item img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.product-item:hover {
    margin-top: -10px;
}

.heighlightBg {
    position: relative;
    background-image: url('../images/highlight.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
    padding: 100px 0 50px;
}

.heighlightBg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.666);
    /* Black overlay, adjust opacity */
    z-index: 2;
}

.heighlightBg .container {
    position: relative;
    z-index: 3;
}

.heighlightProduct {
    width: 100%;
}

.footer {
    margin-top: 0 !important;
}

.footer p {
    color: #B0B9AE;
}

.footer i {
    color: #B0B9AE;
}

.footer .btn-secondary i {
    color: #404A3D;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    color: #fff;
}

.footer input {
    color: #fff !important;
}

.footer input::placeholder {
    color: #B0B9AE !important;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

#backToTop {
    display: none;
}

.back-to-top i {
    color: #fff;
}




.singleProductsImagesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px;
}

.singleProductsImagesGrid img {
    width: 100%;
    height: 132px;
    object-fit: cover;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 5px;
}

.singleProductImages {
    padding-right: 50px;
}

.singleProductImages .showImage {
    width: 100%;
    height: 420px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.singleProductImages .showImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    /* animation: slideInProduct 0.3s ease-out; */

}

@keyframes slideInProduct {
    from {
        transform: translateX(50%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.singleProductImages .showImage:hover img {
    transform: scale(1.5);
    /* Scales the image for the zoom effect */
    cursor: crosshair;
    /* Changes cursor to indicate zoom functionality */
}

.singleProductAbout h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}


.singleProductAbout h6.stock {
    color: green;
    font-family: "Roboto", sans-serif;
}

.singleProductAbout h6.outOfStock {
    color: rgb(255, 75, 75);
}

.singleProductAbout h2 {
    font-size: 48px;
    font-family: "Alegreya", serif;
    font-weight: 500;
    color: #2f2f2f;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}



.singleProductAbout .price {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    margin: 16px 0;
    margin-bottom: 32px;
}

.singleProductAbout .price del {
    color: #949494;
    font-size: 18px;
    font-weight: 400;
}

.singleProductAbout .price h3 {
    font-size: 24px;
    color: #404a3d;
    margin-bottom: 0;
}

.singleProductAbout .price h3 span {
    color: #404a3d;
}

.singleProductAbout p {
    font-size: 14px;
    margin: 16px 0;
}

.singleProductAbout h5 {
    font-size: 16px;
    color: #2f2f2f;
    font-family: "Roboto", sans-serif;
}



.quentitySubmit {
    display: grid;
    grid-template-columns: 1fr 6fr;
    gap: 16px;
}

.quentity {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 12px 16px;
    border-radius: 10px;

}

.quentity span {
    cursor: pointer;
}

.quentity input {
    background-color: transparent;
    border: none;
    width: 36px;
    text-align: center;
    font-weight: bold;
}

.quentitySubmit a {
    background-color: #ffe100;
    color: #131313;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.quentitySubmit a:hover {
    background-color: #131313;
    color: #ddd;
}

.productFullDesHeading {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    padding: 10px 0;
    margin-top: 32px;
    margin-bottom: 16px;
}

.singleProductSec p {
    font-size: 14px;
    margin-bottom: 16px;
}

.checkoutGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.checkoutUser {
    padding: 48px;
    padding-right: 10vw;
    height: calc(100vh - 74px);
    overflow: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.checkoutUser::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.checkoutUser {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.checkoutUser h5 {
    margin-bottom: 10px;
}

.checkoutProduct {
    background-color: #F5F5F5;
    border-right: 1px solid #ddd;
    height: calc(100vh - 74px);
    padding: 48px;
    padding-left: 12vw;
}

.checkoutProduct img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.checkoutProduct p {
    font-size: 16px;
    margin-bottom: 2px;
    color: #404040;
}

.checkoutProduct .productName {
    font-size: 20px;
    color: #131313;
    font-weight: 600;
}

.checkoutProductItem {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.total p {
    font-size: 20px;
    color: #131313;
    font-weight: 600;
}

input {
    font-size: 14px;
}

input::placeholder {
    font-size: 14px;
}


.dropdown-item {
    padding-right: 64px;
}

.dropdown-item span {
    color: #212529;

}

.dropdown-item img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 10px;
}

.dropdown-item i,
.profileMenu i {
    color: #212529;
    font-size: 14px;
    margin-right: 10px;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #5B8C51 !important;

}

/* From Uiverse.io by escannord */
.radio-input input {
    display: none;
}

.radio-input label {
    --border-color: #5B8C51;

    border: 1px solid #5B8C51;
    border-radius: 6px;
    min-width: 5rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.radio-input input:checked+label {
    --border-color: #5B8C51;
    border-color: #5B8C51;
    border-width: 2px;
}

.radio-input label:hover {
    --border-color: #5B8C51;
    border-color: #5B8C51;
    cursor: pointer;
}

.radio-input {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(189, 187, 207);
    margin-right: 0.5rem;
    position: relative;
}

.radio-input input:checked+label span.circle::before {
    content: "";
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #5B8C51;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.text {
    display: flex;
    align-items: center;
}

.price {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-weight: bold;
}

.small {
    font-size: 10px;
    color: rgb(136, 138, 139);
    font-weight: 100;
}

.info {
    position: absolute;
    display: inline-block;
    font-size: 11px;
    background-color: rgb(31, 236, 123);
    border-radius: 20px;
    padding: 1px 9px;
    top: 0;
    transform: translateY(-50%);
    right: 5px;
}

.signupSection {
    display: grid;
    grid-template-columns: 3fr 5fr;
}

.signupLeft {
    height: 100vh;

    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.447), rgba(0, 0, 0, 0.408)),
        url('../images/loginbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.signupLeftCon {
    text-align: center;
    padding: 0 60px;
}

.signupLeftCon h2 {
    color: #fff;
    font-weight: 300;
    font-size: 2.5rem;
}

.signupLeftCon i {
    font-size: 22px;
    color: #fff;

}

.signupLeftCon p {
    padding-top: 48px;
    color: #fff;
}

.signupLeftFooter p {
    color: #fff;
}

.signupLeftFooter p a {
    color: #ffe100;
}

.signupRight {
    padding: 100px 15vw 60px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    overflow: auto;
}

.profileGrid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 20px;
}

.profileMenu {
    border: 1px solid #ddd;
    border-radius: 6px;
    height: fit-content;
}

.profileMenu a {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #ddd;
    color: #2f2f2f;
    transition: all 0.3s ease-in-out;
}

.profileMenu a:hover {
    background-color: #f3fcf1;
}

.profileMenu a.active {
    background-color: #ffe100;
    font-weight: 600;
}

.profileCon {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 20px;
}

.emptyOrderCon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-select {
    width: auto !important;
}

.orderCon {
    height: 90vh;
    overflow: auto;
}

.orderCon::-webkit-scrollbar {
    display: none;
}

.bgContainer {
    width: 100%;
    height: 100vh;
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: center;
}

.banner p {
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .d-none {
        display: block !important;
    }

    h1 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1rem;
    }

    .about-experience {
        bottom: 0;
        right: 0;
    }

    .about-experience small {
        font-size: 11px !important;
    }

    .logo {
        height: 48px;
    }

    .banner .carousel-caption {
        bottom: 20%;
    }

    .banner img {
        height: 40vh;
    }

    .banner h5 {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }

    .banner p {
        font-size: 12px;
    }

    .productRow {
        width: 100%;
    }

    .singleProductImages {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .checkoutGrid {
        grid-template-columns: 1fr;
    }

    .checkoutProduct {
        height: auto;
        padding: 24px;
        padding-left: 24px;
    }

    .checkoutUser {
        padding: 24px;
        padding-right: 24px;
        height: auto;

    }

    .profileGrid {
        grid-template-columns: 1fr;
    }

    .profileMenu {
        grid-row: 2;
    }

    .profileCon {
        border: none;
        border-radius: 0;
        padding: 0;
        margin-bottom: 32px;
    }

    .product-details {
        flex-direction: column;
    }

    .product-info {
        flex-direction: column;
        align-items: flex-start !important;
    }



    .order-info {
        flex-direction: column;
    }

    .order-info .badge {
        display: block;
        width: fit-content;
        margin: 0 !important;
    }

    .singleProductImages .showImage {
        height: 280px;
        border-radius: 6px;
    }

    .singleProductsImagesGrid img {
        height: 72px;
    }

    .singleProductAbout h2 {
        font-size: 32px;
    }

    .singleProductAbout p.shortDes {
        margin-top: 20px;
    }

    .signupSection {
        grid-template-columns: 1fr;
    }

    .signupLeft {
        display: none;
    }

    .signupRight {
        padding: 48px 20px;
        height: auto;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .productRow .col-md-4 {
        padding: 0;
    }

    #highlight .btn {
        margin-bottom: 48px;
    }

    .order-card {
        width: 99%;
    }

    .navbar-collapse .ps-4 {
        padding-left: 0 !important;
    }

    .navbar-collapse .p-4 {
        padding: 1.5rem 0 !important;
    }


    .dropdown-menu {
        border: none;
    }

    .navbar-nav .border-start {
        border: none;
    }

    .topbar {
        display: none;
    }

    .topbar .bg-secondary {
        width: 100%;
    }

    .topbar .ps-5 {
        padding-left: 26px !important;
    }
}