
.subscribe-div {
    background-image: url('images/Footer-Pixel-Gradient.jpg');
    background-size: cover;
    background-position: top;
    height: 300px;
}

button,
input,
optgroup,
select,
textarea,
b,
p,
span,
.col-7 {
    font-family: "Industry" !important;
}

a,
h2,
h1,
h3,
h4,
h6,
h7 {
    font-family: "Industry" !important;
    font-weight: 600;
}
@keyframes slide {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}
.arrow {
    margin-top: 12rem;
    height: auto;
    width: 250px;
    transform: translateY(-50%);
    animation: increase 1.25s linear infinite;
      animation-fill-mode: none;
    animation-fill-mode: forwards;
    overflow: hidden;
}

.arrow-div {
    margin-top: 5rem;
    overflow: hidden;
    width: 300px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: auto;
    -webkit-animation: animateArrow 1.25s linear infinite;
    animation: animateArrow 1.25s linear infinite;
    overflow: hidden;

}
.arrow-img {
    width: 480px;
}
@-webkit-keyframes animateArrow {
    0% {
        width: 0;
    }

    100% {
        width: 40rem;
    }
}
@keyframes animateArrow {
    0% {
        width: 0;
    }

    100% {
        width: 40rem;
    }
}
.join-the-movement-button {
    background-color: #284d7be0;
    color: white;
}
.join-the-movement-button:hover {
    color: #284E7B;
    background-color: white;
    border-color: #284E7B;
    /* New color on hover */
}
.join-the-movement-button .hover-text {
    display: none;
}
/* Show the hover text on hover */
.join-the-movement-button:hover .default-text {
    display: none;
}
.join-the-movement-button:hover .hover-text {
    display: inline;
}
.feel-the-luv-div {
    margin-top: 5rem;
}
@media only screen and (max-width: 1300px) and (min-width: 1200px) {
    .arrow-img {
        width: 450px !important;
    }
}
@media only screen and (max-width: 1500px) and (min-width: 1400px) { 
    .arrow-img {
        width: 450px !important;
    }
}
@media only screen and (max-width: 2000px) and (min-width: 1800px) { 
    /* .arrow-div {
        width: 610px !important;
    } */
}
/* css end */


