* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
}

button {
	font-family: 'Poppins', sans-serif;
}

header {
	display: flex;
	width: 100%;
    background-color: rgb(245,225,211);
	height: 7vh;
	margin: auto;
	align-items: center;
}

.header-left,
.header-centre,
.header-right {
	display: flex;
    z-index:3;
}

.header-left {
    flex: 1;
    margin: 30px;
}
.header-centre {
	flex: 2;
    justify-content: center;
}

.header-right {
    flex: 1;
    justify-content: flex-end;
    margin: 30px;
}

.nav-link {
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none; 
}

.social-image {
    margin: 5px;
}

.under-header {
	display: flex;
    width: 100%;
    z-index:3;
}
.under-header-rule {
    flex: 1;
    align-content: center;
    z-index:3;
    border-top: 1px solid rgba(255, 255, 255, 0.185);
}

.presentation {
	display: flex;
	width: 90%;
	margin: auto;
	min-height: 50vh;
	align-items: center;
}

.introduction {
    flex: 1;
    align-content: center;
    z-index:3;
}

.intro-text h1{
    display: flex;
	text-align: center;
	font-size: 54px;
	font-weight: 500;
    color: white;
    justify-content: center;
}

.intro-text p{
    display: flex;
	margin: 5px;
	font-size: 32px;
	color:white;
    justify-content: center;
}

.cta{
    display: flex;
    width: 100%;
	align-items: center;
}

.cta-buttons {
    flex: 1;
    z-index:3;
    align-content: center;    
    text-align: center;
}

.cta-booking{
    z-index: 3;
    background: white;
	width: 220px;
	border: none;
	height: 45px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;    
	margin: 10px ;
}

.cta-price{
	border: 2px solid white;
	background: transparent;
	width: 220px;
	height: 45px;
	cursor: pointer;
	font-size: 15px;
	color: white;
	font-weight: 500;    
	margin: 10px;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
    overflow : hidden; 
    z-index:1;
 }
 .video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%; 
    min-height: 100%; 
  
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
  
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:1;
 }

 .contact-detail {
	display: flex;
	width: 100%;
	height: 30vh;
	margin: auto;
	align-items: center;   
    background-color: rgb(109, 109, 109);

}

.contact-detail p{
    display: flex;
	margin: 5px;
	font-size: 15px;
	color:white;
    justify-content: center;
}

.contact-left, .contact-centre, .contact-right{
    z-index:3;   
    flex: 1;
    margin: 5px;
	text-align: center;
}

.prices {
    /* background-color: violet; */
	display: flex;
	width: 90%;
	margin: auto;

	align-items: center;
}

.price-heading {
    flex: 1;
    align-content: center;
    z-index:3;
	text-align: center;
    margin: 30px;
    margin-top: 50px;
}

.price-list{
    display: flex;    
	padding: 50px 0px 0px 0px;
    justify-content: center;    
}

.service-container {
    border-bottom: 1px solid rgba(0,0,0,.1);
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.accordion  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: none;
    border-top: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
    padding: 17px 0;
    width: 100%;
    outline: none;
}

.service-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.booking {
    display: flex;
	width: 100%;
	margin: auto;
	align-items: center;
}

.book-appointment{
    flex: 1;
    align-content: center;
	text-align: center;
    padding: 30px;
}

.cta-book{
	background: black;
	width: 220px;
	border: none;
	height: 45px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;    
    color: white;
	margin: 0px 0px 0px 0px;
}

.our-story {
    background-color: rgb(253,243,235);
	display: flex;
	width: 100%;
    align-items: center;
}

.our-story-left,
.our-story-right {
     z-index:3;
}
 
.our-story-left {
   flex: 1;
}

.our-story-right {
   flex: 1;
   justify-content: center;
}

.story-image {
    margin: 0px;
    width: 100%;
    height: auto;
}

.story-text h1{
	text-align: left;
	font-size: 34px;
	font-weight: 500;
    color: black;
    justify-content: left;
    padding-left: 70px;
    padding-top: 20px;;
}

.story-text p{
    display: flex;
	margin: 5px;
	font-size: 16px;
	color:black;
    justify-content: left;
    padding-left: 70px;
    padding-top: 20px;
    padding-right: 60px;
}

.hbn-girl {
/*    background-color: violet; */
	display: flex;
	width: 60%;
	margin: auto;
    justify-content: center;
    align-items: center;
}

.girl-text h1{
	text-align: center;
	font-size: 34px;
	font-weight: 500;
    font-style: italic;
    color: black;
    padding-top: 30px;
}

