@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Carattere&family=Cormorant+SC:wght@300;400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Allura&family=Beau+Rivage&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Bungee+Shade&display=swap");

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

/* Navbar   */

nav {
  position: absolute; /* Position navbar absolutely */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* Ensure navbar appears on top */
  padding: 0px 10px;
  display: flex;
  align-items: center;
  background: transparent; /* Make the background transparent */
}

.logo img {
  width: 130px;
  margin-top: 15px;
  margin-left: 6.5px;
}

nav a {
  color: #ffffff;
}

nav a:hover {
  color: #f89310;
  text-decoration: underline;
}

.logo {
  flex: 1;
}

.logo a {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.logo a:hover {
  color: #7ef476;
}

.menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
  margin-right: 20px;
}

.menu li {
  padding: 15px 10px;
  font-size: 16px;
}

.toggle {
  font-size: 30px;
  display: none;
  color: #fff;
  margin-top: 40px;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 100px;
}

@media (max-width: 1000px) {
  section {
    padding: 0px 50px;
  }
}
@media (max-width: 600px) {
  section {
    padding: 0px 30px;
  }
}

/* Video  */

.box {
  position: relative;
  justify-content: center;
  min-height: 100vh;
  color: #fff;
  text-align: center;
  z-index: -1;
}
.box-image {
  mix-blend-mode: darken;
  width: 90%;
}
.box video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.box h1 {
  margin-bottom: 15px;
  font-size: 65px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.box h2 {
  position: relative;
  font-size: 3.2vw;
  color: transparent;
  -webkit-text-stroke: 0.3vw #329d52;
  text-transform: uppercase;
}

.box h3 {
  margin-bottom: 40px;
  font-size: 25px;
}

@media (max-width: 800px) {
  .box {
    min-height: 650px;
  }
  .box h2 {
    font-size: 25px;
  }
  .box h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  nav {
    display: block;
    position: relative;
    padding: 15px 20px;
    background-color: black;
  }
  .box h2 {
    display: none;
  }
  .box video {
    min-width: 130%;
  }
  .box-image {
    position: absolute;
    top: 32%;
    left: 2%;
    width: 95%;
    /* height: 80%; */
  }
  .menu {
    margin-top: 15px;
    display: none;
  }
  .menu.active,
  .toggle {
    display: block;
  }

  .toggle {
    position: absolute;
    top: 15px;
    right: 20px;
  }

  .visimg {
    width: 50%;
    height: auto;
    padding: 35px;
    margin-left: 30px;
  }
}

/* Next page starts here */

.container {
  width: 100%;
  height: 70vh;
  padding: 0 8px;
  background-color: #e7f1e6;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 5px 25px;
    height: auto;
  }
}

.container h1 {
  text-align: center;
  padding-top: 25px;
  margin-bottom: 60px;
  font-weight: 600;
  position: relative;
}

.container h1::after {
  content: "";
  background-color: #ffffff;
  padding-bottom: 1px;
  width: 200px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 20px;
}

.vision {
  text-align: center;
  background-color: #0ca339;
}

.header {
  margin-bottom: 15px;
  padding-top: 40px;
  padding-bottom: 25px;
}

.header h1 {
  font-weight: 400;
  font-size: 60px;
  font-style: normal;
  padding: 0px 20px;
}
.vision h1 {
  font-size: 30px;
  color: white;
}

.head-head {
  text-align: center;
  padding: 20px 20px;
  font-size: 25px;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.head-head:hover {
  color: rgb(246, 216, 17);
}

.head-body {
  /* width: 450px; */
  font-size: 25px;
  color: #faf9f8;
  text-align: center;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Cormorant SC", serif;
  font-weight: 400;
  font-style: normal;
}

.miss-head {
  text-align: center;
  font-family: "Carattere", cursive;
  font-size: 60px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 5px;
  color: #c7c8cc;
}

.mission {
  text-align: center;
  background: rgb(6, 58, 89);
  background: linear-gradient(
    180deg,
    rgba(6, 58, 89, 1) 32%,
    rgba(117, 143, 158, 1) 100%
  );
  width: 100%;
  padding-bottom: 25px;
}

.miss {
  padding-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 30px;
  color: white;
  font-family: "Cormorant SC", serif;
  font-weight: 400;
  font-style: normal;
}

.grad {
  width: 100%;
  height: 60vh;
  /* background: rgb(117, 143, 158);
  background: linear-gradient(
    180deg,
    rgba(117, 143, 158, 1) 48%,
    rgba(214, 208, 64, 1) 91%,
    rgba(255, 120, 0, 1) 99%
  ); */
  background: rgb(117, 143, 158);
  background: linear-gradient(
    180deg,
    rgba(117, 143, 158, 1) 33%,
    rgba(255, 120, 0, 1) 100%
  );
}

.grad2 {
  width: 100%;
  height: 60vh;
  background: rgb(255, 120, 0);
  background: linear-gradient(
    180deg,
    rgba(255, 120, 0, 1) 0%,
    rgba(255, 0, 0, 1) 100%
  );
}

.grad3 {
  width: 100%;
  height: 60vh;
  background: rgb(255, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(255, 0, 0, 1) 0%,
    rgba(0, 255, 253, 1) 100%
  );
}

/* Footer  */

.footer {
  background-color: #00000032;
  color: #fff;
  background-color: #000;
}

.cont {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-foot img {
  max-width: 350px;
  margin-top: 20px;
}

.quick-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-links ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 25px;
}

.quick-links ul li:last-child {
  margin-right: 0;
}

.quick-links ul li a {
  color: #88f843;
  text-decoration: none;
  font-weight: bold;
}

.quick-links ul li a:hover {
  color: #e6fb04;
}

.social-media a {
  color: #448dec;
  text-decoration: none;
  margin-left: 5px;
  font-size: 30px;
}

.social-media a:hover {
  color: #e6fb04;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .quick-links ul li {
    display: block;
    margin: 10px 0;
  }
}

/* Experiment below  */

#services {
  background: rgb(12, 163, 57);
  background: linear-gradient(
    180deg,
    rgba(12, 163, 57, 1) 6%,
    rgba(6, 58, 89, 1) 60%
  );
}

.service {
  text-align: center;
  padding: 25px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
  transition: transform 0.5s, background 0.5s;
}
.service i {
  font-size: 70px;
  margin-bottom: 10px;
  color: #97f1a1;
}

.service h2 {
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
}

.service p {
  color: white;
}

.service:hover {
  background: #6cc4cf47;
  border-radius: 8px;
  color: rgb(0, 0, 0);
  transform: scale(1.05);
}

.service:hover i {
  color: #88f843;
}

.serv-head {
  font-family: "Beau Rivage", cursive;
  font-weight: 100;
  letter-spacing: 5px;
  font-size: 70px;
  padding-bottom: 8px;
  color: white;
}
