* {
    scrollbar-width: thin;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
body {
    font-size: 16px (1rem);
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4,
.mrkt-cont .pro-detail h3 {
    font-size: 16px !important;
}
.service .details p {
    font-size: 16px;
}
.service .details li {
    font-size: 16px;
}

@media (max-width: 768px) {
    body h2 {
        font-size: 22px !important;
    }
    body h4,
    body .mrkt-cont .pro-detail h3 {
        font-size: 14px !important;
    }
    body .service .details p {
        font-size: 14px !important;
    }
    body .service .details li {
        font-size: 14px !important;
    }
}

.preview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3;  */
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    max-height: calc(
        1.2em * 5
    ); 
    line-height: 1.2;
    font-size: 16px;
}

.product-tumb {
    position: relative;
    display: inline-block;
}

.lg {
    display: inherit !important;
}
.sm {
    display: none !important;
}
.tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    border-radius: 5px;
    visibility: hidden;
    transition: visibility 0.2s;
}

.tooltip-img:hover + .tooltip {
    visibility: visible; 
}
.ad-popup {
    width: 100%;
    position: absolute;
    z-index: 9999999;
}

.ad-popup .ad-container {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: #000000ad;
}

.ad-popup video {
    width: 100%;
    max-width: 70vw;
    height: 60vh;
}
input,
select {
    padding: 2.8px 10px;
    border: none;
    border-radius: 3px;
}

button {
    cursor: pointer;
}
.details {
    opacity: 1;
}

