@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Quicksand&display=swap");
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #F4C89C;
}
#home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.title {
  font-family: "Bebas Neue", cursive;
  color: black;
  font-size: 6rem;
  text-align: center;
}
.subtitle {
  font-family: "Quicksand", sans-serif;
  font-size: 1.5rem;
  text-align: justify;
  color: black;
  width: 70vw;
}
.btn {
  border: transparent;
  background-color: transparent;
}
.buttoncontainer a {
  text-align: center;
  color: white;
  font-size: 1rem;
  text-decoration: none;
}
#music {
  background-color: #1663C7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#journal {
  color: white;
  background-color: green;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

@media screen and (max-width: 672px) {
    .title{
      font-size: 4rem;
    }
    .subtitle {
      font-size: 1rem;
    }
    #navbar ul li{
      font-size: 1rem;
    }
    #navbar {
      justify-content: center;
    }
}
@media screen and (max-width: 1422px) {
  .imagecontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #whyus {
    font-size: 0.9rem;
  }
  img {
    margin: 1vh;
  }
}

.imagecontainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
img {
  display: flex;
  margin: 5vh;
}
p {
    font-family: "Quicksand", sans-serif;
    color: white; 
    font-size: 1.5rem;
    text-align: center;
}
.buttoncontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 3vh;
  width: vw;
  background-color: #e86830;
  text-align: center;
  background-color: transparent;
  color: black;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  padding: 6px 20px;
  margin: 20px;
  border-radius: 20px;
  cursor: pointer;
  background-color: #e86830;
}
nav {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	font-family: 'Montserrat', sans-serif;
	padding: 0 5%;
	height: 100px;
	background-color: transparent;
  color: black;
}
nav .logo {
	float: left;
	width: 40%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: black;
}
nav .links {
	float: right;
	padding: 0;
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
nav .links li {
	list-style: none;
}
nav .links a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#nav-toggle {
	position: absolute;
	top: -100px;
}
nav .icon-burger {
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
nav .icon-burger .line {
	width: 30px;
	height: 5px;
	background-color: black;
	margin: 5px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}
@media screen and (max-width: 768px) {
  nav .logo {
	transform: translate(0px,98987px);
	}
	nav .links {
		float: none;
		position: fixed;
		z-index: 9;
		left: 0;
		right: 0;
		top: 100px;
		bottom: 100%;
		width: auto;
		height: auto;
		flex-direction: column;
		justify-content: space-evenly;
		background-color: #e86830;;
		overflow: hidden;
		box-sizing: border-box;
		transition: all .5s ease-in-out;
		color: white;
	}
	nav .links a {
		font-size: 20px;
		color: white;
	}
	nav :checked ~ .links {
		bottom: 0;
	}
	nav .icon-burger {
		display: block;
	}
	nav :checked ~ .icon-burger .line:nth-child(1) {
		transform: translateY(10px) rotate(225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(3) {
		transform: translateY(-10px) rotate(-225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(2) {
		opacity: 0;
	}
	

.youtube-link {
	position: fixed;
	left: 20px;
	bottom: 20px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
video {
  height: 40vh;
  width: 40vw;
}
.background{
  animation: dynamicBG 10s infinite ;
}
/*#awareness {
	color: white;
	background-color: #EED7DB;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200vh;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
  color: red;
}

a:active  {
  text-decoration: underline;
  color: green;
}
@media screen and (max-width: 672px) {
    .title{
      font-size: 4rem;
    }
    .subtitle {
      font-size: 1rem;
    }
    #navbar ul li{
      font-size: 1rem;
    }
    #navbar {
      justify-content: center;
    }
}
@media screen and (max-width: 1422px) {
  .imagecontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #whyus {
    font-size: 0.9rem;
  }
  img {
    margin: 1vh;
  }
}

.imagecontainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
img {
  display: flex;
  margin: 5vh;
}
p {
    font-family: "Quicksand", sans-serif;
    color: white; 
    font-size: 1.5rem;
    text-align: center;
}
.buttoncontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 4vh;
  width: vw;
  background-color: #e86830;
  text-align: center;
  background-color: transparent;
  color: black;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  padding: 6px 20px;
  margin: 20px;
  border-radius: 20px;
  cursor: pointer;
  background-color: #e86830;
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	list-style: none;
}
.button{
  border: 3px solid #20e3ba;
  height: fit-content;
  width: 80vw;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: 0.5s;
}
.button:hover{
  height: fit-content;
  width: 70vw;
  box-shadow: 0 1px 10px #a770ef inset, 0 1px 10px #a770ef, 0 1px 10px #a770ef inset, 0 1px 10px #a770ef;
}
.depression1{
	font-family: "Bebas Neue", cursive;
	color: black;
	font-size: 4rem;
}
  .anxiety1{
	font-family: "Bebas Neue", cursive;
	color: black;
	font-size: 4rem;
	align-items: left;
	display: flex;
  }
  .stress1{
	font-family: "Bebas Neue", cursive;
	color: black;
	font-size: 4rem;
  }
.box{
  display: flex;
  width: 80vw;
  height: fit-content;
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid black;
  justify-content: center;
  flex-direction: column;
  font-size: 1rem;
  flex-wrap: wrap;
}
.awareness_text{
  font-family: "Bebas Neue", cursive;
  color: black;
  font-size: 2.8rem;
  text-align: center;
}
.title1{
  font-family: "Bebas Neue", cursive;
  color: black;
  font-size: 2.5rem;
  text-align:center;
  justify-content: center;
  align-items: center;}