@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-display: swap;

}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #EDA922;
}

p {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.tags-index {
  min-height: 190px; /* Adjust as needed */
}

.break-word{
    word-wrap: break-word;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #ECECEC;
    --bs-btn-border-color: #ECECEC;
    --bs-btn-disabled-bg: #ECECEC;
    --bs-btn-disabled-border-color: #ECECEC;
}

.btn-outline-light {
    --bs-btn-color: #000;
    --bs-btn-border-color: #ECECEC;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ECECEC;
    --bs-btn-hover-border-color: #ECECEC;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ECECEC;
    --bs-btn-active-border-color: #ECECEC;
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-border-color: #ECECEC;
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #EDA922;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #EDA922;
    --bs-btn-hover-border-color: #EDA922;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #EDA922;
    --bs-btn-active-border-color: #EDA922;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #EDA922;
    --bs-btn-disabled-border-color: #EDA922;
}

:root{
    --bs-link-color: #000 ;
   
}

.pagination{
    --bs-pagination-bg: rgba(237, 169, 34, 0.5);
    --bs-pagination-border-color: #EDA922;
    --bs-pagination-hover-bg: var(--bs-pagination-bg) ;
    --bs-pagination-hover-color: #000;
}
.color-primary{
    color: #EDA922 !important;
}

.disabled>.page-link, .page-link.disabled {
    color: #000000;
    pointer-events: none;
    background-color: #f6d490;
    border-color: #EDA922;
}
.product-data-box {
    width: 100%; /* Ensures it takes full width */
    max-width: 768px; /* Prevents it from getting too large */
}

.page-link:hover{
    border-color: #eda922;
}
.active>.page-link,.page-link.active{
    background-color: #EDA922 !important;
    border-color: #eda922;
}

.bg-light-orange {
    background-color: rgba(237, 169, 34, 0.5);
}

.bg-light-grey {
    background-color: #EBEBEB;
}

.bg-warning {
    background-color: #EDA922 !important;
}

.w-md {
    max-width: 600px;
}

.w-lg {
    max-width: 900px;
}

.w-xl {
    max-width: 1100px;
}

/* header */
header .nav-link {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

header .nav-link.active {
    color: #EDA922 !important;
}

header .navbar-brand img {
    max-width: 210px;
    text-align: center;
}

/* form  */
.btn-warning {
    background-color: #EDA922;
    color: #000000;
}

.svg-image-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    position: relative;
    border: #D9D9D9 1px solid;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.svg-image-box .text-start.p-2.position-absolute {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.svg-image-box:hover .text-start.p-2.position-absolute {
    opacity: 1;
}

.svg-image-box:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.fa-search {
    font-size: 24px;
}

input:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}

::placeholder {
    font-size: 20px;
    font-weight: 500;
}

.bs-icon-x4 {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #ffffff;
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
}

.ad-height-grid {
    min-height: 300px;
    background-size: 1400px;
    background-position: center;
    background-repeat: repeat-x;
}

.search-bar-product {
    margin-top: -20px;
}
.user-avatar {
    margin-top: -100px;
}

.bg-gradient {
    background: linear-gradient(360deg, rgb(255 255 255) 0%, #eda922 230%) !important;
}

.product-single-thumbnail {
    height: 295px;
    width: 295px;
    object-fit: cover;
}

.border-1 {
    border: 1px solid #ECECEC;
}

.bordertop-1 {
    border-top: 1px solid #ececec;
}

.borderright-1 {
    border-right: 1px solid #ececec;
}

.borderbottom-1 {
    border-bottom: 1px solid #ececec;
}

.ps-height {
     height: 100%; 
}

.buttons-box {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
}

.below-buttons-box{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.feature {
    margin-top: 10px;
    width: 50%;
    margin-bottom: 10px;
}

.size {
    font-size: 13px;
    font-weight: 300;
    margin-left: 5px;
}

.download-buttons .btn {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler {
    border: none !important;
}

.nested-container img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}
.nested-container.row {
    row-gap: 5px;
}
.first-img img,
.last-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.object-cover {
    object-fit: cover;
}

 .image-container img{
    object-fit: contain;

}

.slider-row{
    margin-left: 6%;
}



@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1390px;
    }
}


@media screen and (max-width:1024px) {
    .product-single-thumbnail {
        height: 150px;
        width: 150px;
    }

}


@media screen and (max-width:767px) {
    .pb-image {
        height: 150px;
    }

    header .navbar-brand img {
        max-width: 150px;
    }

    .footer-logo{
        max-width: 150px;
    }
    .hm-150{
        height: 150px;
    }
    
    .product-single-thumbnail {
        height: 120px;
        width: 120px;
    }
    .slider-row{
        margin-left: 0 !important;
    }
    .buttons-box {
        top: 10px;
    }
    .below-buttons-box{
        bottom: 10px;
    }
}


@media screen and (max-width:991px) {
    .ps-height {
        height: 350px;
    }
}


/* Swiper Style */

.swiper-slide {
    height: auto; 
    background-color: #f7f7f7;
}

.slide-anchor{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}


div#data-container {
    display: flex;
    align-items: center;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 150px; 
    gap: 10px;
}

@media (max-width: 992px) {
    .bento-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bento-grid a {
    display: block;
    overflow: hidden;
    background-color: white;
}

.bento-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.bento-grid a:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
}

.bento-grid a:nth-child(2) {
    grid-column: span 1;
    grid-row: span 1;
}

.bento-grid a:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
}

.bento-grid a:nth-child(4) {
    grid-column: span 1;
    grid-row: span 1;
}

.bento-grid a:nth-child(5) {
    grid-column: span 1;
    grid-row: span 1;
}

.form-check-input[type=checkbox]{
    background-color: transparent;
    border-color: #EDA922;
    box-shadow: none !important;
}
.form-check-input:checked[type=checkbox] {
  background-color: #EDA922;
}

.form-check-input:focus{
    box-shadow: none !important; 
}

.form-floating label {
    color: #a59797 !important;
}

.form-floating input{
    color: #a59797 !important;
}

.form-floating .form-control:focus {
    border-color: #EDA922;
    outline: 0;
    box-shadow: none !important;
}
.login_banner_img{
    bottom: 0;
}

.form_box {
    background-color: #ffffffe6;
    opacity: initial;
    z-index: 1;
    position: relative;
}

.form-floating>.form-control:focus~label{
    font-weight: 700;
    color: #000 !important;
    opacity: 1;
}