.details.opac {
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.box {
    padding: 20px 10px;
    z-index: 999;
    position: relative;
}
.box h2 {
    text-align: center;
    font-weight: bolder;
}

.product h2,
.marketplace h2,
.carrer h2 {
    text-align: center;
    font-weight: bolder;
}
.product hr,
.marketplace hr,
.carrer hr {
    text-align: center;
    border: solid 3px cadetblue;
    width: 15vw;
    margin: 0 auto;
}

.box-subhead {
    margin-top: 10px;
    font-size: large;
    text-align: center;
}
.box .hr {
    text-align: center;
    border: solid 3px cadetblue;
    width: 15vw;
    margin: 0 auto;
}
.home {
    overflow: hidden;
    position: sticky;
    z-index: 0;
    top: 0;
    padding: 0;
}
.top-head {
    position: absolute;
    top: 10%;
    z-index: 10;
}
.top-head h1 {
    font-size: 1.5rem;
    color: #ffffff;
}
.video-background {
    height: 95vh;
}
.video-background .bg-img {
    width: 100%;
    height: 100%;
    animation: zoom 20s infinite alternate;
    filter: brightness(30%);
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.cont-back {
    height: 100vh;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    animation: inouts 1s;
    display: grid;
    align-items: center;
}

@keyframes inouts {
    from {
        right: -100%;
    }
    to {
        right: 0;
    }
}
.content {
    position: absolute;
    text-align: center;
    max-height: 100%;
    border-radius: 10px;
    width: 100%;
}

.content h2 {
    color: #ffffff;
    text-align: left;
    padding-left: 30px;
}
.content h3 {
    color: #ffffff;
    padding: 10px 30px;
    font-size: 16px;
    font-family: segoe print !important;
    border-radius: 5px;
    z-index: 999;
    text-align: justify;
    animation: fadefont 1s ease-in-out;
}
@keyframes fadefont {
    0%,
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 800px) and (max-height: 600px) {
    .content h3 {
        line-height: 3vh !important;
    }
}
@media (max-width: 1024px) and (max-height: 768px) {
    .content h3 {
        line-height: 4vh !important;
    }
}
@media (max-width: 1152px) and (max-height: 864px) {
    .content h3 {
        line-height: 4vh !important;
    }
}
@media (max-width: 1280px) and (max-height: 960px) {
    .content h3 {
        line-height: 5vh !important;
    }
}
@media (max-width: 1280px) and (max-height: 1024px) {
    .content h3 {
        line-height: 4vh !important;
    }
}
@media (max-width: 1366px) and (max-height: 768px) {
    .content h3 {
        line-height: 5vh !important;
    }
}
@media (max-width: 1440px) and (max-height: 900px) {
    .content h3 {
        line-height: 5vh !important;
    }
}
.sec-head {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
}
.sec-head hr {
    width: 15vw;
    text-align: center;
    border: solid 3px cadetblue;
}
.service {
    background-color: #f5f5f5;
}
.service .container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10%;
    left: 8%;
    color: rgb(0, 0, 0);
}
.cont2 .container,
.cont3 .container,
.cont4 .container {
    top: 20% !important;
}
.cont4 .container .details {
    width: 55%;
}
.section .sec-bg-img {
    filter: brightness(140%);
    width: 100%;
    height: 100%;
}
.service .details {
    width: 50%;
}
.service .details p {
    text-align: justify;
}
.service .details li p {
    text-align: left;
}
.service .details ul {
    padding: 10px;
}
.service .details ul li {
    font-weight: bold;
    list-style: none;
    padding: 5px;
}
.service .details li {
    list-style: none;
}
.service .details ul li:before {
    content: "- ";
}
.service .details ul li:hover {
    transform: scale(1.02);
}
.service .left h3 {
    margin: 10px 0;
}
.service .details li .service .img {
    max-width: 500px;
}
.service .container .img img {
    width: 80%;
}
.service .container .img {
    animation: opacity-inout 1s ease-in-out;
}
@keyframes opacity-inout {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.pro-cont {
    display: flex;
    justify-content: space-around;
    width: 100% !important;
    padding: 10px;
}
.cont3 {
    background-color: #fefeed;
    flex-direction: column;
}
.product-card {
    width: 30vw;
    position: relative;
    box-shadow: 0 0px 4spx #dfdfdf;
    margin: 10px auto;
    background: #fafafa;
    border-radius: 5px;
    transition: 0.2s ease-in;
}
.product-card:hover {
    transform: scale(1.05);
    box-shadow: 3px 3px 8px black;
}
.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    background: #f0f0f0;
}

.product-tumb img {
    height: 40vh;
    max-width: 100%;
    max-height: 100vh;
}

.product-details {
    padding: 5px 30px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #010101;
    margin-bottom: 18px;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #010101;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #010101;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.market-main {
    position: relative;
}
.market-main .hr {
    text-align: center;
    border: solid 3px cadetblue;
    width: 15vw;
    margin: 0 auto;
    margin-bottom: 2%;
}
.market-main h2 {
    padding-top: 2%;
    text-align: center;
}

.mrkt-plc {
    width: 86%;
    margin: auto;
    padding-bottom: 5%;
}
.mrkt-cont {
    width: 100%;
}
.btn-pad {
    padding: 10px;
}
#mrkt-slider-wrapper {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
}
#carosoul {
    display: flex;
    flex-direction: column;
    overflow-x: scroll;
    scrollbar-width: none;
    align-items: center;
}
#carosoul .row {
    display: flex;
    height: 100%;
    width: min-content;
    gap: 20px;
    position: relative;
    transition: transform 0.5s ease;
    cursor: grab;
}
.row1 {
    transform: translateX(0%);
}
.row2 {
    transform: translateX(-33%);
}
.mrkt-cont .pro-card {
    background-color: #fafafa;
    padding: 10px;
    margin: 10px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    flex-basis: 30%;
    border-radius: 5px;
    position: relative;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.pro-card:hover {
    transform: scale(1.05);
    box-shadow: 3px 3px 8px black;
}
.pro-thum {
    background-color: rgb(44, 44, 44);
}

.pro-card .middle {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.pro-card .text {
    color: white;
    font-size: 16px;
}

.pro-card .pro-thum:hover img {
    opacity: 0.5;
}

.pro-card .pro-thum:hover .middle {
    opacity: 1;
}
.mrkt-cont .pro-thum {
    width: 100%;
    height: 300px;
}
.mrkt-cont .pro-thum img {
    width: 21vw;
    height: 100%;
    object-fit: fill;
}
.mrkt-cont .pro-detail h3 {
    text-align: center;
    color: black;
}
.mrkt-cont .pro-detail p {
    font-size: 13px;
}

.mar-pro-detail {
    position: absolute;
    right: 10%;
    top: 50%;
}
.care-contai {
    display: flex;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background-color: #fefefe;
    margin-top: 10px;
    justify-content: space-between;
    width: 70%;
    padding: 13px;
}
.care-form {
    width: 100%;
    padding: 6px;
    background: none;
    box-shadow: 0px 0px 4px white;
    backdrop-filter: blur(16px);
    border-radius: 11px;
}
.care-details {
    background-color: #cbeb4c;
    width: 100%;
    padding: 0px 10px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 4px white;
    backdrop-filter: blur(16px);
    font-size: 16px;
}
.care-detail-button {
    position: absolute;
    bottom: -1%;
    right: 25%;
    padding: 10px;
}
.care-form tr td {
    padding-top: 0%;
}
.care-form tr td label {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 1rem;
}
.care-form input,
.care-form select {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 0.5px solid rgb(49, 49, 49);
    border-radius: 5px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
}

.care-form table {
    margin: 20px auto;
    margin: 1px auto;
    width: 95%;
}
.care-form label b {
    font-size: 14px !important;
}
.care-details .text {
    margin: 20px auto;
}

.card a:hover {
    color: #8fb300;
}
.wrapper-blog {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto;
    justify-content: space-evenly;
}

.wrapper-blog .card {
    flex-basis: 23%;
    padding: 15px;
}
.wrapper-blog .img {
    width: 100%;
    height: 190px;
}
.wrapper-blog .img img {
    width: 100% !important;
    height: 99%;
    object-fit: fill;
}
.blog .wrapper-blog .card {
    background-color: #fefefe;
    padding: 15px;
    margin: 10px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    max-width: 23%;
    border-radius: 5px;
    width: 120vw;
    transition: 0.2s ease-in;
    top: 8% !important;
}
.blog .wrapper-blog .card:hover {
    transform: scale(1.03);
    box-shadow: 3px 3px 8px black;
}
.wrapper-blog .blog-detail .btn {
    text-align: center;
}
.wrapper-blog .blog-detail button {
    text-align: center;
    background-color: #cbeb4c;
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: bold;
}
.wrapper-blog .blog-detail .btn button:hover {
    transform: scale(1.1);
}
.blog-detail a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: black;
    /* -webkit-line-clamp: 2; */
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.2em * 5);
    line-height: 1.2;
    margin: 5px 0px;
    font-size: 18px;
}

