@import url('https://fonts.googleapis.com/css2?family=Castoro+Titling&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Rose:wght@300;400;500;600;700&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body
{
  background: linear-gradient(#DCD1CE, #fff);
  font-family: 'Poppins', sans-serif;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

section
{
  position: relative;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: 100vh;
  padding: 100px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: #b67b69;
}

header
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  background-color: rgba(170,62,33,0.8);
}
header .title
{
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}
header ul
{
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li
{
  list-style: none;
  margin-left: 20px;
}
header ul li a
{
  text-decoration: none;
  padding: 6px 15px;
  color: #fff;
  border-radius: 20px;
}
header ul li a.active,
header ul li a:hover
{
  background: #fff;
  color: rgba(170,62,33,0.8);
}
section
{
	position: relative;
	width: 100%;
	height: 100vh;
	padding: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
section:before
{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top,#fff,transparent);
  z-index: 1000;
}
section img
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
section img#mountains_front
{
  z-index: 10;
}
h2#text
{
  position: absolute;
  padding-Top: 5vh;
  color: #fff;
  white-space: nowrap;
  font-size: 3vw;
  font-family: 'Red Rose', sans-serif;
  text-shadow: 1px 2px #985810;
  white-space: nowrap;
  transform: translateY(0px);
}
h2#text1
{
  position: absolute;
  padding-bottom: 30vh;
  padding-right: 5vw;
  color: #f3e9df;
  white-space: nowrap;
  font-size: 7vw;
  font-family: 'Red Rose', sans-serif;
  font-weight: 500;
  text-align: left;
  line-height: 80px;
  white-space: nowrap;
  opacity: 0.5;
  transform: translateY(0px);
}
#btn
{
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 40px;
  background: #fff;
  color:#b67b69;
  transform: translateY(100px);
  font-size: 1.5em;
  z-index: 11;
}

.sec
{
  position: relative;
  min-height: 500px;
  padding-top: 200px;
  padding-bottom: 100px;
  padding-left: 200px;
  padding-right: 200px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec h2
{
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #2a3145;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
}
.sec p
{
  color: #2a3145;
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.8rem;
}
.sec hr
{
  border-top: 0.5px solid #2a3145;
  width: 82%;
}
#sec1 {
  color: #2a3145;
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.8rem;
  text-align: center;
}
#sec1 p {
  margin-top: -150px;
  color: #2a3145;
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.8rem;
  text-align: center;
}

.graph
{
  position: relative;
  min-height: 500px;
  padding-left: 300px;
  padding-right: 300px;
  background: #fff;
}
.graph h2
{
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #2a3145;
  font-weight: 500;
  font-family: 'Castoro Titling', sans-serif;
  letter-spacing: 2px;
}
.graph h3
{
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #2a3145;
  font-weight: 500;
  font-family: 'Poppin', sans-serif;
  letter-spacing: 2px;
}
.graph h4
{
  font-size: 0.7em;
  margin-bottom: 20px;
  color: #2a3145;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Poppin', sans-serif;
}
.graph h5
{
  font-size: 0.7em;
  margin-bottom: 20px;
  color: #2a3145;
  font-weight: 100;
  text-align: left;
  font-family: 'Poppin', sans-serif;
  line-height: 1.2rem;
}
.graph p
{
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.8rem;
  text-align: left;
  color: black;
}

.button {
  background-color: rgba(170,62,33);
  border-radius: 40px;
  color: white;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  cursor: pointer;
  z-index: 11;
}