* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

body {
  font-family: "Urbanist", sans-serif;
  background-image: url(/Images/bg_green-01.jpg);
}

p {
  font-size: 18px;
}

h2 {
  font-size: bold;
  text-transform: uppercase;
}

/*Navigation Bar_Desktop*/

nav {
  position: fixed;
  width: 984px;
  top: 0;
  background-color: #7ac943;
  box-shadow: 3px 3px 5px #000000;
  z-index: 9999;
}

.nav_content {
  width: 100%;
  display: flex;
  align-items: center;
}

.logo {
  margin: 10px 20px;
}

nav .nav_content .nav_links {
  display: flex;
  gap: 55px;
  margin-top: 80px;
  padding-left: 10px;
}

nav .nav_links li {
  list-style: none;
}

nav .nav_links a,
.gi {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #0b4100;
}

nav .nav_links a:hover {
  color: white;
}

nav .nav_links li ul li a {
  color: white;
}

/*Dropdown Info Links*/

.open_icon {
  display: none;
  padding: 2px;
  color: #7ac943;
}

header .close_drop_menu {
  padding: 10px;
}

.download_button {
  display: inline-flex;
  height: 30px;
  padding: 0;
  background-color: #7ac943;
  border: none;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.button_text,
.button_icon {
  display: inline-flex;
  align-items: center;
  color: white;
  text-transform: uppercase;
  padding: 5px 20px;
  height: 100%;
}

.button_icon {
  height: 100%;
  font-size: 1.2em;
}

.download_button:hover {
  background-color: #0b4100;
}

.download_button:active {
  background-color: #041800;
}

ul li ul.dropdown_info_links {
  width: 40%;
  height: 300px;
  position: absolute;
  z-index: 999;
  display: none;
  background: rgba(14, 34, 0, 0.7);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

ul li ul.dropdown_info_links li {
  display: block;
  line-height: 2;
  padding-top: 10px;
}

ul li ul.dropdown_info_links:last-child {
  line-height: 3;
}

ul li:hover ul.dropdown_info_links {
  display: block;
}

nav .nav_links li ul li a:hover {
  color: #7ac943;
}

/* Open Nav Menu*/

header .open_nav_menu {
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: auto;
  margin-top: 80px;
}

header .open_nav_menu span {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #0b4100;
  position: relative;
}

header .open_nav_menu span:before,
header .open_nav_menu span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b4100;
  box-sizing: border-box;
}

header .open_nav_menu span::before {
  top: -7px;
}

header .open_nav_menu span::after {
  top: 7px;
}

/*Close Nav Menu*/
header .close_nav_menu {
  height: 40px;
  width: 40px;
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-self: center;
}
header .close_nav_menu img {
  width: 40px;
}

/*End of Navbar*/

/*Opening Page*/

.opening_page_container {
  justify-content: left;
  height: 1060px;
  background-image: url(/Images/BackgroundMain1.webp),
    url(/Images/bg_yellow-01.jpg);
  background-repeat: no-repeat, repeat-y;
  background-position: bottom right 50px, center;
  margin-top: 20px;
}

.class2023 {
  padding-top: 120px;
}

.copperleaf_title {
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}

.opening_paragraph {
  width: 50%;
  padding-left: 30px;
  padding-top: 30px;
  color: #000000;
}

.focus_title {
  padding-top: 30px;
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

.focus_list {
  padding-left: 30px;
  color: #000000;
  font-size: large;
}

/*Seperation Wave 1*/

.seperation_wave_one {
  background-image: url(/Images/seperator_one.png);
  height: 77px;
  margin-top: -47px;
}

/*Mission and Vision*/

.mission_and_vision_container {
  background-image: url(/Images/bg_aqua-01.jpg);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  color: white;
  height: 700px;
  margin-bottom: -50px;
  text-align: center;
}

.mission_paragraph {
  grid-column: 1/2;
  grid-row: 1/2;
  display: grid;
  padding-top: 20px;
  width: 100%;
  justify-content: center;
}

.mission {
  display: grid;
  justify-content: center;
  grid-column: 1/2;
  grid-row: 2/3;
  width: 100%;
  padding: 0 10px;
}

.mission_background {
  height: 700px;
  grid-column: 1/2;
  grid-row: 1/3;
  background-color: rgb(0, 24, 22, 0.5);
}

.vision_paragraph {
  grid-column: 2/3;
  grid-row: 1/2;
  display: grid;
  justify-content: center;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}

.vision {
  display: grid;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 2/3;
  width: 100%;
  padding: 0 10px;
}

.intention_paragraph {
  display: grid;
  justify-content: center;
  grid-column: 3/4;
  grid-row: 1/2;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}

.intention {
  grid-column: 3/4;
  grid-row: 2/3;
  width: 100%;
  padding: 0 10px;
}

.intention_background {
  height: 700px;
  grid-column: 3/4;
  grid-row: 1/3;
  background-color: rgb(0, 24, 22, 0.5);
}

/*Seperation Wave Two*/

.seperation_wave_two {
  background-image: url(/Images/seperator_two.png);
  background-size: cover 140%;
  height: 68px;
  transform: scaleX(-1);
}

/*Creche Hours*/

.crèche_hours {
  background-image: url(/Images/bg_purple-01.jpg);
  background-size: cover;
  height: 400px;
  color: white;
}

.crèche_hours_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.crèche_hours_title {
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  font-size: 28px;
  font-weight: 600;
}

.full_day {
  text-align: center;
  padding-top: 40px;
  padding-left: 20px;
}

.crèche_hours_clock {
  display: grid;
  justify-items: center;
  padding-top: 30px;
}

.half_day {
  text-align: center;
  padding-top: 40px;
  padding-right: 20px;
}

.snowman {
  display: grid;
  justify-items: center;
}

.snowman_reverse {
  display: grid;
  justify-items: center;
}

.important_title {
  font-size: 24px;
  font-weight: 600;
  padding-top: 50px;
}

.holiday_dates {
  display: grid;
  justify-items: center;
  text-align: center;
}

/*seperation wave three*/

.seperation_wave_three {
  background-image: url(/Images/seperator_four.png);
  height: 65px;
  margin-top: -40px;
  z-index: 9999;
}

/*Class Names*/

.class_names {
  height: 450px;
  background-image: url(/Images/bg_blue-01.jpg);
}

.class_title {
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}

.class_icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, minmax(40px auto));
  grid-row-gap: 10px;
  padding: auto;
  color: white;
}

