@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&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body
{
  background: #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;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 300px;
}

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: 150px;
  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;
}
h2#text
{
  position: absolute;
  color: black;
  white-space: nowrap;
  font-size: 5vw;
  transform: translateY(0px);
}

#btn
{
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 40px;
  background: #fff;
  color: #2b1055;
  transform: translateY(100px);
  font-size: 1.5em;
  z-index: 11;
}


section img#part1_1 {
  z-index: 6;
}
section img#part1_2 {
  z-index: 0;
}
section img#part1_3 {
  z-index: 1;
}
section img#part1_4 {
  z-index: 5;
}
section img#part1_5 {
  z-index: 4;
}
section img#part1_6 {
  z-index: 7;
}
section img#part1_8 {
  z-index: 10;
}
section img#part1_9 {
  z-index: 3;
}
section img#part1_10 {
  z-index: 2;
}


#btn1 {
  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;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  bottom: 200px;
  right: 350px;
  font-size: 3em;
}
#btn2 {
  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;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  margin-bottom: 100px;
  margin-right: 850px;
  font-size: 1.2em;
}
#btn3 {
  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;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  bottom: 180px;
  margin-left: 1200px;
  font-size: 1.2em;
}
#btn4 {
  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;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  bottom: 150px;
  margin-right: 200px;
  font-size: 1.2em;
}
#btn5 {
  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;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  bottom: 300px;
  margin-left: 230px;
  font-size: 1.2em;
}

.section p {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.8rem;
  text-align: left;
  color: black;
}

#para1 {
  position: relative;
  text-align: justify;
  right: 350px;
  bottom: 200px;
  width: 400px;
}

#para2 {
  position: relative;
  text-align: justify;
  left: 250px;
  top: 100px;
  width: 500px;
}

#para3 {
  position: relative;
  text-align: justify;
  right: 280px;
  bottom: 50px;
  width: 470px;
}

#para4 {
  position: relative;
  text-align: justify;
  left: 310px;
  bottom: 50px;
  width: 550px;
}

#para5 {
  position: relative;
  text-align: justify;
  right: 320px;
  top: 150px;
  width: 550px;
}