diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..6f3a291
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "liveServer.settings.port": 5501
+}
\ No newline at end of file
diff --git a/README.md b/README.md
index 0fb2f74..51ce495 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,53 @@
+# Deforestation scrollytelling experience
+
+The project is a scrollytelling experience that highlights the impacts of deforestation. It is aimed to educate adults between the age of 35 – 45 about deforestation by visualizing how deforestation effects animals and humans alike. Additionally, the project serves as a platform to promote The Nature Conservancy's initiatives in nature preservation.
+
+## Why the project is useful
+
+The project is useful for us as it helps us develop our coding skills while also gaining experience using Git/GitHub. It also provides a visually engaging way to present the impacts of deforestation and to promote conservation efforts.
+
+## How to get started
+
+### Running the project
+
+1. Clone the project to your local enviroment using git clone https://github.com/AdvancedCSS2023/assignment-3--scrollytelling-group_4.git or go to https://github.com/AdvancedCSS2023/assignment-3--scrollytelling-group_4 and press "Open in Visual Studio Code"
+2. Open the index.html file by running a live server with the live server plugin in Visual Studio Code or open it in a browser
+
+### Contributing to the project
+
+1. Make a new branch from master
+2. Commit changes to the new branch and pubish it to github
+3. Make a pull request for merging the new branch with master
+
+
+## Where to seek help
+
+### Reporting bugs, suggesting enhancements and other issues
+
+To report issues and bugs in the project, or suggest enhancements:
+
+1. Go to the Issues section in the Repository on Github.
+2. Click on “New Issue”.
+3. Write a detailed explanation of the issue.
+4. Click “Submit” to create the Issue.
+
+### Help contributing to the project
+
+To get help contributing to the project, please reach out to one of the contributors on Github.
+
+## Which technology is used
+
+The project is developed using mostly HTML and CSS/SASS. The project also utilizes some Javascript, particularly the Intersection Observer API. The codebase is hosted on Github.
+
+## Who are the creators/maintainers
+
+The project is developed and maintained by students in the Advanced CSS course at NTNU.
+
+The main contributors are:
+
+- Andreas Christiansen
+- Sander Byenstuen
+
+
+[](https://classroom.github.com/a/E1TYCvbT)
[](https://classroom.github.com/online_ide?assignment_repo_id=10887732&assignment_repo_type=AssignmentRepo)
diff --git a/assets/Basic Animations.svg b/assets/Basic Animations.svg
new file mode 100644
index 0000000..00d0d2e
--- /dev/null
+++ b/assets/Basic Animations.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
diff --git a/assets/building-tall-one.svg b/assets/building-tall-one.svg
new file mode 100644
index 0000000..f85264b
--- /dev/null
+++ b/assets/building-tall-one.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/building-tall-three.svg b/assets/building-tall-three.svg
new file mode 100644
index 0000000..108ec02
--- /dev/null
+++ b/assets/building-tall-three.svg
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/building-tall-two.svg b/assets/building-tall-two.svg
new file mode 100644
index 0000000..b277958
--- /dev/null
+++ b/assets/building-tall-two.svg
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/cat.svg b/assets/cat.svg
new file mode 100644
index 0000000..52b0e2d
--- /dev/null
+++ b/assets/cat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/cloud-one.svg b/assets/cloud-one.svg
new file mode 100644
index 0000000..51f64a9
--- /dev/null
+++ b/assets/cloud-one.svg
@@ -0,0 +1 @@
+
diff --git a/assets/cloud-two.svg b/assets/cloud-two.svg
new file mode 100644
index 0000000..87b45e5
--- /dev/null
+++ b/assets/cloud-two.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/cow.svg b/assets/cow.svg
new file mode 100644
index 0000000..8e27f50
--- /dev/null
+++ b/assets/cow.svg
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/deforestation-bg-image.jpg b/assets/deforestation-bg-image.jpg
new file mode 100644
index 0000000..c04f4f6
Binary files /dev/null and b/assets/deforestation-bg-image.jpg differ
diff --git a/assets/factory.svg b/assets/factory.svg
new file mode 100644
index 0000000..b27af56
--- /dev/null
+++ b/assets/factory.svg
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/fire-one.svg b/assets/fire-one.svg
new file mode 100644
index 0000000..f753d81
--- /dev/null
+++ b/assets/fire-one.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/fire-two.svg b/assets/fire-two.svg
new file mode 100644
index 0000000..41cd48e
--- /dev/null
+++ b/assets/fire-two.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/house-large-one.svg b/assets/house-large-one.svg
new file mode 100644
index 0000000..66840a3
--- /dev/null
+++ b/assets/house-large-one.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/house-large-three.svg b/assets/house-large-three.svg
new file mode 100644
index 0000000..2407c4b
--- /dev/null
+++ b/assets/house-large-three.svg
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/assets/house-large-two.svg b/assets/house-large-two.svg
new file mode 100644
index 0000000..bf3b5a7
--- /dev/null
+++ b/assets/house-large-two.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/house-small-one.svg b/assets/house-small-one.svg
new file mode 100644
index 0000000..de2c715
--- /dev/null
+++ b/assets/house-small-one.svg
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/house-small-two.svg b/assets/house-small-two.svg
new file mode 100644
index 0000000..b534bca
--- /dev/null
+++ b/assets/house-small-two.svg
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/assets/hut-small-one.svg b/assets/hut-small-one.svg
new file mode 100644
index 0000000..a309577
--- /dev/null
+++ b/assets/hut-small-one.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/monkey.svg b/assets/monkey.svg
new file mode 100644
index 0000000..63329ba
--- /dev/null
+++ b/assets/monkey.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/people-man-four.svg b/assets/people-man-four.svg
new file mode 100644
index 0000000..0a0a2b5
--- /dev/null
+++ b/assets/people-man-four.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/people-man-one.svg b/assets/people-man-one.svg
new file mode 100644
index 0000000..982a3c5
--- /dev/null
+++ b/assets/people-man-one.svg
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/people-man-three.svg b/assets/people-man-three.svg
new file mode 100644
index 0000000..402ca62
--- /dev/null
+++ b/assets/people-man-three.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/people-man-two.svg b/assets/people-man-two.svg
new file mode 100644
index 0000000..bb2e2d6
--- /dev/null
+++ b/assets/people-man-two.svg
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/pexels-tom-fisk-6778632-1920x1080-30fps.mp4 b/assets/pexels-tom-fisk-6778632-1920x1080-30fps.mp4
new file mode 100644
index 0000000..f856f84
Binary files /dev/null and b/assets/pexels-tom-fisk-6778632-1920x1080-30fps.mp4 differ
diff --git a/assets/rain-forest-image.jpg b/assets/rain-forest-image.jpg
new file mode 100644
index 0000000..ad05b9d
Binary files /dev/null and b/assets/rain-forest-image.jpg differ
diff --git a/assets/sun.svg b/assets/sun.svg
new file mode 100644
index 0000000..a122994
--- /dev/null
+++ b/assets/sun.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/tree_1.svg b/assets/tree_1.svg
new file mode 100644
index 0000000..1d48f63
--- /dev/null
+++ b/assets/tree_1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/tree_2.svg b/assets/tree_2.svg
new file mode 100644
index 0000000..7f7cf26
--- /dev/null
+++ b/assets/tree_2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/tree_3.svg b/assets/tree_3.svg
new file mode 100644
index 0000000..687bdd8
--- /dev/null
+++ b/assets/tree_3.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/tree_4.svg b/assets/tree_4.svg
new file mode 100644
index 0000000..800b524
--- /dev/null
+++ b/assets/tree_4.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/tree_5.svg b/assets/tree_5.svg
new file mode 100644
index 0000000..5008d8a
--- /dev/null
+++ b/assets/tree_5.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..54dda18
--- /dev/null
+++ b/index.html
@@ -0,0 +1,823 @@
+
+
+
+
+
+
+
+
+ Advanced - CSS | Scrollytelling
+
+
+
+
+
+ PLEASE USE LANDSCAPE MODE FOR A BETTER VIEWING EXPERIENCE
+ OPEN ANYWAYS
+
+
+
+ This page is made by Andreas Christiansen and Sander Byenstuen through the Advanced CSS course at NTNU.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Deforestation
+
The world has a problem with deforestation
+
Deforestation is when forests are cut down, and not expected to grow back
+
The land is then used for agriculture, mining and urbanization
+
10 million hectares of forest are destroyed each year
+
At that rate, the world's forests will be gone by 2100
+
Nearly all deforestation globally happens in the tropic regions
+
Tropical rainforests are home to more than half of the world's species
+
But they only cover about 6% of Earth's land surface
+
We will now present you with a visualization of how deforestation affects humans and wildlife alike
+
+
+
Here is a small village and a lush forest.
+
The forest, and the forest ground has been an important source of wood, food, valuable minerals, and fertile soil for thousands of years.
+
Due to the dramatic growth of the human population, the scale of deforestation has increased a lot.
+
+
We cut down the forest to create infrastructure and grow food so we can live longer and easier.
+
This leads to population growth, and a need for more expansion. More deforestation.
+
Numerous species are forced to migrate, while others face extinction.
+
The lack of forest effects climate change as CO2 stored in trees is released back into the atmosphere.
+
+
Trees and its soil absorb water during periods of heavy rainfall.
+
As the trees are cut down the risk of flood increases as their ability to hold water is reduced.
+
Trees also keep the air moist and creates shade that keeps sunlight away form the forest floor.
+
As more trees are cut down, the probability of extreme fires increases.
+
Both floods and fires especially effects human population near the forests.
+
These communities are often poor settlements that rely on the land for their livelihoods and may have a difficult time recovering from floods or fires.
+
+
The current state of the world’s forests might seem grim.
+
+
Global reforestation efforts are increasing.
+
Major projects, such as the "bonn challenge ", aim to restore hundreds of millions of hectares of deforested land.
+
Increased awareness of deforestations impact on wildlife and expansion of protected areas are more prevalent than ever.
+
The UN has set the ambitious goal of protecting 30% of the earths land and oceans by 2030.
+
However, these efforts still lack funding.
+
Please consider donating to The Nature Conservancy, one of the most effective and wide-reaching environmental organizations in the world.
DONATE NOW
+
+
+
+
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..0b95b11
--- /dev/null
+++ b/script.js
@@ -0,0 +1,32 @@
+//Intersection observer
+const textboxes = document.querySelectorAll(".textbox");
+const tree = document.querySelector(".wrapper__container");
+
+const observer = new IntersectionObserver(
+ (entries) => {
+ entries.forEach((entry) => {
+ entry.target.classList.toggle(
+ "textbox--intersecting",
+ entry.isIntersecting
+ );
+ let textboxAtribute = entry.target.getAttribute("id");
+ tree.setAttribute("animation", textboxAtribute)
+ });
+ },
+ {
+ threshold: 1,
+ }
+);
+
+textboxes.forEach((textbox) => {
+ observer.observe(textbox);
+});
+
+
+// orientation button
+const orientationButton = document.querySelector(".orientation__message--button");
+const orientationContainer = document.querySelector("#landscape__message--container");
+
+orientationButton.addEventListener("click", () => {
+ orientationContainer.remove();
+})
\ No newline at end of file
diff --git a/styles/_animation.scss b/styles/_animation.scss
new file mode 100644
index 0000000..be40964
--- /dev/null
+++ b/styles/_animation.scss
@@ -0,0 +1,888 @@
+// Base transition/animation properties
+.tree {
+ animation-name: tree-movement;
+ animation-duration: 30s;
+ animation-iteration-count: infinite;
+ transform-origin: 50% 100%;
+ transition: transform 2s, opacity 3s;
+}
+
+.house,
+.building__container,
+.factory,
+.cow,
+.people {
+ transition: opacity 2s, transform 2s;
+ transition-delay: 1s;
+}
+
+.forest_animal {
+ transition: transform 5s, opacity 5s;
+}
+
+.foreground__container {
+ transition: opacity 1s;
+}
+
+.cloud__one {
+ animation: cloud-animation 30s alternate-reverse infinite;
+}
+.cloud__two {
+ animation: cloud-animation 40s alternate-reverse ease-in-out infinite;
+}
+
+.people {
+ animation: walk 1s step-end infinite;
+}
+.people__man--two {
+ animation-delay: 0.3s;
+}
+
+.people__man--three {
+ animation-delay: 0.7s;
+}
+
+.cow {
+ z-index: 4;
+}
+
+.cow__head {
+ animation: cow-nod 4s infinite;
+}
+
+.forest_animal_head {
+ animation-name: head-movement;
+ animation-duration: 3s;
+ animation-iteration-count: infinite;
+ transform-origin: 50% 100%;
+}
+
+.factory {
+ animation: factory-vibration 0.3s linear infinite both;
+}
+
+.fire {
+ transition-duration: 2s;
+}
+
+.fire {
+ animation: walk 0.7s step-end infinite;
+}
+
+.flood__container,
+.people__man--one {
+ transition-duration: 1.5s;
+}
+
+
+
+// Intersection observer animation properties
+
+.wrapper__container[animation="box_11"] {
+ .foreground__container {
+ opacity: 0;
+ }
+
+ .factory {
+ opacity: 0;
+ display: none;
+ }
+
+ .cow {
+ opacity: 0;
+ display: none;
+ }
+
+ .house__large--three {
+ opacity: 0;
+ display: none;
+ }
+
+ .house__large--two {
+ opacity: 0;
+ display: none;
+ }
+
+ .people__man--four {
+ opacity: 0;
+ display: none;
+ }
+
+ .people__man--two {
+ opacity: 0;
+ display: none;
+ }
+
+ .building__container {
+ opacity: 0;
+ display: none;
+ }
+}
+
+
+.wrapper__container[animation="box_12"] {
+ .foreground__container {
+ display: none;
+ }
+
+ .factory {
+ opacity: 0;
+ }
+
+ .cow {
+ opacity: 0;
+ }
+
+ .house__large--three {
+ opacity: 0;
+ }
+
+ .house__large--two {
+ opacity: 0;
+ }
+
+ .people__man--four {
+ opacity: 0;
+ }
+
+ .people__man--two {
+ opacity: 0;
+ }
+
+ .building__container {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_13"] {
+ .foreground__container {
+ display: none;
+ }
+
+ .factory {
+ opacity: 0;
+ }
+
+ .cow {
+ opacity: 0;
+ }
+
+ .house__large--three {
+ opacity: 0;
+ }
+
+ .house__large--two {
+ opacity: 0;
+ }
+
+ .people__man--four {
+ opacity: 0;
+ }
+
+ .people__man--two {
+ opacity: 0;
+ }
+
+ .building__container {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_14"] {
+ .foreground__container {
+ display: none;
+ }
+
+ .factory {
+ opacity: 0;
+ }
+
+ .cow {
+ opacity: 0;
+ }
+
+ .house__large--three {
+ opacity: 0;
+ }
+
+ .house__large--two {
+ opacity: 0;
+ }
+
+ .people__man--four {
+ opacity: 0;
+ }
+
+ .people__man--two {
+ opacity: 0;
+ }
+
+ .building__container {
+ opacity: 0;
+ }
+
+ .tree__row--front-right {
+ animation: none;
+ }
+}
+
+
+.wrapper__container[animation="box_15"] {
+ .foreground__container {
+ opacity: 0;
+ }
+
+ .factory {
+ opacity: 0;
+ }
+
+ .people__man--four {
+ opacity: 0;
+ }
+
+ .people__man--two {
+ opacity: 0;
+ }
+
+ .building__container {
+ opacity: 0;
+ }
+
+ .tree__row--front-right {
+ animation: none;
+ transform: rotate(-90deg);
+ opacity: 0;
+ }
+
+ .tree__row--front-left {
+ animation: none;
+ }
+
+ #cat_2 {
+ transform: translateY(-15vh);
+ z-index: 1;
+ }
+
+ #monkey_1 {
+ transform: translateY(-10vh);
+ z-index: 1;
+ }
+}
+
+
+.wrapper__container[animation="box_16"] {
+ .foreground__container {
+ opacity: 0;
+ }
+
+ .tree__row--front-right {
+ opacity: 0;
+ }
+
+ .tree__row--front-left {
+ animation: none;
+ transform: rotate(-90deg);
+ opacity: 0;
+ }
+
+ #cat_1 {
+ transform: translateY(-5vh);
+ z-index: 1;
+ }
+
+ #cat_2 {
+ transform: translateY(-15vh);
+ z-index: 1;
+ }
+
+ #cat_3 {
+ transform: translateY(-10vh);
+ z-index: 1;
+ }
+
+ #monkey_1 {
+ transform: translateY(-10vh);
+ z-index: 1;
+ }
+
+ #monkey_3 {
+ transform: translateY(-20vh);
+ z-index: 1;
+ }
+}
+
+
+.wrapper__container[animation="box_17"] {
+ .foreground__container {
+ opacity: 0;
+ }
+
+ .factory {
+ transition-duration: 2s;
+ opacity: 1;
+ }
+
+ #cat_1,
+ #cat_2,
+ #cat_3,
+ #monkey_1,
+ #monkey_3 {
+ transform: translateY(-50vh);
+ opacity: 0;
+ }
+
+ .tree__row--front {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_18"] {
+ .foreground__container {
+ display: none;
+ }
+
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+
+ #monkey_2 {
+ opacity: 1;
+ }
+}
+
+
+.wrapper__container[animation="box_19"] {
+ .foreground__container {
+ display: none;
+ }
+
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+
+ #monkey_2 {
+ opacity: 1;
+ }
+
+ .tree__row--middle-right {
+ animation: none;
+ }
+}
+
+
+.wrapper__container[animation="box_20"] {
+ .foreground__container {
+ display: none;
+ }
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+
+ #monkey_2 {
+ opacity: 1;
+ }
+
+ .tree__row--middle-right {
+ animation: none;
+ transform: rotate(-90deg);
+ opacity: 0;
+ }
+
+ .flood__container {
+ transform: translateY(-25vh);
+ opacity: 1;
+ }
+
+ #cow_1 {
+ transform: translateY(-5vh);
+ }
+
+ .people__man--one,
+ #cow_3,
+ #cow_4 {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_21"] {
+ .foreground__container {
+ display: none;
+ }
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+
+ #monkey_2 {
+ opacity: 1;
+ }
+
+ .tree__row--middle-right {
+ opacity: 0;
+ }
+
+ .tree__row--middle-left {
+ animation: none;
+ }
+
+ .flood__container {
+ opacity: 1;
+ top: 75vh;
+ }
+
+ #cow_1 {
+ transform: translateY(-5vh);
+ }
+
+ .people__man--one,
+ #cow_3,
+ #cow_4 {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_22"] {
+ .foreground__container {
+ display: none;
+ }
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+
+ #monkey_2 {
+ transform: translateY(-50vh);
+ }
+
+ .tree__row--middle-left {
+ animation: none;
+ transform: rotate(-90deg);
+ opacity: 0;
+ }
+
+ .tree__row--middle-right {
+ opacity: 0;
+ }
+
+ .fire__animation--one,
+ .fire__animation--two {
+ transition-delay: 0.3s;
+ transition-duration: 1s;
+ opacity: 1;
+ }
+
+ .flood__container {
+ opacity: 1;
+ top: 75vh;
+ }
+
+ #cow_1 {
+ transform: translateY(-5vh);
+ }
+
+ .people__man--one,
+ #cow_3,
+ #cow_4 {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_23"] {
+ .factory {
+ animation-play-state: paused;
+ }
+
+ .foreground__container {
+ display: none;
+ }
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .tree__row--middle {
+ opacity: 0;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+
+ .fire__animation--one,
+ .fire__animation--two {
+ opacity: 1;
+ }
+
+ .fire__animation--three,
+ .fire__animation--four {
+ // transition-delay: .3s;
+ transition-duration: 1s;
+ opacity: 1;
+ }
+
+ .flood__container {
+ opacity: 1;
+ top: 75vh;
+ }
+
+ #cow_1 {
+ transform: translateY(-5vh);
+ }
+
+ .people__man--one,
+ #cow_3,
+ #cow_4 {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_24"] {
+ .foreground__container {
+ display: none;
+ }
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .tree__row--middle {
+ opacity: 0;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+ .fire {
+ opacity: 1;
+ }
+
+ .factory {
+ animation-play-state: paused;
+ }
+
+ .flood__container {
+ opacity: 1;
+ top: 75vh;
+ }
+
+ #cow_1 {
+ transform: translateY(-5vh);
+ }
+
+ .people__man--one,
+ #cow_3,
+ #cow_4 {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_25"] {
+ .foreground__container {
+ display: none;
+ }
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .tree__row--middle {
+ opacity: 0;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+
+ #monkey_1 {
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+ }
+
+ #cat_1 {
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+ }
+
+ .fire {
+ opacity: 1;
+ }
+ .factory {
+ animation-play-state: paused;
+ }
+ .flood__container {
+ opacity: 1;
+ top: 75vh;
+ }
+
+ #cow_1 {
+ transform: translateY(-5vh);
+ }
+
+ .people__man--one,
+ #cow_3,
+ #cow_4 {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_26"] {
+ .foreground__container {
+ display: none;
+ }
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .tree__row--middle {
+ opacity: 0;
+ }
+
+ .tree__row--middle-left {
+ opacity: 1;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+
+ #monkey_1 {
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+ }
+
+ #cat_1 {
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+ }
+
+ .fire {
+ transition-duration: 1s;
+ opacity: 0;
+ }
+
+ .factory {
+ animation-play-state: paused;
+ }
+ .people__man--one,
+ #cow_3,
+ #cow_4 {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_27"] {
+ .foreground__container {
+ display: none;
+ }
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+
+ #monkey_1 {
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+ }
+
+ #cat_1 {
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+ }
+
+ .people__man--one,
+ #cow_3,
+ #cow_4 {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_28"] {
+ .foreground__container {
+ display: none;
+ }
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+
+ #monkey_1 {
+ opacity: 1;
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+ }
+
+ #monkey_2 {
+ opacity: 1;
+ }
+
+ #cat_1 {
+ opacity: 1;
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+ }
+
+ .people__man--one,
+ #cow_3,
+ #cow_4 {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_29"] {
+ .foreground__container {
+ display: none;
+ }
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+
+ #monkey_1 {
+ opacity: 1;
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+ }
+
+ #monkey_2 {
+ opacity: 1;
+ }
+
+ #cat_1 {
+ opacity: 1;
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+ }
+
+ .people__man--one,
+ #cow_3,
+ #cow_4 {
+ opacity: 0;
+ }
+}
+
+
+.wrapper__container[animation="box_30"] {
+ .foreground__container {
+ display: none;
+ }
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .forest_animal {
+ opacity: 0;
+ }
+
+ #monkey_1 {
+ opacity: 1;
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+ }
+
+ #monkey_2 {
+ opacity: 1;
+ }
+
+ #cat_1 {
+ opacity: 1;
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+ }
+
+ .people__man--one,
+ #cow_3,
+ #cow_4 {
+ opacity: 0;
+ }
+}
+
+.wrapper__container[animation="box_31"] {
+ .foreground__container {
+ display: none;
+ }
+ .tree__row--front {
+ opacity: 0;
+ }
+
+ .people__man--one,
+ .forest_animal,
+ #cow_3,
+ #cow_4 {
+ opacity: 0;
+ }
+
+ #monkey_1 {
+ opacity: 1;
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+ }
+
+ #monkey_2 {
+ opacity: 1;
+ }
+
+ #cat_1 {
+ opacity: 1;
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+ }
+
+ .main__text {
+ font-weight: bolder;
+ }
+
+ .backdrop__filter {
+ transition-duration: 1.5s;
+ opacity: 1;
+ }
+}
diff --git a/styles/_colors.scss b/styles/_colors.scss
new file mode 100644
index 0000000..40f3082
--- /dev/null
+++ b/styles/_colors.scss
@@ -0,0 +1,35 @@
+:root {
+ --main-background-color: linear-gradient(
+ 180deg,
+ rgba(0, 245, 255, 1) 45%,
+ rgba(45, 166, 0, 1) 40%
+ );
+ --main-background-color-dark: linear-gradient(
+ rgb(190, 9, 240) 45%,
+ rgb(79, 111, 68) 40%
+ );
+ --main-text-color: black;
+ --main-text-color-dark: white;
+ --secondary-text-color: white;
+ --textbox-background-color: rgba(255, 255, 255, 0.9);
+ --textbox-background-color-dark: black;
+ --secondary-textbox-bg-color: green;
+ --donate-hover: rgb(0, 175, 0);
+ --landscape-message-bg-color: azure;
+ --landscape-message-button-color: rgb(255, 104, 104);
+ --landscape-message-button-hover: rgb(250, 149, 149);
+ --secondary-textbox-bg-color-dark: rgb(112, 0, 120);
+ --donate-hover-dark: rgb(157, 8, 168);
+ --landscape-message-bg-color-dark: rgb(31, 15, 77);
+ --landscape-message-button-color-dark: rgb(188, 1, 157);
+ --landscape-message-button-hover-dark: rgb(237, 3, 198);
+ --flood-background: rgba(0, 31, 166);
+ --flood-gradient: linear-gradient(
+ 0deg,
+ rgba(0, 31, 166, 0.6) 50%,
+ rgba(0, 95, 255, 1) 100%
+ );
+ --link-text-color-dark:rgba(4, 255, 234, 0.993);
+ --link-text-color-dark-visited:orange;
+ --filter-color: rgba(0, 0, 0, .5);
+}
diff --git a/styles/_keyframes.scss b/styles/_keyframes.scss
new file mode 100644
index 0000000..e122194
--- /dev/null
+++ b/styles/_keyframes.scss
@@ -0,0 +1,119 @@
+@keyframes cloud-animation {
+ 0% {
+ transform: translateX(-10vw);
+ }
+
+ 50% {
+ transform: translateX(10vw);
+ }
+ 100% {
+ transform: translateX(0vw);
+ }
+}
+
+@keyframes tree-movement {
+ 0% {
+ transform: rotate(0);
+ }
+ 25% {
+ transform: rotate(5deg);
+ }
+ 50% {
+ transform: rotate(-2.5deg);
+ }
+ 75% {
+ transform: rotate(5deg);
+ }
+ 100% {
+ transform: rotate(0);
+ }
+}
+
+@keyframes tree-fall {
+ 0% {
+ transform: rotate(0deg);
+ }
+ 50% {
+ transform: rotate(-90deg);
+ }
+ 100% {
+ opacity: 0;
+ transform: rotate(-90deg);
+ }
+}
+
+@keyframes walk {
+ 0% {
+ transform: rotateY(0deg);
+ }
+ 50% {
+ transform: rotateY(180deg);
+ }
+ 100% {
+ transform: rotateY(0deg);
+ }
+}
+
+@keyframes head-movement {
+ 0% {
+ transform: rotate(5deg);
+ }
+
+ 50% {
+ transform: rotate(-2.5deg);
+ }
+ 100% {
+ transform: rotate(5deg);
+ }
+}
+
+@keyframes cow-nod {
+ 0% {
+ transform: rotate(0deg);
+ }
+ 50% {
+ transform: rotate(10deg);
+ }
+ 100% {
+ transform: rotate(0deg);
+ }
+}
+
+@keyframes factory-vibration {
+ 0% {
+ transform: translate(0);
+ }
+ 20% {
+ transform: translate(-1px, 1px);
+ }
+ 40% {
+ transform: translate(-1px, -1px);
+ }
+ 60% {
+ transform: translate(1px, 1px);
+ }
+ 80% {
+ transform: translate(1px, -1px);
+ }
+ 100% {
+ transform: translate(0);
+ }
+}
+
+@keyframes fade-out {
+ 0% {
+ opacity: 1;
+ }
+ 100% {
+ opacity: 0;
+ }
+}
+
+@keyframes fade-in {
+ 0% {
+ opacity: 0;
+ }
+ 100% {
+ opacity: 1;
+ }
+}
diff --git a/styles/_media-queries.scss b/styles/_media-queries.scss
new file mode 100644
index 0000000..4422016
--- /dev/null
+++ b/styles/_media-queries.scss
@@ -0,0 +1,187 @@
+#landscape__message--container {
+ display: none;
+}
+
+@media (orientation: portrait) {
+ #landscape__message--container {
+ display: block;
+ }
+
+ .main__text.intro__text {
+ margin-right: 10vh;
+ }
+}
+
+.landscape__off {
+ display: hidden;
+}
+
+@media screen and (max-width: 768px) {
+ h1 {
+ font-size: 2rem;
+ }
+
+ .button__donation {
+ font-size: 1.2rem;
+ min-width: 70%;
+ }
+
+ .main__text.intro__text {
+ font-size: 1.2rem;
+ }
+
+ }
+
+
+// Reduced motion media query
+
+@media (prefers-reduced-motion) {
+ #cat_1,
+ #cat_2,
+ #cat_3,
+ #monkey_1,
+ #monkey_2,
+ #monkey_3 {
+ transition: opacity 5s;
+ }
+
+ .people {
+ animation: none;
+ }
+
+ .tree {
+ animation: none;
+ }
+
+ .cloud {
+ animation: none;
+ }
+
+ #factory {
+ animation: none;
+ }
+
+ .cow__head {
+ animation: none;
+ }
+
+ .forest_animal_head {
+ animation: none;
+ }
+
+ .wrapper__container[animation="box_15"] {
+ .tree__row--front-right {
+ transform: rotate(0);
+ }
+ }
+
+ .wrapper__container[animation="box_16"] {
+ .tree__row--front-left {
+ transform: rotate(0);
+ }
+ }
+ .wrapper__container[animation="box_17"] {
+ #cat_1 {
+ transform: translateY(-5vh);
+ z-index: 1;
+ }
+
+ #cat_2 {
+ transform: translateY(-15vh);
+ z-index: 1;
+ }
+
+ #cat_3 {
+ transform: translateY(-10vh);
+ z-index: 1;
+ }
+
+ #monkey_1 {
+ transform: translateY(-10vh);
+ z-index: 1;
+ }
+
+ #monkey_3 {
+ transform: translateY(-20vh);
+ z-index: 1;
+ }
+ }
+ .wrapper__container[animation="box_20"] {
+ .tree__row--middle-right {
+ transform: rotate(0);
+ }
+ }
+
+ .wrapper__container[animation="box_22"] {
+ #monkey_2 {
+ transform: translateY(0);
+ }
+
+ .tree__row--middle-left {
+ transform: rotate(0);
+ }
+ }
+
+ video {
+ display: none;
+ }
+
+ .foreground__container {
+ background-image: url(../assets/deforestation-bg-image.jpg);
+ }
+
+ .fire__animation--one,
+ .fire__animation--two,
+ .fire__animation--three,
+ .fire__animation--four {
+ animation: walk 1.5s step-end infinite;
+ }
+}
+
+
+@media (prefers-color-scheme: dark) {
+ .wrapper__left,
+ .wrapper__right {
+ background: var(--main-background-color-dark);
+ }
+
+ .main__text {
+ color: var(--main-text-color-dark);
+ background-color: var(--textbox-background-color-dark);
+ }
+
+ .main__text.intro__text {
+ background-color: var(--secondary-textbox-bg-color-dark);
+ }
+
+ .button__donation {
+ background-color: var(--secondary-textbox-bg-color-dark);
+ border: 0.2rem solid var(--secondary-text-color-dark);
+ }
+
+ .button__donation:hover {
+ background-color: var(--donate-hover-dark);
+ }
+
+ #landscape__message--container {
+ background-color: var(--landscape-message-bg-color-dark);
+ color: var(--secondary-text-color);
+ }
+
+ .orientation__message--button {
+ background-color: var(--landscape-message-button-color-dark);
+ color: var(--secondary-text-color);
+ }
+
+ .orientation__message--button:hover {
+ background-color: var(--landscape-message-button-hover-dark);
+ }
+
+ a {
+ color: var(--link-text-color-dark);
+ }
+
+ a:visited {
+ color: var(--link-text-color-dark-visited);
+ }
+}
\ No newline at end of file
diff --git a/styles/_mixins.scss b/styles/_mixins.scss
new file mode 100644
index 0000000..3b66d5e
--- /dev/null
+++ b/styles/_mixins.scss
@@ -0,0 +1,12 @@
+@mixin place($width, $bottom, $left){
+ width: $width;
+ bottom: $bottom;
+ left: $left;
+}
+
+@mixin flex-centered {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ }
\ No newline at end of file
diff --git a/styles/_styles.scss b/styles/_styles.scss
new file mode 100644
index 0000000..42f9a4c
--- /dev/null
+++ b/styles/_styles.scss
@@ -0,0 +1,192 @@
+*,
+*::before,
+*::after {
+ box-sizing: border-box;
+ margin: 0;
+ font-family: sans-serif;
+}
+
+h1 {
+ color: var(--secondary-text-color);
+ font-size: 5rem;
+}
+
+h1::before {
+ content: url(https://globalgoalscms.co.uk/wp-content/uploads/2021/09/globalgoals_675a6237-f33f-42b2-9e76-21fd53e22e93_goal_15.5_rgb_ng.svg);
+}
+
+a {
+ text-decoration: none;
+}
+
+.wrapper__container {
+ display: flex;
+ max-height: 100vh;
+ position: absolute;
+ z-index: 1;
+}
+
+.foreground {
+ position: absolute;
+ flex-shrink: 0;
+ width: 100%;
+ z-index: 5;
+ overflow: auto;
+ @include flex-centered;
+ filter: drop-shadow(2px 4px 6px var(--textbox-background-color-dark));
+}
+
+.foreground__container {
+ z-index: 1;
+ height: 100%;
+ position: fixed;
+ width: 100%;
+ height: 100%;
+ background-size: cover;
+ filter: sepia(50%);
+}
+
+.wrapper__left,
+.wrapper__right {
+ width: 50vw;
+ min-width: 50vw;
+ height: 100vh;
+ position: fixed;
+ background: var(--main-background-color);
+}
+
+.wrapper__right {
+ left: 50vw;
+}
+
+.main__text {
+ color: var(--main-text-color);
+ font-size: 1.5rem;
+ background-color: var(--textbox-background-color);
+ padding: 1.5rem;
+ border-radius: 25px;
+ max-width: 40ch;
+}
+
+.main__text.intro__text {
+ background-color: var(--secondary-textbox-bg-color);
+ color: var(--secondary-text-color);
+ text-transform: uppercase;
+ font-weight: 900;
+ border-radius: 0;
+ margin-right: 90vh;
+}
+
+.textbox {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 90vh;
+ width: 80vw;
+ &:first-child {
+ margin-top: 10vh;
+ }
+ &:last-child {
+ margin-bottom: 10vh;
+ position: absolute;
+ width: 8vh;
+ height: 10vh;
+ bottom: 2812vh;
+ }
+}
+
+#landscape__message--container {
+ height: 100vh;
+ width: 100vw;
+ background-color: var(--landscape-message-bg-color);
+ position: fixed;
+ z-index: 10;
+}
+
+.landscape__message--text {
+ display: block;
+ width: 80vw;
+ margin-left: 10vw;
+ margin-top: 30vh;
+ text-align: center;
+ font-weight: bold;
+}
+
+.orientation__message--button {
+ display: block;
+ width: 80vw;
+ margin-left: 10vw;
+ margin-top: 10vh;
+ text-align: center;
+ background-color: var(--landscape-message-button-color);
+ border: none;
+ border-radius: 5px;
+ padding: 10px;
+ font-size: 1.5rem;
+ font-weight: bold;
+}
+
+.orientation__message--button:hover {
+ background-color: var(--landscape-message-button-hover);
+}
+
+.button__donation {
+ width: 25vw;
+ max-width: 90%;
+ margin-top: 1rem;
+ text-decoration: none;
+ color: var(--secondary-text-color);
+ text-align: center;
+ background-color: var(--secondary-textbox-bg-color);
+ border: 0.2rem solid var(--secondary-text-color);
+ border-radius: 5px;
+ padding: 1rem;
+ font-size: 1.5rem;
+ font-weight: 900;
+}
+
+.button__donation:hover {
+ background-color: var(--donate-hover);
+}
+
+#box_31 {
+ @include flex-centered;
+ margin-bottom: 10vh;
+ z-index: 2;
+}
+
+.flood__container {
+ width: 100vw;
+ height: 25vh;
+ background: --flood-background;
+ background: var(--flood-gradient);
+ z-index: 10;
+ position: fixed;
+ top: 100vh;
+ opacity: 0;
+}
+
+video {
+ object-fit: cover;
+ width: 100%;
+ height: 100%;
+}
+
+.backdrop__filter {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ position: fixed;
+ width: 100%;
+ height: 100%;
+ background-color: var(--filter-color);
+ z-index: 1;
+ opacity: 0;
+}
+
+.author__credit {
+ position: fixed;
+ color: var(--secondary-text-color);
+ top: 90vh;
+ font-style: italic;
+}
diff --git a/styles/_svg-placement.scss b/styles/_svg-placement.scss
new file mode 100644
index 0000000..61968b6
--- /dev/null
+++ b/styles/_svg-placement.scss
@@ -0,0 +1,283 @@
+svg,
+img {
+ position: absolute;
+}
+
+svg {
+ max-width: 10vw;
+}
+
+//Forest
+#tree_1 {
+ @include place(5vw, 50vh, 0vw);
+}
+
+#tree_2 {
+ @include place(7vw, 52vh, 5vw);
+}
+
+#tree_3 {
+ @include place(6vw, 52vh, 11vw);
+}
+
+#tree_4 {
+ @include place(5vw, 53vh, 17vw);
+}
+
+#tree_5 {
+ @include place(6vw, 52vh, 22vw);
+}
+
+#tree_6 {
+ @include place(6vw, 53vh, 28vw);
+}
+
+#tree_7 {
+ @include place(4vw, 52vh, 34vw);
+}
+
+#tree_8 {
+ @include place(6vw, 49vh, 38vw);
+}
+
+#tree_9 {
+ @include place(5vw, 43vh, 2vw);
+}
+
+#tree_10 {
+ @include place(7vw, 40vh, 7vw);
+}
+
+#tree_11 {
+ @include place(6vw, 45vh, 14vw);
+}
+
+#tree_12 {
+ @include place(5vw, 42vh, 20vw);
+}
+
+#tree_13 {
+ @include place(6vw, 40vh, 26vw);
+}
+
+#tree_14 {
+ @include place(6vw, 41vh, 32vw);
+}
+
+#tree_15 {
+ @include place(6vw, 40vh, 37vw);
+}
+
+#tree_16 {
+ @include place(6vw, 39vh, 43vw);
+}
+
+#tree_17 {
+ @include place(4vw, 33vh, 0vw);
+}
+
+#tree_18 {
+ @include place(5vw, 32vh, 6vw);
+}
+
+#tree_19 {
+ @include place(6vw, 35vh, 11vw);
+}
+
+#tree_20 {
+ @include place(5vw, 32vh, 16vw);
+}
+
+#tree_21 {
+ @include place(6vw, 30vh, 22vw);
+}
+
+#tree_22 {
+ @include place(6vw, 31vh, 28vw);
+}
+
+#tree_23 {
+ @include place(6vw, 30vh, 34vw);
+}
+
+#tree_24 {
+ @include place(6vw, 29vh, 40vw);
+}
+.tree__row--back {
+ z-index: 1;
+}
+
+.tree__row--middle {
+ z-index: 2;
+}
+
+.tree__row--front {
+ z-index: 3;
+}
+
+#cat_1 {
+ @include place(5vw, 40vh, 10vw);
+ z-index: 2;
+}
+
+#cat_2 {
+ @include place(4vw, 30vh, 38vw);
+ z-index: 3;
+}
+
+#cat_3 {
+ @include place(3vw, 35vh, 20vw);
+ z-index: 2;
+}
+
+#monkey_1 {
+ @include place(5vw, 35vh, 28vw);
+ z-index: 2;
+}
+
+#monkey_2 {
+ @include place(3vw, 50vh, 12vw);
+ z-index: 1;
+}
+
+#monkey_3 {
+ @include place(4vw, 30vh, 3vw);
+ z-index: 3;
+}
+
+#cow_1 {
+ @include place(10vw, 20vh, 10vw);
+}
+
+#cow_2 {
+ @include place(8vw, 25vh, 35vw);
+ transform: rotateY(180deg);
+ z-index: 3;
+}
+
+#cow_3 {
+ @include place(6vw, 4vh, 10vw);
+ transform: rotateY(180deg);
+}
+
+#cow_4 {
+ @include place(12vw, 10vh, 30vw);
+}
+
+//Town
+.house__large--one {
+ @include place(10vw, 40vh, 7vw);
+}
+
+.house__small--one {
+ @include place(10vw, 43vh, 20vw);
+}
+
+.hut__small--one {
+ @include place(11vw, 25vh, 12vw);
+}
+
+.house__large--two {
+ @include place(15vw, 20vh, 25vw);
+}
+
+.house__small--two {
+ @include place(10vw, 40vh, 34vw);
+}
+
+.house__large--three {
+ @include place(10vw, 50vh, 25vw);
+ width: 15vw;
+}
+
+.factory {
+ @include place(10vw, 50vh, 40vw);
+ width: 10vw;
+ animation: factory-vibration 0.3s linear infinite both;
+}
+
+.building__container {
+ display: flex;
+ // @include place(0vw, 0vh, 0vw);
+}
+
+.building__tall--one {
+ @include place(10vw, 53vh, 0vw);
+ width: 7vw;
+}
+
+.building__tall--two {
+ @include place(10vw, 53vh, 7vw);
+ width: 8vw;
+}
+
+.building__tall--three {
+ @include place(10vw, 53vh, 14vw);
+ width: 7vw;
+}
+
+// sky
+.cloud__one {
+ height: 8vw;
+ @include place(38vw, 70vh, 10vw);
+}
+
+.cloud__two {
+ @include place(8vw, 85vh, 7vw);
+}
+
+.sun__sky--right {
+ @include place(30vw, 60vh, 30vw);
+}
+
+//people
+.people__man--one {
+ @include place(8vw, 20vh, 20vw);
+}
+.people__man--two {
+ @include place(7vw, 30vh, 1vw);
+}
+
+.people__man--three {
+ @include place(7vw, 33vh, 38vw);
+}
+
+.people__man--four {
+ @include place(6vw, 43vh, 16vw);
+}
+
+.fire__animation--one {
+ @include place(5vw, 50vh, 17vw);
+ z-index: 1;
+ opacity: 0;
+}
+
+.fire__animation--two {
+ @include place(6vw, 47vh, 40vw);
+ z-index: 1;
+ opacity: 0;
+}
+
+.fire__animation--three {
+ @include place(3vw, 55vh, 14vw);
+ rotate: 15deg;
+ z-index: 1;
+ opacity: 0;
+}
+
+.fire__animation--four {
+ @include place(6vw, 50vh, 41vw);
+ z-index: 0;
+ opacity: 0;
+}
+
+
+// text box placement
+
+#box_17 .main__text, #box_20 .main__text, #box_22 .main__text, #box_27 .main__text, #box_28 .main__text {
+margin-left: 45vw;
+}
+
+#box_23 .main__text {
+ margin-right: 100vh;
+}
\ No newline at end of file
diff --git a/styles/index.css b/styles/index.css
new file mode 100644
index 0000000..f1aa644
--- /dev/null
+++ b/styles/index.css
@@ -0,0 +1,1569 @@
+:root {
+ --main-background-color: linear-gradient(
+ 180deg,
+ rgba(0, 245, 255, 1) 45%,
+ rgba(45, 166, 0, 1) 40%
+ );
+ --main-background-color-dark: linear-gradient(
+ rgb(190, 9, 240) 45%,
+ rgb(79, 111, 68) 40%
+ );
+ --main-text-color: black;
+ --main-text-color-dark: white;
+ --secondary-text-color: white;
+ --textbox-background-color: rgba(255, 255, 255, 0.9);
+ --textbox-background-color-dark: black;
+ --secondary-textbox-bg-color: green;
+ --donate-hover: rgb(0, 175, 0);
+ --landscape-message-bg-color: azure;
+ --landscape-message-button-color: rgb(255, 104, 104);
+ --landscape-message-button-hover: rgb(250, 149, 149);
+ --secondary-textbox-bg-color-dark: rgb(112, 0, 120);
+ --donate-hover-dark: rgb(157, 8, 168);
+ --landscape-message-bg-color-dark: rgb(31, 15, 77);
+ --landscape-message-button-color-dark: rgb(188, 1, 157);
+ --landscape-message-button-hover-dark: rgb(237, 3, 198);
+ --flood-background: rgba(0, 31, 166);
+ --flood-gradient: linear-gradient(
+ 0deg,
+ rgba(0, 31, 166, 0.6) 50%,
+ rgba(0, 95, 255, 1) 100%
+ );
+ --link-text-color-dark:rgba(4, 255, 234, 0.993);
+ --link-text-color-dark-visited:orange;
+ --filter-color: rgba(0, 0, 0, .5);
+}
+
+*,
+*::before,
+*::after {
+ box-sizing: border-box;
+ margin: 0;
+ font-family: sans-serif;
+}
+
+h1 {
+ color: var(--secondary-text-color);
+ font-size: 5rem;
+}
+
+h1::before {
+ content: url(https://globalgoalscms.co.uk/wp-content/uploads/2021/09/globalgoals_675a6237-f33f-42b2-9e76-21fd53e22e93_goal_15.5_rgb_ng.svg);
+}
+
+a {
+ text-decoration: none;
+}
+
+.wrapper__container {
+ display: flex;
+ max-height: 100vh;
+ position: absolute;
+ z-index: 1;
+}
+
+.foreground {
+ position: absolute;
+ flex-shrink: 0;
+ width: 100%;
+ z-index: 5;
+ overflow: auto;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ filter: drop-shadow(2px 4px 6px var(--textbox-background-color-dark));
+}
+
+.foreground__container {
+ z-index: 1;
+ height: 100%;
+ position: fixed;
+ width: 100%;
+ height: 100%;
+ background-size: cover;
+ filter: sepia(50%);
+}
+
+.wrapper__left,
+.wrapper__right {
+ width: 50vw;
+ min-width: 50vw;
+ height: 100vh;
+ position: fixed;
+ background: var(--main-background-color);
+}
+
+.wrapper__right {
+ left: 50vw;
+}
+
+.main__text {
+ color: var(--main-text-color);
+ font-size: 1.5rem;
+ background-color: var(--textbox-background-color);
+ padding: 1.5rem;
+ border-radius: 25px;
+ max-width: 40ch;
+}
+
+.main__text.intro__text {
+ background-color: var(--secondary-textbox-bg-color);
+ color: var(--secondary-text-color);
+ text-transform: uppercase;
+ font-weight: 900;
+ border-radius: 0;
+ margin-right: 90vh;
+}
+
+.textbox {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 90vh;
+ width: 80vw;
+}
+.textbox:first-child {
+ margin-top: 10vh;
+}
+.textbox:last-child {
+ margin-bottom: 10vh;
+ position: absolute;
+ width: 8vh;
+ height: 10vh;
+ bottom: 2812vh;
+}
+
+#landscape__message--container {
+ height: 100vh;
+ width: 100vw;
+ background-color: var(--landscape-message-bg-color);
+ position: fixed;
+ z-index: 10;
+}
+
+.landscape__message--text {
+ display: block;
+ width: 80vw;
+ margin-left: 10vw;
+ margin-top: 30vh;
+ text-align: center;
+ font-weight: bold;
+}
+
+.orientation__message--button {
+ display: block;
+ width: 80vw;
+ margin-left: 10vw;
+ margin-top: 10vh;
+ text-align: center;
+ background-color: var(--landscape-message-button-color);
+ border: none;
+ border-radius: 5px;
+ padding: 10px;
+ font-size: 1.5rem;
+ font-weight: bold;
+}
+
+.orientation__message--button:hover {
+ background-color: var(--landscape-message-button-hover);
+}
+
+.button__donation {
+ width: 25vw;
+ max-width: 90%;
+ margin-top: 1rem;
+ text-decoration: none;
+ color: var(--secondary-text-color);
+ text-align: center;
+ background-color: var(--secondary-textbox-bg-color);
+ border: 0.2rem solid var(--secondary-text-color);
+ border-radius: 5px;
+ padding: 1rem;
+ font-size: 1.5rem;
+ font-weight: 900;
+}
+
+.button__donation:hover {
+ background-color: var(--donate-hover);
+}
+
+#box_31 {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ margin-bottom: 10vh;
+ z-index: 2;
+}
+
+.flood__container {
+ width: 100vw;
+ height: 25vh;
+ background: --flood-background;
+ background: var(--flood-gradient);
+ z-index: 10;
+ position: fixed;
+ top: 100vh;
+ opacity: 0;
+}
+
+video {
+ -o-object-fit: cover;
+ object-fit: cover;
+ width: 100%;
+ height: 100%;
+}
+
+.backdrop__filter {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ position: fixed;
+ width: 100%;
+ height: 100%;
+ background-color: var(--filter-color);
+ z-index: 1;
+ opacity: 0;
+}
+
+.author__credit {
+ position: fixed;
+ color: var(--secondary-text-color);
+ top: 90vh;
+ font-style: italic;
+}
+
+@keyframes cloud-animation {
+ 0% {
+ transform: translateX(-10vw);
+ }
+ 50% {
+ transform: translateX(10vw);
+ }
+ 100% {
+ transform: translateX(0vw);
+ }
+}
+@keyframes tree-movement {
+ 0% {
+ transform: rotate(0);
+ }
+ 25% {
+ transform: rotate(5deg);
+ }
+ 50% {
+ transform: rotate(-2.5deg);
+ }
+ 75% {
+ transform: rotate(5deg);
+ }
+ 100% {
+ transform: rotate(0);
+ }
+}
+@keyframes tree-fall {
+ 0% {
+ transform: rotate(0deg);
+ }
+ 50% {
+ transform: rotate(-90deg);
+ }
+ 100% {
+ opacity: 0;
+ transform: rotate(-90deg);
+ }
+}
+@keyframes walk {
+ 0% {
+ transform: rotateY(0deg);
+ }
+ 50% {
+ transform: rotateY(180deg);
+ }
+ 100% {
+ transform: rotateY(0deg);
+ }
+}
+@keyframes head-movement {
+ 0% {
+ transform: rotate(5deg);
+ }
+ 50% {
+ transform: rotate(-2.5deg);
+ }
+ 100% {
+ transform: rotate(5deg);
+ }
+}
+@keyframes cow-nod {
+ 0% {
+ transform: rotate(0deg);
+ }
+ 50% {
+ transform: rotate(10deg);
+ }
+ 100% {
+ transform: rotate(0deg);
+ }
+}
+@keyframes factory-vibration {
+ 0% {
+ transform: translate(0);
+ }
+ 20% {
+ transform: translate(-1px, 1px);
+ }
+ 40% {
+ transform: translate(-1px, -1px);
+ }
+ 60% {
+ transform: translate(1px, 1px);
+ }
+ 80% {
+ transform: translate(1px, -1px);
+ }
+ 100% {
+ transform: translate(0);
+ }
+}
+@keyframes fade-out {
+ 0% {
+ opacity: 1;
+ }
+ 100% {
+ opacity: 0;
+ }
+}
+@keyframes fade-in {
+ 0% {
+ opacity: 0;
+ }
+ 100% {
+ opacity: 1;
+ }
+}
+.tree {
+ animation-name: tree-movement;
+ animation-duration: 30s;
+ animation-iteration-count: infinite;
+ transform-origin: 50% 100%;
+ transition: transform 2s, opacity 3s;
+}
+
+.house,
+.building__container,
+.factory,
+.cow,
+.people {
+ transition: opacity 2s, transform 2s;
+ transition-delay: 1s;
+}
+
+.forest_animal {
+ transition: transform 5s, opacity 5s;
+}
+
+.foreground__container {
+ transition: opacity 1s;
+}
+
+.cloud__one {
+ animation: cloud-animation 30s alternate-reverse infinite;
+}
+
+.cloud__two {
+ animation: cloud-animation 40s alternate-reverse ease-in-out infinite;
+}
+
+.people {
+ animation: walk 1s step-end infinite;
+}
+
+.people__man--two {
+ animation-delay: 0.3s;
+}
+
+.people__man--three {
+ animation-delay: 0.7s;
+}
+
+.cow {
+ z-index: 4;
+}
+
+.cow__head {
+ animation: cow-nod 4s infinite;
+}
+
+.forest_animal_head {
+ animation-name: head-movement;
+ animation-duration: 3s;
+ animation-iteration-count: infinite;
+ transform-origin: 50% 100%;
+}
+
+.factory {
+ animation: factory-vibration 0.3s linear infinite both;
+}
+
+.fire {
+ transition-duration: 2s;
+}
+
+.fire {
+ animation: walk 0.7s step-end infinite;
+}
+
+.flood__container,
+.people__man--one {
+ transition-duration: 1.5s;
+}
+
+.wrapper__container[animation=box_11] .foreground__container {
+ opacity: 0;
+}
+.wrapper__container[animation=box_11] .factory {
+ opacity: 0;
+ display: none;
+}
+.wrapper__container[animation=box_11] .cow {
+ opacity: 0;
+ display: none;
+}
+.wrapper__container[animation=box_11] .house__large--three {
+ opacity: 0;
+ display: none;
+}
+.wrapper__container[animation=box_11] .house__large--two {
+ opacity: 0;
+ display: none;
+}
+.wrapper__container[animation=box_11] .people__man--four {
+ opacity: 0;
+ display: none;
+}
+.wrapper__container[animation=box_11] .people__man--two {
+ opacity: 0;
+ display: none;
+}
+.wrapper__container[animation=box_11] .building__container {
+ opacity: 0;
+ display: none;
+}
+
+.wrapper__container[animation=box_12] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_12] .factory {
+ opacity: 0;
+}
+.wrapper__container[animation=box_12] .cow {
+ opacity: 0;
+}
+.wrapper__container[animation=box_12] .house__large--three {
+ opacity: 0;
+}
+.wrapper__container[animation=box_12] .house__large--two {
+ opacity: 0;
+}
+.wrapper__container[animation=box_12] .people__man--four {
+ opacity: 0;
+}
+.wrapper__container[animation=box_12] .people__man--two {
+ opacity: 0;
+}
+.wrapper__container[animation=box_12] .building__container {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_13] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_13] .factory {
+ opacity: 0;
+}
+.wrapper__container[animation=box_13] .cow {
+ opacity: 0;
+}
+.wrapper__container[animation=box_13] .house__large--three {
+ opacity: 0;
+}
+.wrapper__container[animation=box_13] .house__large--two {
+ opacity: 0;
+}
+.wrapper__container[animation=box_13] .people__man--four {
+ opacity: 0;
+}
+.wrapper__container[animation=box_13] .people__man--two {
+ opacity: 0;
+}
+.wrapper__container[animation=box_13] .building__container {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_14] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_14] .factory {
+ opacity: 0;
+}
+.wrapper__container[animation=box_14] .cow {
+ opacity: 0;
+}
+.wrapper__container[animation=box_14] .house__large--three {
+ opacity: 0;
+}
+.wrapper__container[animation=box_14] .house__large--two {
+ opacity: 0;
+}
+.wrapper__container[animation=box_14] .people__man--four {
+ opacity: 0;
+}
+.wrapper__container[animation=box_14] .people__man--two {
+ opacity: 0;
+}
+.wrapper__container[animation=box_14] .building__container {
+ opacity: 0;
+}
+.wrapper__container[animation=box_14] .tree__row--front-right {
+ animation: none;
+}
+
+.wrapper__container[animation=box_15] .foreground__container {
+ opacity: 0;
+}
+.wrapper__container[animation=box_15] .factory {
+ opacity: 0;
+}
+.wrapper__container[animation=box_15] .people__man--four {
+ opacity: 0;
+}
+.wrapper__container[animation=box_15] .people__man--two {
+ opacity: 0;
+}
+.wrapper__container[animation=box_15] .building__container {
+ opacity: 0;
+}
+.wrapper__container[animation=box_15] .tree__row--front-right {
+ animation: none;
+ transform: rotate(-90deg);
+ opacity: 0;
+}
+.wrapper__container[animation=box_15] .tree__row--front-left {
+ animation: none;
+}
+.wrapper__container[animation=box_15] #cat_2 {
+ transform: translateY(-15vh);
+ z-index: 1;
+}
+.wrapper__container[animation=box_15] #monkey_1 {
+ transform: translateY(-10vh);
+ z-index: 1;
+}
+
+.wrapper__container[animation=box_16] .foreground__container {
+ opacity: 0;
+}
+.wrapper__container[animation=box_16] .tree__row--front-right {
+ opacity: 0;
+}
+.wrapper__container[animation=box_16] .tree__row--front-left {
+ animation: none;
+ transform: rotate(-90deg);
+ opacity: 0;
+}
+.wrapper__container[animation=box_16] #cat_1 {
+ transform: translateY(-5vh);
+ z-index: 1;
+}
+.wrapper__container[animation=box_16] #cat_2 {
+ transform: translateY(-15vh);
+ z-index: 1;
+}
+.wrapper__container[animation=box_16] #cat_3 {
+ transform: translateY(-10vh);
+ z-index: 1;
+}
+.wrapper__container[animation=box_16] #monkey_1 {
+ transform: translateY(-10vh);
+ z-index: 1;
+}
+.wrapper__container[animation=box_16] #monkey_3 {
+ transform: translateY(-20vh);
+ z-index: 1;
+}
+
+.wrapper__container[animation=box_17] .foreground__container {
+ opacity: 0;
+}
+.wrapper__container[animation=box_17] .factory {
+ transition-duration: 2s;
+ opacity: 1;
+}
+.wrapper__container[animation=box_17] #cat_1,
+.wrapper__container[animation=box_17] #cat_2,
+.wrapper__container[animation=box_17] #cat_3,
+.wrapper__container[animation=box_17] #monkey_1,
+.wrapper__container[animation=box_17] #monkey_3 {
+ transform: translateY(-50vh);
+ opacity: 0;
+}
+.wrapper__container[animation=box_17] .tree__row--front {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_18] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_18] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_18] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_18] #monkey_2 {
+ opacity: 1;
+}
+
+.wrapper__container[animation=box_19] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_19] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_19] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_19] #monkey_2 {
+ opacity: 1;
+}
+.wrapper__container[animation=box_19] .tree__row--middle-right {
+ animation: none;
+}
+
+.wrapper__container[animation=box_20] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_20] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_20] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_20] #monkey_2 {
+ opacity: 1;
+}
+.wrapper__container[animation=box_20] .tree__row--middle-right {
+ animation: none;
+ transform: rotate(-90deg);
+ opacity: 0;
+}
+.wrapper__container[animation=box_20] .flood__container {
+ transform: translateY(-25vh);
+ opacity: 1;
+}
+.wrapper__container[animation=box_20] #cow_1 {
+ transform: translateY(-5vh);
+}
+.wrapper__container[animation=box_20] .people__man--one,
+.wrapper__container[animation=box_20] #cow_3,
+.wrapper__container[animation=box_20] #cow_4 {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_21] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_21] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_21] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_21] #monkey_2 {
+ opacity: 1;
+}
+.wrapper__container[animation=box_21] .tree__row--middle-right {
+ opacity: 0;
+}
+.wrapper__container[animation=box_21] .tree__row--middle-left {
+ animation: none;
+}
+.wrapper__container[animation=box_21] .flood__container {
+ opacity: 1;
+ top: 75vh;
+}
+.wrapper__container[animation=box_21] #cow_1 {
+ transform: translateY(-5vh);
+}
+.wrapper__container[animation=box_21] .people__man--one,
+.wrapper__container[animation=box_21] #cow_3,
+.wrapper__container[animation=box_21] #cow_4 {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_22] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_22] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_22] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_22] #monkey_2 {
+ transform: translateY(-50vh);
+}
+.wrapper__container[animation=box_22] .tree__row--middle-left {
+ animation: none;
+ transform: rotate(-90deg);
+ opacity: 0;
+}
+.wrapper__container[animation=box_22] .tree__row--middle-right {
+ opacity: 0;
+}
+.wrapper__container[animation=box_22] .fire__animation--one,
+.wrapper__container[animation=box_22] .fire__animation--two {
+ transition-delay: 0.3s;
+ transition-duration: 1s;
+ opacity: 1;
+}
+.wrapper__container[animation=box_22] .flood__container {
+ opacity: 1;
+ top: 75vh;
+}
+.wrapper__container[animation=box_22] #cow_1 {
+ transform: translateY(-5vh);
+}
+.wrapper__container[animation=box_22] .people__man--one,
+.wrapper__container[animation=box_22] #cow_3,
+.wrapper__container[animation=box_22] #cow_4 {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_23] .factory {
+ animation-play-state: paused;
+}
+.wrapper__container[animation=box_23] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_23] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_23] .tree__row--middle {
+ opacity: 0;
+}
+.wrapper__container[animation=box_23] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_23] .fire__animation--one,
+.wrapper__container[animation=box_23] .fire__animation--two {
+ opacity: 1;
+}
+.wrapper__container[animation=box_23] .fire__animation--three,
+.wrapper__container[animation=box_23] .fire__animation--four {
+ transition-duration: 1s;
+ opacity: 1;
+}
+.wrapper__container[animation=box_23] .flood__container {
+ opacity: 1;
+ top: 75vh;
+}
+.wrapper__container[animation=box_23] #cow_1 {
+ transform: translateY(-5vh);
+}
+.wrapper__container[animation=box_23] .people__man--one,
+.wrapper__container[animation=box_23] #cow_3,
+.wrapper__container[animation=box_23] #cow_4 {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_24] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_24] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_24] .tree__row--middle {
+ opacity: 0;
+}
+.wrapper__container[animation=box_24] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_24] .fire {
+ opacity: 1;
+}
+.wrapper__container[animation=box_24] .factory {
+ animation-play-state: paused;
+}
+.wrapper__container[animation=box_24] .flood__container {
+ opacity: 1;
+ top: 75vh;
+}
+.wrapper__container[animation=box_24] #cow_1 {
+ transform: translateY(-5vh);
+}
+.wrapper__container[animation=box_24] .people__man--one,
+.wrapper__container[animation=box_24] #cow_3,
+.wrapper__container[animation=box_24] #cow_4 {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_25] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_25] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_25] .tree__row--middle {
+ opacity: 0;
+}
+.wrapper__container[animation=box_25] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_25] #monkey_1 {
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_25] #cat_1 {
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_25] .fire {
+ opacity: 1;
+}
+.wrapper__container[animation=box_25] .factory {
+ animation-play-state: paused;
+}
+.wrapper__container[animation=box_25] .flood__container {
+ opacity: 1;
+ top: 75vh;
+}
+.wrapper__container[animation=box_25] #cow_1 {
+ transform: translateY(-5vh);
+}
+.wrapper__container[animation=box_25] .people__man--one,
+.wrapper__container[animation=box_25] #cow_3,
+.wrapper__container[animation=box_25] #cow_4 {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_26] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_26] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_26] .tree__row--middle {
+ opacity: 0;
+}
+.wrapper__container[animation=box_26] .tree__row--middle-left {
+ opacity: 1;
+}
+.wrapper__container[animation=box_26] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_26] #monkey_1 {
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_26] #cat_1 {
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_26] .fire {
+ transition-duration: 1s;
+ opacity: 0;
+}
+.wrapper__container[animation=box_26] .factory {
+ animation-play-state: paused;
+}
+.wrapper__container[animation=box_26] .people__man--one,
+.wrapper__container[animation=box_26] #cow_3,
+.wrapper__container[animation=box_26] #cow_4 {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_27] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_27] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_27] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_27] #monkey_1 {
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_27] #cat_1 {
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_27] .people__man--one,
+.wrapper__container[animation=box_27] #cow_3,
+.wrapper__container[animation=box_27] #cow_4 {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_28] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_28] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_28] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_28] #monkey_1 {
+ opacity: 1;
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_28] #monkey_2 {
+ opacity: 1;
+}
+.wrapper__container[animation=box_28] #cat_1 {
+ opacity: 1;
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_28] .people__man--one,
+.wrapper__container[animation=box_28] #cow_3,
+.wrapper__container[animation=box_28] #cow_4 {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_29] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_29] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_29] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_29] #monkey_1 {
+ opacity: 1;
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_29] #monkey_2 {
+ opacity: 1;
+}
+.wrapper__container[animation=box_29] #cat_1 {
+ opacity: 1;
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_29] .people__man--one,
+.wrapper__container[animation=box_29] #cow_3,
+.wrapper__container[animation=box_29] #cow_4 {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_30] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_30] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_30] .forest_animal {
+ opacity: 0;
+}
+.wrapper__container[animation=box_30] #monkey_1 {
+ opacity: 1;
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_30] #monkey_2 {
+ opacity: 1;
+}
+.wrapper__container[animation=box_30] #cat_1 {
+ opacity: 1;
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_30] .people__man--one,
+.wrapper__container[animation=box_30] #cow_3,
+.wrapper__container[animation=box_30] #cow_4 {
+ opacity: 0;
+}
+
+.wrapper__container[animation=box_31] .foreground__container {
+ display: none;
+}
+.wrapper__container[animation=box_31] .tree__row--front {
+ opacity: 0;
+}
+.wrapper__container[animation=box_31] .people__man--one,
+.wrapper__container[animation=box_31] .forest_animal,
+.wrapper__container[animation=box_31] #cow_3,
+.wrapper__container[animation=box_31] #cow_4 {
+ opacity: 0;
+}
+.wrapper__container[animation=box_31] #monkey_1 {
+ opacity: 1;
+ left: 45vw;
+ bottom: 50vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_31] #monkey_2 {
+ opacity: 1;
+}
+.wrapper__container[animation=box_31] #cat_1 {
+ opacity: 1;
+ left: 25vw;
+ bottom: 45vh;
+ z-index: 1;
+}
+.wrapper__container[animation=box_31] .main__text {
+ font-weight: bolder;
+}
+.wrapper__container[animation=box_31] .backdrop__filter {
+ transition-duration: 1.5s;
+ opacity: 1;
+}
+
+svg,
+img {
+ position: absolute;
+}
+
+svg {
+ max-width: 10vw;
+}
+
+#tree_1 {
+ width: 5vw;
+ bottom: 50vh;
+ left: 0vw;
+}
+
+#tree_2 {
+ width: 7vw;
+ bottom: 52vh;
+ left: 5vw;
+}
+
+#tree_3 {
+ width: 6vw;
+ bottom: 52vh;
+ left: 11vw;
+}
+
+#tree_4 {
+ width: 5vw;
+ bottom: 53vh;
+ left: 17vw;
+}
+
+#tree_5 {
+ width: 6vw;
+ bottom: 52vh;
+ left: 22vw;
+}
+
+#tree_6 {
+ width: 6vw;
+ bottom: 53vh;
+ left: 28vw;
+}
+
+#tree_7 {
+ width: 4vw;
+ bottom: 52vh;
+ left: 34vw;
+}
+
+#tree_8 {
+ width: 6vw;
+ bottom: 49vh;
+ left: 38vw;
+}
+
+#tree_9 {
+ width: 5vw;
+ bottom: 43vh;
+ left: 2vw;
+}
+
+#tree_10 {
+ width: 7vw;
+ bottom: 40vh;
+ left: 7vw;
+}
+
+#tree_11 {
+ width: 6vw;
+ bottom: 45vh;
+ left: 14vw;
+}
+
+#tree_12 {
+ width: 5vw;
+ bottom: 42vh;
+ left: 20vw;
+}
+
+#tree_13 {
+ width: 6vw;
+ bottom: 40vh;
+ left: 26vw;
+}
+
+#tree_14 {
+ width: 6vw;
+ bottom: 41vh;
+ left: 32vw;
+}
+
+#tree_15 {
+ width: 6vw;
+ bottom: 40vh;
+ left: 37vw;
+}
+
+#tree_16 {
+ width: 6vw;
+ bottom: 39vh;
+ left: 43vw;
+}
+
+#tree_17 {
+ width: 4vw;
+ bottom: 33vh;
+ left: 0vw;
+}
+
+#tree_18 {
+ width: 5vw;
+ bottom: 32vh;
+ left: 6vw;
+}
+
+#tree_19 {
+ width: 6vw;
+ bottom: 35vh;
+ left: 11vw;
+}
+
+#tree_20 {
+ width: 5vw;
+ bottom: 32vh;
+ left: 16vw;
+}
+
+#tree_21 {
+ width: 6vw;
+ bottom: 30vh;
+ left: 22vw;
+}
+
+#tree_22 {
+ width: 6vw;
+ bottom: 31vh;
+ left: 28vw;
+}
+
+#tree_23 {
+ width: 6vw;
+ bottom: 30vh;
+ left: 34vw;
+}
+
+#tree_24 {
+ width: 6vw;
+ bottom: 29vh;
+ left: 40vw;
+}
+
+.tree__row--back {
+ z-index: 1;
+}
+
+.tree__row--middle {
+ z-index: 2;
+}
+
+.tree__row--front {
+ z-index: 3;
+}
+
+#cat_1 {
+ width: 5vw;
+ bottom: 40vh;
+ left: 10vw;
+ z-index: 2;
+}
+
+#cat_2 {
+ width: 4vw;
+ bottom: 30vh;
+ left: 38vw;
+ z-index: 3;
+}
+
+#cat_3 {
+ width: 3vw;
+ bottom: 35vh;
+ left: 20vw;
+ z-index: 2;
+}
+
+#monkey_1 {
+ width: 5vw;
+ bottom: 35vh;
+ left: 28vw;
+ z-index: 2;
+}
+
+#monkey_2 {
+ width: 3vw;
+ bottom: 50vh;
+ left: 12vw;
+ z-index: 1;
+}
+
+#monkey_3 {
+ width: 4vw;
+ bottom: 30vh;
+ left: 3vw;
+ z-index: 3;
+}
+
+#cow_1 {
+ width: 10vw;
+ bottom: 20vh;
+ left: 10vw;
+}
+
+#cow_2 {
+ width: 8vw;
+ bottom: 25vh;
+ left: 35vw;
+ transform: rotateY(180deg);
+ z-index: 3;
+}
+
+#cow_3 {
+ width: 6vw;
+ bottom: 4vh;
+ left: 10vw;
+ transform: rotateY(180deg);
+}
+
+#cow_4 {
+ width: 12vw;
+ bottom: 10vh;
+ left: 30vw;
+}
+
+.house__large--one {
+ width: 10vw;
+ bottom: 40vh;
+ left: 7vw;
+}
+
+.house__small--one {
+ width: 10vw;
+ bottom: 43vh;
+ left: 20vw;
+}
+
+.hut__small--one {
+ width: 11vw;
+ bottom: 25vh;
+ left: 12vw;
+}
+
+.house__large--two {
+ width: 15vw;
+ bottom: 20vh;
+ left: 25vw;
+}
+
+.house__small--two {
+ width: 10vw;
+ bottom: 40vh;
+ left: 34vw;
+}
+
+.house__large--three {
+ width: 10vw;
+ bottom: 50vh;
+ left: 25vw;
+ width: 15vw;
+}
+
+.factory {
+ width: 10vw;
+ bottom: 50vh;
+ left: 40vw;
+ width: 10vw;
+ animation: factory-vibration 0.3s linear infinite both;
+}
+
+.building__container {
+ display: flex;
+}
+
+.building__tall--one {
+ width: 10vw;
+ bottom: 53vh;
+ left: 0vw;
+ width: 7vw;
+}
+
+.building__tall--two {
+ width: 10vw;
+ bottom: 53vh;
+ left: 7vw;
+ width: 8vw;
+}
+
+.building__tall--three {
+ width: 10vw;
+ bottom: 53vh;
+ left: 14vw;
+ width: 7vw;
+}
+
+.cloud__one {
+ height: 8vw;
+ width: 38vw;
+ bottom: 70vh;
+ left: 10vw;
+}
+
+.cloud__two {
+ width: 8vw;
+ bottom: 85vh;
+ left: 7vw;
+}
+
+.sun__sky--right {
+ width: 30vw;
+ bottom: 60vh;
+ left: 30vw;
+}
+
+.people__man--one {
+ width: 8vw;
+ bottom: 20vh;
+ left: 20vw;
+}
+
+.people__man--two {
+ width: 7vw;
+ bottom: 30vh;
+ left: 1vw;
+}
+
+.people__man--three {
+ width: 7vw;
+ bottom: 33vh;
+ left: 38vw;
+}
+
+.people__man--four {
+ width: 6vw;
+ bottom: 43vh;
+ left: 16vw;
+}
+
+.fire__animation--one {
+ width: 5vw;
+ bottom: 50vh;
+ left: 17vw;
+ z-index: 1;
+ opacity: 0;
+}
+
+.fire__animation--two {
+ width: 6vw;
+ bottom: 47vh;
+ left: 40vw;
+ z-index: 1;
+ opacity: 0;
+}
+
+.fire__animation--three {
+ width: 3vw;
+ bottom: 55vh;
+ left: 14vw;
+ rotate: 15deg;
+ z-index: 1;
+ opacity: 0;
+}
+
+.fire__animation--four {
+ width: 6vw;
+ bottom: 50vh;
+ left: 41vw;
+ z-index: 0;
+ opacity: 0;
+}
+
+#box_17 .main__text, #box_20 .main__text, #box_22 .main__text, #box_27 .main__text, #box_28 .main__text {
+ margin-left: 45vw;
+}
+
+#box_23 .main__text {
+ margin-right: 100vh;
+}
+
+#landscape__message--container {
+ display: none;
+}
+
+@media (orientation: portrait) {
+ #landscape__message--container {
+ display: block;
+ }
+ .main__text.intro__text {
+ margin-right: 10vh;
+ }
+}
+.landscape__off {
+ display: hidden;
+}
+
+@media screen and (max-width: 768px) {
+ h1 {
+ font-size: 2rem;
+ }
+ .button__donation {
+ font-size: 1.2rem;
+ min-width: 70%;
+ }
+ .main__text.intro__text {
+ font-size: 1.2rem;
+ }
+}
+@media (prefers-reduced-motion) {
+ #cat_1,
+ #cat_2,
+ #cat_3,
+ #monkey_1,
+ #monkey_2,
+ #monkey_3 {
+ transition: opacity 5s;
+ }
+ .people {
+ animation: none;
+ }
+ .tree {
+ animation: none;
+ }
+ .cloud {
+ animation: none;
+ }
+ #factory {
+ animation: none;
+ }
+ .cow__head {
+ animation: none;
+ }
+ .forest_animal_head {
+ animation: none;
+ }
+ .wrapper__container[animation=box_15] .tree__row--front-right {
+ transform: rotate(0);
+ }
+ .wrapper__container[animation=box_16] .tree__row--front-left {
+ transform: rotate(0);
+ }
+ .wrapper__container[animation=box_17] #cat_1 {
+ transform: translateY(-5vh);
+ z-index: 1;
+ }
+ .wrapper__container[animation=box_17] #cat_2 {
+ transform: translateY(-15vh);
+ z-index: 1;
+ }
+ .wrapper__container[animation=box_17] #cat_3 {
+ transform: translateY(-10vh);
+ z-index: 1;
+ }
+ .wrapper__container[animation=box_17] #monkey_1 {
+ transform: translateY(-10vh);
+ z-index: 1;
+ }
+ .wrapper__container[animation=box_17] #monkey_3 {
+ transform: translateY(-20vh);
+ z-index: 1;
+ }
+ .wrapper__container[animation=box_20] .tree__row--middle-right {
+ transform: rotate(0);
+ }
+ .wrapper__container[animation=box_22] #monkey_2 {
+ transform: translateY(0);
+ }
+ .wrapper__container[animation=box_22] .tree__row--middle-left {
+ transform: rotate(0);
+ }
+ video {
+ display: none;
+ }
+ .foreground__container {
+ background-image: url(../assets/deforestation-bg-image.jpg);
+ }
+ .fire__animation--one,
+ .fire__animation--two,
+ .fire__animation--three,
+ .fire__animation--four {
+ animation: walk 1.5s step-end infinite;
+ }
+}
+@media (prefers-color-scheme: dark) {
+ .wrapper__left,
+ .wrapper__right {
+ background: var(--main-background-color-dark);
+ }
+ .main__text {
+ color: var(--main-text-color-dark);
+ background-color: var(--textbox-background-color-dark);
+ }
+ .main__text.intro__text {
+ background-color: var(--secondary-textbox-bg-color-dark);
+ }
+ .button__donation {
+ background-color: var(--secondary-textbox-bg-color-dark);
+ border: 0.2rem solid var(--secondary-text-color-dark);
+ }
+ .button__donation:hover {
+ background-color: var(--donate-hover-dark);
+ }
+ #landscape__message--container {
+ background-color: var(--landscape-message-bg-color-dark);
+ color: var(--secondary-text-color);
+ }
+ .orientation__message--button {
+ background-color: var(--landscape-message-button-color-dark);
+ color: var(--secondary-text-color);
+ }
+ .orientation__message--button:hover {
+ background-color: var(--landscape-message-button-hover-dark);
+ }
+ a {
+ color: var(--link-text-color-dark);
+ }
+ a:visited {
+ color: var(--link-text-color-dark-visited);
+ }
+}/*# sourceMappingURL=index.css.map */
\ No newline at end of file
diff --git a/styles/index.css.map b/styles/index.css.map
new file mode 100644
index 0000000..af7668d
--- /dev/null
+++ b/styles/index.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["_colors.scss","index.css","_styles.scss","_mixins.scss","_keyframes.scss","_animation.scss","_svg-placement.scss","_media-queries.scss"],"names":[],"mappings":"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AA;EACA,YAAA;EACA,UAAA;AJoKJ;AIjKE;EACE,UAAA;AJmKJ;AIhKE;EACE,UAAA;EACA,UAAA;EACA,YAAA;EACA,UAAA;AJkKJ;AI/JE;;;EAGE,UAAA;AJiKJ;;AI5JE;EACE,aAAA;AJ+JJ;AI7JE;EACE,UAAA;AJ+JJ;AI5JE;;;;EAIE,UAAA;AJ8JJ;AI3JE;EACE,UAAA;EACA,UAAA;EACA,YAAA;EACA,UAAA;AJ6JJ;AI1JE;EACE,UAAA;AJ4JJ;AIzJE;EACE,UAAA;EACA,UAAA;EACA,YAAA;EACA,UAAA;AJ2JJ;AIxJE;EACE,mBAAA;AJ0JJ;AIvJE;EACE,yBAAA;EACA,UAAA;AJyJJ;;AK9gCA;;EAEE,kBAAA;ALihCF;;AK9gCA;EACE,eAAA;ALihCF;;AK7gCA;EHTI,UGUa;EHTb,YGSkB;EHRlB,SGQwB;ALkhC5B;;AK/gCA;EHbI,UGca;EHbb,YGakB;EHZlB,SGYwB;ALohC5B;;AKjhCA;EHjBI,UGkBa;EHjBb,YGiBkB;EHhBlB,UGgBwB;ALshC5B;;AKnhCA;EHrBI,UGsBa;EHrBb,YGqBkB;EHpBlB,UGoBwB;ALwhC5B;;AKrhCA;EHzBI,UG0Ba;EHzBb,YGyBkB;EHxBlB,UGwBwB;AL0hC5B;;AKvhCA;EH7BI,UG8Ba;EH7Bb,YG6BkB;EH5BlB,UG4BwB;AL4hC5B;;AKzhCA;EHjCI,UGkCa;EHjCb,YGiCkB;EHhClB,UGgCwB;AL8hC5B;;AK3hCA;EHrCI,UGsCa;EHrCb,YGqCkB;EHpClB,UGoCwB;ALgiC5B;;AK7hCA;EHzCI,UG0Ca;EHzCb,YGyCkB;EHxClB,SGwCwB;ALkiC5B;;AK/hCA;EH7CI,UG8Ca;EH7Cb,YG6CkB;EH5ClB,SG4CwB;ALoiC5B;;AKjiCA;EHjDI,UGkDa;EHjDb,YGiDkB;EHhDlB,UGgDwB;ALsiC5B;;AKniCA;EHrDI,UGsDa;EHrDb,YGqDkB;EHpDlB,UGoDwB;ALwiC5B;;AKriCA;EHzDI,UG0Da;EHzDb,YGyDkB;EHxDlB,UGwDwB;AL0iC5B;;AKviCA;EH7DI,UG8Da;EH7Db,YG6DkB;EH5DlB,UG4DwB;AL4iC5B;;AKziCA;EHjEI,UGkEa;EHjEb,YGiEkB;EHhElB,UGgEwB;AL8iC5B;;AK3iCA;EHrEI,UGsEa;EHrEb,YGqEkB;EHpElB,UGoEwB;ALgjC5B;;AK7iCA;EHzEI,UG0Ea;EHzEb,YGyEkB;EHxElB,SGwEwB;ALkjC5B;;AK/iCA;EH7EI,UG8Ea;EH7Eb,YG6EkB;EH5ElB,SG4EwB;ALojC5B;;AKjjCA;EHjFI,UGkFa;EHjFb,YGiFkB;EHhFlB,UGgFwB;ALsjC5B;;AKnjCA;EHrFI,UGsFa;EHrFb,YGqFkB;EHpFlB,UGoFwB;ALwjC5B;;AKrjCA;EHzFI,UG0Fa;EHzFb,YGyFkB;EHxFlB,UGwFwB;AL0jC5B;;AKvjCA;EH7FI,UG8Fa;EH7Fb,YG6FkB;EH5FlB,UG4FwB;AL4jC5B;;AKzjCA;EHjGI,UGkGa;EHjGb,YGiGkB;EHhGlB,UGgGwB;AL8jC5B;;AK3jCA;EHrGI,UGsGa;EHrGb,YGqGkB;EHpGlB,UGoGwB;ALgkC5B;;AK9jCA;EACE,UAAA;ALikCF;;AK9jCA;EACE,UAAA;ALikCF;;AK9jCA;EACE,UAAA;ALikCF;;AK9jCA;EHpHI,UGqHa;EHpHb,YGoHkB;EHnHlB,UGmHwB;EAC1B,UAAA;ALmkCF;;AKhkCA;EHzHI,UG0Ha;EHzHb,YGyHkB;EHxHlB,UGwHwB;EAC1B,UAAA;ALqkCF;;AKlkCA;EH9HI,UG+Ha;EH9Hb,YG8HkB;EH7HlB,UG6HwB;EAC1B,UAAA;ALukCF;;AKpkCA;EHnII,UGoIa;EHnIb,YGmIkB;EHlIlB,UGkIwB;EAC1B,UAAA;ALykCF;;AKtkCA;EHxII,UGyIa;EHxIb,YGwIkB;EHvIlB,UGuIwB;EAC1B,UAAA;AL2kCF;;AKxkCA;EH7II,UG8Ia;EH7Ib,YG6IkB;EH5IlB,SG4IwB;EAC1B,UAAA;AL6kCF;;AK1kCA;EHlJI,WGmJa;EHlJb,YGkJmB;EHjJnB,UGiJyB;AL+kC7B;;AK5kCA;EHtJI,UGuJa;EHtJb,YGsJkB;EHrJlB,UGqJwB;EAC1B,0BAAA;EACA,UAAA;ALilCF;;AK9kCA;EH5JI,UG6Ja;EH5Jb,WG4JkB;EH3JlB,UG2JuB;EACzB,0BAAA;ALmlCF;;AKhlCA;EHjKI,WGkKa;EHjKb,YGiKmB;EHhKnB,UGgKyB;ALqlC7B;;AKjlCA;EHtKI,WGuKa;EHtKb,YGsKmB;EHrKnB,SGqKyB;ALslC7B;;AKnlCA;EH1KI,WG2Ka;EH1Kb,YG0KmB;EHzKnB,UGyKyB;ALwlC7B;;AKrlCA;EH9KI,WG+Ka;EH9Kb,YG8KmB;EH7KnB,UG6KyB;AL0lC7B;;AKvlCA;EHlLI,WGmLa;EHlLb,YGkLmB;EHjLnB,UGiLyB;AL4lC7B;;AKzlCA;EHtLI,WGuLa;EHtLb,YGsLmB;EHrLnB,UGqLyB;AL8lC7B;;AK3lCA;EH1LI,WG2La;EH1Lb,YG0LmB;EHzLnB,UGyLyB;EAC3B,WAAA;ALgmCF;;AK7lCA;EH/LI,WGgMa;EH/Lb,YG+LmB;EH9LnB,UG8LyB;EAC3B,WAAA;EACA,sDAAA;ALkmCF;;AK/lCA;EACE,aAAA;ALkmCF;;AK9lCA;EH1MI,WG2Ma;EH1Mb,YG0MmB;EHzMnB,SGyMyB;EAC3B,UAAA;ALmmCF;;AKhmCA;EH/MI,WGgNa;EH/Mb,YG+MmB;EH9MnB,SG8MyB;EAC3B,UAAA;ALqmCF;;AKlmCA;EHpNI,WGqNa;EHpNb,YGoNmB;EHnNnB,UGmNyB;EAC3B,UAAA;ALumCF;;AKnmCA;EACE,WAAA;EH3NE,WG4Na;EH3Nb,YG2NmB;EH1NnB,UG0NyB;ALwmC7B;;AKrmCA;EH/NI,UGgOa;EH/Nb,YG+NkB;EH9NlB,SG8NwB;AL0mC5B;;AKvmCA;EHnOI,WGoOa;EHnOb,YGmOmB;EHlOnB,UGkOyB;AL4mC7B;;AKxmCA;EHxOI,UGyOa;EHxOb,YGwOkB;EHvOlB,UGuOwB;AL6mC5B;;AK3mCA;EH3OI,UG4Oa;EH3Ob,YG2OkB;EH1OlB,SG0OwB;ALgnC5B;;AK7mCA;EH/OI,UGgPa;EH/Ob,YG+OkB;EH9OlB,UG8OwB;ALknC5B;;AK/mCA;EHnPI,UGoPa;EHnPb,YGmPkB;EHlPlB,UGkPwB;ALonC5B;;AKjnCA;EHvPI,UGwPa;EHvPb,YGuPkB;EHtPlB,UGsPwB;EAC1B,UAAA;EACA,UAAA;ALsnCF;;AKnnCA;EH7PI,UG8Pa;EH7Pb,YG6PkB;EH5PlB,UG4PwB;EAC1B,UAAA;EACA,UAAA;ALwnCF;;AKrnCA;EHnQI,UGoQa;EHnQb,YGmQkB;EHlQlB,UGkQwB;EAC1B,aAAA;EACA,UAAA;EACA,UAAA;AL0nCF;;AKvnCA;EH1QI,UG2Qa;EH1Qb,YG0QkB;EHzQlB,UGyQwB;EAC1B,UAAA;EACA,UAAA;AL4nCF;;AKtnCA;EACA,iBAAA;ALynCA;;AKtnCA;EACE,mBAAA;ALynCF;;AMl5CA;EACE,aAAA;ANq5CF;;AMl5CA;EACE;IACE,cAAA;ENq5CF;EMl5CA;IACE,kBAAA;ENo5CF;AACF;AMj5CA;EACE,eAAA;ANm5CF;;AMh5CA;EACE;IACE,eAAA;ENm5CF;EMh5CA;IACE,iBAAA;IACA,cAAA;ENk5CF;EM/4CA;IACE,iBAAA;ENi5CF;AACF;AM14CA;EACE;;;;;;IAME,sBAAA;EN44CF;EMz4CA;IACE,eAAA;EN24CF;EMx4CA;IACE,eAAA;EN04CF;EMv4CA;IACE,eAAA;ENy4CF;EMt4CA;IACE,eAAA;ENw4CF;EMr4CA;IACE,eAAA;ENu4CF;EMp4CA;IACE,eAAA;ENs4CF;EMl4CE;IACE,oBAAA;ENo4CJ;EM/3CE;IACE,oBAAA;ENi4CJ;EM73CE;IACE,2BAAA;IACA,UAAA;EN+3CJ;EM53CE;IACE,4BAAA;IACA,UAAA;EN83CJ;EM33CE;IACE,4BAAA;IACA,UAAA;EN63CJ;EM13CE;IACE,4BAAA;IACA,UAAA;EN43CJ;EMz3CE;IACE,4BAAA;IACA,UAAA;EN23CJ;EMv3CE;IACE,oBAAA;ENy3CJ;EMp3CE;IACE,wBAAA;ENs3CJ;EMn3CE;IACE,oBAAA;ENq3CJ;EMj3CA;IACE,aAAA;ENm3CF;EMh3CA;IACE,2DAAA;ENk3CF;EM/2CA;;;;IAIE,sCAAA;ENi3CF;AACF;AM72CA;EACE;;IAEE,6CAAA;EN+2CF;EM52CA;IACE,kCAAA;IACA,sDAAA;EN82CF;EM32CA;IACE,wDAAA;EN62CF;EM12CA;IACE,wDAAA;IACA,qDAAA;EN42CF;EMz2CA;IACE,0CAAA;EN22CF;EMx2CA;IACE,wDAAA;IACA,kCAAA;EN02CF;EMv2CA;IACE,4DAAA;IACA,kCAAA;ENy2CF;EMt2CA;IACE,4DAAA;ENw2CF;EMr2CA;IACE,kCAAA;ENu2CF;EMp2CA;IACE,0CAAA;ENs2CF;AACF","file":"index.css"}
\ No newline at end of file
diff --git a/styles/index.scss b/styles/index.scss
new file mode 100644
index 0000000..ccf9d39
--- /dev/null
+++ b/styles/index.scss
@@ -0,0 +1,7 @@
+@import "colors";
+@import "mixins";
+@import "styles";
+@import "keyframes";
+@import "animation";
+@import "svg-placement";
+@import "media-queries";
\ No newline at end of file