.butterfly_title {
  text-align: center;
  font-weight: 500;
}

.elephant_title {
  text-align: center;
  font-weight: 500;
}

.rhino_title {
  text-align: center;
  font-weight: 500;
}

.buffalo_title {
  text-align: center;
  font-weight: 500;
}

.lion_title {
  text-align: center;
  font-weight: 500;
}

.class_icons .butterfly_class_img {
  display: flex;
  justify-content: center;
}

.butterfly_class_paragraph {
  text-align: center;
  padding-left: 10px;
}

.elephant_class_img {
  display: flex;
  justify-content: center;
}

.elephant_class_paragraph {
  text-align: center;
}

.rhino_class_img {
  display: flex;
  justify-content: center;
}

.rhino_class_paragraph {
  text-align: center;
}

.buffalo_class_img {
  display: flex;
  justify-content: center;
}

.buffalo_class_paragraph {
  text-align: center;
}

.lion_class_img {
  display: flex;
  justify-content: center;
}

.lion_class_paragraph {
  text-align: center;
}

.mobile_lion_title {
  display: none;
}

.mobile_lion_class_img {
  display: none;
}

.mobile_lion_class_paragraph {
  display: none;
}

/*Sepaeration Wave four*/

.seperation_wave_four {
  background-image: url(/Images/seperator_one.png);
  height: 68px;
  transform: scalex(-1);
  margin-top: -50px;
}

/*Staff Member*/

.crèche_staff {
  height: 900px;
  background-image: url(/Images/bg_orange-01.jpg);
}

.staff_title {
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}

.staff {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(8, minmax(150px auto));
  grid-gap: 10px;
  margin: 0 auto;
  color: white;
}

.livvi {
  display: flex;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/2;
}

.livvi_p {
  text-align: center;
  grid-column: 2/3;
  grid-row: 2/3;
}

.tammy {
  display: flex;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/2;
}

.tammy_p {
  text-align: center;
  grid-column: 2/3;
  grid-row: 2/3;
}

.annie {
  display: flex;
  justify-content: center;
  grid-column: 3/4;
  grid-row: 1/2;
}

.annie_p {
  text-align: center;
  grid-column: 3/4;
  grid-row: 2/3;
}

.aphiwe {
  display: flex;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 3/4;
}

.aphiwe_p {
  text-align: center;
  grid-column: 2/3;
  grid-row: 4/5;
}

.emmah {
  display: flex;
  justify-content: center;
  grid-column: 1/2;
  grid-row: 3/4;
}

.emmah_p {
  text-align: center;
  grid-column: 1/2;
  grid-row: 4/5;
}

.norah {
  display: flex;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 3/4;
}

.norah_p {
  text-align: center;
  grid-column: 2/3;
  grid-row: 4/5;
}

.liesbet {
  display: flex;
  justify-content: center;
  grid-column: 3/4;
  grid-row: 3/4;
}

.liesbet_p {
  text-align: center;
  grid-column: 3/4;
  grid-row: 4/5;
}

.precilla {
  display: flex;
  justify-content: center;
  grid-column: 4/5;
  grid-row: 3/4;
}

.precilla_p {
  text-align: center;
  grid-column: 4/5;
  grid-row: 4/5;
}

.maggy {
  display: flex;
  justify-content: center;
  grid-column: 1/2;
  grid-row: 5/6;
}

.maggy_p {
  text-align: center;
  grid-column: 1/2;
  grid-row: 6/7;
}

.mapule {
  display: flex;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 5/6;
}

.mapule_p {
  text-align: center;
  grid-column: 2/3;
  grid-row: 6/7;
}

.neo {
  display: flex;
  justify-content: center;
  grid-column: 3/4;
  grid-row: 5/6;
}

.neo_p {
  text-align: center;
  text-align: center;
  grid-column: 3/4;
  grid-row: 6/7;
}

.tanya {
  display: flex;
  justify-content: center;
  grid-column: 4/5;
  grid-row: 5/6;
}

.tanya_p {
  text-align: center;
  grid-column: 4/5;
  grid-row: 6/7;
}

/*Sepaeration Wave five*/

.seperation_wave_five {
  background-image: url(/Images/seperator_two.png);
  height: 68px;
  margin-top: -50px;
}

/*Contact us*/

.contact {
  height: 1700px;
  background-image: url(/Images/bg_red-01.jpg);
}

.contact_form_title {
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  color: white;
}

.contact_form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
}

.contact_form form {
  width: 600px;
  text-align: center;
}

form .input_box {
  display: flex;
  justify-content: space-between;
}

.input_box .input-field {
  width: 48.5%;
}

.field .item {
  width: 100%;
  padding: 18px;
  background: rgba(255, 117, 117, 0.589);
  border: 2px solid #6b0000;
  outline: none;
  border-radius: 6px;
  font-size: 16px;
  color: white;
  margin: 12px 0;
}

.field .item::placeholder {
  color: white;
}

.field .error_txt {
  font-size: 14.5px;
  color: #fff700;
  text-align: left;
  margin: -5px 0 10px;
  display: none;
}

form .textarea-field .item {
  resize: none;
}

form .textarea-field .error_txt {
  margin-top: -10px;
}

form button {
  padding: 12px 32px;
  background: #6b0000;
  border: none;
  outline: none;
  border-radius: 6px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s;
}

form button:hover {
  box-shadow: none;
  background-color: white;
  color: #6b0000;
  font-weight: 700;
}

/*Contact Details*/

.contact_details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2 1fr);
  padding: 40px;
  color: white;
}

.contact_details_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  color: white;
  grid-column: 1/5;
  grid-row: 1/2;
  padding-top: 50px;
}

.contact_bold_container {
  padding-top: 30px;
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: right;
}

.contact_bold_list li {
  text-decoration: none;
  list-style-type: none;
}

.contact_info_container {
  padding: 30px;
  grid-column: 3/5;
  grid-row: 2/3;
}

.contact_info_list li {
  text-decoration: none;
  list-style-type: none;
}

.creche_number {
  cursor: pointer;
}

.creche_number a {
  text-decoration: none;
  color: white;
}

.livvy_number {
  cursor: pointer;
}

.livvy_number a {
  text-decoration: none;
  color: white;
}

.livvy_mail a {
  text-decoration: none;
  color: white;
}

