@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --bg-primary: #027872 !important;
}

* {
    font-family: "Poppins", serif;
}

html,
body {
    overflow-x: hidden;
}

body {
    background: linear-gradient(276deg, #fcfaf8 3.67%, #eaeefa 101.16%);
}

a {
    text-decoration: none;
}

.btn_primary {
    background-color: var(--bg-primary);
    color: #fff;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}


/* header style */

header {
    /* position: fixed; */
    width: 100%;
    background-color: transparent;
    z-index: 9;
    height: fit-content;
    inset: 0;
}

.max-area {
    max-width: 1300px;
    margin: 0 auto;
    /* min-height: calc(100vh - 500px); */
}

.max-area.this {
    min-height: calc(100vh - 500px);
}

.nav-search {
    width: 20rem;
    padding-left: 2.3rem;
}

.nav-search::placeholder {
    font-size: 12px;
    color: #9d9d9d;
    font-weight: 600;
}

.nav-search-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0.8rem, -50%);
    font-size: 14px;
    color: #7e7e7e;
}

.profile-btn span {
    font-size: 13px;
    font-weight: 700;
    padding-inline: 2px;
}

.profile-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px!important;
    background: #fff;
}

.profile-user {
    background-color: #171717;
    color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    font-size: 13px;
}

.profile-arrow {
    font-size: 12px;
    padding-right: 5px;
}

.profile-btn::after {
    display: none;
}

.nav-logo {
    width: 14%;
    padding: 0;
}

.nav-logo img {
    width: 100%;
}

.desktop-menu {
    width: fit-content;
}

.desktop-menu ul {
    gap: 2rem;
}

.desktop-menu ul li {
    list-style: none;
}

.desktop-menu ul li a {
    font-size: 0.9rem;
    color: #171717;
    font-weight: 600;
}

.dropdown-menu {
    box-shadow: 0 0 40px 3px #755cf71a !important;
    border: 1px solid #0000000f;
    padding: 0;
}

.dropdown-menu[data-bs-popper] {
    top: 110%!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
}

.dropdown-menu li {
    border-bottom: 1px solid #5159781a;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li a {
    padding: 10px 15px;
}

.dropdown-menu li a i {
    margin-right: 5px;
    color: #515978;
}

.dropdown-item.active,
.dropdown-item:active {
    background: var(--bg-primary);
}

.dropdown-item.active i,
.dropdown-item:active i {
    color: #fff !important;
}


/* Banner style */

.library-name {
    background-color: #00928b24;
    width: fit-content;
    border-radius: 5rem;
    padding: 0.5rem 2rem;
    font-weight: 700;
    font-size: 15px;
    color: #00928b;
}

.library-tag {
    font-weight: 700;
    font-size: 3rem;
}

.library-desc {
    font-size: 1.2rem;
}

.banner-content {
    background-color: #f9f9fd;
    padding: 4rem;
    border-radius: 2rem;
}

.banner-left-arrow,
.banner-right-arrow {
    top: 50%;
    background-color: #ffffff;
    height: 2rem;
    width: 2rem;
    border-radius: 5rem;
    color: #000;
    box-shadow: 1px 1px 8px 2px #0000001c;
    opacity: 1;
}

.banner-left-arrow:hover,
.banner-right-arrow:hover {
    color: #00928b;
}

.home-banner {
    border-radius: 2rem;
    margin-top: 5rem;
}

.library-search {
    border-radius: 5rem;
    padding: 0.7rem 4rem 0.7rem 1rem;
    border: 1px solid #e1e1e1;
    width: 100%;
}

.library-search-btn {
    background-color: #171717;
    border: none;
    color: #ffffff;
    padding: 0.5rem 2rem;
    border-radius: 5rem;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-0.3rem, 0.25rem);
}


/* Home Product List */

.product-card .product-img {
    height: 280px;
    width: 280px;
    border-radius: 5px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 10px;
}

.product-card ul {
    display: flex;
    gap: 1rem;
    margin-bottom: 0;
}

.product-card ul li {
    list-style: none;
    color: #171717;
    text-decoration: none;
    border: 1px solid #8e8e8e;
    padding: 0.2rem 0.7rem;
    border-radius: 5rem;
    font-size: 0.7rem;
}

.free-title {
    color: #00928b;
    font-weight: 700;
    font-size: 0.9rem;
    margin: 0;
}

.product-card ul li.active {
    background-color: #00928b;
    border-color: #00928b;
    color: #ffffff;
}

