@font-face {
	font-family: 'Neulis Sans';
	src: url('https://lamourinstitute.com/fonts/Neulis_Sans_Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	font-display: swap;
}
.mtp{
        margin-left: 126px;
}
.top-badnner {
position: absolute;
    top: 16px;
    left: 44%;
    transform: translateX(-50%);
    width: 36%;
    color: #aba8a8;
    text-align: center;
    font-size: 12px;
    visibility: hidden;
}
.stick .top-badnner {
    visibility: visible;
}
.padding-mob{
  padding: 30px 0px;
}
body {
	background-color: #fff;
	color: #000;
	font-family: 'Neulis Sans', Arial, sans-serif;
	/* Add fallback */
}

.hero-section {
	position: relative;
	padding: 60px 20px;
	background-size: cover;
	overflow: hidden;
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	background-position: center;
}

.content-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: auto;
	flex-wrap: wrap;
}

.left-content {
	flex: 0;
	min-width:100%;
}

.left-content h1 {
font-size: 60px;
    line-height: 62px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 15px;
    color: white;
}

.nav-link {
	font-size: 18px;
}

.right-content {
	flex: 0;
	min-width: 300px;
	text-align: left;
}

.right-content p {
	font-size: 14px;
	color: white;
}

.btn-custom {
    color: white;
    border-radius: 25px;
    font-weight: normal;
    border: none;
    font-size: 14px;
    padding: 12px 45px;
    background: #d81b60;
}

.btn-custom:hover {
background-color: #e63e77;
    color: white;
}

.discover-badge {
display: inline-block;
    color: white;
    border-radius: 25px;
    font-weight: normal;
    font-size: 22px;
}

/* Mobile Responsive */
@media (max-width: 900px) {
	.content-wrapper {
		flex-direction: column;
		text-align: center;
	}
.hero-section {
	background-size: cover;
	overflow: hidden;
	background-image: url('../images/mobile-b.png');
	background-repeat: no-repeat;
	background-position: center;
}
	.left-content {
		min-width: 100%;
		text-align: left;

	}
	.dom-grid8 {
		grid-template-columns: repeat(2, 1fr) !important
	}

	.left-content h1 {
	    font-size:33px;
        line-height: 33px;
        text-align: left;
      margin-top: 4px;
	}
	.right-content p {
     text-align: left;
     margin-top:0rem;
     font-size:14px;
}
.bt-mobile {
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-color: #d81b60;
    color: white;
    padding: 10px 40px;
}
	.right-content {
		min-width: 100%;
		text-align: left;
		margin-top: 20px;
	}
	   .dom-grid {
        grid-template-columns: 1fr; 
    }
    
    .dom-grid > :last-child {
        grid-column: 1 / -1; 
    }
    .card5{
    width: 200px;
    margin: auto;

    }
}

.stick .top-banner {
  visibility: visible;
}
/* Top Centered Text */
.top-banner {
position: absolute;
    top: 0px;
    left: 52%;
    transform: translateX(-50%);
    width:42%;
    background: #22222285;
    color: #aba8a8;
    text-align: center;
    padding: 15px 30px;
    font-size: 14px;
    border: 2px solid #444444;
    border-radius: 0px 0px 40px 40px;
  visibility: hidden;
}

/* Navbar */
.navbar {
	position: relative;
	z-index: 1000;
	padding: 12px 20px;

}

.heading-top {
	color: #e91e63;
}
.menu-toggle{
    color:white;
    font-size: 26px;
}
.w-font {
	font-size: 26px;
}

.navbar-brand {
	font-weight: bold;
	color: white;
}
.stick .menu-btn {
	visibility: visible;
}
.menu-btn {
	background-color: #fff;
	color: #000;
	padding: 5px 20px;
	border-radius: 25px;
	font-weight: normal;
	border: none;
	font-size: 14px;
	
}
.menu-btn:hover {
background-color: #e91e63;
    color: white;
}
/* Mobile Menu */
.mobile-menu {
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100vh;
	background: black;
	padding: 20px;
	transition: 0.3s ease-in-out;
	z-index: 1100;
}

.mobile-menu.active {
	left: 0;
}

.mobile-menu ul {
	list-style: none;
	padding: 0;
	margin-top: 30px;
}

.mobile-menu ul li {
	padding: 12px;
	text-align: center;
}

