@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/
/* customizations */

@media only screen and (max-width: 767px){
	.home{
		height: 350px !important;
	}

	.header_content{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.hamburger{
		display: inline-block !important;
	}

	.menu_nav ul li a{
		color: #000 !important;
		font-size: 16px !important;
	}

	.home_slider_container{
		height: 550px !important;
	}

	.parallax_background{
		/*background: linear-gradient(135deg, #f2f8f8, #d4e7e8) !important;*/
	}

	.hair-treatment-section{
		margin-top: 50px !important;
	}

}







/* General styles for all screen sizes */
.service {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.service .icon_container {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    float: none !important;
    display: flex !important;
}

.services_row {
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
}

.button a{
	padding-left: 60px;
    padding-right: 60px;
}

/* mobile-view */

@media only screen and (max-width: 767px)
{
	.hamburger{
		float: inline-end;
		margin-left: 150px;
	}

	.home_container{
		top: 50% !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		text-align: center;
	}

	.home_image{
		/*display: none !important;*/
		text-align: center !important;
		width: 180px;
		height: 180px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.home_image img{
		max-width: 100%;
		/* height: auto; */
		margin: 0 auto;
	}

	.header_content {
        padding: 15px;
    }

	.home_title{
		font-size: 20px !important;
	}

	.intro_content{
		padding: 0px;
		text-align: center !important;
	}
    
	.intro_form_container{
		border-radius: 20px;
	}

	.about-img img{
		border-radius: 20px;
	}

	.why_content{
		padding: 0px;
		text-align: center !important;
	}

	.why_content .icon_container{
		display: none !important;
	}

	.why_list_content{
		text-align: center !important;
		padding: 0px !important;
	}

	.services_row{
		margin: 0px !important;
		justify-content: center !important;
		text-align: center !important;
		align-items: center !important;
	}

	.service {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.service .icon_container{
		text-align: center !important;
		justify-content: center !important;
		align-items: center !important;
		margin: 0 auto !important;
		float: none !important;
		display: flex !important;
	}

	.footer_content{
		text-align: center !important;
		padding: 0px !important;
	}

	.footer_location .locations_list{
		text-align: center !important;
		margin: 0px !important;
		max-width: 350px !important;
	}

	.home_buttons {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		width: 100%;
		gap: 15px;
		margin-top: 25px;
	}

	.home_buttons > div {
		width: 80%;
		max-width: 280px;
		margin-right: 0 !important;
	}
	.home_text p{
	    font-size: 13px;
	}
}


/************
1. 1840px
************/

@media only screen and (max-width: 1840px)
{
	.main_nav
	{
	    margin-left: 143px;
	}
}

/************
1. 1760px
************/

@media only screen and (max-width: 1760px)
{
	.work_hours
	{
	    display: none;
	}
}

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	.main_nav
	{
		margin-left: 54px;
	}
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.header_phone
	{
		display: none;
	}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.main_nav ul li:not(:last-child)
	{
		margin-right: 29px;
	}
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.header_button
	{
		display: none;
	}
	.home_slider_dots
	{
		left: calc((100vw - 930px) / 2);
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.main_nav,
	.header_social
	{
		display: none;
	}
	.home_slider_dots
	{
		left: calc((100vw - 690px) / 2);
	}
	.hamburger
	{
		display: block;
	}
	.intro_form_container
	{
		margin-top: 30px;
	}
	.why_image
	{
		position: relative;
		bottom: auto;
		right: auto;
	}
	.why_content
	{
		padding-bottom: 60px;
	}
	.why_image img
	{
		max-width: 100%;
	}
	.cta_phone
	{
		margin-top: 33px;
	}
	.footer_col:not(:last-child)
	{
		margin-bottom: 80px;
	}
	.footer_location,
	.footer_contact
	{
		padding-top: 0;
	}
	.service_col {
        margin-bottom: 30px;
    }

    .why_image_container {
        margin-top: 40px;
    }

    .cta {
        padding: 60px 0;
    }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.home_slider_dots
	{
		left: calc((100vw - 510px) / 2);
	}
	.home_content
	{
		max-width: 100%;
	}
	 .home_title p
	{
		font-size: 10px;
	} 
	.home_subtitle
	{
		font-size: 24px;
	}
	.milestone_col:not(:last-child)
	{
		margin-bottom: 50px;
	}
	.extra_content
	{
		width: 100%;
	}
	.footer_bar_content
	{
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer_nav
	{
		margin-top: 15px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 13px;
	}
	h2
	{
		font-size: 36px;
	}
	.header.scrolled .header_content,
	.header_content
	{
		height: 60px;
	}
	.home
	{
		margin-top: 60px;
		height: 100vh;
	}
	.logo a > div:first-child
	{
		font-size: 24px;
	}
	.logo a > div:last-child
	{
		font-size: 10px;
	}
	.section_subtitle
	{
		font-size: 16px;
	}
	.header_content
	{
		padding-left: 15px;
		padding-right: 30px;
	}
	.button
	{
		height: 40px;
	}
	.button a
	{
		font-size: 12px;
		line-height: 36px;
		padding-left: 31px;
		padding-right: 30px;
	}
	.home_slider_dots
	{
		display: none !important;
	}
	.home_subtitle
	{
		font-size: 18px;
	}
	/* .home_title
	{
		font-size: 36px;
	} */
	.cta_title
	{
		font-size: 28px;
	}
	.cta_phone
	{
		font-size: 24px;
	}
	.extra_disc > div:first-child
	{
		font-size: 48px;
	}
	.extra_disc > div:last-child
	{
		font-size: 20px;
	}
	.extra_title
	{
		font-size: 56px;
	}
	.newsletter
	{
		padding-bottom: 67px;
	}
	.newsletter_row
	{
		margin-top: 39px;
	}
	.newsletter_title
	{
		font-size: 24px;
	}
	.newsletter_input
	{
		width: calc(100% - 120px);
		height: 40px;
	}
	.newsletter_input::-webkit-input-placeholder
	{
		font-size: 13px !important;
	}
	.newsletter_input:-moz-placeholder
	{
		font-size: 13px !important;
	}
	.newsletter_input::-moz-placeholder
	{
		font-size: 13px !important;
	} 
	.newsletter_input:-ms-input-placeholder
	{ 
		font-size: 13px !important;
	}
	.newsletter_input::input-placeholder
	{
		font-size: 13px !important;
	}
	.newsletter_button
	{
		width: 142px;
		height: 40px;
		font-size: 12px;
	}
	.opening_hours
	{
		left: auto;
		width: 100%;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_buttons {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 15px;
	}

	.home_buttons > div {
		margin-right: 0 !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_buttons {
		display: flex;
		justify-content: flex-start;
		gap: 20px;
	}

	.home_buttons > div {
		margin-right: 0 !important;
	}
}