/* Responsive Topnav Example START */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--color-bg);
}

.topnav {
  overflow: hidden;
  width: 100%;
  background-color: white transparent;
  position: fixed;
  z-index: 9;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 22px 22px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.active {
  background-color: #04aa6d;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* HERO START*/
body,
html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://res.cloudinary.com/dmklduciw/image/upload/v1700649593/mine/mine-1.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-text button {
  border: 0.5px solid;
  border-radius: 20px;
  font-size: 22px;
  margin: 15px;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
}
.hero-text button:hover {
  background-color: #555;
  color: white;
}
/* HERO END*/
/* Responsive Topnav Example END */
.footer {
  /* position: fixed; */
  left: 0;
  bottom: 0;
  width: 90%;
  background-color: white transparent;
  color: white;
  text-align: center;
  border-top: 1px solid white;
  margin: auto;
  border-radius: 20px;
}
.footer h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer span {
  color: #e0ddea;
  text-decoration: none;
  font-style: italic;
  margin-bottom: 80px;
  font-size: 22px;
}

.footer a {
  text-decoration: none;
}
.fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 20px 10px 5px 10px;
  border-radius: 50%;
}
.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

/* Image Hover Fullscreen Zoom */
.title {
  color: white;
  text-align: center;
  margin-top: 20px;
  font-style: italic;
  text-transform: capitalize;
  line-height: 40px;
}
.main-page {
  display: flex;
  width: 90%;
  margin: auto;
  border-radius: 80px;
  box-shadow: 2px 2px rgba(255, 255, 255, 0.122);
}
.left {
  width: 25%;
  border: 1px solid rgb(55, 25, 225);
  justify-content: center;
  align-items: center;
  margin: auto;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  background: linear-gradient(
    45deg,
    transparent,
    var(--color-primary),
    transparent
  );
}
.left img {
  width: 100%;
  height: auto;
  border: 1px solid rgb(189, 183, 189);
  aspect-ratio: 1/1;
  border-radius: 2rem;
  transform: rotate(10deg);
  border-radius: 2rem;
  overflow: hidden;
  transition: all 0.4s ease;
}
.left img:hover {
  transform: rotate(0deg);
}
.main-img-container {
  display: flex;
  width: 50%;
  margin: auto;
  flex-wrap: wrap;
  gap: 10px;
}
.img-hover-container {
  position: relative;
  width: 20%;
  height: 200px;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  border-radius: 10px;
}

.image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1f1f38;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 30px;
}

.img-hover-container:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: var(--color-white);
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* .glow-text {
  font-size: 42px;
  text-shadow: 0 0 5px #1900ff, 0 0 10px #1500ff, 0 0 15px #00ff00;
} */
.glow-text {
  position: absolute;
  top: 10%;
  right: 100%;
  font-size: 15px;
  font-weight: bold;
  color: white;
  animation: glow-animation 1s infinite alternate;
}
.radial-text-gradient {
  font-size: 36px;
  background: radial-gradient(circle, rgb(235, 238, 238), rgb(220, 220, 245));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@keyframes glow-animation {
  0% {
    text-shadow: 0 0 5px #4400ff, 0 0 5px #ff0000, 0 0 15px #ff6200,
      0 0 20px #ff0000;
  }

  50% {
    text-shadow: 0 0 10px #11ff00, 0 0 10px #ff0000, 0 0 30px #ff6200,
      0 0 40px #ff0000;
  }

  100% {
    text-shadow: 0 0 5px #ffff00, 0 0 5px #ff0000, 0 0 15px #ff6200,
      0 0 20px #ff0000;
  }
}

.text {
  color: var(--color-white);  }