<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
@media (min-width: 1681px) and (max-width: 1920px) {
.hero h1 {
	right: 15.5%;
}
}

@media (min-width: 1367px) and (max-width: 1680px) {
.hero h1 {
	right: 11.5%;
}
}
@media (min-width:1000px){
	.dropdown:hover .dropdown-menu {
	Display: block;
}
	
}

@media (max-width: 992px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav&gt;li {
	float: none;
}
.navbar-nav&gt;li&gt;a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}

@media (max-width: 992px) {
header .navbar-brand {
	margin-top: -70px;
}
.socialise {
	display: none;
}
.beauty-grid ul li {
	width: 31%;
}
.beauty-grid ul li:nth-child(5n) {
	margin-right: 15px;
}
.address-hold ul li {
	width: 100%;
	min-height: inherit;
}
.contact-banner {
	bottom: 0;
	color: #333;
	left: 0;
	position: relative;
	width: 100%;
	margin-top: 30px;
}
}

@media (max-width: 767px) {

header .navbar-brand {
	margin-top: -50px;
}
.hero h1 {
	top: 50%;
	font-size: 24px;
}
.abt-info h2 {
	text-align: left;
	margin-right: 0;
}
.beauty-section, .gallery-section {
	height: auto;
}
.gallery-section {
	overflow: hidden;
	width: 100%;
}
.beauty-grid ul li {
	width: 100%;
	margin-right: 0;
}
.g5.thumb, .g4.thumb {
	float: left;
	width: 35%;
}
.g4.thumb {
	margin-left: 45px;
}
.thumb {
	margin: 0 0 15px 0;
}
.abt-info, .henna-info {
	background: rgba(0,0,0,0)
}
.about-section {
	position: relative;
	width: 100%;
	height: auto;
	background: transparent url(../images/about-bg-mob.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	background-attachment: scroll
}
.henna-section {
	position: relative;
	width: 100%;
	height: auto;
	background: transparent url(../images/henna-bg-mob.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 60px 0;
	-webkit-backface-visibility: hidden;
	background-attachment: scroll
}
.navbar-nav &gt; li font {
	text-transform: uppercase;
	color: #777;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
}

@media (max-width: 320px) {
.hero h1 {
	top: 25%;
	font-size: 40px;
}
.hero .scroll-page {
	bottom: 20px;
}
.about-section, .henna-section {
	height: auto;
	padding: 45px 0;
}
.henna-section {
	padding-bottom: 135px;
}
.gallery-grid .col-xs-9 {
	width: 66%;
}
}

@media (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
.hero .scroll-page {
	bottom: 15px;
	right: 75%;
}
.about-section, .henna-section {
	height: auto;
}
.about-section .scroll-down {
	bottom: 50px;
	left: 90%;
}
.henna-section {
	padding: 60px 0 135px 0;
}
.beauty-grid ul li {
	margin-right: 15px;
	width: 45%;
}
.gallery-grid .col-xs-9 {
	width: 100%;
}
.gallery-grid .col-xs-9 .thumb {
	width: 45%;
	float: left;
	margin: 10px;
}
}
</pre></body></html>