.blog-container {
    display: flex;
}
.blog-sidebar {
    margin-top: 40px;
    max-height: 500px;
    padding: 10px;
    overflow-y: scroll;
    background-color: #efefef;
}
.blog-container .blog-search {
    position: absolute;
    left: 1.5%;
    width: 44%;
}
.blog-container .blog-search input {
    border: solid 1px black;
    height: 23px;
    width: 38%;
}
.blog-container .blog-search button {
    border-radius: 0 !important;
    transform: scale(1) !important;
}
.blog-sidebar .cards {
    background-color: white;
    display: flex;
    align-items: center;
    margin-top: 10px;
    max-width: 350px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.blog-sidebar .cards .img {
    width: 100%;
    height: 101px;
}
.blog-sidebar .cards .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-sidebar .blog-detail {
    font-size: 0.8rem;
}

.contact-container {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.contact-container .left {
    width: 45%;
}
.contact-container .right {
    justify-items: center;
    width: 40%;
    padding: 18px;
    height: 100%;
}
.contact-container .right td {
    white-space: normal;
    width: 50%;
}
.contact-container .right input,
.contact-container .right textarea {
    border: none;
    border-bottom: 2px solid rgb(49, 49, 49);
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
    width: 95%;
}
textarea {
    resize: vertical;
}
.contact-container .left img {
    width: 100%;
    height: 98%;
    mix-blend-mode: darken;
}
.aboutus {
    padding: 6vh 5vw;
    position: relative;
}
.aboutus h4 {
    font-size: 16px;
    text-align: center;
    font-stretch: condensed;
}
.aboutus-container {
    display: flex;
    margin-top: 20px;
    padding: 6vh 0;
}
.aboutus-container p {
    font-size: 15px;
    margin: 10px 0;
}
.aboutus-container .left {
    padding: 0 10vw 0 0;
    display: flex;
    flex-direction: column; 
    justify-content: space-evenly;
}
.aboutus-container .right {
    width: fit-content;
}
.aboutus-container .right img {
    width: 30vw;
}
.footer-bottom{
    position: absolute;
    width: 90%;
    bottom: 6vh;
}
@media (max-width: 768px) {
    .lg {
        display: none !important;
    }
    .sm {
        display: block !important;
    }
    .button {
        padding: 5px 20px !important;
    }
    .sec-head {
        top: 1%;
    }

    .section .sec-bg-img {
        height: auto;
        width: auto;
    }
    .service .details {
        height: 100vh;
        overflow: scroll;
    }
    .pro-cont {
        padding-bottom: 0 !important;
    }

    .cont2 .container,
    .cont3 .container,
    .cont4 .container {
        top: 6% !important;
        height: 77vh !important;
        left: 0 !important;
    }
    .service .container .img img {
        width: 70%;
    }
    .cont4.service .container .img img {
        width: 60%;
        display: none !important;
    }
    .cont4 h4 {
        margin-top: 8px !important;
    }
    .cont5 .product {
        top: 1%;
    }
    .service .container {
        top: 1%;
    }
    h4 {
        font-size: 14px !important;
    }
    .video-background img {
        width: auto !important;
        position: relative;
    }
    #mrkt-slider-wrapper {
        flex-direction: column;
        padding: 0;
        height: 84vh;
    }
    .mrkt-cont {
        width: 100%;
        height: 75vh;
    }
    .mrkt-cont .pro-detail h3 {
        font-size: 15px;
    }
    .row2 {
        transform: translateX(-777%);
    }
    .home {
        height: 100%;
    }
    .top-head h1 {
        font-size: 18px;
    }
    .cont-back {
        width: 60%;
        height: 90vh;
    }
    .content h2 {
        padding-left: 5px;
        font-size: 16px;
    }
    .content {
        display: inherit;
    }
    .content h1 {
        font-size: small;
    }
    .content h3 {
        font-size: x-small;
        font-stretch: condensed;
        padding: 10px 10px !important;
        z-index: 999;
        line-height: 2.5vh !important;
    }
    .service .container {
        flex-direction: column-reverse;
    }
    .service .details {
        width: 95% !important;
        font-size: 13px;
    }
    .service .details li {
        font-size: 13px;
    }
    .service .invert {
        flex-direction: column;
    }
    .service .img {
        text-align: center;
    }
    .cont9 {
        height: 100vh;
    }
    .contact-container .right td {
        width: 100%;
    }
    .box hr {
        width: 50vw;
    }
    .box h3 {
        margin: 0;
    }
    #video-bg {
        width: 200vw !important;
        margin-left: -105px;
    }
    .pro-cont {
        flex-wrap: wrap;
    }
    .product-details {
        padding: 10px;
    }

    .product-details p {
        font-size: 12px;
        line-height: 15px;
    }
    .product-card {
        width: 75vw;
        margin: 5px auto;
    }
    .product-tumb img {
        height: 170px;
    }
    .marketplace {
        height: 80vh;
        max-width: none;
        left: 0;
    }
    .market-main hr {
        margin-bottom: 0;
    }
    .parent {
        top: 5%;
        margin: 0 !important;
    }
    .marketplace-heading {
        padding-top: 16%;
    }
    .marketplace .mar-pro-detail {
        top: 13% !important;
        right: 0% !important;
        width: 100% !important;
    }
    #carosoul .row {
        flex-direction: column;
        width: 85%;
    }
    .mrkt-cont .pro-card {
        padding: 5px 10px !important;
        margin: 4px 0 !important;
    }
    .mrkt-cont .pro-thum img {
        width: 100%;
    }
    .mrkt-cont .pro-thum {
        height: 31vh;
    }
    .cont7 .career {
        width: 95% !important;
        padding: 0 !important;
    }
    .cont4 {
        top: 5%;
    }
    .care-contai {
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }

    .care-detail-button {
        right: 16%;
        margin: -10px;
        padding: 0;
    }
    .care-form {
        width: 100%;
    }
    .care-details {
        font-size: 12px;
        width: 100%;
    }
    .box {
        padding: 0 !important;
    }
    .contact-container .left {
        width: 60%;
    }
    .contact-container .right {
        width: 80%;
        padding: 0 !important;
    }
    .service .aboutus2 {
        width: 90%;
        left: 0 !important;
        top: 2% !important;
        height: auto !important;
    }
    .aboutus-container {
        margin-top: 5px;
        height: 72vh !important;
        overflow: scroll !important;
    }
    .service .blog2 {
        top: 0 !important;
    }
    .service.cont8 .container {
        height: auto;
    }
    .footer {
        height: 100vh !important;
        overflow: scroll !important;
    }
    .wrapper-blog {
        display: grid;
        overflow: scroll;
        padding: 0 8%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .wrapper-blog .img {
        height: 150px;
    }
    /* .sm .preview {
        -webkit-line-clamp: 2 !important;
    } */
    .sm .wrapper-blog .card {
        padding: 8px !important;
        height: max-content !important;
    }
    .blog-heading {
        margin-top: 11px;
    }
    .blog .wrapper-blog .card {
        max-width: 100% !important;
        width: auto !important;
    }
    .service .contactus2 {
        height: auto;
    }
    .contact-container {
        height: 85vh;
        align-items: center;
    }
    .footer-center {
        text-align: left !important;
    }
    .cont9 {
        overflow: scroll !important;
    }
    .wrapper-blog .card {
        flex-basis: 100%;
    }
    .blog-sidebar {
        display: -webkit-inline-box;
    }
    .blog-container {
        flex-direction: column-reverse;
    }
    .blog-container h3 {
        right: 27% !important;
        top: 2.5% !important;
    }
    .blog-container .blog-search {
        width: 100%;
        bottom: 6%;
    }
    .blog-container .blog-search input {
        width: 59%;
    }
    .aboutus-container .right img {
        width: 90vw;
    }
    .aboutus-container {
        flex-direction: column-reverse;
        padding: 0;
        align-items: center;
    }
    .aboutus-container .left {
        padding: 0;
        width: 95%;
    }
    .aboutus .box-subhead {
        font-size: 11px;
    }
    .career .box-subhead {
        font-size: 16px;
    }
    .aboutus-container p {
        font-size: 12px;
        margin: 2px 0 !important;
    }
    .contact-container {
        flex-direction: column;
        overflow: scroll;
    }
    .contact-container .right table {
        width: 100%;
    }
    .contact-container .right td {
        box-sizing: border-box;
    }
    .contact-container .left img {
        width: 100%;
    }
    .contact-container .right input {
        width: 100%;
    }
    .contact-container td {
        display: block;
        width: 100%;
        padding: 0px;
    }
}


.image-container {
    height: 65vh;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
    width: 270px;
}

.image-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    animation: scrollImages 40s linear infinite;
}

.image-list img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.parent {
    position: absolute;
    left: 0;
    padding-left: 4%;
    margin-top: 2%;
}

.image-list img {
    position: relative;
}

.image-list:hover {
    animation-play-state: paused;
}

@keyframes scrollImages {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}
@media (max-width: 768px) {
    .image-container {
        width: 90vw;
    }
    .image-list {
        flex-direction: row;
    }
    .image-list button {
        padding: 0 0 !important;
        height: 100%;
    }
    .border {
        display: flex;
    }
    @keyframes scrollImages {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
}
.image-list button {
    padding: 5% 0%;
    white-space: nowrap;
    border: none;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    cursor: auto;
}
.image-list a button {
    cursor: pointer;
}
.saffron {
    background-color: #cbeb4c;
}

.white {
    background-color: #f0facd;
    color: #06038d;
}

.green {
    background-color: #fafafa;
}

.yellow {
    background-color: yellow;
    color: blue;
}

.border {
    border-bottom: 2px solid purple;
}
