/*====== STRUCTURE =======*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	
	margin: 0px;
	max-width: 100%;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

ul {
	padding-left: 0px;
}

ul li {
	list-style-type: none;
}

a {
	cursor: pointer;
}

a,
button,
input,
textarea {
	text-decoration: none !important;
	outline: none !important;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
	margin-bottom: 0px;
	margin-top: 0px;
}
.page-main-container{
	position: relative;
	background: linear-gradient(166.25deg, #FBF4EC 0.52%, #F0DBC9 88.84%);
	min-height: 100vh;
	padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}


.page-shape{
	position: absolute;
}
.top-left-shape{
	top:0;
	left:0;
}
.top-right-shape{
	top:0;
	right:0;
}
.bottom-right-shape{
	bottom:0;
	right:0;
}
.bottom-left-shape{
	bottom: 0;
	left: 0;
}
.bg-shape{
	top:0;
	height: 100%;
    width: 100%;
}
.bg-shape img{
	width: 100%;
	height: 100%;
}
/* @media only screen and (width: 768px) and (height: 1024px) and (orientation:portrait) {
	body{
	  background: red !important;
	}  
  }
  @media all and (width: 1024px) and (height: 768px) and (orientation:landscape){
	body{
	  background: green !important;
	}   
  }
   */
