* {
  margin: 0%;
  padding: 0%;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  box-sizing: border-box;
}
body {
  background-color: black;
  color: white;
}
html {
  scroll-behavior: smooth;
}

/* Navbar Stylling  */

#header {
  background-image: url(Image/sec.png);
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  color: white;
}
nav ul {
  margin-top: 6px;
}
nav ul li a {
  margin-inline: 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
ul li {
  margin-right: 100px;
}
ul li button {
  width: 100px;
  height: 33px;
  background-color: rgb(73, 139, 85);
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: bold;
  border: none;
}
button {
  margin-left: 15px;
}
ul li button:hover {
  border: 2px solid white;
  background-color: transparent;
  color: rgb(32, 255, 32);
  cursor: pointer;
}
ul li a:hover {
  color: rgb(20, 255, 20);
  border-bottom: 2px solid rgb(20, 255, 20);
}
/* MAIN */
.home {
  display: flex;
}
.home .home-text {
  margin-top: 150px;
  margin-left: 44px;
}
.home-text h1 {
  font-size: 85px;
  color: aquamarine;
}
.home-text h3 {
  margin-top: 22px;
  font-size: 22px;
}
.home-text p {
  margin-top: 15px;
  color: silver;
}
.home-text button {
  margin-top: 22px;
  font-size: 20px;
  width: 140px;
  height: 40px;
  background-color: rgb(73, 139, 85);
  color: rgb(0, 0, 0);
  border: none;
}
.home-text button:hover {
  border: 2px solid white;
  background-color: transparent;
  color: rgb(32, 255, 32);
  cursor: pointer;
}

/* Program */
.head {
  text-align: center;
  padding: 75px;
}
.head span {
  color: rgb(37, 255, 37);
}
.ourprogram {
  display: flex;
  justify-content: center;
}
.ourprogram .crd {
  margin-inline: 30px;
  text-align: center;
}
.crd h3 {
  margin-top: 15px;
  font-size: 22px;
}
.ourprogram .crd img:hover {
  transform: translateY(-15px);
}

/* Plan */
.ourplan {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.ourplan .card {
  width: 300px;
  height: 400px;
  padding: 4px;
  background-color: rgb(36, 35, 35);
  text-align: center;
  margin-inline: 22px;
  margin-top: 10px;
}
.card i {
  font-size: 22px;
  margin-top: 22px;
  color: chocolate;
}
.card h3 {
  margin-top: 22px;
  color: chartreuse;
}
.card h2 {
  margin-top: 22px;
  color: rgb(80, 235, 80);
}
.card p {
  margin-top: 12px;
  color: silver;
}
.card button {
  margin-top: 22px;
  width: 140px;
  height: 33px;
  background-color: rgb(245, 163, 12);
  border: none;
  font-size: 18px;
  color: white;
  border-radius: 10px;
}
.card button:hover {
  border: 2px solid white;
  background-color: transparent;
  color: aqua;
  cursor: pointer;
}
.card:hover {
  transition: 0.7s ease;
  width: 310px;
  height: 430px;
  background-color: black;
  font-size: 18px;
  cursor: pointer;
}

/* Blog */

.ourblog {
  display: flex;
  justify-content: center;
}
.ourblog .blogcard {
  width: 300px;
  height: 400px;
  margin-inline: 22px;
  background-color: rgb(0, 0, 0);
}
.blogcard img {
  width: 100%;
}
.blogcard p {
  margin-top: 22px;
}
.blogText a {
  text-align: center;
  margin-top: 22px;
  width: 100px;
  padding: 8px;
  background-color: rgb(230, 175, 25);
  color: white;
  text-decoration: none;
  position: absolute;
  width: 130px;
  height: 40px;
  font-size: 18px;
}
.blogText a:hover {
  border: 2px solid white;
  background-color: transparent;
  color: rgb(68, 238, 16);
}
.blogText {
  margin-top: 11px;
  margin-left: 6px;
}
/* Contact US */
.contactpage {
  display: flex;
  justify-content: center;
}
.contactText {
  margin-left: 33px;
  color: #ff004f;
  margin-top: 134px;
  font-size: 22px;
}
.contactpage img {
  width: 60%;
  margin-left: -33px;
}
.contactus {
  text-align: center;
  margin-top: 22px;
}
.contactus input {
  width: 340px;
  height: 40px;
  padding: 8px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 20px;
  margin-top: 18px;
}
.contactus button {
  align-items: center;
  width: 320px;
  height: 45px;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 22px;
  background-color: rgb(2, 191, 2);
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.social-icons {
  margin-top: 30px;
}

.social-icons a {
  text-decoration: none;
  font-size: 30px;
  margin-right: 15px;
  color: #ababab;
  display: inline-block;
  transition: transform(0.5s);
}

.social-icons a:hover {
  color: #33b4ae;
  transform: translateY(-5px);
}
.join{
    text-align: center;
    margin-top: 30px;
}
.join h3{
    color: goldenrod;
}