/* Goolge Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins');

/* ===== Global ===== */
	* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
	a {
    text-decoration: none;
}
	ul {
    list-style: none;
}
	.active {
    color: #fc036b;
    text-decoration: underline;
    font-weight: bold;
}
	body , html {
    overflow-x: hidden;
}

/* Navbar */
	.navbar {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    color: black;
	font-size: 25px;
	font-weight: 600;
}
	.nav-links {
    display: flex;
    align-items: center;
}
	.nav-links li {
    margin: 0 30px;
}
	.logo {
	width: 100px;
	height: 100px;
}

										/* index */

	header {
    width: 100vw;
    height: 100vh;
    background-image: url('./imgs/building.png');
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
	.header-content {
    margin-bottom: 150px;
    color: black;						/*MAIN TITLE*/
    text-align: center;
}
	.header-content h2 {
    font-size: 4vmin;
}
	.line {
    width: 150px;
    height: 4px;
    background: #fc036b;
    margin: 10px auto;
    border-radius: 5px;
}
	.header-content h1 {
    font-size: 7vmin;
    margin-top: 50px;
    margin-bottom: 30px;
}
	.body-content p {
		color: #000;
		font-weight:500;
}
	.ctn {
    padding: 8px 15px;
    background: #fc036b;
    border-radius: 30px;
    color: whitesmoke;
}
	.menu-btn,.close-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    cursor: pointer;
    display: none;
}
											/*Treatments*/
												
	.treatments {
    width: 100vw;
    height: 100vh;
    background-image: url('./imgs/centraltree.png');
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
	.treatments-content {
    margin-bottom: 150px;
    color: whitesmoke;							/*MAIN TITLE*/
    text-align: center;
}
	.treatments-content h2 {
    font-size: 4vmin;
}
	.line {
    width: 150px;
    height: 4px;
    background: #fc036b;
    margin: 10px auto;
    border-radius: 5px;
} 
	.treatments-content h1 {
    font-size: 7vmin;
    margin-top: 50px;
    margin-bottom: 30px;
}
p {
	font-size: 25px;
}
	.ctn {
    padding: 8px 15px;
    background: #fc036b;
    border-radius: 30px;
    color: whitesmoke;
}
	.menu-btn,.close-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    cursor: pointer;
    display: none;
}

