@import url('https://fonts.googleapis.com/css2?family=Arbutus+Slab&family=Poppins&display=swap');


/* *{
    scrollbar-width: thin;
    scrollbar-color: #8750f7 #2A1466;
}
::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #2A1466;
} */
    /* width */
    ::-webkit-scrollbar {
        width: 15px;
      }
      
      /* Track */
      ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ffffff; 
        border-radius: 0;
        border: none
      }
       
      /* Handle */
      ::-webkit-scrollbar-thumb {
        background: #047857; 
        border-radius: 0;
        border: none
      }
      
      /* Handle on hover */
      ::-webkit-scrollbar-thumb:hover {
        background: #000; 
      }
body{ font-family: "Poppins", Georgia; }
.custom-category-button {
    margin: 8px;
    background-color: #fff; 
    border: 1px solid #000;
    transition: transform 0.3s ease-in-out;
    padding: 2px 15px;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
}

.btn-primary {
    color: #fff; /* text-white */
    width: 100%; /* w-full */
    background-color: #047857; /* bg-green-700 */
    padding-left: 1.25rem; /* px-5 */
    padding-right: 1.25rem; /* px-5 */
    padding-top: 0.625rem; /* py-2.5 */
    padding-bottom: 0.625rem; /* py-2.5 */
    text-align: center; /* text-center */
    font-size: 0.875rem; /* text-sm */
    font-weight: 500; /* font-medium */
    margin-right: 0.5rem; /* me-2 */
    margin-bottom: 0.5rem; /* mb-2 */
    outline: none; /* focus:outline-none */
}

.btn-primary:hover {
    background-color: #065f46; /* hover:bg-green-800 */
}

.btn-primary:focus {
    box-shadow: 0 0 0 4px rgba(110, 231, 183, 0.5); /* focus:ring-4 focus:ring-green-300 */
}

.btn-primary.dark {
    background-color: #059669; /* dark:bg-green-600 */
}

.btn-primary.dark:hover {
    background-color: #047857; /* dark:hover:bg-green-700 */
}

.btn-primary.dark:focus {
    box-shadow: 0 0 0 4px rgba(4, 120, 87, 0.5); /* dark:focus:ring-green-800 */
}


a:hover{
    text-decoration: none;
}

.custom-category-button:hover {
    background-color: #000; /* Darker shade on hover */
    color:white;
    transform: scale(1.05);
}


.custom-input:focus{
    border: #000;
}
.product-card:hover{
    border: 1px solid #000;
}

.custom-btn{
    background: #000 !important;
    padding: .5rem 1rem;
    color: #fff;
    border-radius: 5%;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.custom-btn:hover{
    background-color: #45c364; /* Adjust the color for the hover effect */
    box-shadow: 0 8px 12px -2px rgba(0, 0, 0, 0.15), 0 4px 8px -2px rgba(0, 0, 0, 0.1);
    transform: scale(1.05); /* Scale the button on hover */  
}
footer{
    background-color: #000 !important;
    color: #fff !important;
}

.btn{
    background-color: #000;
    padding: 0.3rem 0.6rem;
    color: #fff;
    border-radius: 5%;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .btn:hover {
    background-color: #ffffff; /* Adjust the color for the hover effect */
    box-shadow: 0 8px 12px -2px rgba(0, 0, 0, 0.15), 0 4px 8px -2px rgba(0, 0, 0, 0.1);
    /* transform: scale(1.05); Scale the button on hover */
    color: #000;
}

.custom-category-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1250px;
    margin: auto;
}

.custom-category-button {
    background-color: #ffffff;
    color: #000;
    border: 2px solid rgb(209 213 219);
    padding: 5px 14px;
    border-radius: 0;
    margin: 10px;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.custom-auth-btn{
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #b9b8b8;
    /* border-radius: 0.50rem; */
    padding: 5px 5px;
    /* margin: 2px 20px; */
    font-size: 12px;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.custom-auth-btn:hover{
    background-color: #000;
    color: #ffffff;
    transform: scale(1.05);

}
.custom-category-button:hover {
    background-color: #000;
    color: #ffffff;
    transform: scale(1.05);
}
small{
    background-color: #45c364;
}
.custom-search{
    width: 36rem;
    height: 43px;
}

.product-card {
    position: relative;
}
.document-details{
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 1px;
    /* padding-right: 15px;
    padding-left: 15px; */
    width: 100%;
}
.attributes{
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    width: 100%;
}
.is-user-generated{
    min-width: 105px;
}
.doc-info{
    margin-right: 30px;
}
 .doc-info-title {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 700;
    letter-spacing: unset;
    line-height: 29px;
}
.doc-info.is-user-generated span {
    font-family: OpenSans-SemiBold;
    width: 105px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #5fb968;
    text-align: center;
    background-color: #e3fce5;
    color: #278d31;
    padding: 0 4px;
}
 span {
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 20px;
}
.cta .unlock-document {
    min-width: 263px;
    float: right;
    border-radius: 4px;
    font-family: RubikMedium, sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.row{
    margin-right: -15px;
    margin-left: -15px;

}

.col-sm-12{
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.btn-fab-primary {
    background: #000;
    width: 100%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-family: nunito, sans-serif;
    letter-spacing: 2.4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    transition: all .3s ease-out;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.product-price{
    color: rgb(79 214 117 1) !important;
}
@media (max-width: 768px) {

    .custom-category-container{
        width: auto;
    }

    .custom-search{
        width: auto;
    }
 
}

#mobileMenueCustom{
    left: -220px;
}
.custom-container {
    max-width: 800px;
    margin: 4rem auto;
}

.custom-bg-green {
    padding: 2rem;
    background-color: #34D399; /* Your desired green color */
}

.custom-text-white {
    color: #ffffff; /* White color */
}

.custom-button {
    background-color: #1F4E79; /* Dark blue color */
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #2E6CB7; /* Light blue color on hover */
}
.download-link{
    color:#2E6CB7 ;
    text-decoration: underline;
}
.bgblack{
    background-color: #000 !important;
}