.mobile-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
    text-align: left;
    border-bottom: 1px solid;
}


/* Overlay */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1000;
}

.overlay.active {
	display: block;
}

/* Responsive */
@media (max-width:900px) {
    
    .navbar-brand {
    margin: 0px !important;
}
    
    .third-section .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .third-section .col-md-6 {
        width: 80%;
        max-width: 280px;
        margin-right: 10px;
    }
    
    .menu-btn {
	visibility: hidden;
}
    .ul-mackup li p {
    margin-bottom: 0px;
    text-align: center;
}
.mobile-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
/*.mobiles-s {*/
/*    margin-top: 40px;*/
/*}*/
.up-section p {
    font-size:10px !important;
    text-align: center !important;
}
.up-section {
    padding: 25px 0px !important;
}
.up-section h2 {
        font-size:16px !important;
        text-align: center !important;
}

	.navbar-nav {
		display: none;
	}
	.discover-badge {
    padding: 0px;
    font-size:14px;
    background:none;
}

	.dom-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.dom-grid-box {
		width: 100%;
		margin-top: 20px;
	}


	.ul-mackup {
		padding: 0px;
	 margin-bottom:0px !important;
	}
.ul-mackup li {
        list-style: none;
        padding:0px;
        margin-bottom:20px !important;
 text-align: center !important;
}
	.makeup-section {
	background: #e91e63;
	padding: 20px 0px;
	}
	.logo{
	    width:55px !important;
	}
	.navbar {
    padding: 0px 0px;
}
	.top-banner {
		width: 100%;
		padding: 10px 10px;
		font-size: 10px;

	}
}
.logo{
	    width:95px;
	}
/* Responsive */
@media (min-width:901px) {
	.menu-toggle {
		cursor: pointer;
		font-size: 24px;
		color: white;
		display: none;
	}

.makeup-section {
background: #e91e63;
	padding: 50px 20px;
}
	.d-box {
		display: flex;
		justify-content: space-between;
	}


}

@media (max-width:1400px) {
	.hero-section {
		padding: 80px 0px;
	}

}

@media (min-width:1400px) {
	.height-sm-5{
	    height:100px;
	}
}
/*Why you should take the quiz       */
/*Why you should take the quiz       */
p {
	font-size: 14px;
	color: #3e3e3e;
}

.h6,
h6 {
	font-size: 14px;
	font-weight: bold;
}

.quiz-card {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	transition: all 0.3s ease;
	width: 100%;
}

.quiz-card:hover {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.quiz-step {
	color: #d81b60;
	border-bottom: 2px solid #d81b60;
	width: 150px;
	margin: 15px auto;
	line-height: 36px;
	font-size: 14px;
}

.take-quiz-btn {
    background-color: #000000;
    color: white;
    padding: 15px 45px;
    border-radius: 25px;
    font-weight: normal;
    border: none;
    font-size: 14px;
    text-decoration: none;
}

.take-quiz-btn:hover {
background-color: #e91e63;
    color: white;
}

.heading {
	font-size: 26px;
}

/*<!--Why Learn Makeup third section start here-->*/
/*<!--Why Learn Makeup third section start here-->*/
.dom-grid-box {
	display: grid;
	width: 100%;
}
.beauty{
     padding: 10px;
}
.dom-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.dom-grid8 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:20px;
}
.dom-grid9 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    align-items: center;
}
.industry-card {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 35px 10px;
	text-align: center;
	position: relative;
	background: #fff;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.industry-card p {
	margin-bottom: 0px;
	color: #3e3e3e;
}