.product-title {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 40px 3px #755cf71a;
    padding: 1rem;
}

.product-list {
    margin-top: 5.5rem;
}

.product-load {
    display: inline-block;
    margin: 0 auto;
    background-color: #00928b;
    border: none;
    color: #ffffff;
    padding: 0.5rem 2rem;
    border-radius: 5rem;
}

.product-load:hover {
    background: #027872;
}

.user-profile {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    object-fit: cover;
}

.user-profile-letter {
    width: 25px;
    height: 25px;
    background-color: #3e3f41;
    color: white;
    font-weight: 500;
    font-size: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.user-identity {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
}

.home-product-section {
    margin: 7rem 0;
}

.pro-sec-title,
.pro-related-title,
.pro-explore-title {
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    gap: 1rem;
    font-weight: 800;
    margin-bottom: 0;
    align-items: center;
    text-transform: uppercase;
    color: #171717;
}

.pro-sec-title:before {
    content: "Explore";
    position: absolute;
    font-size: 14rem;
    z-index: -9;
    color: #f4f4f4;
    background: linear-gradient(to top, #fff, #f9f9f9);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.pro-related-title:before {
    content: "3D PRODUCTS";
    position: absolute;
    font-size: 10rem;
    text-wrap: nowrap;
    z-index: -9;
    color: #f4f4f4;
    background: linear-gradient(to top, #ffffff, #eeeeee);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.pro-explore-title:before {
    content: attr(bg-txt);
    position: absolute;
    font-size: 10rem;
    text-wrap: nowrap;
    z-index: -9;
    color: #f4f4f4;
    background: linear-gradient(to top, #ffffff, #eeeeee);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.pro-sec-tag {
    color: #212121;
    margin-bottom: 0;
    font-size: 2rem;
    text-transform: uppercase;
}


/* Footer style */

footer {
    background: #232227;
}

.footer-logo {
    width: 11rem;
}

.footer-text {
    font-size: 14px;
    font-weight: 500;
    color: #ffffffd9;
}

.footer-social-icon {
    color: #ffffffd9;
    font-size: 1.2rem;
    cursor: pointer;
}

.footer-contact-icon {
    color: #ffffffd9;
    font-size: 1rem;
    padding-right: .5rem;
}

footer {
    padding-top: 4rem;
    box-shadow: 1px solid #ffffff2b;
}

.footer-copyright {
    border-top: 1px solid #ffffff1a;
    margin-top: 5rem;
}


/* Product view page style */

.product-view {
    margin-top: 2rem;
}

.product-explore {
    margin: 5rem 0 7rem;
}

.view-decription {
    font-size: 13px;
    font-weight: 600;
    color: #767676;
}

.view-price {
    font-size: 1.7rem;
    font-weight: 700;
}

.buy-btn {
    width: 100%;
    border: none;
    background-color: #171717;
    padding: 13px 10px;
    border-radius: 7px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.view-tags p {
    font-size: 12px;
    background-color: #e0e0e0;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 29px;
    color: grey;
}

.item-active {
    outline: 2.5px solid #0b0b0b;
}

.view-crump {
    color: grey;
    font-size: 14px;
    display: flex;
    gap: 5px;
}

#product-list-item .owl-item {
    cursor: pointer;
}

#product-list-item .owl-buttons .owl-prev {
    top: 50%;
    left: 0.7rem;
    position: absolute;
    transform: translate(0, -50%);
}

#product-list-item .owl-buttons .owl-next {
    top: 50%;
    right: 0.7rem;
    position: absolute;
    transform: translate(0, -50%);
}

#product-list-item .owl-buttons div {
    background-color: #ffffff52;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 5px;
}

.view-title-tag {
    background-color: #00928b24;
    width: fit-content;
    border-radius: 5rem;
    padding: 0.5rem 2rem;
    font-weight: 700;
    font-size: 15px;
    color: #00928b;
}

.view-tag-titles {
    font-size: 13px;
}

.preview-item {
    object-position: center;
    height: 500px;
    width: 500px;
    object-fit: cover;
    margin: auto;
}


/* .product-view-column {
    width: 48.5%;
} */


/* Explore product style */

.explore-filter-option {
    background: #fff;
    border-radius: 3rem;
    padding: 5px;
}

.explore-filter-option label {
    border: none;
    padding: 0.3rem 2rem;
    border-radius: 5rem !important;
    color: #171717;
    font-weight: 600;
}

.explore-filter-option input:checked+.btn {
    background-color: #171717 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
}

.explore-filter-option label:hover {
    color: #171717 !important;
    background-color: #f3f3f3 !important;
}

.expence-info {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    right: 0;
    transform: translate(-2rem, 1rem);
    background-color: #ffffffd4;
    padding: 4px 29px;
    border-radius: 5rem;
}

.explore-view {
    background-color: #00928b1c;
    padding: 8px 20px;
    margin-top: 2rem;
    display: inline;
}


/* Login page style */

.login-page,
.custom-request-page {
    margin: 5rem 0 7rem;
}

.login-form {
    background: #f9f9fd;
    box-shadow: 0 0 40px 3px #755cf71a, 2px 2px 4px #fff inset;
    padding: 2.91rem 2.84rem;
    border-radius: 10px;
}

.register-form {
    display: none;
}

.login-title {
    font-size: 50px;
}

.auth-input {
    padding: 12px 40px;
    border: 1px solid #0000000d;
}

.auth-input::placeholder {
    color: #171717;
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.auth-input:focus {
    outline: none;
}

.login-submit,
.custom-request-submit {
    font-size: 13px;
    padding: 13px;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}

.login-submit:hover {
    background-color: #121212;
}

.social-btn {
    font-size: 14px;
    padding: 10px;
}

.social-btn img {
    height: 22px;
}

.auth-input-icon {
    transform: translate(100%, -50%);
    width: 13px;
}

.login-banner {
    border-radius: 2rem;
}


/* Searched result product page */

.searched-result {
    background-color: #00928b1c;
    color: #00928b;
    padding: 0.6rem 2rem;
    border-radius: 5rem;
}

.search-result-pagination button {
    transition: all 0.3s ease-in-out;
}

.search-result-pagination button:hover:not(.page-switch) {
    color: #00928b;
    background-color: #00928b3b;
}


/* custom request form page */

.request-form {
    box-shadow: 0px 0px 15px 4px #f0f0f0;
    padding: 4rem;
}

.request-input {
    border: 0;
    border-bottom: 1.5px solid #171717;
}

.request-input:focus {
    outline: none;
    border-bottom: 1.5px solid #00928b;
}

.request-label {
    font-size: 14px;
}

.custom-request-submit:hover {
    background-color: #00928b;
}

.custom-request-title span {
    color: #00928b;
}

.request-form:after {
    content: "";
    background: url("https://threedyar.com/h0m3_4ss3t/images/hoverableimages/rocket.png");
    display: block;
    height: 8rem;
    width: 8rem;
    position: absolute;
    top: -3rem;
    right: -3rem;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(45deg);
}

.request-form:before {
    content: "";
    background: url("https://threedyar.com/h0m3_4ss3t/images/hoverableimages/smallimg2.png");
    display: block;
    height: 8rem;
    width: 8rem;
    position: absolute;
    bottom: 0;
    left: -6rem;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}


/* Media query styles */

@media screen and (max-width: 767px) {
    .request-form {
        padding: 2rem;
        margin: auto 1.5rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .product-view {
        margin-top: 11rem;
    }
}

@media screen and (max-width: 991px) {
    .nav-search {
        width: 100%;
        margin: 10px 0;
        padding: 0.7rem 2.3rem;
    }
}

@media screen and (max-width: 768px) {
    .banner-content {
        padding: 2rem;
    }
    .nav-logo {
        width: 35%;
    }
    .login-title,
    .pro-explore-title:before,
    .pro-sec-title:before {
        font-size: 4rem;
    }
    .pro-related-title:before {
        font-size: 3rem;
    }
    .login-page,
    .custom-request-page {
        margin: 10rem 0 7rem;
    }
    .pro-explore-title {
        font-size: 1.5rem;
    }
    .explore-filter-option label {
        padding: 0.5rem 1rem;
    }
    footer {
        padding-top: 2rem;
    }
    .footer-copyright {
        margin-top: 1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nav-logo {
        width: 20%;
    }
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #ccc !important;
}


/* Download History Page */

.dwn_holder {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #00000017;
}

.download_his_table tr {
    cursor: pointer;
    border-bottom: 1px solid #00000017 !important;
}

.download_his_table tr:hover {
    background: rgba(0, 0, 0, 0.02);
}

.download_his_table tr:last-child {
    border-bottom: none;
}

.download_his_table th {
    width: 20%;
    padding: 15px 0;
    font-weight: inherit;
}

.download_his_table img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
}