<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&amp;display=swap');

:root {
    /* --border-radius: 95% 4% 97% 5%/4% 94% 3% 95%;
    --border-radius-hover: 4% 95% 6% 95%/95% 4% 92% 5%;
  --blue: #007bff; */
    --orange: #ff9500;
    --white-color: #fff;
    --black-color: #333;
    --light-color: rgba(0, 0, 0, .3);

    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 5rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    width: 1rem;
}

html::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb {
    background: var(--black);
}

body {
    background: #eee;
    height: 100vh;

}

/* body.active {
    --white-color: #111;
    --black-color: #fff;
    --light-color: rgba(255, 255, 255, .3);
    background: #222;
} */

/* #navbar {
    width: 100%;
    position: fixed;

} */

/* section {
    /* padding: 1rem 9%; */
    background-color: rgb(238, 238, 248);
    padding-top: 20px;
} */

.heading1 {
    font-size: 3.5rem;
}

.heading1 span {
    background: var(--cyan);
    color: #fff;
    display: inline-block;
    padding: 0.29rem 7rem;
    clip-path: polygon(100% 0, 93% 50%, 100% 99%, 0% 100%, 7% 50%, 0% 0%);
    margin-bottom: 20px;
    /* font-size: 6rem; */
}

.products .main1 {
    background-color: #d3d3d4;
    padding: 20px;
}

.products .swiper-wrap {
    display: flex;
}

.products .product-sli .sli {
    overflow: hidden;
    position: relative;
    /* border: .2rem solid var(--light-color); */
    border-radius: .3rem;
    background: var(--white-color);
    margin-left: 20px;
    font-style: oblique;

}

.products .product-sli .sli .image {
    padding: 1rem;

}

.products .product-sli .sli .image img {
    width: 100%;
    height: 20rem;

    object-fit: cover;
}

/* #prod .product-slider .slide .image img:hover {
    /* height: 26rem; */
/* transform: scale(1.1);
  } */

*/ .products .product-sli .sli .content {
    padding: 2rem;
    border-top: .1rem solid var(--light-color);
}

.products .product-sli .sli .icons {
    position: absolute;
    top: 0;
    right: -7rem;
}

#prod .product-sli .sli .icons p {

    position: relative;
    margin-top: 18px;
    width: 150px;
    min-height: 400px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    border-radius: 10px;
    display: flex;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
}


#prod .product-sli .sli .icons:hover p {
    left: 1rem;
    position: relative;
    margin-top: 18px;
    padding-right: 50px;
    width: 400px;
    min-height: 400px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    border-radius: 10px;
    display: flex;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
}

.products .product-sli .sli:hover #icons1 {
    margin-top: 20px;
    right: 2rem;
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
}

#con1 {
    width: 100%;
}

p {
    color: white;
}

.products .product-sli .sli .icons a:hover {
    background: var(--orange);
    color: #fff;
}

.products .product-sli .sli .content .stars i {
    font-size: 2rem;
    color: var(--orange);
}

.products .product-sli .sli .content .stars span {
    font-size: 2rem;
    color: var(--black-color);
    font-weight: 300;
}

/* .products .product-slider .swiper-button-next,
.products .product-slider .swiper-button-prev {
    color: var(--black-color);
} */

.products .gap {
    margin-bottom: 2rem;
}

/* #products {
    margin-top: 100px;

} */

.main-img img {
    height: 800px;
    width: 100%;
    margin-bottom: 40px;
}

.slider-frame {
    overflow: hidden;
    height: 500px;
    width: 1200px;
    margin-left: 360;
    margin-top: 20px;
}

@-webkit-keyframes slide_animation {
    0% {
        left: 0px;
    }

    10% {
        left: 0px;
    }

    20% {
        left: 1200px;
    }

    30% {
        left: 1200px;
    }

    40% {
        left: 2400px;
    }

    50% {
        left: 2400px;
    }

    60% {
        left: 1200px;
    }

    70% {
        left: 1200px;
    }

    80% {
        left: 0px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

.slide-images {
    width: 3600px;
    height: 800px;
    margin: 0 0 0 -2400px;
    position: relative;
    -webkit-animation-name: slide_animation;
    -webkit-animation-duration: 33s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
}

.img-con {
    height: auto;
    padding-top: 100px;
    width: 100%;
    position: relative;
    float: center;
    border: #d3d3d4;
}

.home {
    background-color: rgb(238, 238, 248);
    background-size: cover;
    background-position: center;
    /* margin-top: 180px; */
    height: 400px;
}

.home .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    /* margin-top: 150px; */
}

.home .row .books-slider {
    /* flex: 1 1 42rem; */
    text-align: center;
    margin-top: 2rem;
}

.home .row .books-slider a img {
    height: 20rem;

}

.home .row .books-slider a:hover img {
    transform: scale(.9);
}

.home .row .books-slider .stand {
    width: 100%;
    padding-top: 70px;

    margin-top: -2rem;
}


.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
}

.swiper-vertical&gt;.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode&gt;.swiper-wrapper {
    overflow: auto;
}

.swiper-css-mode&gt;.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode&gt;.swiper-wrapper&gt;.swiper-slide {
    scroll-snap-align: start;
}

.swiper-horizontal.swiper-css-mode&gt;.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode&gt;.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered&gt;.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal&gt;.swiper-wrapper&gt;.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}


.swiper-centered.swiper-vertical&gt;.swiper-wrapper&gt;.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}



.product .main1 .sub1 {
    display: flex !important;
}
.main2 
{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;

    height: 100px;
    width: 100%;
    margin-bottom: 70px;
    background-color: white;
    font-style: italic;
    font-size: 20px;

}
.main2 p{
    color: black;
    font-style: inherit;
    font-size: 30px;
}
.swiper-sli{
    height: 500px !important;
    width: 700px !important;
}</pre></body></html>