.tammy_number {
  cursor: pointer;
}

.tammy_number a {
  text-decoration: none;
  color: white;
}

.tammy_mail a {
  text-decoration: none;
  color: white;
}

/*Google Map*/

.map {
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  color: white;
  padding-bottom: 30px;
}

.map_container {
  display: flex;
  justify-content: center;
  width: 750px;
}

.seperation_wave_bottom {
  background-image: url(/Images/seperator_bottom.png);
  height: 58px;
  margin-top: -50px;
}

/*Social Media*/

.footer {
  width: 1024;
  margin: 0 auto;
  display: block;
}

footer .social_media {
  background-color: #0b4100;
  width: 100%;
  text-align: center;
}
.social_media_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  color: white;
  padding-top: 20px;
}

.social_media a {
  font-size: 50px;
  color: #7ac943;
}

.social_media p {
  color: white;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #7ac943;
}

/*Responsive Styling*/
/*Navbar starts*/

@media (max-width: 430px) {
  .container {
    width: 430px;
    margin: 0 auto;
  }

  header .close_nav_menu,
  header .open_nav_menu {
    display: flex;
  }

  .open_icon {
    display: inline;
    padding: 10px;
    color: #7ac943;
  }

  nav {
    width: 430px;
  }

  nav .nav_content .nav_links {
    display: block;
    padding: 20px;
  }

  .navbar {
    position: fixed;
    padding-bottom: 500px;
    right: -430px;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow-y: auto;
    background: rgba(11, 65, 0, 0.8);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    z-index: 1000;
    transition: all 0.5s ease;
  }

  .navbar.open {
    visibility: visible;
    right: 0px;
  }

  .nav_links li {
    padding: 20px 0;
  }

  header .nav_links a {
    color: #7ac943;
  }

  header .nav_links {
    padding: 20px;
  }

  nav .nav_links a,
  .gi {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #7ac943;
  }

  ul li ul.dropdown_info_links {
    width: 280px;
    height: 450px;
    position: absolute;
    z-index: 1000;
    display: none;
    background: rgba(14, 34, 0, 0.7);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    text-align: right;
    margin-left: 50px;
  }

  ul li ul.dropdown_info_links li {
    display: block;
    line-height: 2;
    padding-top: 10px;
  }

  ul li ul.dropdown_info_links:last-child {
    line-height: 3;
  }

  ul li:hover ul.dropdown_info_links {
    display: block;
  }

  nav .nav_links li ul li a:hover {
    color: #7ac943;
  }

  .download_btn {
    background-color: #0b4100;
    margin: 10px;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
  }

  /*Navbar ends*/

  /*Opening Page*/

  .opening_page_container {
    height: 1280px;
    width: 100%;
    background-image: url(/Images/BackgroundMain1.webp),
      url(/Images/bg_yellow-01.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: bottom right -10px, center;
    background-size: 200%, 100%;
    margin-top: 20px;
  }

  .class2023 {
    padding-top: 120px;
  }

  .copperleaf_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
  }

  .opening_paragraph {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 20px 15px;
    width: 100%;
    color: #000000;
  }

  .focus_title {
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    padding-left: 20px;
  }

  .focus_list {
    color: #000000;
    padding-left: 15px;
  }

  /*Seperation Wave 1*/

  .seperation_wave_one {
    background-image: url(/Images/seperator_one.png);
    height: 77px;
    margin-top: -47px;
  }

  /*Mission and Vision*/

  .mission_and_vision_container {
    background-image: url(/Images/bg_aqua-01.jpg);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    width: 100%;
    color: white;
    height: 1900px;
    margin-bottom: -50px;
    text-align: center;
  }

  .mission_paragraph {
    grid-column: 1/2;
    grid-row: 1/2;
    display: grid;
    padding-top: 20px;
    width: 100%;
    justify-content: center;
  }

  .mission {
    display: grid;
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    padding: 20px 10px;
  }

  .mission_background {
    grid-column: 1/2;
    grid-row: 1/3;
    background-color: rgb(0, 41, 39, 0.5);
    height: 600px;
  }

  .vision_paragraph {
    grid-column: 1/2;
    grid-row: 3/4;
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .vision {
    display: grid;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 4/5;
    width: 100%;
    padding: 20px 10px;
  }

  .intention_paragraph {
    display: grid;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 5/6;
    padding-top: 20px;
    text-align: center;
    width: 100%;
  }

  .intention {
    grid-column: 1/2;
    grid-row: 6/7;
    width: 100%;
    padding: 20px 10px;
  }

  .intention_background {
    grid-column: 1/2;
    grid-row: 5/7;
    background-color: rgb(0, 41, 39, 0.5);
    height: 630px;
  }

  /*Seperation Wave Two*/

  .seperation_wave_two {
    background-image: url(/Images/seperator_two.png);
    background-size: cover 140%;
    height: 68px;
    transform: scaleX(-1);
  }

  /*Creche Hours*/

  .crèche_hours {
    background-image: url(/Images/bg_purple-01.jpg);
    background-size: cover;
    height: 730px;
    color: white;
  }

  .crèche_hours_container {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr;
  }

  .crèche_hours_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-left: 0;
    font-size: 28px;
    font-weight: 600;
  }

  .full_day {
    text-align: center;
    padding-top: 20px;
    padding-left: 5px;
    width: 370px;
  }

  .crèche_hours_clock {
    display: grid;
    justify-items: center;
    padding-top: 40px;
  }

  .half_day {
    text-align: center;
    padding-top: 40px;
    padding-left: 20px;
    width: 370px;
  }

  .snowman {
    display: grid;
    justify-items: center;
    padding-top: 20px;
  }

  .snowman_reverse {
    visibility: hidden;
    display: grid;
    justify-items: center;
  }

  .important_title {
    font-size: 24px;
    font-weight: 600;
    padding-top: 50px;
  }

  .holiday_dates {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  /*seperation wave three*/

  .seperation_wave_three {
    background-image: url(/Images/seperator_four.png);
    height: 65px;
    margin-top: -40px;
    z-index: 9999;
  }

  /*Class Names*/

  .class_names {
    height: 1050px;
    background-image: url(/Images/bg_blue-01.jpg);
  }

  .class_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
  }

  .class_icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, minmax(40px auto));
    grid-row-gap: 10px;
    padding: auto;
    color: white;
  }

  .butterfly_title {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
  }

  .elephant_title {
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
  }

  .class_icons .butterfly_class_img {
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
  }

  .elephant_class_img {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
  }

  .butterfly_class_paragraph {
    display: grid;
    place-items: center;
    padding: 0 10px;
    grid-column: 1/2;
    grid-row: 3/4;
    text-align: center;
  }

  .elephant_class_paragraph {
    display: grid;
    place-items: center;
    padding: 0 10px;
    grid-column: 2/3;
    grid-row: 3/4;
    text-align: center;
  }

  .rhino_title {
    grid-column: 1/2;
    grid-row: 4/5;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-top: 30px;
  }

  .buffalo_title {
    grid-column: 2/3;
    grid-row: 4/5;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-top: 30px;
  }

  .rhino_class_img {
    grid-column: 1/2;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
  }

  .buffalo_class_img {
    grid-column: 2/3;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
  }

  .rhino_class_paragraph {
    display: grid;
    place-items: center;
    padding: 0 10px;
    grid-column: 1/2;
    grid-row: 6/7;
    text-align: center;
  }

  .buffalo_class_paragraph {
    display: grid;
    place-items: center;
    padding: 0 10px;
    grid-column: 2/3;
    grid-row: 6/7;
    text-align: center;
  }

  .mobile_lion_title {
    display: block;
    text-align: center;
    justify-self: center;
    font-weight: 600;
    font-size: 20px;
    padding-top: 30px;
  }

  .mobile_lion_class_img {
    display: block;
    justify-self: center;
    height: 148.48px;
    width: 148.48px;
    margin: auto;
  }

  .mobile_lion_class_paragraph {
    text-align: center;
    padding-top: 15px;
    display: block;
  }

  .lion_class_img {
    display: none;
  }

  .lion_class_paragraph {
    display: none;
  }

  .lion_title {
    display: none;
  }

  /*Sepaeration Wave four*/

  .seperation_wave_four {
    background-image: url(/Images/seperator_one.png);
    height: 68px;
    transform: scalex(-1);
    margin-top: -50px;
  }

  /*Staff Member*/

  .crèche_staff {
    height: 1050px;
    background-image: url(/Images/bg_orange-01.jpg);
  }

  .staff_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
  }

  .staff {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, minmax(140px auto));
    grid-gap: 5px;
    margin: 0 auto;
    color: white;
    padding: 0 5px;
  }

  .livvi {
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .livvi_p {
    text-align: center;
    text-align: center;
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .livvi_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .tammy {
    display: flex;
    justify-content: center;
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .tammy_p {
    text-align: center;
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .tammy_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .annie {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 1/2;
  }

  .annie_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 2/3;
  }

  .annie_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .emmah {
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .emmah_p {
    text-align: center;
    grid-column: 1/2;
    grid-row: 4/5;
  }

  .emmah_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .aphiwe {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 3/4;
  }

  .aphiwe_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 4/5;
  }

  .aphiwe_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .norah {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 3/4;
  }

  .norah_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 4/5;
  }

  .norah_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .liesbet {
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 5/6;
  }

  .liesbet_p {
    text-align: center;
    grid-column: 1/2;
    grid-row: 6/7;
  }

  .liesbet_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .precilla {
    display: flex;
    justify-content: center;
    grid-column: 2/3;
    grid-row: 5/6;
  }

  .precilla_p {
    text-align: center;
    grid-column: 2/3;
    grid-row: 6/7;
  }

  .precilla_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .maggy {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 5/6;
  }

  .maggy_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 6/7;
  }

  .maggy_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .mapule {
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 7/8;
  }

  .mapule_p {
    text-align: center;
    grid-column: 1/2;
    grid-row: 8/9;
  }

  .mapule_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .neo {
    display: flex;
    justify-content: center;
    grid-column: 2/3;
    grid-row: 7/8;
  }

  .neo_p {
    text-align: center;
    text-align: center;
    grid-column: 2/3;
    grid-row: 8/9;
  }

  .neo_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .tanya {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 7/8;
  }

  .tanya_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 8/9;
  }

  .tanya_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  /*Sepaeration Wave five*/

  .seperation_wave_five {
    background-image: url(/Images/seperator_two.png);
    height: 68px;
    margin-top: -50px;
  }

  /*Contact us*/

  .contact {
    height: 1600px;
    background-image: url(/Images/bg_red-01.jpg);
  }

  .contact_form_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: white;
  }

  .contact_form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
    margin: 0 20px;
  }

  .contact_form form {
    width: 600px;
    text-align: center;
  }

  form .input_box {
    display: flex;
    justify-content: space-between;
  }

  .input_box .input-field {
    width: 48.5%;
  }

  .field .item {
    width: 100%;
    padding: 16px;
    background: rgba(255, 117, 117, 0.589);
    border: 2px solid #6b0000;
    outline: none;
    border-radius: 6px;
    font-size: 15px;
    color: white;
    margin: 12px 0;
  }

  .field .item::placeholder {
    color: white;
  }

  .field .error_txt {
    font-size: 14.5px;
    color: #fff700;
    text-align: left;
    margin: -5px 0 10px;
    display: none;
  }

  form .textarea-field .item {
    resize: none;
  }

  form .textarea-field .error_txt {
    margin-top: -10px;
  }

  form button {
    padding: 12px 32px;
    background: #6b0000;
    border: none;
    outline: none;
    border-radius: 6px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
  }

  form button:hover {
    box-shadow: none;
    background-color: white;
    color: #6b0000;
    font-weight: 700;
  }

  /*Contact Details*/

  .contact_details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(50px 1fr));
    width: 100%;
    color: white;
    padding: 0;
    padding-left: 20px;
  }

  .contact_details_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: white;
    grid-column: 1/5;
    grid-row: 1/2;
    padding-bottom: 20px;
    padding-right: 55px;
  }

  .contact_bold_container {
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: right;
    padding: 0;
    width: 150px;
  }

  .contact_bold_list li {
    text-decoration: none;
    list-style-type: none;
    font-size: 15px;
  }

  .contact_info_container {
    text-align: left;
    grid-column: 3/5;
    grid-row: 2/3;
    width: 230px;
    padding: 0;
  }

  .contact_info_list li {
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    font-size: 15px;
  }

  .creche_number {
    cursor: pointer;
  }

  .creche_number a {
    text-decoration: none;
    color: white;
  }

  .livvy_number {
    cursor: pointer;
  }

  .livvy_number a {
    text-decoration: none;
    color: white;
  }

  .livvy_mail a {
    text-decoration: none;
    color: white;
  }

  .tammy_mail a {
    text-decoration: none;
    color: white;
  }

  /*Google Map*/

  .map {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .map_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: white;
    padding-bottom: 30px;
  }
  iframe {
    width: 380px;
    height: 495px;
  }

  .map_container {
    display: flex;
    justify-content: center;
    width: 750px;
  }

  .seperation_wave_bottom {
    background-image: url(/Images/seperator_bottom.png);
    height: 58px;
    margin-top: -50px;
  }

  /*Social Media*/
}

