@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');



:root {
	--primary-orange:#EC7E15;
	--primary-blue: #2B3691;    
	--animationVal:0;
}
   

body{
	overflow-x:hidden;
	font-weight: 400;
	font-style: normal;
	overflow-x:hidden;
	font-size:1rem;
    font-family: 'Montserrat', sans-serif;
}

img{
	max-width:100%;
}

a{
	color: var(--primary-orange);
}

a:hover{
	/* color: white; */
	text-decoration: none;
}

.container{
	max-width: 1200px;
}

.top-container {
	max-width:1600px;
}

ul{
	list-style: none;
	padding: 0;
}



html, body{
	height: 100% !important;
}

.input input {
	width: 100% !important;
	background: #fcfcfc;
	font-size: 16px;
}

input{
	border: none;
}

input:focus{
	border-color: transparent;
	box-shadow: none;
	outline: 0 none;
}

.input .password:after {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	right: 8px;
	background: url("/assets/images/eye.svg");
	top: 50%;
	transform: translateY(-50%);
	background-size:cover;
}

.input {
	border-radius: 8px;
	border: 2px solid rgb(220, 220, 220);
	padding: 6px 12px;
	position: relative;
}


/*  ----------------------------------------------------------	*/
/*  					Buttons / Headings 	 					*/
/*  ----------------------------------------------------------	*/
.btn, {
	font-weight: 700;
	border-radius: 10px;
}

.btn-primary{
	background: var(--primary-orange);
	border-color: var(--primary-orange);
}


.connect-btn{
	font-weight: 700 !important;
	border-radius: 10px !important;
	background: var(--primary-orange) !important;
	border-color: var(--primary-orange) !important;
	color: #fff !important;
} 


.btn-secondary{
	background: var(--primary-blue);
}

.btn-secondary:hover {
	background: #444D95;
}

.btn-outline-secondary{
	border-width: 2px;
	border-color: var(--primary-blue);
	color: var(--primary-blue) !important;
}

.btn-outline-primary{
	border-width: 2px;
	border-color: var(--primary-orange);
	color: var(--primary-orange) !important;
}

.btn-outline-primary:hover{
	border-color: var(--primary-orange);
	color: white !important;
	background-color: #ed8a2e;
}


.btn-primary:hover{
	background: #D36700;
	border-color: #D36700;
}

.input-group-quantity .form-control{
	max-width: 80px;
	border: 0px;
	-webkit-appearance: none;
	 -moz-appearance: textfield;
}

.input-group-quantity .btn{
	
}

.input-group-quantity .btn:hover{
	color: ;
}

h1 {
	font-weight: bold;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	/* font-family: kon-tiki-aloha-jf, Arial, sans-serif; */
	font-style: normal;
	color: var(--primary-blue);
	
}

h1, .h1{ font-size: 2.0rem; }
h2, .h2{ font-size: 1.6rem; }
h3, .h3{ font-size: 1.5rem;}
h4, .h4{ font-size: 1.4rem;}
h5, .h5{ font-size: 1.2rem;}
h6, .h6{ font-size: 1rem;}

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	h1, .h1{ font-size: 2.2rem; }
	h2, .h2{ font-size: 1.8rem; }
	h3, .h3{ font-size: 1.6rem;}
	h4, .h4{ font-size: 1.4rem;}
	h5, .h5{ font-size: 1.2rem;}
	h6, .h6{ font-size: 1rem;}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

.breadcrumbWrap{
	display: none;
}


/*  ----------------------------------------------------------	*/
/*  				  	  Home Page			 					*/
/*  ----------------------------------------------------------	*/

.home-banner{
	height: 80vh;
	background: var(--primary-blue);
	margin-top: -90px;
}

.home-banner .home-title {
	position: relative;
	color: white;
	font-weight: bolder;
	width: 86%;
	transform: translateX(0%);
	opacity: 1;
	animation: slideInFromLeft 1s ease-out;
}

.home-banner .home-text {
	transform: translateX(0%);
	opacity: 1;
	animation: slideInFromLeft 1.6s ease-out;
}

@keyframes slideInFromLeft {
	0% {
	  transform: translateX(-200%);
	  opacity: 0;
	}
	100% {
	  transform: translateX(0);
	  opacity: 1;
	}
}

.home-banner .home-book-session{
	background-color: var(--primary-orange);
	width: fit-content;
	padding: 8px 20px;
	color: white;
	text-align: center;
	border-radius: 10px;
	font-weight: 600;
}

@media (max-width: 768px) {
	.home-banner .home-book-session{
		padding: 8px 14px;
		color: white;
		text-align: center;
		border-radius: 8px;
		font-weight: 600;
		font-size: 14px;
	}

	.home-banner {
		padding-top: 130px;
	}
	
	.member-login{
		transform: none !important;
		margin-bottom: 40px !important;
	}
}

.home-banner .home-book-session a{
	color: white;
}


.home-banner img {
	opacity: 0;
}

