<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=Spartan:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Spartan', sans-serif;
}

h1 {
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

h2 {
    font-size: 46px;
    line-height: 64px;
    color: #222;
}

h4 {
    font-size: 20px;
    color: #222;
}

h6 {
    font-weight: 700;
    font-size: 12px;
}

p {
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
}

.section-p1 {
    padding: 40px 80px;
}

.section-m1 {
    margin: 40px 0;
}

body {
    font-family: sans-serif;
    user-select: none;
}

nav .logo {
    color: rgb(0, 0, 0);
    font-size: 33px;
    font-weight: bold;
    line-height: 70px;
    padding-left: 110px;
}

nav {
    height: 70px;
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
}

nav ul {
    float: right;
    margin-right: 30px;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    color: rgb(0, 0, 0);
    display: block;
    padding: 0 15px;
    line-height: 70px;
    font-size: 20px;
    background: #ffffff;
    transition: .5s;
}

nav ul li a:hover,
nav ul li a.active {
    color: #000000;
}

nav ul ul {
    position: absolute;
    top: 85px;
    border-top: 3px solid #ffffff;
    opacity: 0;
    visibility: hidden;
}

nav ul li:hover&gt;ul {
    top: 70px;
    opacity: 1;
    visibility: visible;
    transition: .3s linear;
}

nav ul ul li {
    width: 150px;
    display: list-item;
    position: relative;
    border: 1px solid #042331;
    border-top: none;
}

nav ul ul li a {
    line-height: 50px;
}

nav ul ul ul {
    border-top: none;
}

nav ul ul ul li {
    position: relative;
    top: -70px;
    left: 150px;
}

nav ul ul li a i {
    margin-left: 45px;
}

#hero {
    background-image: url("hero4.png");
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: top 25% right 0;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0;
}

#hero p {
    padding-bottom: 15px;
}

#hero h1 {
    padding-bottom: 20px;
    padding-top: 4px;
}

#hero button {
    background-color: rgb(254, 6, 76);
    color: aliceblue;
    border: 0;
    padding: 14px 50px 14px 45px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

#product1 {
    text-align: center;
}

#product1 .pro-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}

#product1 .pro {
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
}

#product1 .pro:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

#product1 .pro img {
    width: 100%;
    border-radius: 20px;
}

#product1 .pro .des {
    text-align: start;
    padding: 10px 0;
}

#product1 .pro .des span {
    color: #606063;
    font-size: 12px;
}

#product1 .pro .des h5 {
    padding-top: 7px;
    font-size: 14px;
    color: #ff0303;
    font-weight: 700;
}

#product1 .pro .des h4 {
    padding-top: 7px;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}

#product1 .pro .des i {
    font-size: 12px;
    color: rgb(243, 181, 25);
}

#reviews {
    background-image: url("b18.jpg");
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-position: top 25% right 0;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#reviews p {
    padding-bottom: 15px;
    color: #ff034a;
}

#reviews h2 {
    padding-bottom: 20px;
    padding-top: 4px;
}

#reviews h4 {
    padding-bottom: 20px;
    padding-top: 4px;
}

#reviews button {
    background-color: rgb(254, 6, 76);
    color: aliceblue;
    border: 0;
    padding: 14px 50px 14px 45px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

#product2 .pro .cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #ffffff;
    font-weight: 500;
    color: #088178;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

#product2 {
    text-align: center;
    padding-top: 30px;
}

#product2 .pro-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}

#product2 .pro {
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
}

#product2 .pro:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

#product2 .pro img {
    width: 100%;
    border-radius: 20px;
}

#product2 .pro .des {
    text-align: start;
    padding: 10px 0;
}

#product2 .pro .des span {
    color: #606063;
    font-size: 12px;
}

#product2 .pro .des h5 {
    padding-top: 7px;
    font-size: 14px;
    color: #ff0303;
    font-weight: 700;
}

#product2 .pro .des h4 {
    padding-top: 7px;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}

#product2 .pro .des i {
    font-size: 12px;
    color: rgb(243, 181, 25);
}

#product2 .pro .cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #ffffff;
    font-weight: 500;
    color: #088178;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

#sm-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sm-banner .banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url("b17.jpg");
    min-width: 580px;
    height: 50vh;
    background-size: cover;
    background-position: center;
    padding: 30px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
}

#sm-banner .banner-box2 {
    background-image: url("b10.jpg");
}

#sm-banner h6 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 600;
}

#sm-banner h2 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 800;
}

#sm-banner h5 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}

.container-xl {
    background-color: rgb(232, 170, 188);
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

h2 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    margin: 30px 0 5px;
    margin-top: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    left: 0;
    right: 0;
    bottom: -10px;
}

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    padding: 0 70px;
    margin-bottom: 30px;
}

.carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.carousel .carousel-item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    /* border: 1px solid #ddd;
	border-radius: 50%; */
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
}

.carousel .overview p {
    text-transform: uppercase;
    color: #000000;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #ff0051;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(40, 14, 24, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.container {
    background: linear-gradient(#ffffff);
    padding: 15px 9%;
    padding-bottom: 50px;
}

.container .box-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    margin-top: 10px;
}

.container .box-container .box {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 20px 10 px;
    justify-content: space-between;
    margin-left: 30px;
    margin-bottom: 30px;
}

.container .box-container .box img {
    height: 50px;
}

.container .box-container .box h7 {
    color: #1a1a1a;
    font-size: 20px;
    padding: 10px 0;
}

.container .box-container .box p {
    color: #1a1a1a;
    font-size: 15px;
    line-height: 1;
}

#newsletter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ff034a;
    background-repeat: no-repeat;
    background-position: 20% 30%;
}

#newsletter h4 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

#newsletter .form {
    display: flex;
    width: 40%;
}

#newsletter input {
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    outline: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#newsletter button {
    background-color: #000000;
    color: #ffffff;
    white-space: nowrap;
    height: 3.125rem;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0 1.25em;
    outline: none;
    font-size: 14px;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #1a1a1a;
    width: 100%;
    margin-top: 0px;
    padding: 0;
}

footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    align-items: center;
}

footer h3 {
    margin-bottom: 25px;
    margin-left: 10px;
    color: #ffffff;
    align-items: center;
}

footer h4 {
    color: #ffffff;
    margin-bottom: 25px;
    margin-left: 10px;
    align-items: center;
}

footer h5 {
    color: #ffffff;
    margin-bottom: 25px;
    margin-left: 10px;
    font-size: 13px;
    align-items: center;
}

footer a {
    font-size: 13px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    margin-left: 10px;
}

footer .icon {
    color: #c8c8c8;
    padding-right: 1px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 20px;
    align-items: center;
    padding-left: 30px;
}

footer .row img {
    border: 1px solid #bcbcbc;
    border-radius: 6px;
}

footer .icon:hover,
footer a:hover {
    color: #088178;
}

#copyright {
    width: 1313px;
    height: fit-content;
    align-items: right;
    justify-items: right;
    color: white;
    background-color: #1a1a1a;
    margin-top: 0;
    position: absolute;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 30px;
    padding-right: 30px;
}

#copyright .abc {
    align-items: center;
    padding-right: 40px;
}

#copyright img {
    align-items: right;
    justify-items: right;
}</pre></body></html>