.andika-regular {
  font-family: "Andika", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.andika-bold {
  font-family: "Andika", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.andika-regular-italic {
  font-family: "Andika", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.andika-bold-italic {
  font-family: "Andika", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.kalam-light {
  font-family: "Kalam", cursive;
  font-weight: 300;
  font-style: normal;
}

.kalam-regular {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}

.kalam-bold {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 1200px) {
  .homesection {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 1201px) {
  .sectionright {
    flex-direction: row-reverse;
  }
}

#first {
  margin-top: 70px;
}

:root {
  --shadow-color: black;
  --background-color: #f7fbfc;
  --text-color: black;
  --nav-size: 24px;
  --color2: #c0e4ea;
  --header-size: 36px;
  --outline-color: black;
  --button-size: 20px;
  --paragraph-size: 18px;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--background-color);
  background-repeat: no-repeat;

  background-image: url('../assets/img/BG_HOME.jpg');
  background-size: cover;
  background-position: center;
}

nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 20px;
  display: flex;
  padding: 0 24px;
  background-color: var(--color2);
  z-index: 2;
}

nav a {
  transition-duration: 0.2s;
  padding: 10px;
  text-decoration: none;
  color: var(--text-color);
  font-size: var(--nav-size);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  
}

nav a:hover {
  transform: scale(110%);
  text-decoration: underline;
  transition-duration: 0.2s;
}

section {
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 72px;
  gap: 20px;
  box-sizing: border-box;
}

section .illus {
  height: 60svh;
}

h1 {
  font-size: var(--header-size);
  margin: 0;
}

p {
  font-size: var(--paragraph-size);
  margin: 0;
}

.shaded-box {
  box-shadow: 4px 4px var(--shadow-color);
  border: 4px solid var(--outline-color);
}

.button {
  padding: 8px 32px;
  text-decoration: none;
  color: var(--text-color);
  font-size: var(--button-size);
  margin: 0 4px 4px 0;
  width: fit-content;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.button:active {
  box-shadow: none;
  margin: 4px 0 0 4px;
}

#start-button {
  margin-left: auto;
}

.left {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  text-align: left;
}

.right {
  display: flex;
  margin-left: auto;
  flex-direction: column;
  margin-left: auto;

  text-align: right;
}

li {
  list-style: none;
}

footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background: var(--background-color);
}

.footer {
  position: relative;
  width: 100%;
  background: var(--color2);
  min-height: 100px;
  padding: 40px 50px 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer .social-icon, .footer .menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.footer img {
  width: 30px;
  height: 30px;
}

.footer .social-icon {
  margin-right: 50px;
}

.footer .social-icon li a {
  font-size: 2em;
  color: var(--text-color);
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}

.footer .social-icon li a:hover {
  transform: translateY(-10px);
}

.footer .menu {
  margin-right: 50px;
}

.footer .menu li a {
  font-size: 1.2em;
  color: var(--text-color);
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
}

.footer .menu li a:hover {
  transform: scale(110%);
  text-decoration: underline;
  transition-duration: 0.2s;
}

.footer p {
  color: var(--text-color);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.1em;
}

#Start_Journey {
  background-color: #c0e4ea;
}