img.loaded {
	opacity: 1;
	animation: fadeIn 1.5s linear;
}

@keyframes fadeIn {
	0% {
	  /* transform: translateX(-200%); */
	  opacity: 0;
	}
	100% {
	  /* transform: translateX(0); */
	  opacity: 1;
	}
}

.member-login{
	opacity: 0;
	border-radius: 18px;
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
	background: white;
	transform: translateY(-50%);
	position: relative;
	margin-bottom: -50px;
}

.member-login-text {
	font-weight: 600;
	font-size: 18px;
	color: var(--primary-blue);
}

@media (max-width: 768px) {
	.member-login-text {
		font-size: 14px;
	}
	
}


.member-login h4 {
	font-weight: 700;
}

.loaded .member-login{
	opacity: 1;
	transition: opacity 1s ease-in;
}

.home-banner .music-note {
	background: url("/assets/images/music-note.svg");
	right: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

#note-1{
	--transform-origin-x: 0vmin;
	--transform-origin-y: -3vmin;
	--rotate-origin: 0deg;
	width: 6vmin;
	height: 8vmin;
	animation: float 6s ease-in-out infinite;
	transform: translate( var(--transform-origin-x), var(--transform-origin-y) );
}

#note-2{
	--transform-origin-x: 5.5vmin;
	--transform-origin-y: -10vmin;
	--rotate-origin: 50deg;
	width: 4.5vmin;
	height: 6vmin;
	animation: float 7s ease-in-out infinite;
	transform: translate( var(--transform-origin-x), var(--transform-origin-y) ) rotate(var(--rotate-origin));
}


#note-3{
	--transform-origin-x: 10.5vmin;
	--transform-origin-y: -9.5vmin;
	--rotate-origin: 0deg;
	width: 3vmin;
	height: 4.5vmin;
	animation: float 6.6s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translate( var(--transform-origin-x), var(--transform-origin-y) ) rotate(var(--rotate-origin));
	}
	50% {
		transform: translate( var(--transform-origin-x), calc(var(--transform-origin-y)*1.4) ) rotate(var(--rotate-origin));
	}
	100% {
		transform: translate( var(--transform-origin-x), var(--transform-origin-y) ) rotate(var(--rotate-origin));
	}
}

#location_section {
	background-color: #f6f6f6;
}

.location-card p{
	color: var(--primary-orange);
	font-size: 16px;
}

.location-card h3{
	color: var(--primary-orange);
	font-size: 20px;
	font-weight: bold;
}

.iconify {
	font-size: 20px;
	color: #EC7E15;
}

.location-card{
	background-color: #ffffff94;
	border-radius: 24px;
	transform: scale(1) translateY(0);
	transition: all 0.2s linear ;
}

.location-card-image{
	height: 300px;
	background-position: center;
	background-size: 100%;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	transition: all 0.25s linear;
}

.location-card:hover{
	background-color: white;
	transform: scale(1.03) translateY(-2%);
	box-shadow: 0px 5px 10px 1px #00000017;
}

.location-card:hover .location-card-image {
	background-size: 200%;
}

#locations h3 {
	background: var(--primary-blue);
	color: white;
	padding: 10px;
	border-radius: 14px;
}

/* Home text section */

#home-info {
	min-height: 100vh;
	background-color: white;
	position: relative;
}

/* #home-info::before {
	background-image: url("/assets/images/music-note.svg");
	display: block;
	content: "";
	width: 10%;
	opacity: 0.3;
	background-position: center;
	background-size: contain;
	position: absolute;
	height: 100%;
	right: 0;
} */

.if-title {
	color: var(--primary-orange);
	font-weight:900;
	line-height: 70px;
	margin-bottom: 9px;
}

.if-description {
	color: var(--primary-blue);
	font-weight:bold;
}

#if-you-1 .if-title{
	font-size: 78px;
}
#if-you-2 .if-title{
	font-size: 78px;
}
#if-you-3 .if-title{
	font-size: 78px;
}

#if-you-1 .if-description{
	font-size: 32px;
	margin-left: 25.5%;
	margin-bottom: 0;
}
#if-you-2 .if-description{
	font-size: 32px;
	flex: 1;
	line-height: 32px;
	margin-left:25.5%;
}
#if-you-3 .if-description{
	font-size: 32px;
	margin-left:25.5%
}

.home-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: var(--primary-blue);
}

.card-footer{
	background: white;
	border: none;
}

.card-image .card-img-top {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}



/* Calendar */

.ll-skin-melon .ui-datepicker th{
	color: var(--primary-orange);
}
.ll-skin-melon td .ui-state-active {
	background-color: var(--primary-orange);
	color: white !important;
}

.ll-skin-melon td .ui-state-default {
	color: var(--primary-blue);
}

.list-group-item.active{
	background-color: var(--primary-blue);
	border-color: var(--primary-blue);
}

@media(max-width:990px){
.dropdown-menu {
	position:initial!important;
	margin-left:5vmin
}
}
