body {
  margin: auto 0;
  font-family: "Arial";
  overflow-x: hidden;
  position: relative;
}

h2 {
  margin-bottom: 5px;
  margin-left: 60px;
  color: black;
  animation: bounce-in-left 1.1s both;
}

h3 {
  text-align: center;
  margin-bottom: 8px;
  animation: roll-in-left 0.6s ease-out both;
}

h6 {
  text-align: center;
  font-size: 0.6em;
  margin: 15px auto;
}

p {
  font-size: 16px;
  color: black;
  width: 80%;
  margin-left: 64px;
  animation: bounce-in-left 1.1s both;
}

.featured-para {
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  color: white;
}

hr {
  border: 1px solid #ffae00;
  width: 30%;
  margin-left: 60px;
  margin-top: 20px;
  margin-bottom: 15px;
  animation: roll-in-left 0.6s ease-out both;
}

.btn {
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #ffae00;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin: 10px 60px;
  animation: roll-in-left 0.6s ease-out both;
}

.btn:hover {
  background-color: #ff8c00;
  transition: all 0.3s linear;
}

.zone {
  /* padding:30px 50px;
    margin:40px 60px; */
  cursor: pointer;
  /* display:inline-block; */
  color: #fff;
  font-size: 2em;
  border-radius: 4px;
  border: 1px solid #bbb;
  transition: all 0.3s linear;
}

.zone:hover {
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.8) 0px 5px 15px,
    inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
  -moz-box-shadow:
    rgba(0, 0, 0, 0.8) 0px 5px 15px,
    inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
  -o-box-shadow:
    rgba(0, 0, 0, 0.8) 0px 5px 15px,
    inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
  box-shadow:
    rgba(0, 0, 0, 0.8) 0px 5px 15px,
    inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
}

.center {
  display: flex;
  justify-content: center;
}

.sticky {
  position: fixed;
  top: 25px;
  width: 90%;
  backdrop-filter: blur(10px);
  background: rgba(115, 0, 255, 0.35);
  z-index: 1000;
  border-radius: 200px;
  animation: bounce-in-fwd 1.1s both;
}

.main-nav {
  display: flex;
  list-style: none;
  font-size: 0.7em;
  margin: 0;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .main-nav {
    font-size: 0.5em;
    padding: 0;
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
  }

  h2 {
    font-size: 1.2em;
    text-align: center;
  }

  p {
    font-size: 0.4em;
    text-align: center;
  }

  .btn {
    padding: 10px 15px;
  }
  .btn-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  hr {
    margin: 10px auto;
    width: 20%;
  }
}

.push {
  margin-left: auto;
}

li {
  padding: 20px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 85vh;
}

.cover {
  width: 30rem;
  animation: bounce-in-right 1.1s both;
}

.grid-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.box {
  background: rgba(16, 80, 123, 0.85);
  padding: 50px 35px;
  margin: 20px;
  border-radius: 24px;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}

.box img {
  width: 120px;
  margin-bottom: 25px;
  animation: roll-in-left 0.6s ease-out both;
}

.box h4 {
  font-size: 0.6em;
  margin-bottom: 12px;
  color: white;
  font-weight: 600;
}

.card-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.3em;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
}

.box:hover {
  transform: translateY(-12px);
  background: rgba(20, 90, 140, 0.95);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.card {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

.card.show {
  opacity: 1;
  transform: translateY(0);
}

.cursor-glow {
  position: fixed;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #ffffff77;
  pointer-events: none;
  transform: translate(-50%, -50%);
  filter: blur(80px);
  z-index: 9999;
}

footer {
  text-align: center;
}

.green {
  background: #56b870; /* Old browsers */
}

.red {
  background: #c655be; /* Old browsers */
}

.yellow {
  background: #f3aaaa; /* Old browsers */
  background: -moz-linear-gradient(top, #f3aaaa 0%, #febf04 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f3aaaa),
    color-stop(100%, #febf04)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f3aaaa 0%,
    #febf04 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f3aaaa 0%,
    #febf04 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f3aaaa 0%, #febf04 100%); /* IE10+ */
  background: linear-gradient(top, #f3aaaa 0%, #febf04 100%); /* W3C */
}

/***********************************************************************
 *  Blue Background
 **********************************************************************/
.blue {
  background: linear-gradient(135deg, #89c8ff, #ba7eff);
}

@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
    transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