.page-welcome-text{
	color: #000;
	text-align: center;
	font-size: 29px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 6.67px;
	position: relative;
}
.page-welcome-text::before{
	content: '';
    position: absolute;
    background: #000;
    height: 1px;
    width: 80px;
    left: -100px;
    top: 15px;
}
.page-welcome-text::after{
	content: '';
    position: absolute;
    background: #000;
    height: 1px;
    width: 80px;
    right: -100px;
    top: 15px;
}
.page-heading{
	color: #000;
	text-align: center;
	font-size: 123px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 6.15px;
	margin: 60px 0 100px;
}
.qus{
	color: #000;
text-align: center;
font-size: 53px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 100px;
}
.answer-box{
	position: relative;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.09);
	max-width: 1000px;
	overflow: hidden;
	margin-bottom: 80px;
}
.answer-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    padding: 2px;
    background: linear-gradient(225deg, #B1894C 0%, #D2AA5D 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.answer p{
	color: #000;
font-size: 47px;
font-style: normal;
font-weight: 500;
line-height: normal;
position: relative;
}
.answer-box .highlight {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  }
  .answer{
	width: 100%;
    display: block;
	padding: 90px 80px;
	position: relative;
  }
  .answer:after{
	content:'';
	position: absolute;
	background: linear-gradient(61deg, rgba(194, 156, 83, 0.50) 0%, rgba(133, 94, 36, 0.50) 100%);
	width: 100%;
	height: 2.5px;
	bottom:0;
	left: 0;
  }
  .quad-answer::after{
	content: '';
    position: absolute;
	background: linear-gradient(61deg, rgba(194, 156, 83, 0.50) 0%, rgba(133, 94, 36, 0.50) 100%);
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
  }
  .answer:last-child::after{
	content: none;
  }
  .answer-box input {
    display: none;
}
  /* .answer-box input:hover ~ .highlight {
	background-color: #CCC;
  }
   */
   .tick{
	opacity: 0;
	position: relative;
   }
  .answer-box input:checked ~ .highlight {
	background: linear-gradient(225deg, #B1894C 0%, #D2AA5D 100%);
  }
  .answer-box input:checked ~ .ans-inner>p {
	color: #fff;
  }
  .answer-box input:checked ~ .ans-inner>.tick {
	opacity: 1;
  }
  
 .next-btn{
	border-radius: 24px;
	background: #41311A;
	min-width: 1000px;
	padding: 20px 40px;
	text-align: center;
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 11.78px;
	transition: all .6s ease-in-out;
	display: block;
	height: 175px;
	display: flex;
	justify-content: center;
	align-items: center;
 }
 .next-btn:hover{
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
 }
 .page-sub-heading{
	color: #000;
text-align: center;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 4px;
margin-bottom: 80px;
 }
 .quad-answer {
	display: flex;
	flex-wrap: wrap;
 }
 .quad-answer .answer {
    padding: 90px 50px;
}

.p-card{
	border-radius: 23px;
border: 3px solid #DEC4AE;
background: #FFF;
box-shadow: 0px 17px 98px 0px rgba(0, 0, 0, 0.16);
padding: 40px;
}
.p-img{
	display: flex;
    justify-content: center;
	margin-bottom: 30px;
}
.product-card-main{
	padding: 0px 100px;
	position: relative;
	z-index: 1;
}
.p-des h5{
	color: #000;
text-align: center;
font-size: 27px;
font-style: normal;
font-weight: 500;
line-height: normal;
min-height: 60px;
margin-bottom: 20px;
}
.p-des p{
	color: #797979;
text-align: center;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 152.632% */
margin-bottom: 30px;
}
.p-info span{
	color: #B8822C;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 29px; /* 145% */
letter-spacing: 1.4px;
}
.p-info span:nth-child(1){
	border-right:1px solid #CACACA;
	padding-right: 30px;
}
.page-bottom-info{
	margin-top: 80px;
}
.signup-info h5{
	color: #000;
	text-align: center;
	font-size: 77px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 40px;
}
.signup-info p{
	color: #000;
text-align: center;
font-size: 41px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 70px;
}
.page-bottom-info{
	position: relative;
	z-index: 1;
	padding: 0px 100px;
}
.signup-input{
	border-radius: 23px;
border: 3px solid #DEC4AE;
background: #FFF;
box-shadow: 0px 17px 98px 0px rgba(0, 0, 0, 0.16);
padding: 40px;
height: 190px;
}
.signup-input input{
	width: calc(100% - 350px);
	height: 100%;
	background: transparent;
	border: none;
	color: #BFBFBF;
	text-align: left;
	font-size: 51px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.signup-input input::placeholder{
	color: #BFBFBF;
}
.signup-btn{
	border-radius: 13px;
	background: #7F5A23;
	width: 300px;
	height: 120px;
	color: #FFF;
	text-align: center;
	font-size: 37px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.hero-slider {
	width: 100vw;
	height: 100vh;
}
.slider{
	
	width: 100vw!important;
	height: 100vh!important;
}
/* .slider-img-1{
	background: url('../images/slider-img1.png');
	background-size: cover;
    background-repeat: no-repeat!important;
    background-position: center;
}
.slider-img-2{
	background: url('../images/slider-img2.png');
	background-size: cover;
    background-repeat: no-repeat!important;
    background-position: center;
} */

.perfume-main-container{
	width: 100vw;
	height: 100vh;
}
.perfume-inner{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.perfume-img{
	width: 70%;
}
.perfume-detail{
	width: 30%;
	padding: 40px;
}
.perfume-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.perfume-small-img img{
	width: 100%;
}
.perfume-detail h4{
	color: #000;
	text-align: center;
	font-size: 41px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 40px 0 50px;
}
.perfume-detail p{
	color: #797979;
	text-align: center;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px; /* 195.652% */
	margin-bottom: 30px;
}
.perfume-info span{
	color: #B8822C;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 29px; /* 145% */
letter-spacing: 1.4px;
}
.perfume-info{
	display: flex;
	justify-content: center;
}
.perfume-info span:nth-child(1){
	border-right:1px solid #CACACA;
	padding-right: 15px;
	margin-right: 15px;
}
.slider-detail{
	border-radius: 27px;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(20.5px);
	color: #FFF;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin:0px 50px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
	/* font-size: 75px;
	padding: 80px 90px;
	 */
}

@media all 
and(max-device-width: 1620px)  
and (orientation:landscape) {
	.slider-detail{
		font-size: 75px;
	padding: 80px 90px;
	}

}
@media all 
and(max-device-width: 1620px)  
and (orientation:portrait) {
	.slider-detail{
		font-size: 50px;
		padding: 50px 30px;
	}

}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1180px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.page-welcome-text {
		font-size: 20px;
	}
	.page-heading {
		font-size: 60px;
	}
	.page-heading{
		margin: 30px 0 50px;
	}
	.qus{
		font-size: 35px;
	}
	.page-shape svg{
		width: 50%;
		height: auto;
	}
	.answer-box{
		max-width: 700px;
		margin:0px auto 40px;
	}
	.answer {
		padding: 45px 40px;
	}
	.answer p{
		font-size: 35px;
	}
	.next-btn {
		min-width: 700px;
		padding: 45px 40px;
		height: 130px;
		font-size: 30px;
	}
	.page-main-container{
		overflow-y: auto;
	}
	.tick svg{
		width: 60px;
		height: 60px;
	}
	.top-left-shape {
		text-align: left;
	}
	.top-right-shape {
		text-align: right;
	}
	.bottom-right-shape{
		text-align: right;
	}
	.page-form-main{
		position: relative;
		z-index: 1;
	}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1400px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.page-welcome-text {
		font-size: 20px;
	}
	.page-heading {
		font-size: 60px;
	}
	.page-heading{
		margin: 30px 0 30px;
	}
	.qus{
		font-size: 32px;
		margin-bottom: 40px;
	}
	.page-shape svg{
		width: 50%;
		height: auto;
	}
	.answer-box{
		max-width: 700px;
		margin:0px auto 30px;
	}
	.answer {
		padding: 32px 40px;
	}
	.answer p{
		font-size: 32px;
	}
	.next-btn {
		min-width: 700px;
		padding: 35px 40px;
		height: 100px;
		font-size: 30px;
	}
	.page-main-container{
		overflow-y: auto;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.tick svg{
		width: 60px;
		height: 60px;
	}
	.top-left-shape {
		text-align: left;
	}
	.top-right-shape {
		text-align: right;
	}
	.bottom-right-shape{
		text-align: right;
	}
	.page-form-main{
		position: relative;
		z-index: 1;
	}
}


.slider-detail {
    color: #FFF;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 27px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20.5px);
    padding: 40px;    max-width: 740px;
    margin: 0 auto;
}


 


	.usmobile{display:none;}
	
 
 
 @media screen and (max-width:812px){
	 .perfume-detail p {
    color: #797979;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}
 .perfume-detail {
    width: 740px; 
padding:15px;
    position: fixed;
    bottom: 35px;
    left: 5%;
    border-radius:12px;
    border: 3px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 17px 98px 0px rgba(0, 0, 0, 0.16);
}.perfume-small-img img {
    width: 138px;
}

.perfume-small-img {
	    width: 140px;    margin-right: 30px;
    float: left;
}	.perfume-info {
    display: flex;
    justify-content: flex-start;
}.perfume-detail h4 {
    color: #000;
    text-align: left;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
}.perfume-info span {
    color: #B8822C;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 1.4px;
}
.perfume-img {
    width: 100%;
}
}	
	
	

@media screen and (min-width:812px){
	.usmobile{display:bock;}	.usdesktop{display:none;}
.perfume-detail {
    width: 30%;
    padding: 40px 20px;
    border: 3px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 17px 98px 0px rgba(0, 0, 0, 0.16);
}
.perfume-detail h4 {
    color: #000;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 30px 0;
}.perfume-detail p {
    color: #797979;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}.perfume-info span {
    color: #B8822C;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 1.4px;
}
.perfume-img img {
    width: 100%;
    height: 100%;
    object-fit: unset;
} 
	
	
}


a.slide.slick-slide.slick-current.slick-active {
width: 100%!important;
    height: 100vh;
}
video#myVideo {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