@media (max-width: 393px) {
  .container {
    width: 393px;
    margin: 0 auto;
  }

  header .close_nav_menu,
  header .open_nav_menu {
    display: flex;
  }

  .open_icon {
    display: inline;
    padding: 10px;
    color: #7ac943;
  }

  nav {
    width: 393px;
  }

  nav .nav_content .nav_links {
    display: block;
    padding: 20px;
  }

  .navbar {
    position: fixed;
    padding-bottom: 500px;
    right: -393px;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow-y: auto;
    background: rgba(11, 65, 0, 0.8);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    z-index: 1000;
    transition: all 0.5s ease;
  }

  .navbar.open {
    visibility: visible;
    right: 0px;
  }

  .nav_links li {
    padding: 20px 0;
  }

  header .nav_links a {
    color: #7ac943;
  }

  header .nav_links {
    padding: 20px;
  }

  nav .nav_links a,
  .gi {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #7ac943;
  }

  ul li ul.dropdown_info_links {
    width: 280px;
    height: 450px;
    position: absolute;
    z-index: 1000;
    display: none;
    background: rgba(14, 34, 0, 0.7);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    text-align: right;
    margin-left: 50px;
  }

  ul li ul.dropdown_info_links li {
    display: block;
    line-height: 2;
    padding-top: 10px;
  }

  ul li ul.dropdown_info_links:last-child {
    line-height: 3;
  }

  ul li:hover ul.dropdown_info_links {
    display: block;
  }

  nav .nav_links li ul li a:hover {
    color: #7ac943;
  }

  .download_btn {
    background-color: #0b4100;
    margin: 10px;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
  }

  /*Navbar ends*/

  /*Opening Page*/

  .opening_page_container {
    height: 1280px;
    width: 100%;
    background-image: url(/Images/BackgroundMain1.webp),
      url(/Images/bg_yellow-01.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: bottom right -10px, center;
    background-size: 200%, 100%;
    margin-top: 20px;
  }

  .class2023 {
    padding-top: 120px;
  }

  .copperleaf_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
  }

  .opening_paragraph {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 20px 15px;
    width: 100%;
    color: #000000;
  }

  .focus_title {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 20px 15px 10px 15px;
    width: 100%;
    color: #000000;
  }

  .focus_list {
    color: #000000;
    padding-left: 15px;
  }

  /*Seperation Wave 1*/

  .seperation_wave_one {
    background-image: url(/Images/seperator_one.png);
    height: 77px;
    margin-top: -47px;
  }

  /*Mission and Vision*/

  .mission_and_vision_container {
    background-image: url(/Images/bg_aqua-01.jpg);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    width: 100%;
    color: white;
    height: 1900px;
    margin-bottom: -50px;
    text-align: center;
  }

  .mission_paragraph {
    grid-column: 1/2;
    grid-row: 1/2;
    display: grid;
    padding-top: 20px;
    width: 100%;
    justify-content: center;
  }

  .mission {
    display: grid;
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    padding: 20px 10px;
  }

  .mission_background {
    grid-column: 1/2;
    grid-row: 1/3;
    background-color: rgb(0, 41, 39, 0.5);
    height: 600px;
  }

  .vision_paragraph {
    grid-column: 1/2;
    grid-row: 3/4;
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .vision {
    display: grid;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 4/5;
    width: 100%;
    padding: 20px 10px;
  }

  .intention_paragraph {
    display: grid;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 5/6;
    padding-top: 20px;
    text-align: center;
    width: 100%;
  }

  .intention {
    grid-column: 1/2;
    grid-row: 6/7;
    width: 100%;
    padding: 20px 10px;
  }

  .intention_background {
    grid-column: 1/2;
    grid-row: 5/7;
    background-color: rgb(0, 41, 39, 0.5);
    height: 630px;
  }

  /*Seperation Wave Two*/

  .seperation_wave_two {
    background-image: url(/Images/seperator_two.png);
    background-size: cover 140%;
    height: 68px;
    transform: scaleX(-1);
  }

  /*Creche Hours*/

  .crèche_hours {
    background-image: url(/Images/bg_purple-01.jpg);
    background-size: cover;
    height: 730px;
    color: white;
  }

  .crèche_hours_container {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr;
  }

  .crèche_hours_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-left: 0;
    font-size: 28px;
    font-weight: 600;
  }

  .full_day {
    text-align: center;
    padding-top: 20px;
    padding-left: 5px;
    width: 370px;
  }

  .crèche_hours_clock {
    display: grid;
    justify-items: center;
    padding-top: 40px;
  }

  .half_day {
    text-align: center;
    padding-top: 40px;
    padding-left: 20px;
    width: 370px;
  }

  .snowman {
    display: grid;
    justify-items: center;
    padding-top: 20px;
  }

  .snowman_reverse {
    visibility: hidden;
    display: grid;
    justify-items: center;
  }

  .important_title {
    font-size: 24px;
    font-weight: 600;
    padding-top: 50px;
  }

  .holiday_dates {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  /*seperation wave three*/

  .seperation_wave_three {
    background-image: url(/Images/seperator_four.png);
    height: 65px;
    margin-top: -40px;
    z-index: 9999;
  }

  /*Class Names*/

  .class_names {
    height: 1050px;
    background-image: url(/Images/bg_blue-01.jpg);
  }

  .class_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
  }

  .class_icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, minmax(40px auto));
    grid-row-gap: 10px;
    padding: auto;
    color: white;
  }

  .butterfly_title {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
  }

  .elephant_title {
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
  }

  .class_icons .butterfly_class_img {
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
  }

  .elephant_class_img {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
  }

  .butterfly_class_paragraph {
    display: grid;
    place-items: center;
    padding: 0 10px;
    grid-column: 1/2;
    grid-row: 3/4;
    text-align: center;
  }

  .elephant_class_paragraph {
    display: grid;
    place-items: center;
    padding: 0 10px;
    grid-column: 2/3;
    grid-row: 3/4;
    text-align: center;
  }

  .rhino_title {
    grid-column: 1/2;
    grid-row: 4/5;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-top: 30px;
  }

  .buffalo_title {
    grid-column: 2/3;
    grid-row: 4/5;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-top: 30px;
  }

  .rhino_class_img {
    grid-column: 1/2;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
  }

  .buffalo_class_img {
    grid-column: 2/3;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
  }

  .rhino_class_paragraph {
    display: grid;
    place-items: center;
    padding: 0 10px;
    grid-column: 1/2;
    grid-row: 6/7;
    text-align: center;
  }

  .buffalo_class_paragraph {
    display: grid;
    place-items: center;
    padding: 0 10px;
    grid-column: 2/3;
    grid-row: 6/7;
    text-align: center;
  }

  .mobile_lion_title {
    display: block;
    text-align: center;
    justify-self: center;
    font-weight: 600;
    font-size: 20px;
    padding-top: 30px;
  }

  .mobile_lion_class_img {
    display: block;
    justify-self: center;
    height: 148.48px;
    width: 148.48px;
    margin: auto;
  }

  .mobile_lion_class_paragraph {
    text-align: center;
    padding-top: 15px;
    display: block;
  }

  .lion_class_img {
    display: none;
  }

  .lion_class_paragraph {
    display: none;
  }

  .lion_title {
    display: none;
  }

  /*Sepaeration Wave four*/

  .seperation_wave_four {
    background-image: url(/Images/seperator_one.png);
    height: 68px;
    transform: scalex(-1);
    margin-top: -50px;
  }

  /*Staff Member*/

  .crèche_staff {
    height: 1050px;
    background-image: url(/Images/bg_orange-01.jpg);
  }

  .staff_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
  }

  .staff {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, minmax(140px auto));
    grid-gap: 5px;
    margin: 0 auto;
    color: white;
    padding: 0 5px;
  }

  .livvi {
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .livvi_p {
    text-align: center;
    text-align: center;
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .livvi_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .tammy {
    display: flex;
    justify-content: center;
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .tammy_p {
    text-align: center;
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .tammy_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .annie {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 1/2;
  }

  .annie_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 2/3;
  }

  .annie_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .emmah {
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .emmah_p {
    text-align: center;
    grid-column: 1/2;
    grid-row: 4/5;
  }

  .emmah_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .aphiwe {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 3/4;
  }

  .aphiwe_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 4/5;
  }

  .aphiwe_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .norah {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 3/4;
  }

  .norah_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 4/5;
  }

  .norah_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .liesbet {
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 5/6;
  }

  .liesbet_p {
    text-align: center;
    grid-column: 1/2;
    grid-row: 6/7;
  }

  .liesbet_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .precilla {
    display: flex;
    justify-content: center;
    grid-column: 2/3;
    grid-row: 5/6;
  }

  .precilla_p {
    text-align: center;
    grid-column: 2/3;
    grid-row: 6/7;
  }

  .precilla_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .maggy {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 5/6;
  }

  .maggy_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 6/7;
  }

  .maggy_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .mapule {
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 7/8;
  }

  .mapule_p {
    text-align: center;
    grid-column: 1/2;
    grid-row: 8/9;
  }

  .mapule_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .neo {
    display: flex;
    justify-content: center;
    grid-column: 2/3;
    grid-row: 7/8;
  }

  .neo_p {
    text-align: center;
    text-align: center;
    grid-column: 2/3;
    grid-row: 8/9;
  }

  .neo_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .tanya {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 7/8;
  }

  .tanya_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 8/9;
  }

  .tanya_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  /*Sepaeration Wave five*/

  .seperation_wave_five {
    background-image: url(/Images/seperator_two.png);
    height: 68px;
    margin-top: -50px;
  }

  /*Contact us*/

  .contact {
    height: 1600px;
    background-image: url(/Images/bg_red-01.jpg);
  }

  .contact_form_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: white;
  }

  .contact_form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
    margin: 0 20px;
  }

  .contact_form form {
    width: 600px;
    text-align: center;
  }

  form .input_box {
    display: flex;
    justify-content: space-between;
  }

  .input_box .input-field {
    width: 48.5%;
  }

  .field .item {
    width: 100%;
    padding: 16px;
    background: rgba(255, 117, 117, 0.589);
    border: 2px solid #6b0000;
    outline: none;
    border-radius: 6px;
    font-size: 15px;
    color: white;
    margin: 12px 0;
  }

  .field .item::placeholder {
    color: white;
  }

  .field .error_txt {
    font-size: 14.5px;
    color: #fff700;
    text-align: left;
    margin: -5px 0 10px;
    display: none;
  }

  form .textarea-field .item {
    resize: none;
  }

  form .textarea-field .error_txt {
    margin-top: -10px;
  }

  form button {
    padding: 12px 32px;
    background: #6b0000;
    border: none;
    outline: none;
    border-radius: 6px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
  }

  form button:hover {
    box-shadow: none;
    background-color: white;
    color: #6b0000;
    font-weight: 700;
  }

  /*Contact Details*/

  .contact_details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(50px 1fr));
    width: 100%;
    color: white;
    padding: 0;
    padding-left: 20px;
  }

  .contact_details_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: white;
    grid-column: 1/5;
    grid-row: 1/2;
    padding-bottom: 20px;
    padding-right: 55px;
  }

  .contact_bold_container {
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: right;
    padding: 0;
    width: 150px;
  }

  .contact_bold_list li {
    text-decoration: none;
    list-style-type: none;
    font-size: 15px;
  }

  .contact_info_container {
    text-align: left;
    grid-column: 3/5;
    grid-row: 2/3;
    width: 230px;
    padding: 0;
  }

  .contact_info_list li {
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    font-size: 15px;
  }

  .creche_number {
    cursor: pointer;
  }

  .creche_number a {
    text-decoration: none;
    color: white;
  }

  .livvy_number {
    cursor: pointer;
  }

  .livvy_number a {
    text-decoration: none;
    color: white;
  }

  .livvy_mail a {
    text-decoration: none;
    color: white;
  }

  .tammy_mail a {
    text-decoration: none;
    color: white;
  }

  /*Google Map*/

  .map {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .map_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: white;
    padding-bottom: 30px;
  }

  .map_container {
    display: flex;
    justify-content: center;
    width: 90%;
  }

  .seperation_wave_bottom {
    background-image: url(/Images/seperator_bottom.png);
    height: 58px;
    margin-top: -50px;
  }

  /*Social Media*/
}