section {
	width: 80%;
	margin: 80px auto;
}
.title {
	text-align: center;
	font-size: 4vmin;
	color: #49497e;
}
.row {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.row .col img {
	width: 80%;
}
.row .col {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.treatments .row {
	margin-top: 50px;
}
h4 {
	font-size: 3vmin;
	color: #484872;
	margin: 20px auto;
}

.treatments .ctn {
	margin-top: 30px;
}

	.treats{
		text-align: center;
}
	.treats li{
		font-size: 25px;
}
	.treats p{
		text-align: center;
		font-size: 25px;
		font-weight: 600;
}
.aboutozone{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: #000;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    padding: 10px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.aboutozone-col{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 25px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.usage img{
    padding: 30px;
}
.aboutozone-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}	
												/*OZONE*/
	.ozone {
    width: 100vw;
    height: 100vh;
    background-image: url('./imgs/lakereflection.png');
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
	.ozone-content {
    margin-bottom: 150px;
    color: whitesmoke;							/*MAIN TITLE*/
    text-align: center;
}
	.ozone-content h2 {
    font-size: 4vmin;
}
	.line {
    width: 150px;
    height: 4px;
    background: #fc036b;
    margin: 10px auto;
    border-radius: 5px;
} 
	.ozone-content h1 {
    font-size: 7vmin;
    margin-top: 50px;
    margin-bottom: 30px;
}
	.ctn {
    padding: 8px 15px;
    background: #fc036b;
    border-radius: 30px;
    color: whitesmoke;
}
	.menu-btn,.close-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    cursor: pointer;
    display: none;
}
										/*TESTAMONIALS*/
.testamonials {
    width: 100vw;
    height: 100vh;
    background-image: url('./imgs/mountaindwelling.png');
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
	.testamonials-content {
    margin-bottom: 150px;
    color: whitesmoke;							/*MAIN TITLE*/
    text-align: center;
}
	.testamonials-content h2 {
    font-size: 4vmin;
}
	.line {
    width: 150px;
    height: 4px;
    background: #fc036b;
    margin: 10px auto;
    border-radius: 5px;
} 
	.testamonials-content h1 {
    font-size: 7vmin;
    margin-top: 50px;
    margin-bottom: 30px;
}
	.video .row .col .claire {
		width: 51vw;
		height: 51vh;
	}
	.video .row .col .steve {
		width: 51vw;
		height: 51vh;
	}
	

	.ctn {
    padding: 8px 15px;
    background: #fc036b;
    border-radius: 30px;
    color: whitesmoke;
}
	.menu-btn,.close-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    cursor: pointer;
    display: none;
}


										/*CONTACT*/

.contact {
    width: 100vw;
    height: 100vh;
    background-image: url('./imgs/laketowers.png');
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
	.contact-content {
    margin-bottom: 150px;
    color: whitesmoke;
    text-align: center;
}
	.contact-content h2 {
    font-size: 4vmin;
}
	.line {
    width: 150px;
    height: 4px;
    background: #fc036b;
    margin: 10px auto;
    border-radius: 5px;
} 
	.contact-content h1 {
    font-size: 7vmin;
    margin-top: 50px;
    margin-bottom: 30px;
}
	.location{
		width: 80%;
		margin: auto;
		padding: 80px 0;
}
	.location iframe{
		width: 100%;
}
	.contact-us{
		width: 80%;
		margin: auto;
}
	.contact-col{
		flex-basis: 48%;
		margin-bottom: 30px;
}
	.contact-col div{
		display: flex;
		align-items: center;
		margin-bottom: 40px;
}
	.contact-col div .fa{
		font-size: 28px;
		color: #f44336;
		margin: 10px;
		margin-right: 30px;
}
	.contact-col div p{
		padding: 0;
}
	.contact-col div h5{
		font-size: 20px;
		margin-bottom: 5px;
		color: #555;
		font-weight: 400;
}
	.contact-col input, .contact-col textarea{
		width: 100%;
		padding: 15px;
		margin-bottom: 17px;
		outline: none;
		border: 2px solid #ccc;
		box-sizing: border-box;
}
	.ctn {
    padding: 8px 15px;
    background: #fc036b;
    border-radius: 30px;
    color: whitesmoke;
}
	.menu-btn,.close-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    cursor: pointer;
    display: none;
}

	
	
/* Events /////////////////////////////////////////////////*/
section {
    width: 80%;
    margin: 80px auto;
}

h4 {
    font-size: 3vmin;
    color: #484872;
    margin: 20px auto;
}
p {
    color: #7c7c7c;
    padding: 0px 40px;
}

.explore {
    width: 100%;
    height: 100vh;
    background-image: url('./img/bg2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.explore-content {
    width: 60%;
    padding: 50px;
    color: whitesmoke;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.explore-content h1 {
    font-size: 7vmin;
}
.explore-content .line{
    margin-bottom: 50px;
}
.explore-content p {
    color: rgb(221, 221, 221);
}
.explore-content .ctn {
    margin-top: 40px;
}

.content-col {
    width: 40%;
}
.image-col {
    width: 60%;
}
.tours .image-gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.image-gallery img {
    max-width: 300px;
    margin: 10px;
}
.content-col h1{
    font-size: 7vmin;
    color: #484872;
}
.content-col .line {
    margin-left: -1px;
}
.content-col p {
    padding: 0;
    margin: 30px auto;
}
.content-col .ctn {
    margin-left: -100px;
}

.footer {
    width: 100%;
    min-height: 100px;
    padding: 20px 80px;
    margin: 0;
    background: skyblue;
    text-align: center;
}
.footer p {
    color: whitesmoke;
    margin: 20px auto;
}


/* Mobile device */
@media only screen and (max-width:850px){
    .menu-btn {
        display: block;
    }
    .navbar {
        padding: 0;
    }
    .logo {
        position: absolute;
        top: 30px;
        left: 30px;
    }
    .nav-links {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background: skyblue;
        margin-top: -900px;
        transition: all 0.5s ease;
    }
    .mobile-menu {
        margin-top: 0px;
        border-bottom-right-radius: 30%;
    }
    .nav-links li {
        margin: 30px auto;
    }
    /* Events */
    .row {
        flex-direction: column;
    }
    .row .col {
        margin: 20px auto;
    }
    .col img {
        max-width: 90%;
    }
    /* explore */
    .explore-content {
        width: 100%;
    }
    .tours .col {
        width: 100%;
    }
    .image-gallery {
        justify-content: center;
        align-items: center;
    }
    .image-gallery img {
        width: 90%;
    }
    .footer {
        padding: 10px;
    }
}

/* Animations */
img {
    transition: transform .3s ease;
}
img:hover {
    transform: scale(1.1);
}
.ctn:hover {
    background: whitesmoke;
    color: #fc036b;
    box-shadow: 2px 2px 5px #00000056;
}
li:hover {
    color: #fc036b;
    cursor: pointer;
}