.girl-text p{
    display: flex;
	font-size: 16px;
	color:black;
    text-align: center;
    margin: 30px;
}

.girl-text img {
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contact-detail-bottom {
	display: flex;
	width: 100%;
	height: 40vh;
	margin: auto;
	align-items: center;  
    background-color: rgb(253,243,235) ;
}

.contact-detail-bottom p{
    display: flex;
	margin: 5px;
	font-size: 15px;
	color:black;
    justify-content: center;
}

.contact-left-bottom, .contact-centre-bottom, .contact-right-bottom{
    z-index:3;   
    flex: 1;
    margin: 5px;
	text-align: center;
}

.join-team {
	display: flex;
	width: 100%;
	height: 50vh;
	margin: auto;
	align-items: center;  
    background-color: rgb(253,243,235) ;
    justify-content: center;
}

.team-outer{
    width: 60%;
	text-align: center;
    padding: 40px;
}

.team-outer p {
    padding: 30px;
}

.team-apply{
	border: 2px solid rgb(0, 0, 0);
	background: transparent;
	width: 220px;
	height: 45px;
	cursor: pointer;
	font-size: 15px;
	color: black;
	font-weight: 500; 
	margin: 0px 0px 0px 0px;
}


.ig-intro {
    flex: 1;
    align-content: center;
    margin: 30px;
    justify-content: center;
}

.ig-text {
    padding: 30px;
}

.ig-text h1{
    display: flex;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
    color: black;
    justify-content: center;
}

.ig-text a{
    display: flex;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
    color: black;
    justify-content: center;
    text-decoration: none;
}

.ig-follow{
	border: 2px solid rgb(0, 0, 0);
	background: transparent;
	width: 320px;
	height: 45px;
	cursor: pointer;
	font-size: 15px;
	color: black;
	font-weight: 440;    
	margin: 30px 0px 0px 0px;
}

.ig-images{ 
    flex: 1;
    margin: 5px;
	text-align: center;
}

.ig-image{ 
    flex: 1;
    margin: 5px;
}

.instagram {
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.ig-image-box {
    display: flex;
    background-color:white;
    justify-content: center;
    margin: 10px;
}

.ig-image-box img {
    width: 100%;
    margin: 0px;
}
.footer {
	display: flex;
	width: 100%;
	height: 40vh;
	margin: auto;
	align-items: center;  
    background-color: rgb(245,225,211)  ;
}

.footer-left { 
    flex: 1;
    margin: 50px;
	text-align: left;
}

.footer-right { 
    margin: 50px;
    flex: 1;
	text-align: right;
    align-items: center;;
}

.footer p{
    display: flex;
	margin: 5px;
	font-size: 15px;
	color:black;
}

@media screen and (max-width: 1024px) {
  
    .presentation {
        flex-direction: column;
        min-height: 18vh;
        padding-top: 30px;
    }


    .intro-text h1 {
        font-size: 32px;
    }

    .intro-text p {
        font-size: 20px;
    }
        
    .header-left, .header-right {
        display: none;
        flex: 1;
        margin: 30px;
    }

    .cta {
        flex-direction: column;
        justify-content: center;     
        min-height: 20vh;             
    }

    .prices {
        padding-top: 70px;
        flex-direction: column;
    }

    .contact-detail {
        flex-direction: column;
        width: 100%;
        MIN-height: 40vh;
        margin: auto;
        align-items: center;    
        background-color: rgb(109, 109, 109);        
    }    

    .our-story {
        background-color: rgb(253,243,235);
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .story-text h1{
        text-align: left;
        font-size: 34px;
        font-weight: 500;
        color: black;
        justify-content: left;
        padding-left: 30px;
        padding-top: 20px;;
    }

    .story-text p{
        display: flex;
        margin: 5px;
        font-size: 16px;
        color:black;
        justify-content: left;
        padding-left: 30px;
        padding-top: 20px;
        padding-right: 30px;
        padding-bottom: 20px;
    }
    
 
    .girl-text p{
        display: flex;
        font-size: 16px;
        color:black;
        text-align: center;
        margin: 10px;
    }
        
    .team-outer{
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .instagram {
        flex-direction: column;
    }

    .contact-detail-bottom {
        flex-direction: column;
        height: 70vh;
        padding: 30px;;
    }

    .footer {
        flex-direction: column;
        height: 35vh;
    }

    .footer-left { 
        flex: 1;
        margin: 10px;
    }
    
    .footer-right { 
        margin: 10px;
       flex: 1;
    }    
} 