.industry-card:hover {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.industry-number {
    color: #e91e63;
    font-size: 20px;
}
/*.industry-number {*/
/*	position: absolute;*/
/*	top: -20px;*/
/*	left: 50%;*/
/*	transform: translateX(-50%);*/
/*	background-color: #d81b60;*/
/*	color: white;*/
/*	border-radius: 50%;*/
/*	width: 40px;*/
/*	height: 40px;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	font-weight: normal;*/
/*	font-size: 14px;*/
/*}*/

/*<!--The Power of Makeup third start here-->*/
/*<!--The Power of Makeup third start here-->*/
@media (min-width:1900px) {
    .height-sm-5 {
        height:200px;
    }
}
.third-section {
	background-color: #fef4eb;
}

.section-title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

.section-subtitle {
	text-align: center;
	font-size: 26px;
	color: #000;
	margin-bottom: 30px;
	font-weight: 600;
}

.highlight {
	color: #e91e63;
}

.card-custom {
    border: 2px solid #f390a7;
    border-radius: 18px;
    padding: 0px;
    text-align: center;
    transition: transform 0.3s;
}
.makeup-for{
    padding:10px;
}
.card-custom:hover {
	transform: translateY(-15px);
}

.card-title {
	font-size:20px;
	font-weight: normal;
	color: #e91e63;
	margin-bottom: 10px;
}

.card-text {
	font-size: 14px;
	color: #333;
}

.industry-card2 {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 35px 10px 0px;
	text-align: center;
	position: relative;
	background: #fff;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

/*<!--Where Global Makeup & Beauty Trends Converge-->*/
/*<!--Where Global Makeup & Beauty Trends Converge-->*/



.content-maker h2 {
	color: white;
}

.content-maker p {
	color: white;
}

.dubai-frame {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.ul-mackup{
    padding:0px;
}
.ul-mackup li {
	    list-style: none;
	margin-bottom: 30px;
	    text-align: left;
	color: white;
}
.icons{
        width: 70px;
    margin-bottom: 10px;
}
::marker{
font-size: 26px;
}
.small, small {
    font-size: 14px;
    color: #d9d9d9;
}
.ul-mackup li p {
font-size: 14px;
    color: #d5d5d5;
    margin-top: 10px;
}

.ul-mackup li strong {
	font-weight:500;
	    font-size: 18px;
}

/*<!--Where Global Makeup & Beauty Trends Converge-->*/
/*<!--Where Global Makeup & Beauty Trends Converge-->*/


.testimonial-section {
	padding: 50px 0;
	text-align: center;
	background: #fcfcfc;
}

.testimonial-card {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-card img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}

.testimonial-name {
font-weight: 300;
font-size: 18px;
}
.testimonial-date p{
    color:white;
}

.testimonial-date {
	font-size: 0.9rem;
	color: gray;
}

.testimonial-text {
	font-size: 1rem;
	color: #444;
	margin-top: 10px;
	text-align:left;
}

.star-rating {
	color: #FFC107;
	font-size: 1.2rem;
}

.swiper-pagination {
	position: relative !important;
	margin-top: 20px;
}

.swiper-pagination-bullet {
	background: #323232 !important;
	width: 12px;
	height: 12px;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #ff3366 !important;
	transform: scale(1.2);
}

.read-more-btn {
	background: #ff3366;
	color: #fff;
	border: none;
	padding: 5px 20px;
	border-radius: 20px;
	font-size: 14px;
	transition: 0.3s;
	font-weight: normal;
}

.read-more-btn:hover {
background-color: #000000;
    color: white;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 12px;
}

/*<!--Footer Makeup Journey-->*/
/*<!--Footer Makeup Journey-->   */

.up-section {
	background-color: #e91e63;
	color: #fff;
	text-align: center;
	padding: 25px 25px;
}

.up-section h2 {
	font-weight: 700;
	font-size: 26px;
	text-align: left;
}

.up-section p {
	font-size: 14px;
	margin: 0px;
	text-align: left;
	color: white;
}

.upquiz-btn {
    background-color: #fff;
    color: #e91e63;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: normal;
    border: none;
    transition: 0.3s ease-in-out;
    font-size: 14px;
}

.upquiz-btn:hover {
background-color: #000000;
    color: white;
}

.stick {
    position: fixed;
    top:0px;
    width: 100%;
	background-color: black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.stick .top-banner {
    border: 0px solid #444444;
    top: 6px;
    background: transparent;
    border: 0px solid #444444;
}
.stick, .hero-section {
    padding: 0px !important;
}
.stick .logo {
    width:50px !important;
}

/* SLIDER CSS START HERE  */

.slider-mode img{
	width:100%;
	border-radius: 12px;
}
.d-slider{
	position: relative;

}
.slider-mode{
 	transition: transform 0.5s;   
}
.slider-mode:hover{
  transform: translateY(-8px);
}
.slider-content{
    color: white;
    position: absolute;
    left: 30px;
    text-align: left;
    right: 30px;
    top: 75%;
}

.curve-shape{
    height:50px;
}
