* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.main {
  width: 100%;
  overflow: hidden;
  background-color: #DBD3CD;
}
.main .page1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
}
.main .page1 .nav {
  width: 75%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  margin: 1vw;
  padding: 1.5vw 0vw;
  border-bottom: 2.5px solid #000;
  border: 1.5px solid #000;
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.main .page1 .nav .nleft {
  width: auto;
}
.main .page1 .nav .nleft img {
  height: 58px;
  margin: 0px 10px;
}
.main .page1 .nav .ncentre {
  width: auto;
}
.main .page1 .nav .ncentre a {
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0.5vw 1vw;
  color: #000;
  margin: 0px 1px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.main .page1 .nav .ncentre a:hover {
  color: #ff6600;
}
.main .page1 .nav .nright {
  width: auto;
}
.main .page1 .nav .nright a {
  text-decoration: none;
  text-transform: uppercase;
  border: 1.5px solid #000;
  background-color: #65d446;
  padding: 0.5vw 1vw;
  border-radius: 50px;
  color: #000;
  margin: 0px 15px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.main .page2 {
  width: 100%;
  height: auto;
  padding: 2vw 5vw;
  background: #fff;
  margin-top: 5vw;
}
.main .page2 h1 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  background-color: #BF014C;
  margin-bottom: 1vw;
  color: #fff;
}
.main .page2 p {
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.6;
  color: #fff;
  background-color: #017F7E;
}
.main .page3 {
  width: 100%;
  height: auto;
  padding: 2vw 5vw;
  background: #fff;
}
.main .page3 .d1 {
  width: 100%;
  padding: 2vw 5vw;
  background: #fff;
  border: 2.5px solid #000;
}
.main .page3 .d1 h1 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  background-color: #BF014C;
  margin-bottom: 1vw;
  color: #fff;
}
.main .page3 .d1 p {
  font-size: 22px;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  background-color: #017F7E;
}
.main .page4 {
  width: 100%;
  height: auto;
  padding: 2vw 5vw;
  background: #fff;
  flex-direction: column;
}
.main .page4 .f1 {
  width: 100%;
  padding: 2vw 5vw;
  border: 2.5px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.main .page4 .f1 .part1 {
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  padding: 2vw;
}
.main .page4 .f1 .part1 h1 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  background-color: #BF014C;
  margin-bottom: 1vw;
  color: #fff;
}
.main .page4 .f1 .part1 p {
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.6;
  color: #fff;
  background-color: #017F7E;
}
.main .page4 .f1 .part2 {
  width: 500px;
  height: 500px;
  margin-bottom: 2vw;
}
.main .page4 .f1 .part2 img {
  width: 100%;
  height: auto;
}
.main .page4 .f2 {
  width: 100%;
  padding: 2vw 5vw;
  border: 2.5px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.main .page4 .f2 .part1 {
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  padding: 2vw;
}
.main .page4 .f2 .part1 h1 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  background-color: #BF014C;
  margin-bottom: 1vw;
  color: #fff;
}
.main .page4 .f2 .part1 p {
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.6;
  color: #fff;
  background-color: #017F7E;
}
.main .page4 .f2 .part2 {
  width: 500px;
  height: 500px;
  margin-bottom: 2vw;
}
.main .page4 .f2 .part2 img {
  width: 100%;
  height: auto;
}
.main .page4 .f3 {
  width: 100%;
  padding: 2vw 5vw;
  border: 2.5px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.main .page4 .f3 .part1 {
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  padding: 2vw;
}
.main .page4 .f3 .part1 h1 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  background-color: #BF014C;
  margin-bottom: 1vw;
  color: #fff;
}
.main .page4 .f3 .part1 p {
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.6;
  color: #fff;
  background-color: #017F7E;
}
.main .page4 .f3 .part2 {
  width: 500px;
  height: 500px;
  margin-bottom: 2vw;
}
.main .page4 .f3 .part2 img {
  width: 100%;
  height: auto;
}
.main .page4 .f4 {
  width: 100%;
  padding: 2vw 5vw;
  border: 2.5px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.main .page4 .f4 .part1 {
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  padding: 2vw;
}
.main .page4 .f4 .part1 h1 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  background-color: #BF014C;
  margin-bottom: 1vw;
  color: #fff;
}
.main .page4 .f4 .part1 p {
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.6;
  color: #fff;
  background-color: #017F7E;
}
.main .page4 .f4 .part2 {
  width: 500px;
  height: 500px;
  margin-bottom: 2vw;
}
.main .page4 .f4 .part2 img {
  width: 100%;
  height: auto;
}
.main .page4 .f5 {
  width: 100%;
  padding: 2vw 5vw;
  border: 2.5px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.main .page4 .f5 .part1 {
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  padding: 2vw;
}
.main .page4 .f5 .part1 h1 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  background-color: #BF014C;
  margin-bottom: 1vw;
  color: #fff;
}
.main .page4 .f5 .part1 p {
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.6;
  color: #fff;
  background-color: #017F7E;
}
.main .page4 .f5 .part2 {
  width: 500px;
  height: 500px;
  margin-bottom: 2vw;
}
.main .page4 .f5 .part2 img {
  width: 100%;
  height: auto;
}
.main .page4 .f6 {
  width: 100%;
  padding: 2vw 5vw;
  border: 2.5px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.main .page4 .f6 .part1 {
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  padding: 2vw;
}
.main .page4 .f6 .part1 h1 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  background-color: #BF014C;
  margin-bottom: 1vw;
  color: #fff;
}
.main .page4 .f6 .part1 p {
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.6;
  color: #fff;
  background-color: #017F7E;
}
.main .page4 .f6 .part2 {
  width: 500px;
  height: 500px;
  margin-bottom: 2vw;
}
.main .page4 .f6 .part2 img {
  width: 100%;
  height: auto;
}
.main .page4 .f7 {
  width: 100%;
  padding: 2vw 5vw;
  border: 2.5px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.main .page4 .f7 .part1 {
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  padding: 2vw;
}
.main .page4 .f7 .part1 h1 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  background-color: #BF014C;
  margin-bottom: 1vw;
  color: #fff;
}
.main .page4 .f7 .part1 p {
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.6;
  color: #fff;
  background-color: #017F7E;
}
.main .page4 .f7 .part2 {
  width: 500px;
  height: 500px;
  margin-bottom: 2vw;
}
.main .page4 .f7 .part2 img {
  width: 100%;
  height: auto;
}
.main .page4 .f8 {
  width: 100%;
  padding: 2vw 5vw;
  border: 2.5px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.main .page4 .f8 .part1 {
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  padding: 2vw;
}
.main .page4 .f8 .part1 h1 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  background-color: #BF014C;
  margin-bottom: 1vw;
  color: #fff;
}
.main .page4 .f8 .part1 p {
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.6;
  color: #fff;
  background-color: #017F7E;
}
.main .page4 .f8 .part2 {
  width: 500px;
  height: 500px;
  margin-bottom: 2vw;
}
.main .page4 .f8 .part2 img {
  width: 100%;
  height: auto;
}
.main .page5 {
  width: 100%;
  height: auto;
  padding: 2vw 5vw;
  background: #fff;
}
.main .page5 .footer {
  width: 100%;
  height: 70px;
  border-top: 2.5px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.main .page5 .footer p {
  font-size: 18px;
  color: #fff;
}

/* Container for the dropdown */
.dropdown {
  position: relative;
  display: inline-block; /* Essential to keep the menu aligned with the button */
}

/* Style the link/button that triggers the dropdown */
.dropbtn {
  background-color: #3498db;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  text-decoration: none;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute; /* Positions menu below the button */
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; /* Ensures it stays on top of other content */
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; /* Makes each link take up the full width */
}

/* Change background color on hover for dropdown links */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu when hovering over the .dropdown container */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Optional: Change the background color of the trigger button on hover */
.dropdown:hover .dropbtn {
  background-color: #2980b9;
}/*# sourceMappingURL=m1.css.map */