body {
    font-family: "Industry" !important;
}
@font-face {
	font-family: 'Industry-Book';
	src: url('fonts/Industry/Industry-Book.eot');
	src: local('Industry Book'), local('Industry-Book'),
		url('fonts/Industry/Industry-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/Industry/Industry-Book.woff') format('woff'),
		url('fonts/Industry/Industry-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.container {
	width: 100%;
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
.desk-header {
    height: calc(96px + 40px);
}
.main-nav {
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 2000;
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px !important;
}
li.nav-item {
    margin-right: 30px;
}
.nav-item a {
    color: #284E7B;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Industry-Book' !important;
    font-weight: 500;
}
.login-link i{
    font-size: 22px;
    margin-right: 5px;
}
.nav-item a:hover, .nav-item a:focus {
    color: #FF0074;
}
.nav-item .dropdown-menu {
    background: linear-gradient(318deg,rgba(249,249,249,1) 0%,rgba(255,248,248,1) 100%);
    /* filter: drop-shadow(3px 4px 3px 0 rgb(0 0 0 / .1)); */
    text-align: center;
    margin-left: -70px;
    padding: 0px;
    border-radius: 8px;
    border: 0px;
    box-shadow:  0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
}
.nav-item .dropdown-menu li a{
    letter-spacing: .05em;
    padding: 8px 16px 8px 16px;
}
.nav-item .dropdown-menu li a:hover {
    background-color: #f1f1f1;
}
.nav-item .dropdown-menu li:nth-child(1) {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.nav-item .dropdown-menu li:nth-child(5) {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}
.head-join-btn {
    background: #284E7B;
	border: 2px solid #284E7B !important;
	color: #fff;
	padding: 14px 20px 10px 20px;
	font-size: 18px;
	font-weight: 700;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	border-radius: 5px;
    line-height: 1;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-join-btn:hover , .head-join-btn:focus, .head-join-btn:focus-within {
    border: 2px solid #284E7B !important;
    background: #fff;
    color: #284E7B;
}
.head-join-btn.inactive {
    border: 2px solid #B8BBC2 !important;
    background: #E4E4E4;
    color: #B8BBC2;
}
.search-box {
    border: 2px solid #B8BBC2;
    background: #fff;
    color: #31394D;
    height: 35px;
    width: 51px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding-top: 2px;
}
.search-box:hover {
    background: #5C4879;
    color: #fff;
}
.navbar-brand {
	width: 7rem;
	height: 5rem;
    display: block;
}
.mob-header {
    position: relative;
    height: calc(96px + 40px);
}
.mob-header .main-nav-mob {
    background: linear-gradient(135deg,rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px; 
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2000;
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}
.menu-nav {
    height: 40px;
}
.sec-nav {
	width: 100%;
	height: 40px;
	position: fixed;
	top: 96px;
	z-index: 1999;
}
.shop-btn .btn {
    padding: .5rem;
    justify-content: center;
    width: 3.4rem;
    height: 2.5rem;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1;
    
}
.shop-btn .btn:focus , .menu-bars .btn:focus{
    box-shadow: none;
}
.shop-btn .btn img {
    width: 1.75rem;
    /* height: 7.75rem; */
}
.menu-bars .btn {
    line-height: 1;
    padding: 0px;
    padding-left: .375rem;
}
.menu-bars .btn svg {
    width: 1.75rem;
    height: 1.75rem;
    color: #284E7B;
}
.shop-btn .btn .counters {
    position: absolute;
    filter:drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    top: -6px;
    right: -2px;
}
.mobile-logo .navbar-brand {
    margin-right: 0px;
}
.index-m .clip-shadow-1 {
	z-index: 40;
}
.index-m .clip-shadow-2 {
	z-index: 30;
}
.index-m .clip-shadow-3 {
	z-index: 20;
}
.index-m .clip-shadow-4 {
	z-index: 10;
}
.index-m .clip-path-2 {
	clip-path: polygon(10% 0, 0% 100%, 90% 100%, 100% 0);
	background-color: #284E7B;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	position: absolute;
	width: 100%;
}
.index-m .clip-path-3 {
	clip-path: polygon(10% 0, 0% 100%, 90% 100%, 100% 0);
	background-color: #284E7B;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	position: absolute;
	width: 100%;
}
.index-m .clip-path-4 {
	clip-path: polygon(10% 0, 0% 100%, 100% 100%, 100% 0);
	background-color: #284E7B;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	position: absolute;
	width: 100%;
}
.index-m .clip-path-1 {
	clip-path: polygon(0% 0%, 0% 100%, 90% 100%, 100% 0);
	filter: drop-shadow(3px 3px 6px #000000);
	background-color: #284E7B;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 100%;
	position: absolute;
}
.index-m .clip-path-1:hover,
.index-m .clip-path-2:hover,
.index-m .clip-path-3:hover,
.index-m .clip-path-4:hover {
	background-color: #fff !important;
	color: #284E7B !important;
	transition: all;
	transition-delay: 100ms;
}
.index-m a {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-top: 4px;
    color: #fff;
    text-decoration: none;
}
@media (max-width:768px) {
	.index-m a {
		font-size: 14px;
	}
}
.index-m a:hover , .index-m a:active, .index-m a:focus{
	color: #284E7B !important;
    background-color: #fff !important;
}
/* .index-m a:focus , .index-m a:focus-within{
	color: #fff !important;
    background-color: #284E7B !important;
} */
.clip-shadow-1 {
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.20));
	height: 40px;
	position: absolute;
	width: 28%;
}
.clip-shadow-2 {
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.20));
	height: 40px;
	position: absolute;
	width: 28%;
	left: 24.2%;
}
.clip-shadow-3 {
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.20));
	height: 40px;
	position: absolute;
	left: 48.4%;
	width: 28%;
}
.clip-shadow-4 {
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.20));
	height: 40px;
	position: absolute;
	left: 72%;
	width: 28%;
}
.search-desk-nav .input-group{
    top: 0px;
    right:0px;
}
.search-desk-nav .search-icon {
    color: #fff;
    background-color: #5C4879;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    justify-content: center;
    align-items: center;
    width: 51px;
    height: 35px;
    display: flex;
}
.search-desk-nav .search-icon .btn {
    color: #fff;
    background-color: #5C4879;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    justify-content: center;
    align-items: center;
    width: 51px;
    height: 35px;
    display: flex;
    border: 0px;
}
.search-desk-nav form input {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    width: 550px;    
    height: 35px;
    border:1px solid #6b7280;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
.mob-header .offcanvas-end {
    z-index: 2001;
    width: 100%;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(16px) opacity(90%);
    padding-bottom: 1rem;
}
.mob-header .offcanvas-end .offcanvas-body {
    padding: 0px;
}
.mob-header .offcanvas-end .offcanvas-body .close-btn {
    color: #9CA3AF;
    font-size: .875rem;
    line-height: 1.25rem;
    background-color: transparent;
}
.offcanvas-heading {
    padding: 1.25rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.content-menu {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.search-s {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 40px;
}
.search-s .btn {
    border: 2px solid #B8BBC2;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    align-items: center;
    display: flex;
    height: 35px;
    width: 126px;
    background: transparent;
}
.search-s .btn svg {
    padding-inline-end: .75rem;
    height: 1em;    
}
.search-s .btn .text-btn {
    color: #284E7B;
    font-size: 16px;
    line-height: 1;
}
.search-s .btn:focus {
    box-shadow: none;
}
.search-s form input {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    max-width: 240px;
    height: 35px;
    border:1px solid #6b7280;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
.search-s form .search-icon {
    color: #fff;
    background-color: #5C4879;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    justify-content: center;
    align-items: center;
    width: 51px;
    height: 35px;
    display: flex;
}
.search-s form .search-icon .btn {
    color: #fff;
    background-color: #5C4879;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    justify-content: center;
    align-items: center;
    width: 51px;
    height: 35px;
    display: flex;
    border: 0px;
}
.sub-cate-menu .main-ul {
    list-style: none;
    padding-left: 0px;
}
.sub-cate-menu .main-ul li{
    margin-bottom: 40px;
}
.sub-cate-menu .main-ul li a {
    color: #284E7B;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Industry-Book";
    text-decoration: none;
    font-weight: 400;
}
.sub-cate-menu .main-ul li a:focus {    
    color: #FF0074;
    background-color: transparent !important;
}
#shop-nav {
    padding-top: 29px;
    padding-bottom: 29px; 
    border: 0px;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    margin-top: 29px;
    margin-bottom: 29px;
    list-style: none !important;
    padding-left: 0px !important;
}
#shop-nav li {
    margin-bottom: 30px !important;
}
#shop-nav li:nth-child(5) {
    margin-bottom: 0px !important;
}
.nav-slider {
    height: 170px;
    width: 150px;
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 6px 6px rgba(0,0,0,.16));
    padding: 10px !important;
}
.index-slider .item {
    padding-bottom: 25px !important;
}
.nav-slider p {
    color: #284E7B;
    line-height: 1rem;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin: 0px !important;
}
.nav-slider img {
    margin-top: 0.75rem;
    max-width: 120px;
    max-height: 110px;
    display: block;
    object-fit: contain;
}
.coming-soon {
    position: absolute;
    z-index: 50;
    top: 42%;
    left: 0px;
    width: 100%;
    max-width: 150px;
}
.social-icon-pack {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icon-pack svg {
    font-size: 32px;
    color: #91547D;
}
.video-section {
	position: relative;
}
.video-main {
	position: relative;
	width: 100%;
	height: 900px !important;
}
.video-main video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.video-content-desk {
	padding-top: 100px;
}
.aluva-pink-btn {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	background: rgba(191, 94, 138, 0.50);
	border: 1px solid #BF5E8A;
	padding: 10px 30px;
	line-height: 1;
}
.aluva-pink-btn:hover,
.aluva-pink-btn:focus,
.aluva-pink-btn:focus-within {
	transform: scale(1.05);
	border: 1px solid #91547D !important;
	background: #FFFFFF !important;
	color: #91547D !important;
}
.aluva-join-btn {
	background: rgba(40, 78, 123, 0.50);
	border: 1px solid #284E7B !important;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 700;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	border-radius: 5px;
}
.aluva-join-btn:hover,
.aluva-join-btn:focus,
.aluva-join-btn:focus-within {
	transform: scale(1.05);
	border: 1px solid #284E7B !important;
	background: rgba(255, 255, 255, 0.80) !important;
	color: #284E7B !important;
}
.aluva-pink-btn i {
	font-size: 28px;
	line-height: 1;
}
.gradient-over {
	overflow-x: clip;
	height: 1200px;
	position: relative;
}
.gradient-bgs {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -2;
}
.gradient-bgs svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: scale(8) !important;
	height: 100% !important;
	object-fit: cover;
	z-index: -2;
}
.up-line {
	height: 84px;
	position: absolute !important;
	top: 0px;
	width: 100%;
    left: 0px;
}
.down-line {
	height: 84px;
	bottom: 0px;
	position: absolute !important;
	width: 100% !important;
    left: 0px;
}
.up-line-1 {
	background-color: rgba(255, 255, 255, 0.5);
	height: 28px;
	top: 0px;
	position: absolute;
	width: 100%;
}
.up-line-2 {
	background-color: rgba(255, 255, 255, 0.3);
	height: 28px;
	top: 28px;
	position: absolute;
	width: 100%;
}
.up-line-3 {
	background-color: rgba(255, 255, 255, 0.15);
	height: 28px;
	top: 56px;
	position: absolute;
	width: 100%;
}
.down-line-1 {
	background-color: rgba(255, 255, 255, 0.15);
	height: 28px;
	bottom: 56px;
	position: absolute;
	width: 100%;
}
.down-line-2 {
	background-color: rgba(255, 255, 255, 0.3);
	height: 28px;
	bottom: 28px;
	position: absolute;
	width: 100%;
}
.down-line-3 {
	background-color: rgba(255, 255, 255, 0.5);
	height: 28px;
	bottom: 0px;
	position: absolute;
	width: 100%;
}
@media (min-width: 1000px) {
	.gradient-over::before,
	.gradient-over::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		z-index: -1 !important;
	}
	.gradient-over::before {
		background-image: url("images/Fade-LUV-Logo-for-Sides.png");
		background-size: 6%;
		z-index: 0 !important;
		background-position: 5vw 60vh;
		/* rotate: ; */
		/* Push this layer behind the content */
	}
	.gradient-over::after {
		background-image: url("images/Fade-LUV-Logo-for-Sides.png");
		background-size: 6%;
		z-index: 0;
		background-position: 90vw 60vh;
		/* Push this layer further behind */
	}
}
.card-main {
	max-width: 350px;
	min-height: 390px !important;
	padding: 30px;
	background: linear-gradient(38deg, rgba(255, 255, 255, 0.50) 0%, rgba(249, 249, 249, 0.50) 100%);
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.16));
	backdrop-filter: blur(8.2px);
	-webkit-backdrop-filter: blur(8.2px);
	border-radius: 10px;
	position: relative;
	height: 100%;
	margin-top: -100px;
}
.card-container {
	margin-bottom: 90px;
	position: relative;
	margin-top: -100px;
}
@media (max-width:991px) {
	.card-main {
		min-height: 1px !important;
		margin-top: 0px;
	}
	.gradient-over {
		height: auto;
		padding-bottom: 500px;
	}
}
@media (max-width:500px) {
	.card-main .imgs-s {
		height: 110px !important;
	}
	.card-container {
		margin-top: -70px;
	}
	.card-main {
		padding: 10px;
		max-width: 170px;
		margin: auto;
	}
}
.card-main:hover {
	scale: 1.05;
	background: linear-gradient(38deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
	border: 2px solid #4F98EF;
}
.card-main .card-head {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	color: #284E7B;
	text-transform: uppercase;
}
.touched-count {
    background-color: white;
    border-radius: 15px;
    padding: 5px;
    box-shadow: inset 0 0 3px;
}
.object-fit-contain {
	object-fit: contain !important;
}
.spec-btn {
	position: absolute;
	bottom: 30px;
	left: 0px;
}
.learn-more-btn {
	border-radius: 5px;
	background: #284E7B;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	line-height: 1;
	border: 2px solid #284e7b;
}
.learn-more-btn:hover,
.learn-more-btn:focus,
.learn-more-btn:focus-within {
	background: #fff !important;
	color: #284E7B !important;
}
.learn-more-btn.inactive-btn {
	border-radius: 5px;
	background: #E4E4E4;
	border: 1px solid #B8BBC2;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #B8BBC2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	line-height: 1;
}
.learn-more-btn.inactive-btn:hover,
.learn-more-btn.inactive-btn:focus,
.learn-more-btn.inactive-btn:focus-within {
	background: #E4E4E4 !important;
	border: 1px solid #B8BBC2 !important;
	color: #B8BBC2 !important;
}
.coming-soon-text {
	position: absolute;
	top: 38%;
	width: 100%;
	background-color: #BF5E8B;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
	pointer-events: none;
	font-family: "Industry" !important;
	height: 18%;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0px;
	line-height: 1;
}
@media (min-width: 999px) {
	.coming-soon-text {
		font-size: 22px !important;
	}
}
@media (min-width:1400px) {
	.coming-soon-text {
		font-size: 41px !important;
	}
}
.counter-box {
	max-width: 671px;
	margin-left: 20px;
	margin-right: 20px;
	background: linear-gradient(38deg, rgba(255, 255, 255, 0.9) 0%, rgba(249, 249, 249, 0.9) 100%);
	height: 387px;
	width: 100%;
	border-radius: 15px;
	padding: 30px;
}
.contain-text {
	font-size: 24px;
	font-weight: bold;
	color: #5C4879;
	text-transform: uppercase;
	font-family: 'Industry' !important;
	text-align: center;
}
.touched-count {
	max-width: 383px;
	padding: 30px 15px;
	display: grid;
	justify-items: center;
	align-items: center;
	align-content: center;
}
.touched-count #counter {
	font-family: 'Industry' !important;
	font-size: 45px;
	font-weight: 800;
	line-height: 1;
}
.touched-count h6 {
	color: #9C3A7C;
	font-family: 'Industry' !important;
	font-weight: 300;
}
.lines-clip {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: -3;
}
.lines-bg {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.customer-test {
	margin-top: -150px;
	margin-bottom: 100px;
}
.customer-test .item {
	padding-top: 20px;
	padding-bottom: 20px;
}
.customer-profile-section {
	height: 514px;
	background: #fff;
	border-radius: 10px;
	box-shadow: -1px 4px 9px #00000029;
	position: relative;
	border: 1px solid rgba(145, 84, 125, 0.5);
}
.customer-profile-section .image-sec {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #5c4879;
	border-radius: .5rem .5rem 0rem 0rem;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
}
.customer-profile-section .image-sec figure {
	width: 116px !important;
	height: 115px !important;
	position: relative;
	top: -45px;
	margin-left: 30px;
	border-radius: 100%;
	margin-bottom: 0px;
	filter: drop-shadow(0px 11px 10px rgba(0, 0, 0, 0.16));
}
.customer-profile-section .image-sec figure img {
	border-radius: 100%;
}
.customer-profile-section .image-sec p {
	font-size: 24px;
	margin-left: 30px;
	line-height: 1;
	height: fit-content;
	margin-top: .25rem;
	font-family: "Industry";
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
}
.customer-description {
	padding-top: 40px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 22px;
	position: relative;
}
.customer-description p {
	color: #284E7B;
	text-align: center;
	height: 120px;
	margin-bottom: 4rem;
	font-family: "Industry-Book";
}
.customer-des-img {
	width: 268px;
	height: 193px;
	border-radius: 10px;
}
.customer-des-img img {
	object-fit: contain;
	border-radius: 10px;
}
.customer-test .owl-stage {
	margin-left: 20px;
}
.lines-over {
    overflow-x: clip;
}
.lines-bg svg {
	transform: scale(2.2) !important;
}
.m-title {
	font-size: 48px;
	color: #91547D;
	font-family: "Industry";
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 80px;
}
.best-os-section-desk {
	padding-bottom: 100px;
}
.best-os-section-mob {
	padding-bottom: 50px;
}
.b-card {
    border: 1px solid rgba(100, 121, 162, 0.20);
	box-shadow: inset 0px 3px 6px 2px rgba(0, 0, 0, 0.05);
	border-radius: 24px;
	/* height: 190px; */
	backdrop-filter: blur(3px);
	background-color: rgba(255, 255, 255, 0.05);
	margin-bottom: 20px;
	/* padding: 20px; */
    padding-top: 40px;
    padding-bottom: 40px;
}
.b-card .card-body .col-2 {
	font-size: 45px;
	font-weight: 700;
	color: #284E7B;
}
.b-card .card-body h6 {
	font-size: 18px;
	font-weight: 700;
	color: #284E7B;
	margin-bottom: 15px;
}
.b-card .card-body p {
	font-size: 16px;
	color: #284E7B;
	margin-bottom: 0px;
}
.b-card:hover {
	background: rgba(21, 137, 181, 0.06);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5.4px);
	-webkit-backdrop-filter: blur(5.4px);
	border: 1px solid rgba(21, 137, 181, 0.49);
	filter: drop-shadow(0px 0px 12px #1588b52c);
}
.aluva-desc-sec {
    margin-bottom: 100px;
}
.aluva-luv-section {
	margin-top: 130px;
    padding-bottom: 130px;
    position: relative;
    overflow: clip;
}
.aluva-main-title h4 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #284E7B;
	margin-bottom: 80px;
	text-align: center;
}
.aluva-main-text p {
	font-size: 16px !important;
	color: #284E7B !important;
	margin-bottom: 20px;
	max-width: 500px;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 1px;
	font-family: "Industry-Book" !important;
}
.learn-more-link {
	font-size: 14px;
	font-weight: 600;
	color: #91547D !important;
}
.aluva-luv-img .aluva-fig{
    max-width: 200px;
    max-height: 175px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 6px #00000029);
}
.aluva-luv-img .aluva-fig img {
    border-radius: 10px;
}
.aluva-luv-section::before {
    content: '';
    background: url("images/luv-arrow-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 21%;
    left: -313px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.aluva-luv-section::after {
    content: '';
    background: url("images/luv-arrow-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -150px;
    right: -373px;
    width: 30%;
    height: 100%;
    z-index: -1;
}
.redefine-section {
    background-image: url("images/Redefine-Section-BG.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    overflow-x: clip;
}
.fine-main-text {
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.fine-main-text h2{
    color: #fff;
    text-align: center;
    align-items: center;
    letter-spacing: 12px;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 7rem;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
}
.fine-main-text h2 .ms-slider__words .li {
    letter-spacing: 12px;
    font-size: 45px;
}
.fine-main-text h2 .ms-slider {
    height: 1.3em;
    margin-left: 20px;
}
.fine-main-text p {
    max-width: 465px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 4rem;
}
.moment-btn {
    height: 60px;
}
.moment-btn .j-btn {
    background: #284E7B;
    border-radius: 5px;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    padding: 15px 30px;
    border: 2px solid #284E7B;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-bottom: 9px;
}
.j-btn:hover , .j-btn:focus, .j-btn:focus-within {
    background: #fff;
    border: 2px solid #284E7B;
    color: #284E7B;
}
.quick-link-section {
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative;
    overflow-x: clip;
}
.quick-link-section .aluva-quick-title h4 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #284E7B;
	margin-bottom: 80px;
	text-align: center;
}
.quicks-cards {
    background: #f9f9f9 !important;
    height: 450px;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 6px #00000029);
    /* height: 100%; */
    padding-right: 80px;
    padding-left: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.quicks-cards:hover {
    border: 5px solid #BF5E8A;
}
.quick-cards-logo {
    max-width: 300px;   
}
.qucik-card-text {
    font-size: 18px;
    color: #5C4879;
    margin-top: 10px;
    margin-bottom: 28px;
}
.qucik-links {
    font-size: 24px;
    font-weight: 700;
    color: #BF5E8A;
}
.qucik-links:hover {
    color: #ad4574;
}
.quick-link-section::before {
    content: '';
    position: absolute;
    top: -184px;
    left: -427px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: url(images/quick-l.png);
}
.quick-link-section::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -93%;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: url(images/quick-r.png);
    
}
.aluva-insta {
    background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(234,234,234,1) 100%);
    padding-top: 45px;
    padding-bottom: 100px;
}
.aluva-insta .container {
    padding-bottom: 40px;
}
.aluva-insta h5 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 22px;
    font-family: 'Industry';
    text-align: center;
}
.aluva-insta p {
    font-family: 'Industry-Book';
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
}
.slide-layout {
    margin-bottom: 25px;
}
.insta-btn {
    background: #284E7B;
    border-radius: 5px;
    border: 1px solid #284E7B;
    filter: drop-shadow(0px 3px 6px #0000001e);
    font-size: 18px;
    color: #fff;
    font-family: 'Industry';
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px 10px 30px;
    width: fit-content;
}
.insta-btn:hover ,.insta-btn:focus , .insta-btn:focus-within {
    border: 1px solid #284E7B;
    background: #FFFFFF;
    color: #284E7B;
}
.insta-btn span:nth-child(1) { display: block;}
.insta-btn:hover span:nth-child(1)  { display: none; }
.insta-btn span:nth-child(2) { display: none;}
.insta-btn:hover span:nth-child(2)  { display: block; }
@media (max-width:1441px) {
	.customer-profile-section .image-sec figure {
		width: 100px !important;
		height: 100px !important;
		top: -34px !important;
		margin-left: 15px !important;
	}
	.customer-profile-section .image-sec p {
		font-size: 20px !important;
		margin-left: 20px;
	}
    .lines-bg svg {
		transform: scale(9) !important;
	}
}
@media (max-width:991px) {
	.customer-profile-section .image-sec p {
		font-size: 16px !important;
	}
	.customer-description {
		padding: 30px;
		padding-bottom: 20px;
	}
	.customer-description p {
		height: 220px !important;
		overflow: hidden;
		margin-bottom: 1.2rem !important;
	}
	.customer-des-img {
		height: 170px;
		width: 100% !important;
	}
	.customer-profile-section {
		height: 540px;
	}
	.customer-test {
		margin-top: -440px;
	}
	.m-title {
		font-size: 35px;
	}
	.lines-bg svg {
		transform: scale(8) !important;
	}
    .aluva-luv-img .aluva-fig{
        max-width: 175px;
        max-height: 150px;
        height: 100%;
        width: 100%;        
    }
    .aluva-desc-sec {
        margin-bottom: 50px;
    }
    .aluva-luv-section::after , .aluva-luv-section::before , .quick-link-section::after , .quick-link-section::before{
        display: none;
    }
    .redefine-section {
        height: auto;
        padding-bottom: 70px;
        padding-top: 90px;
    }    
    .quicks-cards {
        padding-left: 30px;
        padding-right: 30px;
    }
    .aluva-insta h5 {
        color: #284E7B;
        letter-spacing: 1px;
    }
    .b-card {        
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
}
@media (max-width:768px) {
	.aluva-luv-section {
		margin-top: 50px;
        margin-bottom: 50px;
	}
	.lines-bg svg {
		transform: scale(9) !important;
	}
	.aluva-main-title h4 {
		letter-spacing: 0px;
		font-weight: 700;
		margin-bottom: 40px;
	}
	.customer-test {
		margin-bottom: 0px;
	}
	.m-title {
		padding-bottom: 30px;
	}
    .aluva-luv-img .aluva-fig{
        max-width: 150px;
        max-height: 120px;
        height: 100%;
        width: 100%;        
    }
    .fine-main-text h2 {
        font-size: 22px;
        letter-spacing: 5px;
        margin-bottom: 4.40rem;
    }
    .fine-main-text .ms-slider {
        margin-left: 10px !important;
    }
    .fine-main-text p {
        font-family: 'Industry-Book' !important ;
        font-size: 16px;
        letter-spacing: 3px;
        line-height: 1.9;
    }
    .moment-btn .j-btn {
        font-size: 20px;
    }
    .customer-test .owl-stage {
        margin: 0px;
    }
    .redefine-section {
        background-position: 70% !important;
    }
    .quick-link-section {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
        overflow-x: clip;
    }
    .quick-link-section .aluva-quick-title h4 {
        margin-bottom: 40px;
    }
    .quick-cards-logo {
        max-width: 230px;
    }
    .aluva-insta {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width:550px) {
	.video-main {
		height: 450px !important;
	}
	.aluva-pink-btn {
		font-size: 15px;
		padding: 10px 15px;
	}
	.aluva-pink-btn i {
		font-size: 18px;
	}
	.video-content-desk {
		padding-top: 50px;
		padding-bottom: 100px;
	}
    .quicks-cards {
        height: 400px;
        max-width: 350px;
    }
}

/* ------------------------------------------------------------ *\
        slider-word
    \* ------------------------------------------------------------ */
    .ms-slider {
        display: inline-block;
        height: 1.6em;
        overflow: hidden;
        vertical-align: middle;
        -webkit-mask-image: linear-gradient(transparent, white, white, white, transparent);
        mask-image: linear-gradient(transparent, white, white, white, transparent);
        mask-type: luminance;
        mask-mode: alpha;
    }
  
    .ms-slider__words {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
        -webkit-animation-name: wordSlider;
        animation-name: wordSlider;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 7s;
        animation-duration: 7s;
    }
  
    .ms-slider__word {
        display: block;
        line-height: 1.3em;
        text-align: left;
        color: #FF94DC;
    }
  
    @-webkit-keyframes wordSlider {
  
        0%,
        16% {
            transform: translateY(0%);
        }
  
        20%,
        36% {
            transform: translateY(-16.6%);
        }
  
        40%,
        56% {
            transform: translateY(-33.2%);
        }
  
        60%,
        76% {
            transform: translateY(-49.8%);
        }
  
        80%,
        96% {
            transform: translateY(-66.4%);
        }
  
        100% {
            transform: translateY(-83%);
        }
    }
  
    @keyframes wordSlider {
  
        0%,
        16% {
            transform: translateY(0%);
        }
  
        20%,
        36% {
            transform: translateY(-16.6%);
        }
  
        40%,
        56% {
            transform: translateY(-33.2%);
        }
  
        60%,
        76% {
            transform: translateY(-49.8%);
        }
  
        80%,
        96% {
            transform: translateY(-66.4%);
        }
  
        100% {
            transform: translateY(-83%);
        }
    }

    .words-slider {
        text-transform: uppercase;
        letter-spacing: 10px;
    }

    .words-slider-mobile {
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    /* Custom CSS for the overlapping effect */
    .review-card {
        position: relative;
        background-color: transparent !important;
    }

    .review-image,
    .review-img {
        border-radius: 15px !important;
    }


    .half-image {
        position: absolute;
        top: -10%;
        right: 60%;
        width: 90px;
        height: 90px;
        z-index: 2000;
    }

    #icon-container {
        position: fixed;
        top: 50vh;
        right: -40px;
        transform: translateX(-50%);
        z-index: 5000;
        background-color: black;
        width: 75px;
    }

    .flickity-viewport {
        overflow-x: clip !important;
        overflow: unset;
    }

    .lottie-overlay {
        width: 100%;
        position: absolute;
        /* height: 300px; */
        /* Adjust the height as needed */
        overflow: hidden;
        z-index: -2;
    }

    .logo-nav {
        position: sticky;
        top: -1px;
        z-index: 2000;
    }

    .logo-below-row {
        position: sticky;
        top: 6%;
        z-index: 2000;
    }

    .logo-below-mobile-row {
        position: sticky;
        top: 8vh;
        z-index: 1999;
    }

    /*header menu bar slanted border  */
    .menu-link:hover {
        transform: scale(1.2);
    }

    .menu-link-last-li {
        display: inline-block;
        width: 24%;
        margin-right: -4px;
        height: 5vh;
        position: relative;
    }

    .menu-link-li {
        display: inline-block;
        width: 25%;
        margin-right: -4px;
        height: 7vh;
        position: relative;
    }

    .menu-link-a {
        position: relative;
        box-sizing: border-box;
        display: block;
        transform: skewX(-45deg);
        width: 100%;
        min-height: 3em;
        border-right: 6px solid #254872;
        top: 0%
    }

    .menu-h6 {
        transition: transform .3s ease;
        /* Animation */
        transform: translate(-50%, -50%) skewX(45deg);
        top: 60%;
        position: absolute;
        left: 50%;

    }

    .menu-h6-last {
        transition: transform .3s ease;
        /* Animation */
        transform: translate(-50%, -50%) skewX(45deg);
        top: 1.5vh;
        position: absolute;
        left: 42%;
    }

    .menu-h6-last:hover {
        transform: scale(1.1) translate(-50%, -50%) skewX(45deg);
    }

    .menu-h6:hover {
        transform: scale(1.1) translate(-50%, -50%) skewX(45deg);
    }

    .menu-link-last-a {
        position: relative;
        box-sizing: border-box;
        display: block;
        transform: skewX(-45deg);
        width: 100%;
    }

    @media(max-width:1099px) {
        .menu-link-h6 {
            line-height: 3vh !important;
        }
    }

    @media(max-width:998px) {
        .giving-back-text-content {
            font-size: 12px;
        }

        .navbar {
            backdrop-filter: blur(14px) !important;
            /* background-color: rgba(255, 255, 255, 0.62) !important; */
        }


    }

    @media (max-width: 500px) {
        .video-container {
            height: 45vh !important;
        }

        .nav-cart-icon {
            right: 7%;
        }

        .image-div {
            height: 950px;
        }

        .join-div {
            display: none !important;
        }

        .join-div-mobile {
            display: flex !important;
        }

        .redefine-div {
            background-size: 100% 65vh;
            background-position: initial;

        }

        .half-image {
            position: absolute;
            top: -4%;
            right: 63%;
            width: 75px;
            height: 75px;
            z-index: 2000;

        }

        .best-div-background {
            height: 1460px !important;
        }

        .giving-back-text-content {
            font-size: 18px;
        }

        .aluva-moment-button {
            width: 75vw !important;
            height: 8vh !important;
            padding-top: 2vh !important;
        }
    }

    @media (max-width: 400px) {
        .logo-below-mobile-row {
            position: sticky;
            top: 8.5vh;
            z-index: 1999;
        }

        .best-div-background {
            height: 1405px !important;
        }

        .image-div {
            height: 940px;
        }

    }

    @media only screen and (min-width: 323px) and (max-width: 363px) {
        .image-div {
            height: 960px !important;
        }
    }

    @media (max-width: 322px) {
        .logo-below-mobile-row {
            position: sticky;
            top: 15.7vh;
            z-index: 1999;
        }

        .video-container {
            height: 50vh !important;
        }

        .intro-video-content-2 a {
            font-size: 15px !important;
        }

        .product-card {
            min-height: 160px !important;
            border-radius: 5px !important;
        }

        .product-card :hover {
            background-color: white;
            border-radius: 5px !important;
        }

        .health-wellness-card img {
            width: 100px !important;
            height: 90px !important;
        }

        .university-and-experiance img {
            width: 105px !important;
            height: 90px !important;
        }

        .fashion-and-lifestyle img {
            width: 100px !important;
            height: 90px !important;
        }

        .beauty img {
            width: 100px !important;
            height: 110px !important;
        }

        .overlay-div-mobile::before {
            background-image: url('http://sop.spimages/Aluva-Home-mobile-connector.png');
            background-size: 50%;
            background-position: center calc(50% - 55px);
        }

        .carosal-cell-review {
            width: 45vh !important;
        }

        .review-img {
            width: 150px !important;
            height: 150px !important;
        }

        .half-image {
            position: absolute;
            top: -4%;
            right: 60%;
            width: 65px;
            height: 65px;
            z-index: 2000;
        }

        .best-mobile-card p {
            font-size: 10px !important;
        }

        .best-div-background {
            height: 1135px !important;
        }

        .image-div {
            height: 895px !important;
        }

        .words-slider {
            letter-spacing: 5px !important;
            margin-left: -10px !important;
        }

        .words-slider-mobile {
            letter-spacing: 2px;
        }

        .redefine-div {
            background-size: 120% 100vh !important;
        }

        .footer-text-mobile {
            font-size: 15px !important;
        }

        .giving-back-text-content {
            font-size: 15px;
        }

        .coming-soon-banner {
            font-size: 15px !important;
        }
    }

    @media (width: 320px) and (height: 568px) {
        .logo-below-mobile-row {
            position: sticky;
            top: 13.2vh !important;
            z-index: 1999;
        }
    }

    @media (min-width: 501px) {
        .video-container {
            height: 100vh;
        }


    }

    @media (max-width: 699px) {
        .intro-video-content {
            top: 20%;
        }

        .join-div {
            display: none !important;
        }

        .quick-links-card {
            padding: 10%;
        }

        .intro-video-content-2 {
            margin-top: 5%;
            /* width: 56%; */
        }

        .nav-cart-icon {
            right: 7%;
        }

        .subscribe-div {
            background-size: 200% 200% !important;
        }



    }

    @media (min-width: 700px) {
        .intro-video-content {
            top: 15%;
        }

        .overlay-div {
            top: 100vh;
        }

    }

    @media (max-width: 991px) {
        .subscribe-div {
            height: 425px;
        }

        .join-div {
            display: none !important;
        }



    }

    @media (max-width: 766px) {
        .aluva-quick-links-div {
            height: 695px;
        }

        .join-div {
            display: none;
        }

        .join-div {
            display: none !important;
        }

        #icon-container {
            display: none;
        }

        .insta-of-aluva {
            padding-top: 10%;
        }

    }

    @media (min-width: 767px) {
        .aluva-quick-links-div {
            height: 400px;
        }


    }

    @media (min-width: 1910px) {

        .menu-h6-last {
            top: 0.5vh
        }

    }

    @media (min-width: 1520px) and (max-width:1580px) {
        .menu-h6-last {
            top: 0.5vh
        }
    }

    @media (min-width: 1420px) and (max-width: 1450px) {
        .menu-h6-last {
            top: 0.5vh
        }
    }

    @media (min-width: 1590px) and (max-width: 1630px) {
        .menu-h6-last {
            top: 0.5vh
        }
    }

    #nav-bottom {
        backdrop-filter: blur(14px);
        background-color: rgba(255, 255, 255, 0.62);
    }


    .sidenav {
        height: 100%;
        padding-top: 60px;
        width: 0;
        padding: 20px;
        position: fixed;
        z-index: 5000;
        top: 0;
        right: -100vw;
        background-color: #312137DE;
        overflow-x: hidden;
        transition: 0.5s;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
        backdrop-filter: blur(1px);
    }

    .sidenav-body {
        padding: 1.25rem 1.25rem;
    }


    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 2.9rem;
        margin-left: 50px;
        font-weight: 700;
    }

    /* Custom CSS for scrollable container */
    .scrollable-container {
        overflow-x: auto;
        white-space: nowrap;
    }

    .best-mobile-card {
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .best-mobile-card:hover {
        box-shadow: 0 10px 10px rgba(56, 186, 226, 0.2);
        background-color: rgba(56, 186, 226, 0.082);
    }

    .best-of-best-card {
        min-height: 160px;
        border-radius: 25px;
        transition: box-shadow 0.3s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        background-color: rgba(229, 236, 238, 0.027);
    }

    .best-of-best-card:hover {
        box-shadow: 0 10px 10px rgba(56, 186, 226, 0.2);
        background-color: rgba(56, 186, 226, 0.082);
    }


    /* Cart Slider Styles*/
    .luvly-legging-pack {
        background-image: url("images/Card-IMG-Filler-01.jpg");
        /* Replace with the actual image path */
        background-size: cover;
        background-position: center;
        /* background-color: #F3F3F3; */
    }

    .slider-stater-pack {
        background-image: url("images/back-grounds/ALUVA-Main-Background-REVAMPED.webp");
        /* Replace with the actual image path */
        background-size: cover;
        background-position: center;
    }

    /* .stater-pack:hover {
        background-image: none;
        background-color: #F3F3F3;
    } */

    .slider-starter-pack-flavors {
        border-radius: 50%;
        border: 2px solid #a3a0a057;
    }

    .slider-starter-pack-flavors-active {
        border-radius: 50%;
        border: 2px solid #284E7B;
    }

    .slider-weight-loss-pack {
        background-image: url("images/back-grounds/ALUVA-Main-Background-REVAMPED.webp");
        /* Replace with the actual image path */
        background-size: cover;
        background-position: center;
    }

    /* .weight-loss-pack:hover {
        background-image: none;
        background-color: #F3F3F3;
    } */

    .slider-power-pack {
        background-image: url("images/back-grounds/ALUVA-Main-Background-REVAMPED.webp");
        /* Replace with the actual image path */
        background-size: cover;
        background-position: center;
    }

    /* .power-pack:hover {
        background-image: none;
        background-color: #F3F3F3;
    } */

    .slider-product-credit-pack {
        background-image: url("images/back-grounds/GOLD-Pixal-gradient.webp");
        /* Replace with the actual image path */
        background-size: cover;
        background-position: center;
    }

    /* .product-credit-pack:hover {
        background-image: none;
        background-color: #F3F3F3;
    } */

    .slider-glyphicon-add-to-cart {
        position: absolute;
        bottom: 5px;
        right: 10px;
        width: 45px;
        height: 45px;
        background-color: #d0d7df61;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #171515a1;
        font-size: 24px;

    }

    .slider-best-sellingpacks {
        height: 210px;
        border-radius: 15px;
    }

    .slider-best-selling-overlay {
        background-color: #FFFEE49C;
        width: 110px;
        height: 50px;
        margin-left: -2px;
        margin-top: -2px;

        /* background-color: #FFFEE49C;
            width: 110px;
            height: 50px;
            border-top: 110px;
            border-right: 50px solid transparent; */
    }

    .slider-pill-badge {
        background: linear-gradient(to right, #FFD700, #FFA500);
        /* Gold gradient background */
        border-radius: 50px;
        /* Makes it pill-shaped */
        padding: 5px 15px;
        /* Adjust padding to your preference */
        color: #000;
        /* Black text color */
        font-weight: bold;
        /* Make the text bold */
    }


    @media (min-width: 1100px) {
        .logo-below-row {
            top: 10vh;
            z-index: 1999 !important;
            position: fixed;
        }

        .menu-link-h6 {
            line-height: 5vh !important;
        }

    }

    @media (min-width: 1050px) {
        .logo-below-row {
            top: 9vh;
            z-index: 1999 !important; 
            position: fixed;
        }
    }

    @media (min-width: 999px) {
        .review-card {
            background-color: transparent;
        }

        .aluva-link-col {
            --bs-gutter-x: none !important;
        }

        .logo-below-row {
            top: 9%;
            z-index: 1999 !important;
            position: sticky fixed;
        }

        .carosal-cell-review {
            width: 45vh;
        }

        .image-div {
            height: 760px !important;
        }



        .logo-below-mobile-row {
            position: sticky;
            top: 10vh;
            z-index: 1999;
        }


        .giving-back-text-content {
            font-size: 15px !important;
        }

        .product-card h6 {
            font-weight: 800;
        }

        .coming-soon-banner {
            font-size: 22px !important;
        }

        @-moz-document url-prefix() {

            /* Your Firefox-only styles here */
            .product-card h6 {
                font-size: 15px;
                font-weight: 800;

            }

            .coming-soon-banner {
                font-size: 1.5REM;
            }

        }

        .product-card h6 {
            height: 20px !important;
        }

        /* .menu-h6 {
            line-height: 5vh !important;
        } */


    }





    @media only screen and (min-width: 350px) and (max-width: 385px) {
        .logo-below-mobile-row {
            position: sticky;
            top: 9.2vh !important;
            z-index: 1999;
        }

        .best-mobile-card p {
            font-size: 12px !important;
        }

        .image-div {
            background-size: cover !important;
            background-repeat: no-repeat !important;
        }

        .redefine-div {
            background-size: 120% 100vh;
            background-position: initial;
        }

    }

    @media only screen and (max-width: 1400px) and (min-width: 1300px) {
        .logo-below-row {
            top: 10.9vh;
            z-index: 1999 !important;
            position: fixed;
        }

        .best-div-background {
            height: 210% !important;
        }

        .university-lg img {
            /* height: 83px !important; */
        }

        .beauty-lg img {
            /* height: 100px !important; */
        }

        .menu-h6 {
            top: 50% !important;
        }
    }

    @media only screen and (max-width: 1359px) and (min-width: 1340px) {
        .logo-below-row {
            top: 9.5vh;
            z-index: 1999 !important;
            position: fixed;
        }
    }

    @media only screen and (max-width: 1300px) and (min-width: 1200px) {
        .logo-below-row {
            top: 9.2vh;
            z-index: 1999 !important;
            position: fixed;
        }

        .best-div-background {
            height: 210% !important;
        }

        .redefine-div {
            background-size: 100% 135vh !important;
        }

        .health-wellness-lg img {
            /* height: 120px !important; */
        }

        .fashion-lg img {
            /* height: 120px !important; */
        }

        .overlay-div::before {
            background-position: 5vw 52vh !important;
        }

        .overlay-div::after {
            background-position: 90vw 52vh !important;
        }

        .menu-h6 {
            top: 50% !important;
        }

        .arrow-img {
            width: 450px !important;
        }
    }

    @media only screen and (max-width: 1500px) and (min-width: 1400px) {
        .logo-below-row {
            top: 8.2vh;
            z-index: 1999 !important;
            position: fixed;
        }

        .redefine-div {
            background-size: 100% 125vh !important;
        }

        .overlay-div::before {
            background-position: 5vw 50vh !important;
        }

        .overlay-div::after {
            background-position: 90vw 50vh !important;
        }

        .menu-h6 {
            top: 45% !important;
        }

        .menu-h6-last {
            left: 35% !important;
        }

        .quick-links-card {
            min-height: 300px !important;
        }

        .coming-soon-banner {
            height: 18% !important;
        }

        @-moz-document url-prefix() {
            .product-card h6 {
                font-size: 16px !important;
            }
        }

        .arrow-img {
            width: 450px !important;
        }

        .benefits-row {
            width: 100% !important
        }
    }

    @media only screen and (max-width: 1800px) and (min-width: 1500px) {
        .logo-below-row {
            top: 8vh;
            z-index: 1999 !important;
            position: sticky fixed;
        }
    }

    @media only screen and (max-width: 1800px) and (min-width: 1700px) {
        .logo-below-row {
            top: 7vh;
            z-index: 1999 !important;
            position: fixed;
        }
    }

    @media only screen and (max-width: 2000px) and (min-width: 1800px) {
        .logo-below-row {
            top: 7.7vh;
            z-index: 1999 !important;
            position: fixed;
        }

        .redefine-div {
            background-size: 100% 120vh !important;
        }

        .carosal-cell-review {
            width: 40vh !important;
        }

        .fashion-lg img {
            /* height: 120px !important; */
        }

        .health-wellness-lg img {
            height: 120px !important;
        }

        .overlay-div::before {
            background-position: 5vw 43vh !important;
        }

        .overlay-div::after {
            background-position: 90vw 43vh !important;
        }

        .menu-h6 {
            top: 50% !important;
        }

        .menu-h6-last {
            top: 0.4vh !important;
        }

        .quick-links-card {
            min-height: 320px !important;
        }

        .arrow-img {
            width: 610px !important;
        }
    }
    /* Custom CSS to change the background color of active links */
a:active, a:focus {
    background-color: #fafafa !important;
    /* Add any other styles you want for the active state */
}
.logo-below-row {
    width: 100%;
    top:96px;
}

@font-face {
	font-family: 'Industry-Book';
	src: url('fonts/Industry/Industry-Book.eot');
	src: local('Industry Book'), local('Industry-Book'),
		url('fonts/Industry/Industry-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/Industry/Industry-Book.woff') format('woff'),
		url('fonts/Industry/Industry-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.container {
	width: 100%;
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
.navbar-brand {
	width: 7rem;
	height: 5rem;
}
.sec-nav {
	width: 100%;
	height: 40px;
	position: fixed;
	top: 96px;
	z-index: 1999;
}
.index-m .clip-shadow-1 {
	z-index: 40;
}
.index-m .clip-shadow-2 {
	z-index: 30;
}
.index-m .clip-shadow-3 {
	z-index: 20;
}
.index-m .clip-shadow-4 {
	z-index: 10;
}
.index-m .clip-path-2 {
	clip-path: polygon(10% 0, 0% 100%, 90% 100%, 100% 0);
	background-color: #284E7B;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	position: absolute;
	width: 100%;
}
.index-m .clip-path-3 {
	clip-path: polygon(10% 0, 0% 100%, 90% 100%, 100% 0);
	background-color: #284E7B;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	position: absolute;
	width: 100%;
}
.index-m .clip-path-4 {
	clip-path: polygon(10% 0, 0% 100%, 100% 100%, 100% 0);
	background-color: #284E7B;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	position: absolute;
	width: 100%;
}
.index-m .clip-path-1 {
	clip-path: polygon(0% 0%, 0% 100%, 90% 100%, 100% 0);
	filter: drop-shadow(3px 3px 6px #000000);
	background-color: #284E7B;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 100%;
	position: absolute;
}
.index-m .clip-path-1:hover,
.index-m .clip-path-2:hover,
.index-m .clip-path-3:hover,
.index-m .clip-path-4:hover {
	background-color: #fff !important;
	color: #284E7B !important;
	transition: all;
	transition-delay: 100ms;
}
.index-m a {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
@media (max-width:768px) {
	.index-m a {
		font-size: 14px;
	}
}
.index-m a:hover {
	color: #284E7B !important;
}
.clip-shadow-1 {
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.20));
	height: 40px;
	position: absolute;
	width: 28%;
}
.clip-shadow-2 {
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.20));
	height: 40px;
	position: absolute;
	width: 28%;
	left: 24.2%;
}
.clip-shadow-3 {
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.20));
	height: 40px;
	position: absolute;
	left: 48.4%;
	width: 28%;
}
.clip-shadow-4 {
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.20));
	height: 40px;
	position: absolute;
	left: 72%;
	width: 28%;
}
.video-section {
	position: relative;
}
.video-main {
	position: relative;
	width: 100%;
	height: 900px !important;
}
.video-main video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.video-content-desk {
	padding-top: 100px;
}
.aluva-pink-btn {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	background: rgba(191, 94, 138, 0.50);
	border: 1px solid #BF5E8A;
	padding: 10px 30px;
	line-height: 1;
}
.aluva-pink-btn:hover,
.aluva-pink-btn:focus,
.aluva-pink-btn:focus-within {
	transform: scale(1.05);
	border: 1px solid #91547D !important;
	background: #FFFFFF !important;
	color: #91547D !important;
}
.aluva-join-btn {
	background: rgba(40, 78, 123, 0.50);
	border: 1px solid #284E7B !important;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 700;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	border-radius: 5px;
}
.aluva-join-btn:hover,
.aluva-join-btn:focus,
.aluva-join-btn:focus-within {
	transform: scale(1.05);
	border: 1px solid #284E7B !important;
	background: rgba(255, 255, 255, 0.80) !important;
	color: #284E7B !important;
}
.aluva-pink-btn i {
	font-size: 28px;
	line-height: 1;
}
.gradient-over {
	overflow-x: clip;
	height: 1200px;
	position: relative;
}
.gradient-bgs {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}
.gradient-bgs svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	transform: scale(8) !important;
	height: 100% !important;
	object-fit: cover;
	z-index: -1;
}
.up-line {
	height: 84px;
	position: absolute !important;
	top: 0px;
	width: 100%;
    left: 0px;
}
.down-line {
	height: 84px;
	bottom: 0px;
	position: absolute !important;
	width: 100% !important;
    left: 0px;
}
.up-line-1 {
	background-color: rgba(255, 255, 255, 0.5);
	height: 28px;
	top: 0px;
	position: absolute;
	width: 100%;
}
.up-line-2 {
	background-color: rgba(255, 255, 255, 0.3);
	height: 28px;
	top: 28px;
	position: absolute;
	width: 100%;
}
.up-line-3 {
	background-color: rgba(255, 255, 255, 0.15);
	height: 28px;
	top: 56px;
	position: absolute;
	width: 100%;
}
.down-line-1 {
	background-color: rgba(255, 255, 255, 0.15);
	height: 28px;
	bottom: 56px;
	position: absolute;
	width: 100%;
}
.down-line-2 {
	background-color: rgba(255, 255, 255, 0.3);
	height: 28px;
	bottom: 28px;
	position: absolute;
	width: 100%;
}
.down-line-3 {
	background-color: rgba(255, 255, 255, 0.5);
	height: 28px;
	bottom: 0px;
	position: absolute;
	width: 100%;
}
@media (min-width: 1000px) {
	.gradient-over::before,
	.gradient-over::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		z-index: -1 !important;
	}
	.gradient-over::before {
		background-image: url("images/Fade-LUV-Logo-for-Sides.png");
		background-size: 6%;
		z-index: 0 !important;
		background-position: 5vw 60vh;
		/* rotate: ; */
		/* Push this layer behind the content */
	}
	.gradient-over::after {
		background-image: url("images/Fade-LUV-Logo-for-Sides.png");
		background-size: 6%;
		z-index: 0;
		background-position: 90vw 60vh;
		/* Push this layer further behind */
	}
}
.card-main {
	max-width: 350px;
	min-height: 390px !important;
	padding: 30px;
	background: linear-gradient(38deg, rgba(255, 255, 255, 0.50) 0%, rgba(249, 249, 249, 0.50) 100%);
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.16));
	backdrop-filter: blur(8.2px);
	-webkit-backdrop-filter: blur(8.2px);
	border-radius: 10px;
	position: relative;
	height: 100%;
	margin-top: -100px;
}
.card-container {
	margin-bottom: 90px;
	position: relative;
	margin-top: -100px;
}
@media (max-width:991px) {
	.card-main {
		min-height: 1px !important;
		margin-top: 0px;
	}
	.gradient-over {
		height: auto;
		padding-bottom: 500px;
	}
}
@media (max-width:500px) {
	.card-main .imgs-s {
		height: 110px !important;
	}
	.card-container {
		margin-top: -70px;
	}
	.card-main {
		padding: 10px;
		max-width: 170px;
		margin: auto;
	}
}
.card-main:hover {
	scale: 1.05;
	background: linear-gradient(38deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
	border: 2px solid #4F98EF;
}
.card-main .card-head {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	color: #284E7B;
	text-transform: uppercase;
}
.object-fit-contain {
	object-fit: contain !important;
}
.spec-btn {
	position: absolute;
	bottom: 30px;
	left: 0px;
}
.learn-more-btn {
	border-radius: 5px;
	background: #284E7B;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	line-height: 1;
	border: 2px solid #284e7b;
}
.learn-more-btn:hover,
.learn-more-btn:focus,
.learn-more-btn:focus-within {
	background: #fff !important;
	color: #284E7B !important;
}
.learn-more-btn.inactive-btn {
	border-radius: 5px;
	background: #E4E4E4;
	border: 1px solid #B8BBC2;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #B8BBC2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	line-height: 1;
}
.learn-more-btn.inactive-btn:hover,
.learn-more-btn.inactive-btn:focus,
.learn-more-btn.inactive-btn:focus-within {
	background: #E4E4E4 !important;
	border: 1px solid #B8BBC2 !important;
	color: #B8BBC2 !important;
}
.coming-soon-text {
	position: absolute;
	top: 38%;
	width: 100%;
	background-color: #BF5E8B;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
	pointer-events: none;
	font-family: "Industry" !important;
	height: 18%;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0px;
	line-height: 1;
}
@media (min-width: 999px) {
	.coming-soon-text {
		font-size: 22px !important;
	}
}
@media (min-width:1400px) {
	.coming-soon-text {
		font-size: 41px !important;
	}
}
.counter-box {
	max-width: 671px;
	margin-left: 20px;
	margin-right: 20px;
	background: linear-gradient(38deg, rgba(255, 255, 255, 0.9) 0%, rgba(249, 249, 249, 0.9) 100%);
	height: 387px;
	width: 100%;
	border-radius: 15px;
	padding: 30px;
}
.contain-text {
	font-size: 24px;
	font-weight: bold;
	color: #5C4879;
	text-transform: uppercase;
	font-family: 'Industry' !important;
	text-align: center;
}
.touched-count {
	max-width: 383px;
	padding: 30px 15px;
	display: grid;
	justify-items: center;
	align-items: center;
	align-content: center;
}
.touched-count #counter {
	font-family: 'Industry' !important;
	font-size: 45px;
	font-weight: 800;
	line-height: 1;
}
.touched-count h6 {
	color: #9C3A7C;
	font-family: 'Industry' !important;
	font-weight: 300;
}
.lines-clip {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: -3;
}
.lines-bg {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.customer-test {
	margin-top: -150px;
	margin-bottom: 100px;
}
.customer-test .item {
	padding-top: 20px;
	padding-bottom: 20px;
}
.customer-profile-section {
	height: 514px;
	background: #fff;
	border-radius: 10px;
	box-shadow: -1px 4px 9px #00000029;
	position: relative;
	border: 1px solid rgba(145, 84, 125, 0.5);
}
.customer-profile-section .image-sec {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #5c4879;
	border-radius: .5rem .5rem 0rem 0rem;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
}
.customer-profile-section .image-sec figure {
	width: 116px !important;
	height: 115px !important;
	position: relative;
	top: -45px;
	margin-left: 30px;
	border-radius: 100%;
	margin-bottom: 0px;
	filter: drop-shadow(0px 11px 10px rgba(0, 0, 0, 0.16));
}
.customer-profile-section .image-sec figure img {
	border-radius: 100%;
}
.customer-profile-section .image-sec p {
	font-size: 24px;
	margin-left: 30px;
	line-height: 1;
	height: fit-content;
	margin-top: .25rem;
	font-family: "Industry";
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
}
.customer-description {
	padding-top: 40px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 22px;
	position: relative;
}
.customer-description p {
	color: #284E7B;
	text-align: center;
	height: 120px;
	margin-bottom: 4rem;
	font-family: "Industry-Book";
}
.customer-des-img {
	width: 268px;
	height: 193px;
	border-radius: 10px;
}
.customer-des-img img {
	object-fit: contain;
	border-radius: 10px;
}
.customer-test .owl-stage {
	margin-left: 20px;
}
.lines-over {
    overflow-x: clip;
}
.lines-bg svg {
	transform: scale(4.2) !important;
}
.m-title {
	font-size: 48px;
	color: #91547D;
	font-family: "Industry";
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 80px;
}
.best-os-section-desk {
	padding-bottom: 100px;
}
.best-os-section-mob {
	padding-bottom: 50px;
}
.b-card {
	border: 1px solid rgba(100, 121, 162, 0.20);
	box-shadow: inset 0px 3px 6px 2px rgba(0, 0, 0, 0.05);
	border-radius: 24px;
	/* height: 190px; */
	backdrop-filter: blur(3px);
	background-color: rgba(255, 255, 255, 0.05);
	margin-bottom: 20px;
	/* padding: 20px; */
}
.b-card .card-body .col-2 {
	font-size: 45px;
	font-weight: 700;
	color: #284E7B;
}
.b-card .card-body h6 {
	font-size: 18px;
	font-weight: 700;
	color: #284E7B;
	margin-bottom: 15px;
}
.b-card .card-body p {
	font-size: 16px;
	color: #284E7B;
	margin-bottom: 0px;
}
.b-card:hover {
	background: rgba(21, 137, 181, 0.06);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5.4px);
	-webkit-backdrop-filter: blur(5.4px);
	border: 1px solid rgba(21, 137, 181, 0.49);
	filter: drop-shadow(0px 0px 12px #1588b52c);
}
.aluva-desc-sec {
    margin-bottom: 100px;
}
.aluva-luv-section {
	margin-top: 130px;
    padding-bottom: 130px;
    position: relative;
    overflow: clip;
}
.aluva-main-title h4 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #284E7B;
	margin-bottom: 80px;
	text-align: center;
}
.aluva-main-text p {
	font-size: 16px !important;
	color: #284E7B !important;
	margin-bottom: 20px;
	max-width: 500px;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 1px;
	font-family: "Industry-Book" !important;
}
.learn-more-link {
	font-size: 14px;
	font-weight: 600;
	color: #91547D !important;
}
.aluva-luv-img .aluva-fig{
    max-width: 200px;
    max-height: 175px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 6px #00000029);
}
.aluva-luv-img .aluva-fig img {
    border-radius: 10px;
}
.aluva-luv-section::before {
    content: '';
    background: url("images/luv-arrow-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 21%;
    left: -313px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.aluva-luv-section::after {
    content: '';
    background: url("images/luv-arrow-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -150px;
    right: -373px;
    width: 30%;
    height: 100%;
    z-index: -1;
}
.redefine-section {
    background-image: url("images/Redefine-Section-BG.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    overflow-x: clip;
}
.fine-main-text {
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.fine-main-text h2{
    color: #fff;
    text-align: center;
    align-items: center;
    letter-spacing: 12px;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 7rem;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
}
.fine-main-text h2 .ms-slider__words .li {
    letter-spacing: 12px;
    font-size: 45px;
}
.fine-main-text h2 .ms-slider {
    height: 1.3em;
    margin-left: 20px;
}
.fine-main-text p {
    max-width: 465px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 4rem;
}
.moment-btn {
    height: 60px;
}
.moment-btn .j-btn {
    background: #284E7B;
    border-radius: 5px;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    padding: 15px 30px;
    border: 2px solid #284E7B;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-bottom: 9px;
}
.j-btn:hover , .j-btn:focus, .j-btn:focus-within {
    background: #fff;
    border: 2px solid #284E7B;
    color: #284E7B;
}
.footer {
    background: linear-gradient(135deg, rgba(145,84,125,1) 0%, rgba(93,72,122,1) 50%, rgba(40,78,123,1) 100%);
    padding-top: 150px;
    padding-bottom: 50px;
}
.login-containe  {
    padding-bottom: 4rem;
}
.footer-list {
    list-style-type: none;
    justify-content: left;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
}
.footer-list li {
    margin-top: 15px;
}
.footer-list li a {
    color: #fff !important;
    text-decoration: none;
    font-family: 'Industry' !important;
    letter-spacing: 2px !important;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.footer-list li a:focus {
    background-color: transparent !important;
}
.footer-list li a span {
    font-size: 18px;
    padding-right: .5rem;
}
.social-footer {
    padding-top: 2.5rem;
    gap: 1.5rem;
}
.social-footer li a {
    font-size: 30px;
}
.social-footer li a svg{
    font-size: 30px;
    color: #fff;
}
.p-footer {
    font-family: 'Industry-Book' !important;
    border: 1px solid white;
    padding: 1.25rem;
    border-radius: .375rem;
    color: #fff;
    margin-bottom: 80px;
}
.usa-flag-logo {
    max-width: 130px;
    max-height: 130px;
}
@media (min-width:992px) {
    .p-footer {        
        max-width: 55%;
    }   
}
@media (max-width:1441px) {
	.customer-profile-section .image-sec figure {
		width: 100px !important;
		height: 100px !important;
		top: -34px !important;
		margin-left: 15px !important;
	}
	.customer-profile-section .image-sec p {
		font-size: 20px !important;
		margin-left: 20px;
	}
    .lines-bg svg {
		transform: scale(9) !important;
	}
}
@media (max-width:991px) {
	.customer-profile-section .image-sec p {
		font-size: 16px !important;
	}
	.customer-description {
		padding: 30px;
		padding-bottom: 20px;
	}
	.customer-description p {
		height: 220px !important;
		overflow: hidden;
		margin-bottom: 1.2rem !important;
	}
	.customer-des-img {
		height: 170px;
		width: 100% !important;
	}
	.customer-profile-section {
		height: 540px;
	}
	.customer-test {
		margin-top: -440px;
	}
	.m-title {
		font-size: 35px;
	}
	.lines-bg svg {
		transform: scale(8) !important;
	}
    .aluva-luv-img .aluva-fig{
        max-width: 175px;
        max-height: 150px;
        height: 100%;
        width: 100%;        
    }
    .aluva-desc-sec {
        margin-bottom: 50px;
    }
    .aluva-luv-section::after , .aluva-luv-section::before {
        display: none;
    }
    .redefine-section {
        height: auto;
        padding-bottom: 70px;
        padding-top: 90px;
    }
    .footer-list {
        padding-bottom: 40px;
    }
    .login-containe {
        padding-bottom: 1rem;
    }
    .login-containe .footer-list {
        padding-bottom: 16px;
    }
    .social-footer {
        padding-top: 0px ;
    }
    .b-card .card-body p {
        font-size: 15px;
    }
    
}
@media (max-width:768px) {
	.aluva-luv-section {
		margin-top: 50px;
        margin-bottom: 50px;
        padding-bottom: 0px;
	}
	.lines-bg svg {
		transform: scale(9) !important;
	}
	.aluva-main-title h4 {
		letter-spacing: 0px;
		font-weight: 700;
		margin-bottom: 40px;
	}
	.customer-test {
		margin-bottom: 0px;
	}
	.m-title {
		padding-bottom: 30px;
	}
    .aluva-luv-img .aluva-fig{
        max-width: 150px;
        max-height: 120px;
        height: 100%;
        width: 100%;        
    }
    .fine-main-text h2 {
        font-size: 22px;
        letter-spacing: 5px;
        margin-bottom: 4.40rem;
    }
    .fine-main-text .ms-slider {
        margin-left: 10px !important;
    }
    .fine-main-text p {
        font-family: 'Industry-Book' !important ;
        font-size: 16px;
        letter-spacing: 3px;
        line-height: 1.9;
    }
    .moment-btn .j-btn {
        font-size: 20px;
    }
    .customer-test .owl-stage {
        margin: 0px;
    }
    .redefine-section {
        background-position: 70% !important;
    }
    .footer {
        padding-top: 65px;
        padding-bottom: 75px;
    }
}
@media (max-width:550px) {
	.video-main {
		height: 450px !important;
	}
	.aluva-pink-btn {
		font-size: 15px;
		padding: 10px 15px;
	}
	.aluva-pink-btn i {
		font-size: 18px;
	}
	.video-content-desk {
		padding-top: 50px;
		padding-bottom: 100px;
	}
}
.lightbox {
	 background-color: rgba(0,0,0,0.8);
	 overflow: scroll;
	 position: fixed;
	 display: none;
	 z-index: 1;
	 bottom: 0;
	 right: 0;
	 left: 0;
	 top: 0;
}
 .lightbox-container {
	 position: relative;
	 max-width: 960px;
	 margin: 200px auto;
	 display: block;
	 padding: 0 3%;
	 height: auto;
	 z-index: 10;
}
 @media screen and (max-width: 768px) {
	 .lightbox-container {
        margin-top: 200px;
	}
}
 @media screen and (max-width: 500px) {
	 .lightbox-container {
        margin-top: 200px;
	}
}
.lightbox-content {
	 box-shadow: 0 1px 6px rgba(0,0,0,0.7);
}
.lightbox-close {
	 text-transform: uppercase;
	 background: transparent;
	 position: absolute;
	 font-weight: 300;
	 font-size: 15px;
	 display: block;
	 border: none;
	 color: white;
	 top: -25px;
	 right: 6%;
}
.video-container {
	 padding-bottom: 56.25%;
	 position: relative;
	 padding-top: 70px;
	 overflow: hidden;
	 height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
	 position: absolute;
	 height: 100%;
	 width: 100%;
	 left: 0;
	 top: 0;
}
 #container {
	border-radius: 4px;
	max-width: 800px;
	height: auto;
	padding: 50px;
	background: white;
	margin: 100px auto;
}
.quicker-links hr{
    background-color:#c0c1c2;
}