@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	list-style: none;
	text-decoration: none;
	background-repeat: no-repeat;
}

body {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	color: #000000;
}

@font-face {
	font-family: 'Just Because';
	src: url('../../fonts/JustBecause-Regular.woff2') format('woff2'),
		url('../../fonts/JustBecause-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Just Because';
	src: url('../fonts/JustBecause-Regular.woff2') format('woff2'),
		url('../fonts/JustBecause-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'The Bristers Sans';
	src: url('../fonts/Bristers-sans/TheBristersSans-Regular.woff2') format('woff2'),
		url('../fonts/Bristers-sans/TheBristersSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Font class / family */
.just {
	font-family: 'Just Because';
}

ul,
h1,
h2,
h3,
h4,
h5,
li,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

img {
	border: none;
	max-width: 100%;
}

li {
	list-style: none;
}

.clearall {
	clear: both;
}

button:focus {
	outline: none;
}

.btn {
	background: #F9F9F9;
	border: 1px solid #F9F9F9;
	border-radius: 5px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	padding: 12px 25px;
	margin: 0 15px;
	text-align: center;
	color: #282526;
}

.btn-trans {
	background-color: transparent;
	color: #fff;
}

.btn-trans:hover {
	background: #fff;
}

.btn-black-trns {
	background-color: transparent;
	color: #282527;
	border: 2px solid #282527;
	border-radius: 33px;
	font-size: 20px;
	padding: 15px 45px;
}

.main-content {
	margin-top: 100px;
}

h1,
h2,
h3,
h4 {
	font-family: 'The Bristers Sans';
	font-style: normal;
	font-weight: 400;
	color: #000;
}

.bg-theme {
	background-color: #F5F5F5;
}
/*-----------------------
MAIN CSS START
------------------------*/
header {
	width: 100%;
	background: #282526;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 25px 0;
	z-index: 999;
	min-height: 100px;
}

.navbar {
	padding: 0;
}

.navbar-nav > li:last-child .btn {
	margin-right: 0;
}

.navbar-light .navbar-toggler {
	background: #fff;
}

.brand-logo {
	max-width: 315px;
}

/*-----------------------
BANNER
------------------------*/
.c-banner {
	position: relative;
}

.c-banner::before {
	content: '';
	position: absolute;
	background: url('../../images/bloomfully/banner_b.png') no-repeat;
	background-position: left bottom;
	background-size: contain;
	width: 35%;
	height: 100%;
	left: 0;
	top: 13%;
}

.c-banner::after {
	content: "";
	position: absolute;
	background: url('../../images/bloomfully/banner_r.png') no-repeat;
	background-position: right bottom;
	background-size: contain;
	width: 100%;
	height: 600px;
	bottom: 0;
	right: 0;
}

.banner-content-wrapper,
.world-need-wrapper {
	position: absolute;
	top: 30%;
	max-width: 95%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.banner-content-wrapper > .content-box {
	max-width: 615px;
	margin-left: auto;
	text-align: center;
}

.banner-content-wrapper > .content-box > h1 {
	font-size: 116px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 2px 0px 30px rgba(0, 0, 0, 0.30);
	font-family: 'The Bristers Script';
	text-transform: lowercase;
}
/*-----------------------
WELCOME SECTIONS
------------------------*/
.c-welcom-bloom {
	padding: 200px 0 100px;
}

.c-welcom-bloom h2 {
	font-size: 110px;
	line-height: 1.5;
	margin-bottom: 22px;
	font-family: 'The Bristers Script';
	text-transform: lowercase;
}

.c-welcom-bloom p {
	font-size: 28px;
	line-height: 55px;
}

.c-welcom-slider {
	padding-bottom: 300px;
	overflow: hidden;
}

.c-welcom-slider .slide-img {
	width: 330px!important;
	height: 351px;
	/* filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.20)); */
	;
}

.slider-circle-img {
	filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.20));
}

.c-welcom-slider .slick-current.slick-active {
	width: 550px!important;
	position: relative;
}

.c-welcom-slider .slick-current.slick-active .slide-img {
	width: 540px!important;
	height: 540px;
}

.slide-img img {
	border-radius: 50%;
}

.c-welcom-slider .slick-track {
	padding: 30px 0;
	overflow: visible;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-welcom-slider .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-believe-me {
	position: relative;
	padding-bottom: 220px;
	z-index: 0;
}

.c-believe-me::before {
	content: '';
	position: absolute;
	background: url('../../images/bloomfully/wel_bg_l.png') no-repeat left top/contain;
	width: 732px;
	height: 100%;
	left: 0;
	top: -300px;
	z-index: -1;
}

.slick-arrow {
	z-index: 1;
}

.c-believe-me:after {
	content: "";
	position: absolute;
	background: url('../../images/bloomfully/wel_bg_r.png') no-repeat right bottom/contain;
	width: 624px;
	height: 85%;
	right: 0;
	top: -300px;
	z-index: -1;
}

.blvm-content {
	position: relative;
	z-index: 1;
}

.blvm-content > p {
	font-size: 24px;
	margin: 20px 0 40px;
}

.blvm-card-content {
	background: rgba(249, 249, 249, 0.9);
	border-radius: 133px;
	padding: 100px;
	text-align: left;
	position: relative;
	z-index: 1;
}

.blvm-card-content h2 {
	/* font-family: 'Just Because'; */
	font-style: normal;
	font-weight: 400;
	font-size: 80px;
	line-height: 1.3;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.blvm-card-content p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	color: #000000;
}

.c-world-need {
	position: relative;
}

.world-need-wrapper {
	top: 20%;
}

.world-need-wrapper > .content-box {
	max-width: 599px;
	margin-right: auto;
	text-align: center;
}

.world-need-wrapper > .content-box > h2 {
	font-size: 128px;
	line-height: 1.2;
	color: #fff;
	font-family: 'The Bristers Script';
	text-transform: lowercase;
}

.c-world-need::before {
	content: "";
	position: absolute;
	background: url('../../images/bloomfully/wn_2.png') no-repeat left bottom/contain;
	width: 30%;
	height: 40%;
	bottom: 10px;
	left: 0;
}

.c-world-need::after {
	content: '';
	position: absolute;
	background: url('../../images/bloomfully/wn_1.png') no-repeat right bottom/contain;
	width: 50%;
	height: 75%;
	right: 0;
	top: -17%;
}
/*-----------------------
Footer
------------------------*/
footer {
	background: #282526;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 50px 2rem;
}

.footer-social {
	padding: 0;
	list-style: none;
	text-align: right;
}

.footer-social li {
	display: inline-block;
	margin-left: 7px;
}

.footer-link {
	margin-top: 0;
	text-align: left;
}

.footer-link li {
	padding-bottom: 20px;
}

.footer-link li a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #F9F9F9 !important;
}

.copy-right p {
	font-family: 'PoppinsRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #F9F9F9;
	text-align: left;
	padding: 30px 0;
}

.copy-right p a {
	font-family: 'PoppinsRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #F9F9F9;
	text-decoration: underline;
}

.footer-top {
	padding-bottom: 50px;
	border-bottom: 1px solid #fff;
}

.footer-bottom {
	padding-top: 10px;
}

.welcome_bloom  .owl-carousel {
	height: 640px;
}

.c-create-habit {
	padding: 200px 0;
}

.c-create-habit h2 {
	/* font-family: 'Just Because'; */
	font-style: normal;
	font-weight: 400;
	font-size: 75px;
	line-height: 1.3;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}

.c-create-habit p {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	margin: auto;
	max-width: 60%;
}

.slick-slide .blvm-content {
	display: none;
}

.slick-center .blvm-content {
	display: block;
}

.blvm-content img {
	border-radius: 0px;
	margin: auto;
}

.blvm-content {
	position: absolute;
	top: 110%;
	/* max-width: 100%; */
	text-align: center;
}

.slick-list {
	overflow: visible;
}


/* Store page starts */
.store-content h2 {
	font-size: 110px;
	line-height: 110px;
	padding-bottom: 0;
}

.store-content p {
	font-size: 20px;
	margin-bottom: 15px;
}

.comigsoon-block {
	position: relative;
	z-index: 0;
	padding-top: 210px;
}

.comigsoon-block:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background: #dbdbd7;
	width: 100%;
	height: 55px;
	z-index: -1;
}

.shop_btn_container {
	margin-bottom: 70px;
}

.shop_btn {
	background: #17161B;
	/* padding: 15px 50px;
	margin: 25px auto; */
	padding: 15px 20px;
	margin: 25px 0;
	display: table;
	color: #fff;
	/* font-size: 20px; */
	font-size: 17px;
	border-radius: 40px;
	border: 2px solid #17161B;
	transition: 0.3s;
	width: 190px;
}

.shop_btn.sc {
	background: transparent;
	color: #17161B;
	padding: 15px 10px;
}

.shop_btn.ibim {
	padding: 15px 28px;
}

.shop_btn:hover {
	transition: 0.3s;
	background: #fff;
	color: #000;
	border: 2px solid #17161B;
}

.shop_btn.sc:hover {
	background: #17161B;
	color: #fff;
}

/* Store page ends */

/* Contact Page */
.contact-body {
	background: #f9f9f9;
	position: relative;
	padding: 160px 0 120px;
}

.contact-body .container {
	max-width: 1140px;
}

.contact-heading h2 {
	font-size: 80px;
	font-family: 'The Bristers Sans' !important;
	font-style: normal;
	font-weight: 400;
}

.contact-heading p {
	font-size: 20px;
}

.btn-save {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 55px;
	margin: 0 auto;
	display: table;
	border: 2px solid #000;
	padding: 0 50px;
	transition: 0.3s;
	border-radius: 50px;
}

.btn-save:hover {
	transition: 0.3s;
	color: #fff;
	background: #000;
}

.contact-body:before {
	position: absolute;
	content: "";
	left: 0;
	background: url(../../images/bloomfully/contact-left.png) no-repeat left;
	background-size: 100%;
	width: 335px;
	height: 590px;
	top: 310px;
	z-index: 0;
}

.contact-body:after {
	position: absolute;
	content: "";
	right: 0;
	background: url(../../images/bloomfully/contact-right.png) no-repeat right;
	background-size: 97%;
	width: 375px;
	height: 959px;
	top: 30px;
	z-index: 0;
}

footer {
	position: relative;
}

.contact-form {
	position: relative;
	z-index: 2;
	text-align: left;
}

.contact-form .form-control {
	border: #EAB1A0 2px solid;
	border-radius: 13px;
	background: #fff;
	color: #000;
	font-size: 16.5487px;
	transition: 0.5s;
}

.contact-form label {
	font-size: 20px;
	color: #828282;
	padding-left: 15px;
	font-weight: 600;
}

.contact-form .form-control:focus {
	box-shadow: none;
	outline: 0;
	border: #000 2px solid;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
	height: 60px;
}

textarea.form-control {
	height: 170px;
}

textarea {
	resize: none;
}
/* Contact Page close*/

.cursor-pointer {
	cursor: pointer;
}

.ui-pnotify-title {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}

.ui-pnotify {
	text-align: left;
}

.ui-pnotify-text {
	font-size: 16px;
	line-height: 1.4;
}

/*-------------Media-----------*/

@media (min-width: 1920px) and (max-width: 2100px) {
	.blvm-content {
		width: 100%;
	}
}

@media (max-width:1440px) {
	body {
		font-size: 28px;
	}

	.c-welcom-bloom h2 {
		font-size: 90px;
	}

	.world-need-wrapper>.content-box>h2 {
		max-width: 300px;
		font-size: 80px;
		margin: auto;
	}

	.btn {
		font-size: 20px;
	}

	.btn-black-trns {
		font-size: 24px;
	}

	.c-create-habit h2 {
		font-size: 100px;
	}

	.c-create-habit p {
		font-size: 24px;
		max-width: 100%;
	}

	.c-welcom-slider .slick-current.slick-active {
		width: 430px !important;
	}

	.c-welcom-slider .slick-current.slick-active .slide-img {
		width: 430px !important;
		height: 430px;
	}

	.c-welcom-slider .slide-img {
		width: 260px !important;
		height: 260px;
		/* filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.20)); */
		;
	}

	.blvm-card-content h2 {
		font-size: 70px;
	}

	.blvm-card-content p {
		font-size: 18px;
		line-height: 30px;
	}

	.banner-content-wrapper>.content-box>h1 {
		font-size: 80px;
		max-width: 90%;
		margin: auto;
	}

	.c-welcom-bloom {
		padding: 100px 0 0;
	}

	.c-believe-me::before {
		width: 500px;
		top: -250px;
	}

	.c-believe-me::after {
		width: 500px;
		top: -250px;
	}

	.contact-body:before {
		background-size: 80%;
	}

	.contact-body:after {
		background-size: 80%;
	}

	.blvm-content>p {
		font-size: 20px;
		margin: 20px 0 40px;
	}

	.store-content h2 {
		font-size: 70px;
		line-height: 80px;
	}

	.store-content p {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

@media (max-width: 1200px) {
	.blvm-content {
		top: 105%;
	}

	.contact-body:before {
		background-size: 60%;
	}

	.contact-body:after {
		background-size: 60%;
	}

	.btn {
		font-size: 15px;
	}

	.store-content h2 {
		font-size: 60px;
		line-height: 70px;
	}
}

@media (max-width: 1024px) {
	.nav-item .btn {
		border: 0;
		background: transparent;
		color: #fff;
	}

	.c-banner::after {
		background-position: right 100%;
		background-size: 80%;
		width: 35%;
		height: 260px;
		bottom: inherit;
		right: 0;
		top: 0;
	}

	.banner-content-wrapper>.content-box {
		max-width: 350px;
	}

	.banner-content-wrapper>.content-box>h1 {
		font-size: 50px;
	}

	.c-welcom-bloom h2 {
		font-size: 50px;
	}

	.c-believe-me::before {
		width: 30%;
		top: -200px;
		background-position: left top;
	}

	.c-believe-me::after {
		max-width: 30% !important;
		top: -200px;
		background-position: right top;
	}

	.c-welcom-slider {
		padding-bottom: 250px;
	}

	.c-welcom-slider .slick-current.slick-active {
		width: 300px !important;
	}

	.c-welcom-slider .slick-current.slick-active .slide-img {
		width: 300px !important;
		height: 300px;
	}

	.c-welcom-slider .slide-img {
		width: 200px !important;
		height: 200px;
	}

	.c-believe-me {
		padding-bottom: 150px;
	}

	.blvm-card-content {
		padding: 70px;
	}

	.world-need-wrapper>.content-box>h2 {
		margin: inherit;
	}

	.c-create-habit h2 {
		font-size: 60px;
	}

	.contact-body:after,
	.contact-body:before {
		background-size: 45% !important;
	}
}

@media (max-width: 991px) {

	.c-welcom-slider .slick-track {
		height: auto;
	}

	.c-welcom-slider {
		padding-bottom: 150px;
	}

	.footer-link li {
		padding-bottom: 0px;
	}

	.footer-social li a img {
		max-width: 50px;
	}

	.c-create-habit {
		padding: 100px 0;
	}

	.world-need-wrapper>.content-box>h2 {
		font-size: 55px;
	}

	.c-believe-me {
		padding-bottom: 0px;
	}

	.world-need-wrapper {
		top: 10%;
	}

	.blvm-card-content h2 {
		font-size: 50px;
	}

	.navbar-collapse {
		margin-top: 15px;
		/* border-top: 1px solid #8b7d81; */
		;
	}

	.c-believe-me::before {
		width: 300px;
		top: auto;
		background-position: left top;
	}

	.c-believe-me::after {
		width: 500px;
		top: 0;
		background-position: right top;
	}

	.c-welcom-slider .slick-current.slick-active {
		width: 400px !important;
	}

	.c-welcom-bloom p {
		font-size: 24px;
		line-height: 40px;
	}

	.c-welcom-slider .slick-current.slick-active .slide-img {
		width: 400px !important;
		height: 400px;
	}

	.contact-body:after,
	.contact-body:before {
		background-size: 35% !important;
	}

	.contact-body {
		padding: 120px 0 60px;
	}

	.blvm-content {
		position: relative;
		top: 30px;
		max-width: 100%;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.c-welcom-slider {
		padding-bottom: 50px;
	}

	.blvm-content img {
		max-width: 60%;
	}

	.c-banner::after {
		background-size: 60%;
	}

	.contact-heading h2 {
		font-size: 50px;
	}

	.contact-body:after, .contact-body:before {
		display: none;
	}

	.c-welcom-bloom {
		padding: 50px 0 0;
	}

	.c-welcom-slider .slick-current.slick-active .slide-img {
		width: 300px !important;
		height: 300px;
	}

	.comigsoon-block {
		padding-top: 140px;
	}

	.store-content h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.store-content p {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.footer-social li a img {
		max-width: 40px;
	}

	.footer-social {
		text-align: left;
		margin-top: 10px;
	}

	.c-create-habit {
		padding: 50px 0;
	}

	.c-create-habit p {
		font-size: 18px;
	}

	.c-create-habit h2 {
		font-size: 35px;
	}

	.world-need-wrapper>.content-box>h2 {
		font-size: 24px;
		max-width: 120px;
		text-align: center;
	}

	.blvm-card-content h2 {
		font-size: 35px;
	}

	.blvm-card-content {
		padding: 30px;
		border-radius: 50px;
	}

	.brand-logo {
		max-width: 60%;
	}

	.banner-content-wrapper>.content-box>h1 {
		font-size: 30px;
		max-width: 50%;
		float: right;
	}

	.c-welcom-bloom h2 {
		font-size: 33px;
	}

	.c-welcom-bloom p {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 420px) {
	.shop_btn {
		width: 200px;
	}
}
