:root {   
    --dark-light:#2d0646;
    --shadow: 0 0 15 rgba(0, 0, 0, 0.25);
    scroll-behavior: smooth;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
  }

body{
	font-family: "Montserrat", Open Sans;
}

/* STYLING SCROLLBAR */

::-webkit-scrollbar {
	width: 5px; /* THIS WILL RESET THE DEFAULT SCORLLBAR STYLING */
  }
  
  /* TO STYLE THE SCROLLBAR TRACK */
  ::-webkit-scrollbar-track {
	background-color: #ffffff; /* THIS WILL SET THE COLOR OF THE SCROLLBAR TRACK */
  }
  
  /* TO STYLE THE SCROLLBAR THUMB */
  ::-webkit-scrollbar-thumb {
	background-color: #460C69;
	border: none;
	border-radius: 5vw;
}

/* header */
.header {
	background: var(--dark-light);
	display: flex;
	justify-content: center;
    padding-top: 5px;
    padding-bottom: 7px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;

}

.header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--dark-light);
    box-shadow: var(--shadow);
    z-index: -1;
    transition: transform 0.5s ease;
    transform: translateY(-100%);

}

.header.sticky::before {
    transform: translateY(0%);
}

/* DROPDOWN */

.dropbtn {
	color: #fff;
	/* text-decoration: none; */
	padding: 5px;
	font-size: 15px;
	background: none;
	outline: none;
	border: none;
	background-color: 'transparent';
  }
  
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	padding: 5px;
	border: 1px solid #460C69;
	border-radius: 5px;
	max-width: 50px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  .dropdown-content a {
	color: #f1f1f1;
	padding-top: 10px;
	text-decoration: none;
	display: block;
  }
  
  .dropdown-content a:hover {background-color: #140021; color: #f1f1f1;}
  
  .dropdown:hover .dropdown-content {display: block;}
  

  .bgSlide{

 background-image: url("../img/All.jpg");

 /* Full height */
 height: 100%;

 /* Center and scale the image nicely */
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
  }


h2{
	font-size: 54px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

h1{
	font-size: 62px;
	font-weight: 500;
	color: #fff;
}

p{
	color: #fff;
	font-weight: normal;
    font-size: 18px;
    line-height: 140%;
}

.mainSection h2{
	font-weight: 500;
}

.mt50{
	margin-top: 50px;
}

.container{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.wrapper{
	display: flex;
	flex-wrap: wrap;
}

.spaceBetween{
	justify-content: space-between;
}

.alignCenter{
	align-items: center;
}

.relative{
	position: relative;
}

.mainSection{
	background: radial-gradient(60.07% 47.74% at 50% 70.42%, #140021 0%, #140021 100%);
	width: 100%;
	/* height: 1060px; */
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	z-index: 9;
	/* position: fixed; */
	top: 0;
	width: 1200px;
}


.sidenav{
	display: none;
}

.mobNav{
	display: none;
}

.navLine{
	width: 175px;
	height: 1px;
	background-color: #56008A;
	margin: 15px;
}

.navItems{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 650px;
}

.navItem{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	border: 1px solid #460C69;
    border-radius: 5px;
    padding: 5px 15px;
}

.pattern{
	width: 120%;
	position: absolute;
	top: -50px;
	left: -60px;
	z-index: 0;
	opacity: 0.8;
}

.offerBox{
	width: 100%;
	text-align: center;
	margin-top: 200px;
	z-index: 2;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.prodImg{
	position: absolute;
	bottom: -180px;
	left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    z-index: 2;
}

.btnBox{
	width: 225px;
	height: 405px;
	background: rgba(255, 255, 255, 0);
	/*border: 1px solid #FFFFFF;*/
	border-radius: 10px;
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.btnBox button{
	padding: 12px 27px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background: #230435;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 13px 6px -7px rgba(8, 8, 8, 0.25);
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    transition: 0.25s;
}

.btnBox button:hover{
	background: #A60ADB;
	box-shadow: none;
}

.arrow{
	width: 35px;
	margin-top: 20px;
}

.circle{
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	margin-left: auto; 
    margin-right: auto;
    z-index: 0;
}

.circle2{
	position: absolute;
	left: -200px;
	top: 300px;
}

.circle3{
	position: absolute;
	right: -200px;
	top: 0px;
}

.leave{
	position: absolute;
	bottom: 150px;
	left: -100px;
	filter: blur(4px);
	z-index: 2;
}

.leave2{
	position: absolute;
	bottom: 450px;
	right: -100px;
	z-index: 2;
	filter: blur(4px);
}



.aboutSection{
	width: 100%;
	height: 830px;
	position: relative;
	background: #0C0013;
	padding: 120px 0;
	padding-bottom: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.line{
	width: 70%;
	height: 1px;
	background: linear-gradient(270deg, #7900A2 -0.02%, #000000 98.41%);
}

.products2{
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.aboutSection p{
	max-width: 550px;
	margin-left: auto;
}

.circle4{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 550px;
	opacity: 0.5;
}


.colaBox{
	width: 100%;
	height: 400px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #0D060E;
}

.colaBox:hover .colaImg{
	transform: scale(1.05);
}

.colaName{
	font-size: 125px;
	max-width: 410px;
	line-height: 100%;
	font-weight: 900;
	margin-top: 80px;
}

/*.colaImg{
	position: absolute;
	top: -55px;
	right: 0;
	transition: 0.25s ease-in-out;
}*/


.colaImg {
    position: absolute;
    top: 40px;
    right: 150px;
    transition: 0.25s ease-in-out;
    width: 300px;
}


.orangeBox{
	width: 100%;
	height: 400px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url(../img/orangeBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.orangeBox:hover .orangeImg{
	transform: scale(1.05);
}

/*.orangeImg{
	position: absolute;
	bottom: 0;
	left: -50px;
	transition: 0.25s ease-in-out;
}*/


.orangeImg {
    position: absolute;
    bottom: -20px;
    left: 0;
    transition: 0.25s ease-in-out;
    width: 550px;
}



.h400{
	height: 400px;
}

.orangeName{
	text-align: right;
	font-size: 125px;
	line-height: 100%;
	font-weight: 900;
	margin-top: 80px;
	margin-left: auto;
}


.vitaminBox{
	width: 100%;
	height: 400px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url(../img/vitaminBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.vitaminBox:hover .vitaminImg{
	transform: scale(1.05);
}


.vitaminName{
	font-size: 100px;
	max-width: 410px;
	line-height: 100%;
	font-weight: 900;
	margin-top: 105px;
}

.vitaminImg{
	position: absolute;
	bottom: 0;
	right: 0;
	transition: 0.25s ease-in-out;
}

.missionSection{
	width: 100%;
	min-height: 800px;
	background-color: #280041;
	background-image: url(../img/pattern.svg);
	background-size: 120%;
	background-position: -50px;
	background-repeat: no-repeat;
	padding: 180px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.box1{
	background-color: #56008A;
	border-radius: 15px;
	padding: 50px 60px 80px 50px;
	max-width: 450px;
	position: absolute;
}

.box1 h3{
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
}

.box1 p{
	font-weight: 500;
	max-width: 310px;
	margin-top: 20px;
}

.box2{
	background-color: #7900A2;
	padding: 50px 60px 80px 50px;
	max-width: 450px;
	position: absolute;
	left: 400px;
	z-index: 2;
	top: 80px;
}

.box2 h3{
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
}

.box2 p{
	font-weight: 500;
	max-width: 310px;
	margin-top: 20px;
}

.box3{
	background-color: #B033DB;
	border-radius: 15px;
	padding: 50px 60px 80px 50px;
	max-width: 450px;
	position: absolute;
	right: 0px;
	z-index: 3;
	top: 150px;
}

.box3 h3{
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
}

.box3 p{
	font-weight: 500;
	max-width: 310px;
	margin-top: 20px;
}

.multishake{
	position: absolute;
	left: -180px;
	top: -80px;
}

.leave3{
	position: absolute;
	top: -80px;
	right: -80px;
	width: 280px;
	transform: rotateZ(180deg);
	filter: blur(3px);
}

.gant{
	position: absolute;
	bottom: -90px;
	left: -80px;
}

.leave4{
	position: absolute;
	right: 180px;
	top: -50px;
	transform: rotateZ(280deg);
	filter: blur(2px);
}

.gurt{
	position: absolute;
	right: 0px;
	top: -250px;
}

.coreSection{
	margin-top: 600px;
}

.core{
	display: flex;
	align-items: center;
	width: 385px;
	margin-top: 20px;
}

.core p{
	font-size: 20px;
	font-weight: 600;
	margin-left: 20px;
}

.coreCircle{
	min-width: 50px;
	min-height: 50px;
	border-radius: 50%;
	border: 2px solid #A60ADB;
	display: flex;
	justify-content: center;
	align-items: center;
}

.videoBox{
	width: 615px;
	margin-top: 70px;
	position: relative;
}

.videoBox video{
	transition: 0.25s;
	clip-path: polygon(5% 15%, 100% 0, 100% 100%, 3% 88%);
	filter: brightness(30%);
}

#myBtn5{
	position: absolute;
	height: 80px;
	width: 80px;
	background-color: #fff;
	border-radius: 50%;
	outline: none;
	border: none;
	z-index: 2;
	left: 0;
	right: 0;
	top: 130px;
	margin: auto;
	cursor: pointer;
	transition: 0.25s;
}

#myBtn5:hover{
	transform: scale(1.1);
}

.gallerySection{
	background-color: #280041;
	padding: 120px;
}

footer{
	background-color: #151515;
	padding: 70px 0;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

form{
	max-width: 400px;
	display: flex;
	flex-direction: column;
	position: static;
	z-index: 2;
}

.sendBtn{
	padding: 15px 20px;
	border: none;
	border-radius: 5px;
	background-color: #A60ADB;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	transition: 0.25s;
}

.sendBtn:hover{
	background-color: #280041;
}

.textInput{
	width: calc(50% - 10px);
	height: 50px;
	background-color: #151515;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 0px 5px 15px;
	color: #fff;
}

.textarea{
	width: 400px;
	height: 100px;
	background-color: #151515;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px 0px 5px 15px;
	color: #fff;
}

.addressBox{
	display: flex;
	max-width: 350px;
	align-items: center;
	margin-bottom: 25px;
}

.addressBox p{
	font-size: 16px;
	margin-left: 20px;
}

.footerNav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 80px;
}

.footerNavItems{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footerNavItems img{
	margin-right: 60px;
}

.footerNavItem{
	color: #fff;
	text-decoration: none;
	margin-right: 40px;
	transition: 0.25s;
}

.footerNavItem:hover{
	color: #A60ADB;
}

.footerNav p, a{
	color: #707070;
	text-decoration: none;
	font-size: 16px;
}

.patternOrg{
	position: absolute;
	right: -400px;
	top: -100px;
	transform: rotateZ(-140deg);
}



.productsSection{
	width: 100%;
	background-color: #280041;
	padding: 120px 0;
}

.prodCard{
	width: 100%;
	max-width: calc(100% / 4 - 15px);
	height: 390px;
	border-radius: 15px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: 0.45s;
	margin: 5px;
	margin-top: 60px;
}

.prodCard:hover> .cardBg{
	transform: translateY(20px);
}

.prodCard:hover> .prodCardHead img{
	transform: rotateZ(-5deg);
}

.prodCardHead img{
	transition: 0.25s;
	max-height: 270px;
}

.cardBg{
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 0;
	left: 0;
	background-color: #1E0227;
	border-radius: 15px;
	z-index: 1;
	transition: 0.25s;
}

.prodCardHead{
	position: relative;
	z-index: 2;
}

.prodCardBody{
	position: relative;
	z-index: 2;
	margin-top: 25px;
}

.prodCardBody p{
	margin-top: 5px;
}