@media (max-width: 360px) {
  .container {
    width: 360px;
    margin: 0 auto;
  }

  header .close_nav_menu,
  header .open_nav_menu {
    display: flex;
  }

  .open_icon {
    display: inline;
    padding: 10px;
    color: #7ac943;
  }

  nav {
    width: 360px;
  }

  nav .nav_content .nav_links {
    display: block;
    padding: 20px;
  }

  .navbar {
    position: fixed;
    padding-bottom: 500px;
    right: -360px;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow-y: auto;
    background: rgba(11, 65, 0, 0.8);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    z-index: 1000;
    transition: all 0.5s ease;
  }

  .navbar.open {
    visibility: visible;
    right: 0px;
  }

  .nav_links li {
    padding: 20px 0;
  }

  header .nav_links a {
    color: #7ac943;
  }

  header .nav_links {
    padding: 20px;
  }

  nav .nav_links a,
  .gi {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #7ac943;
  }

  ul li ul.dropdown_info_links {
    width: 280px;
    height: 450px;
    position: absolute;
    z-index: 1000;
    display: none;
    background: rgba(14, 34, 0, 0.7);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    text-align: right;
    margin-left: 50px;
  }

  ul li ul.dropdown_info_links li {
    display: block;
    line-height: 2;
    padding-top: 10px;
  }

  ul li ul.dropdown_info_links:last-child {
    line-height: 3;
  }

  ul li:hover ul.dropdown_info_links {
    display: block;
  }

  nav .nav_links li ul li a:hover {
    color: #7ac943;
  }

  .download_btn {
    background-color: #0b4100;
    margin: 10px;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
  }

  /*Navbar ends*/

  /*Opening Page*/

  .opening_page_container {
    height: 1380px;
    width: 100%;
    background-image: url(/Images/BackgroundMain1.webp),
      url(/Images/bg_yellow-01.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: bottom right -10px, center;
    background-size: 200%, 100%;
    margin-top: 20px;
  }

  .class2023 {
    padding-top: 120px;
  }

  .copperleaf_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
  }

  .opening_paragraph {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 20px 15px;
    width: 100%;
    color: #000000;
  }

  .focus_title {
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    padding-left: 20px;
  }

  .focus_list {
    color: #000000;
    padding-left: 15px;
  }

  /*Seperation Wave 1*/

  .seperation_wave_one {
    background-image: url(/Images/seperator_one.png);
    height: 77px;
    margin-top: -47px;
  }

  /*Mission and Vision*/

  .mission_and_vision_container {
    background-image: url(/Images/bg_aqua-01.jpg);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    width: 100%;
    color: white;
    height: 1900px;
    margin-bottom: -50px;
    text-align: center;
  }

  .mission_paragraph {
    grid-column: 1/2;
    grid-row: 1/2;
    display: grid;
    padding-top: 20px;
    width: 100%;
    justify-content: center;
  }

  .mission {
    display: grid;
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    padding: 20px 10px;
  }

  .mission_background {
    grid-column: 1/2;
    grid-row: 1/3;
    background-color: rgb(0, 41, 39, 0.5);
    height: 650px;
  }

  .vision_paragraph {
    grid-column: 1/2;
    grid-row: 3/4;
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .vision {
    display: grid;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 4/5;
    width: 100%;
    padding: 20px 10px;
  }

  .intention_paragraph {
    display: grid;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 5/6;
    padding-top: 20px;
    text-align: center;
    width: 100%;
  }

  .intention {
    grid-column: 1/2;
    grid-row: 6/7;
    width: 100%;
    padding: 20px 10px;
  }

  .intention_background {
    grid-column: 1/2;
    grid-row: 5/7;
    background-color: rgb(0, 41, 39, 0.5);
    height: 630px;
  }

  /*Seperation Wave Two*/

  .seperation_wave_two {
    background-image: url(/Images/seperator_two.png);
    background-size: cover 140%;
    height: 68px;
    transform: scaleX(-1);
  }

  /*Creche Hours*/

  .crèche_hours_container {
    justify-items: center;
    justify-content: center;
  }

  .crèche_hours_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    font-size: 28px;
    font-weight: 600;
  }

  .full_day {
    text-align: center;
    padding-top: 20px;
    width: 100%;
  }

  .crèche_hours_clock {
    justify-items: center;
    padding-top: 40px;
  }

  .half_day {
    text-align: center;
    padding-top: 40px;
    width: 100%S;
  }
  .snowman {
    display: grid;
    justify-items: center;
    padding-top: 20px;
  }

  .snowman_reverse {
    visibility: hidden;
    display: grid;
    justify-items: center;
  }

  .important_title {
    font-size: 24px;
    font-weight: 600;
    padding-top: 50px;
  }

  .holiday_dates {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  /*seperation wave three*/

  .seperation_wave_three {
    background-image: url(/Images/seperator_four.png);
    height: 65px;
    margin-top: -40px;
    z-index: 9999;
  }

  /*Class Names*/

  .class_names {
    height: 1050px;
    background-image: url(/Images/bg_blue-01.jpg);
  }

  .class_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
  }

  .class_icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, minmax(40px auto));
    grid-row-gap: 10px;
    padding: auto;
    color: white;
  }

  .butterfly_title {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
  }

  .elephant_title {
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
  }

  .class_icons .butterfly_class_img {
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
  }

  .elephant_class_img {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
  }

  .butterfly_class_paragraph {
    display: grid;
    place-items: center;
    padding: 0 10px;
    grid-column: 1/2;
    grid-row: 3/4;
    text-align: center;
  }

  .elephant_class_paragraph {
    display: grid;
    place-items: center;
    padding: 0 10px;
    grid-column: 2/3;
    grid-row: 3/4;
    text-align: center;
  }

  .rhino_title {
    grid-column: 1/2;
    grid-row: 4/5;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-top: 30px;
  }

  .buffalo_title {
    grid-column: 2/3;
    grid-row: 4/5;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-top: 30px;
  }

  .rhino_class_img {
    grid-column: 1/2;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
  }

  .buffalo_class_img {
    grid-column: 2/3;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
  }

  .rhino_class_paragraph {
    display: grid;
    place-items: center;
    padding: 0 10px;
    grid-column: 1/2;
    grid-row: 6/7;
    text-align: center;
  }

  .buffalo_class_paragraph {
    display: grid;
    place-items: center;
    padding: 0 10px;
    grid-column: 2/3;
    grid-row: 6/7;
    text-align: center;
  }

  .mobile_lion_title {
    display: block;
    text-align: center;
    justify-self: center;
    font-weight: 600;
    font-size: 20px;
    padding-top: 30px;
  }

  .mobile_lion_class_img {
    display: block;
    justify-self: center;
    height: 148.48px;
    width: 148.48px;
    margin: auto;
  }

  .mobile_lion_class_paragraph {
    text-align: center;
    padding-top: 15px;
    display: block;
  }

  .lion_class_img {
    display: none;
  }

  .lion_class_paragraph {
    display: none;
  }

  .lion_title {
    display: none;
  }

  /*Sepaeration Wave four*/

  .seperation_wave_four {
    background-image: url(/Images/seperator_one.png);
    height: 68px;
    transform: scalex(-1);
    margin-top: -50px;
  }

  /*Staff Member*/

  .crèche_staff {
    height: 1050px;
    background-image: url(/Images/bg_orange-01.jpg);
  }

  .staff_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
  }

  .staff {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, minmax(140px auto));
    grid-gap: 5px;
    margin: 0 auto;
    color: white;
    padding: 0 5px;
  }

  .livvi {
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .livvi_p {
    text-align: center;
    text-align: center;
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .livvi_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .tammy {
    display: flex;
    justify-content: center;
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .tammy_p {
    text-align: center;
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .tammy_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .annie {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 1/2;
  }

  .annie_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 2/3;
  }

  .annie_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .emmah {
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .emmah_p {
    text-align: center;
    grid-column: 1/2;
    grid-row: 4/5;
  }

  .emmah_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .aphiwe {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 3/4;
  }

  .aphiwe_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 4/5;
  }

  .aphiwe_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .norah {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 3/4;
  }

  .norah_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 4/5;
  }

  .norah_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .liesbet {
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 5/6;
  }

  .liesbet_p {
    text-align: center;
    grid-column: 1/2;
    grid-row: 6/7;
  }

  .liesbet_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .precilla {
    display: flex;
    justify-content: center;
    grid-column: 2/3;
    grid-row: 5/6;
  }

  .precilla_p {
    text-align: center;
    grid-column: 2/3;
    grid-row: 6/7;
  }

  .precilla_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .maggy {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 5/6;
  }

  .maggy_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 6/7;
  }

  .maggy_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .mapule {
    display: flex;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 7/8;
  }

  .mapule_p {
    text-align: center;
    grid-column: 1/2;
    grid-row: 8/9;
  }

  .mapule_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .neo {
    display: flex;
    justify-content: center;
    grid-column: 2/3;
    grid-row: 7/8;
  }

  .neo_p {
    text-align: center;
    text-align: center;
    grid-column: 2/3;
    grid-row: 8/9;
  }

  .neo_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  .tanya {
    display: flex;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 7/8;
  }

  .tanya_p {
    text-align: center;
    grid-column: 3/4;
    grid-row: 8/9;
  }

  .tanya_p p {
    font-size: 14px;
    padding: 0 5px;
  }

  /*Sepaeration Wave five*/

  .seperation_wave_five {
    background-image: url(/Images/seperator_two.png);
    height: 68px;
    margin-top: -50px;
  }

  /*Contact us*/

  .contact {
    height: 1600px;
    background-image: url(/Images/bg_red-01.jpg);
  }

  .contact_form_title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: white;
  }

  .contact_form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
    margin: 0 20px;
  }

  .contact_form form {
    width: 600px;
    text-align: center;
  }

  form .input_box {
    display: flex;
    justify-content: space-between;
  }

  .input_box .input-field {
    width: 48.5%;
  }

  .field .item {
    width: 100%;
    padding: 16px;
    background: rgba(255, 117, 117, 0.589);
    border: 2px solid #6b0000;
    outline: none;
    border-radius: 6px;
    font-size: 15px;
    color: white;
    margin: 12px 0;
  }

  .field .item::placeholder {
    color: white;
  }

  .field .error_txt {
    font-size: 14.5px;
    color: #fff700;
    text-align: left;
    margin: -5px 0 10px;
    display: none;
  }

  form .textarea-field .item {
    resize: none;
  }

  form .textarea-field .error_txt {
    margin-top: -10px;
  }

  form button {
    padding: 12px 32px;
    background: #6b0000;
    border: none;
    outline: none;
    border-radius: 6px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
  }

  form button:hover {
    box-shadow: none;
    background-color: white;
    color: #6b0000;
    font-weight: 700;
  }

  /*Contact Details*/

  .contact_details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(50px 1fr));
    width: 100%;
    color: white;
    padding: 0;
    padding-left: 20px;
  }

  .contact_details_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: white;
    grid-column: 1/5;
    grid-row: 1/2;
    padding-bottom: 20px;
    padding-right: 55px;
  }

  .contact_bold_container {
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: right;
    padding: 0;
    width: 150px;
  }

  .contact_bold_list li {
    text-decoration: none;
    list-style-type: none;
    font-size: 15px;
  }

  .contact_info_container {
    text-align: left;
    grid-column: 3/5;
    grid-row: 2/3;
    width: 230px;
    padding: 0;
  }

  .contact_info_list li {
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    font-size: 15px;
  }

  .creche_number {
    cursor: pointer;
  }

  .creche_number a {
    text-decoration: none;
    color: white;
  }

  .livvy_number {
    cursor: pointer;
  }

  .livvy_number a {
    text-decoration: none;
    color: white;
  }

  .livvy_mail a {
    text-decoration: none;
    color: white;
  }

  .tammy_mail a {
    text-decoration: none;
    color: white;
  }

  /*Google Map*/

  .map {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .map_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: white;
    padding-bottom: 30px;
  }

  .map_container {
    display: flex;
    justify-content: center;
    width: 90%;
  }

  .seperation_wave_bottom {
    background-image: url(/Images/seperator_bottom.png);
    height: 58px;
    margin-top: -50px;
  }

  /*Social Media*/
}
