<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;
}

body{
    padding: 0;
    margin: 0;
    font-family: 'Italiana';
    font-size: 16px;
    color: #fff;
    background: #000000
}
a{
    color: inherit;
}
a:hover{
    text-decoration: none;
}
button:focus , input:focus{
    outline: 0;
}

/*.btn, button, input[type="submit"] { font-family: 'Blithe'; border: none; border-radius: 5px; padding: 0px 50px; font-size: 37px !important; background: #000; color: #fff; transition: 0.2s all ease-in;}*/
.btn { border-radius: 0; padding: 0px 70px; font-size: 32px !important; color: #fff; transition: 0.2s all ease-in; text-transform: uppercase;}

.btn:hover, button:hover, input[type="submit"]:hover  {
    background: #fff; color: #000;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.btn-secondary:focus , .btn-primary:focus{
    box-shadow:none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-primary.dropdown-toggle:focus , .btn-secondary:not(:disabled):not(.disabled):active:focus , .show&gt;.btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
}
.form-control:focus{
    box-shadow: none;
}
form {
    margin: 0;
}
::-webkit-input-placeholder {
  color: #000 !important;
  font-size: 0.9rem;
}
::-moz-placeholder { 
  color: #000 !important;
  font-size: 0.9rem;
}
:-ms-input-placeholder { 
  color: #000 !important;
  font-size: 0.9rem;
}
:-moz-placeholder { 
  color: #000 !important;
  font-size: 0.9rem;
}

input {border-radius: 5px;}
input, textarea, select, option {border: none; background: #fff; color: #000; font-size: 0.9rem !important}
.pink-bg {
    background-color: #e84896 !important;
}
.back-white {
    background-color: white;
}
/* header */

.header {background:transparent;}
.footer {background:#000; color: #fff;}
.logo img {max-width: 100%; width: 200px;}
/*.logo::before { content: "";border-radius: 50%; max-width: 100%; display: inline-block; width: 210px; height: 210px; background: #000; position: absolute; z-index: 10; left:0; right: 0; margin: 0 auto;}*/


/* NEW HEADER */
.hero-image-container {
    position: relative;
    height: 50vh; /* Occupies half the viewport height */
    overflow: hidden;
    z-index: 1; /* Ensures it is behind the navbar and logo */
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Dark overlay with 60% opacity */
    z-index: 2; /* Stays above the image */
}

header .navbar {
    position: relative;
    z-index: 3; /* Ensures the navbar is above the overlay */
    background: transparent; /* Transparent background for the navbar */
}

header .navbar .nav-link {
    color: white;
}

.about-us header .nav-link {
    color: black;
}

header .logo img {
    max-height: 50px; /* Ensures logo scales properly */
    z-index: 3; /* Ensures the logo stays above the overlay */
    position: relative; /* Explicit positioning to isolate it from overlay stacking */
}

header .navbar-toggler {
    z-index: 4; /* Ensures the toggle button is always on top */
}

.no-header-image {
    height: 100px;
}

/* New Home Bits */

.hero-image {
    /*height: 100vh;*/
    background-size: cover;
    background-position: center;
}

img.img-fluid {
    border-radius: 5px;
}

h2, h3 {
    font-weight: 600;
}

blockquote {
    font-size: 1.2rem;
    font-style: italic;
    padding: 50px; /* Updated padding */
    background-color: #f8f9fa; /* Light background */
    color: #000; /* Set text color to black */
}

.carousel-inner {
    padding: 30px 0;
}

/* Change carousel control icons to black */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black; /* Set icon color to black */
    background-size: 100%; /* Ensure proper sizing */
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0.8; /* Slight transparency */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1; /* Fully visible on hover */
}




/* Landing */


/*.main-image img {
    width: 100%;
    height: auto;
    
}*/
.main-section {
    position: relative;
    flex: 1;
}
.content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main-image {
    background-image: url('../img/background-home.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
.location-image {
    background-image: url('../img/background-location.jpg');
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 4.1666666667rem;
}
.how-it-works-image {
    background-image: url('../img/background-how.jpg');
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 4.1666666667rem;
}
.media-image {
    background-image: url('../img/background-media.jpg');
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 4.1666666667rem;
}
.news-image {
    position: relative; /* Ensures the overlay is positioned relative to this container */
    background-size: cover; /* Ensures the background image covers the entire container */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents image tiling */
    height: 100vh; /* Adjust as needed, e.g., full viewport height */

/*    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 4.1666666667rem;*/
}
.textarea {
    margin: 25px 0px;
}
label {
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
}
.down-button:hover {
    color: #b8ada5;
}
.footer a, .footer p {
    font-size: 15px; 
    text-decoration: none;
    font-weight: 400;
}
.footer a:hover {
    color: #b8ada5;
}
.footer-links {
    margin-top: 5px;
}
/* Nav Bar Bits */
.nav-link {
    color: white;
    font-size: 20px;
}
.nav-link:hover{
    color: #b8ada5;
}
.overlay-black {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    display: block;
    position: absolute;
}
.overlay-black.open {
    z-index:1;
    opacity: 0.5;
}
.overlay-news {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 1; /* Ensures the overlay is above the background image */
}
.down-arrow {
    position: absolute;
    bottom: 20px; /* Space from the bottom of the image */
    /*left: 50%;*/
    transform: translateX(-50%); /* Center horizontally */
    z-index: 3; /* Ensure it appears above the overlay */
    text-align: center; /* Center the arrow button */
}
.header.open {
    z-index: 2;
    position: relative;
}
.navbar-toggler:hover {
    background: transparent !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
/* Homepage */
.main-heading {
    font-size: 50px;
    text-transform: uppercase;
}
.sub-heading {
    font-size: 25px;
    font-style: italic;
}
.home-content ol {
    font-size: 25px;
    font-weight: 300;
}
.home-content p {
    font-size: 20px;
    margin-bottom: 0;
}
/*How it works*/
.top-content p {
    font-size: 20px;
    margin-bottom: 0;
}
.blue-area {
    /*background: linear-gradient(90deg, rgba(3,72,117,1) 44%, rgba(14,16,47,1) 100%);*/
    color: #ffffff;
}
.big-pad{
    padding-top: 100px !important;
}
/* About Page */
.about-content p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.6em;
}
.team-content{
    color: #ffffff;
}
.team-area .row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lgShadow {
    background: transparent;
    margin: 0 auto;
    padding: 1rem;
    top: 40px;
    position: relative;
    width: 90%;
    background: radial-gradient(circle at 100% 100%, transparent 0, transparent 3px, transparent 3px) 0% 0%/8px 8px no-repeat,radial-gradient(circle at 0 100%, transparent 0, transparent 3px, transparent 3px) 100% 0%/8px 8px no-repeat,radial-gradient(circle at 100% 0, transparent 0, transparent 3px, transparent 3px) 0% 100%/8px 8px no-repeat,radial-gradient(circle at 0 0, transparent 0, transparent 3px, transparent 3px) 100% 100%/8px 8px no-repeat,linear-gradient(transparent, transparent) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,linear-gradient(129deg, rgba(4,71,115,1),rgba(11,31,65,1)) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,linear-gradient(90deg, #BD55C9 0%, #00FFFF 50%, #48ABE0 100%);
    border-radius: 6px;
    padding: 9px;
    box-sizing: border-box;
}
.lgShadow-team {
    background: transparent;
    margin: 0 auto;
    padding: 1rem;
    top: 40px;
    position: relative;
    background: radial-gradient(circle at 100% 100%, transparent 0, transparent 3px, transparent 3px) 0% 0%/8px 8px no-repeat,radial-gradient(circle at 0 100%, transparent 0, transparent 3px, transparent 3px) 100% 0%/8px 8px no-repeat,radial-gradient(circle at 100% 0, transparent 0, transparent 3px, transparent 3px) 0% 100%/8px 8px no-repeat,radial-gradient(circle at 0 0, transparent 0, transparent 3px, transparent 3px) 100% 100%/8px 8px no-repeat,linear-gradient(transparent, transparent) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,linear-gradient(129deg, rgba(4,71,115,1),rgba(11,31,65,1)) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,linear-gradient(90deg, #BD55C9 0%, #00FFFF 50%, #48ABE0 100%);
    border-radius: 6px;
    padding: 5px 8px;
    box-sizing: border-box;
}
.team-text-info {
    margin: auto;
    width: 50%;
    padding: 10px;
}
.container-2 {
    max-width: 95%;
}
/* pseudo-class for making gradient shadow. */

.lgShadow::after {
  content: "";
  position: absolute;
  inset: -.625em;
  background: linear-gradient(to bottom right,
    rgb(189,85,201), rgb(72,171,224));
  filter: blur(1em);
  z-index: -1;
}
.picture {
    position: absolute;
    width: 800px;
    max-width: 50%;
    bottom: 5px;
    right: -20px;
}
.picture2 {
    position: absolute;
    width: 550px;
    max-width: 50%;
    bottom: -20px;
    right: -20px;
}

/* faq */

.faq_page .faq_list .que-ans {
    margin: 0 0 20px;
    border-bottom: solid 2px #b8ada5;
}
.faq_list .faq_question {
    padding: 15px 20px;
    cursor: pointer;
}
.faq_list .faq_question h3 {
    color: #b8ada5;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    position: relative;
    padding-right: 30px;
}
.faq_list .faq_question h3 i {
    color: #b8ada5;
    font-size: 12px;
    border: 1px solid;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: 0px;
    top: 0;
}
.faq_list .faq_content {
    font-size: 16px;
    padding: 0 20px 20px;
    max-width: 90%;
}
.faq_list .faq_tabs {
    margin: 0 0 65px;
    text-align: center;
}
.faq_list .faq_tabs .nav-tabs {
    border-bottom: 0;
    display: block;
}
.faq_list .faq_tabs ul.nav.nav-tabs li {
    display: inline-block;
    padding: 0 15px;
    font-size: 24px;
    color: #b8ada5;
    border-right: 1px solid;
    line-height: 24px;
}
.faq_list .faq_tabs .nav-tabs li.active{
    font-weight: bold;
    text-decoration: underline;
}
.faq_list .faq_tabs ul.nav.nav-tabs li:last-child {
    border-right: 0;
}
.faq_contact {
    background: #ececec;
    text-align: center;
    padding: 65px 15px;
}
.faq_contact h1 {
    font-size: 30px;
    margin: 0 0 65px;
    line-height: 33px;
}
.faq_contact a.cnt_btn {
    background: #b8ada5;
    color: #ffff;
    padding: 8px 50px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 25px;
}
.faq_contact a.cnt_btn:hover{
    background: #5f5e5e;
}

/* Blog */
.back-button {
    text-decoration: none;
    font-size: 16px;
}
.blog-item {
    background-color: #ffffff;
    color: #000000;
}
.blog-text-area p{
    font-weight: 300;
    font-size: 15px;
}
.blog-title {
    font-weight: 600 !important;
}
.news-item {
    position: relative;
}
.blog-readmore{
    background-color:#b8ada5;
    bottom:0;
    color:#ffffff;
    height:100%;
    opacity:0;
    padding:70px 20px;
    position:absolute;
    width:100%
}
.blog-readmore p{
    font-family: 'Blithe';
    font-size: 42px;
}
.blog-readmore:hover{
    opacity: 1;
}
.blog_pagination {
    text-align: right;
    margin: 0 0 65px;
}
.blog_pagination ul{
    margin: 0;
}
.blog_pagination ul li {
    display: inline-block;
}
.blog_pagination ul li a{
    font-size: 20px;
    border-right: 1px solid;
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
}
.blog_pagination ul li a:hover{
    background: #b8ada5;
    color: #fff !important;
}
.blog_pagination ul li.active a{
    background: #b8ada5;
    color: #fff;
}
.overlay-news {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    z-index: 1;
    display: block;
    position: absolute;
}
.news-image .header {
    z-index: 2;
    position: relative;
}
.news-image .main-section{
    z-index: 2;
}
/* Other Bits */
.form {
    background: rgba(0,0,0,0.6);
    padding: 25px;
    max-width: 800px;
}
.form input:not([type="submit"]), .form textarea, .form select {
    font-family: 'Poppins';
}
.account-form input:not([type="submit"]), .account-form textarea, .account-form select {
    font-family: 'Poppins';
}
.contact_details {
    position: relative;
}
.our_info {
    padding-bottom: 100px;
}
.fa-bars:hover {
    color: #000000;
}
/* Responsive */
@media(max-width:576px){
    .footer-link {
        width: 100%;
        display: block;
    }
    .picture2{
        max-width: 40%;
    }
}
@media (min-width: 815px) and (max-width:1050px){
    .nav-link {
        font-size: 16px;
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

}
@media (min-width: 767px) and (max-width:815px){
    .nav-link {
        font-size: 15px;
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

}

@media(max-width: 767px){
    .main-heading {
        font-size: 32px;
    }
    .faq_list .faq_tabs ul.nav.nav-tabs li{
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }   
    .faq_list .faq_question h3{
        font-size: 16px;
        line-height: 20px;
    } 
    .faq_list .faq_content {
        font-size: 14px;
        max-width: 100%;
    }
    .faq_contact h1 {
        font-size: 22px;
        margin: 0 0 45px;
        line-height: 26px;
    }
    .faq_contact a.cnt_btn{
        font-size: 16px;
    }
    .blog_pagination ul li a {
        font-size: 14px;
        padding: 6px 12px;
    }
    .blog_pagination {
        text-align: center;
        margin: 0 0 50px;
    }
    .team-text-info {
        width: 100%;
    }
}
.qty-change-button {
   padding: 10px 20px;
   font-size: 17px !important;
}
.input-text {
    height: 44px;
    text-align: center;
}
.btn_qtyupdate {
    padding: 10px 20px;
    font-size: 20px !important;
}
.btn_remove {
    font-size: 25px !important;
    padding: 0px 25px;
}
.price {
    color: white;
    font-size: 30px;
}
.apply_code {
    font-size: 25px !important;
    padding: 0px 25px;
}
.pink-name {
    color: #e84896;
}
.pink-text {
    color: #e84896;
}
.btn_remove {
    font-size: 25px !important;
    padding: 0px 25px;
}
.continue_shop {
    font-size: 25px !important;
    padding: 0px 25px;
    background-color: black;
}
.checkout_form {
    max-width: 100%;
    background: transparent;
}
.floating-label {
    color: #e84896;
}
.side_bar a{
    text-decoration: none;
    font-size: 20px;
}
.side_bar a:hover {
    color: black;
}
.side_bar li{
    border-bottom: solid 1px rgba(0,0,0,0.6);
    padding: 10px 0px;
    list-style-type: none;
}
.main-body {
    background: rgba(0,0,0,0.6);
    padding: 25px;
}
blockquote {
    font-size: 40px !important;
}
.hero-video {
    position: relative;
    height: 75vh; /* Full viewport height */
    overflow: hidden;
}

.hero-video video {
    width: 100%; /* Ensures the video stretches across the full width */
    height: 100%; /* Ensures the video covers the full height */
    object-fit: cover; /* Maintains aspect ratio while covering the area */
    position: absolute;
    top: 0;
    left: 0;
}
.about-us #nav_button {
    color: black !important;
}

#submission-form-iframe {
    max-height: 1200px !important;
}

.red-heading {
  font-family: 'Brittany Signature', sans-serif;
  color: red;
}

h4.red-heading {
    font-size: 3rem;
}
</pre></body></html>