@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&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=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
li {
  list-style: none;
}

#top-bar {
  width: 100%;
  background-color: #24030e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}

.top-bar-left-cont,
.top-bar-right-cont {
  width: 100%;
}

.top-bar-left-cont ul {
  width: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.top-bar-left-cont ul li a {
  color: #ffff;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Work Sans", sans-serif;
}

.top-bar-right-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-bar-right-cont strong {
  width: 70%;
  background-color: #650022;
  padding: 10px;
  border-radius: 50px;
  border: 2px solid #ffb703;
  box-shadow: inset 0px 3px 8px rgba(0, 0, 0, 0.8);
  color: #370617;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
  font-family: "Poppins", sans-serif;
  animation: colorChange 0.9s infinite;
}

@keyframes colorChange {
  0% {
    color: #ffffff;
  }
  50% {
    color: #ffb703;
  }
  100% {
    color: #ffffff;
  }
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #24030e;
}

#header img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

#header > div {
  flex: 1;
  display: flex;
  justify-content: center;
}

#mrq-bar {
  width: 100%;
  background-color: #ffba08;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mrq-bar span {
  color: #000000;
  font-size: 1.4em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  animation: mrqSpanPulse 0.9s infinite;
}

@keyframes mrqSpanPulse {
  0% {
    color: #000000;
  }
  50% {
    color: #9d0208;
  }
  100% {
    color: #000000;
  }
}
#hero-banner-cont {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: hidden;
}

#hero-banner-cont img {
  width: 100%;
  object-fit: cover;
}

#our-astro-svc-main {
  width: 100%;
  background-color: #24030e;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(./assests/icon.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding: 50px 0px;
  padding-bottom: 200px;
}

#our-astro-svc-main h2 {
  color: #ffff;
  font-size: 2.5em;
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  position: relative;
}

#our-astro-svc-main h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffb703;
  position: absolute;
  left: 0;
  bottom: -8px;
}

#our-astro-svc-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  padding: 50px;
  row-gap: 200px;
  column-gap: 80px;
  width: 80%;
  margin-top: 20px;
}
#our-astro-svc-cont h3 {
  color: #ffba08;
  font-size: 1.5em;
  background-color: #000000;
  width: 100%;
  padding: 8px;
  font-family: "Noto Sans", sans-serif;
}
#our-astro-svc-cont p {
  color: #fff;
  font-size: 1.1em;
  margin-top: 30px;
   font-family: "Roboto", sans-serif;
}

#our-astro-svc-cont a {
  color: #fff;
  font-size: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #001233;
  padding: 15px 20px;
  border-radius: 50px;
  border: 2px solid #ffb703;
  font-family: "Work Sans", sans-serif;
}

#our-astro-svc-cont a i {
  font-size: 1.3em;
}

.main-svc-cont {
  width: 100%;
  position: relative;
  background-color: rgba(129, 1, 44, 0.4);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  backdrop-filter: blur(3px);
}

.main-svc-cont p {
  text-align: justify;
}
.main-svc-img-cont {
  width: auto;
  height: auto;
  position: absolute;
  bottom: -150px;
  left: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-svc-cont h3 {
  position: absolute;
  top: 30px;
}
.main-svc-img-cont img {
  max-width: 100%;
  max-height: 200px;
  transition: transform 0.4s ease-in-out;
}

.main-svc-cont:hover img {
  transform: rotate(360deg);
}

#fix-icon {
  position: fixed;
  bottom: 20px; /* stick to bottom */
  right: 20px; /* stick to right */
  z-index: 9999;
  visibility: visible;
  opacity: 0; /* start hidden */
  transform: translateY(50px); /* start slightly down */
}

#fix-icon .main-icon {
  max-width: 100%;
  max-height: 150px;
  cursor: pointer;
}

#fix-icon .hover-icons {
  width: 100%;
  position: absolute;
  top: -130px; /* position above main icon */
  right: 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#fix-icon .hover-icons a {
  background-color: #6a040f;
  padding: 20px;
  font-size: 1.8em;
  color: #ffff;
  font-weight: 300;
  border-radius: 50%;
  animation: ping 0.9s infinite;
}

@keyframes ping {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

#fix-icon:hover .hover-icons {
  opacity: 1;
  visibility: visible;
  transform: translateY(-40px);
}

#about-us {
  background-image: url(./assests/astrobg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 10px;
  padding: 50px 0px;
  position: relative;
  width: 100%;
  height: auto;
}

#about-us::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(111, 3, 3, 0.7);
  z-index: 1;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
}

#about-us h2 {
  color: #ffff;
  font-size: 2.5em;
  font-weight: 400;
  z-index: 2;
  font-family: "Lobster", sans-serif;
  position: relative;
}

#about-us h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffba08;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.about-cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
  z-index: 2;
}

.about-cont > div {
  flex: 1;
}

.about-img-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-cont img {
  max-width: 100%;
  max-height: 500px;
  border: 4px solid #ffb703;
  border-radius: 20px;
}

.about-main-cont {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 50px;
  padding-right: 150px;
}
.about-main-cont h3 {
  font-size: 2.5em;
  color: #ffb703;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}
.about-main-cont p {
  text-align: justify;
  font-size: 1.3em;
  color: #fff;
  font-weight: 300;
   font-family: "Roboto", sans-serif;
}

.main-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: auto;
}

.main-btn a {
  flex: 1;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.8em;
  border-radius: 50px;
  font-family: "Noto Sans", sans-serif;
  box-shadow: inset 4px 4px 15px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

.main-btn a:hover {
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.8);
    background-color: #9d0208;
}

#info-bar {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

#info-bar a {
  font-size: 2.8em;
  color: #63d004;
  font-weight: 800;
  transform: translateX(-1000%);
  opacity: 0;
  font-family: "Work Sans", sans-serif;
}

.info-head {
  color: #f48c06;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 800;
  transform: translateX(-1000%);
  opacity: 0;
  font-family: "Noto Sans", sans-serif;
}

.info-name {
  color: #ffffff;
  font-size: 2.4em;
  transform: translateX(-1000%);
 font-family: "Roboto", sans-serif;
  opacity: 0;
  font-weight: 500;
}

#choose-us {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(./assests/counterbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  padding: 20px 0px;
}

#choose-us::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  backdrop-filter: blur(9px);
}

#choose-us > div {
  flex: 1;
}

#choose {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding-right: 100px;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 20px;
}

#choose > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  border: 3px solid #ffb703;
  padding: 20px 6px;
  gap: 10px;
  border-radius: 20px;
  background-color: rgba(92, 3, 3, 0.3);
}

#choose > div span {
  font-size: 1.3em;
  color: #ffd60a;
  font-weight: 600;
   font-family: "Roboto", sans-serif;
}

#choose > div #counter {
  font-size: 1.7em;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

#footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 50px 0px;
  background-image: url(./assests/footerbg.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  backdrop-filter: blur(7px);
}

.copyright {
  width: 100%;
  height: auto;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 2;
}

.copyright span {
  font-size: 1em;
  color: #ffff;
  font-family: "Noto Sans", sans-serif;
}

.main-footer {
  width: 80%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.main-footer > div {
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  gap: 5px;
}

.main-footer > div span {
  color: #ffba08;
  font-size: 1.9em;
  font-weight: 400;
  font-family: "Lobster", sans-serif;
}

.main-footer > div ul {
  color: #fff;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: flex-start;
  gap: 5px;
  margin-top: 20px;
  cursor: pointer;
   font-family: "Roboto", sans-serif;
}
.main-footer > div ul li {
  transition: transform 0.4s ease-in-out;
}
.main-footer > div ul li:hover {
  transform: translateX(20px);
  color: #ffba08;
}

.contact-footer li {
  padding: 10px 0px;
}

.contact-footer li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 1.5em;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.contact-footer li:hover a {
  color: #ffba08;
}

.main-footer img {
  width: 100%;
  height: 100px;
}

.footer-logo-cont {
  gap: 5px;
  color: #fff;
  font-size: 1em;
  text-align: justify;

}

.footer-logo-cont p {
  color: #ffba08;
     font-family: "Roboto", sans-serif;
}


@media (max-width: 767px) {
  #top-bar {
    flex-direction: column;
    justify-items: center;
    gap: 20px;
    padding: 20px 5px;
  }

  .top-bar-left-cont ul li a {
    font-size: 4vw;
    font-weight: 600;
  }
  .top-bar-right-cont strong {
    width: 100%;
    font-size: 3.5vw;
  }
  #header {
    flex-direction: column;
    justify-items: center;
    gap: 10px;
    padding: 20px 5px;
  }
  #mrq-bar span {
    font-size: 2.2vw;
    font-weight: 600;
  }
  #our-astro-svc-main {
    padding: 30px;
    padding-bottom: 150px;
  }
  #our-astro-svc-main h2 {
    font-size: 4vw;
    font-weight: 300;
  }
  #our-astro-svc-cont {
    grid-template-columns: repeat(1, 1fr);
      margin-top: 5px;
      padding: 50px 25px;
      width: 90%;
  }
  #our-astro-svc-cont h3 {
    font-size: 3.4vw;
    font-weight: 500;
  }
  #our-astro-svc-cont p {
    font-size: 2.5vw;
    font-weight: 300;
  }
  #our-astro-svc-cont a {
    font-size: 3vw;
    font-weight: 400;
  }
  #our-astro-svc-cont a i {
    font-size: 3.2vw;
  }
  #about-us {
    padding: 20px;
  }
  #about-us h2 {
    font-size: 4vw;
    font-weight: 300;
  }
  .about-cont {
    flex-direction: column;
    justify-items: center;
    padding: 35px;
    gap: 20px;
  }
  .about-cont img {
      border: 2px solid #ffb703;
  }
  .about-main-cont {
    gap: 40px;
    padding: 30px;
  }
  .about-main-cont h3 {
    font-size: 5vw;
    font-weight: 400;
  }
  .about-main-cont p {
    font-size: 2.7vw;
  }
  .main-btn {
    gap: 5px;
    flex-direction: column;
    justify-items: center;
  }
  .main-btn a {
    width: 100%;
    font-size: 3.4vw;
    padding: 15px;
  }
  #choose-us {
    flex-direction: column;
    justify-items: center;
    gap: 20px;
    padding: 30px 0px;
  }
  #choose {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .info-head {
    font-size: 4vw;
    font-weight: 800;
  }
  #info-bar a {
    font-size: 8vw;
    font-weight: 600;
  }
  .info-name {
    font-size: 6vw;
  }
  #choose > div span {
    font-size: 3.6vw;
    font-weight: 400;
  }
  #choose > div #counter {
    font-size: 4vw;
  }
  .main-footer {
    flex-direction: column;
    justify-items: center;
    align-items: flex-start;
    gap: 30px;
  }
  #footer {
    gap: 40px;
  }
  .copyright span {
    font-size: 2.4vw;
  }
  .main-footer > div span  {
    font-size: 5vw;
  }
  .main-footer > div {
    align-items: flex-start;
  }
  .main-footer > div ul {
    font-size: 3vw;
  }
  .contact-footer li a {
    font-size: 4vw;
  }
  .footer-logo-cont p {
    font-size: 3vw;
    color: #fff;
  }
  #fix-icon .main-icon {
    max-height: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1068px) {
  .top-bar-left-cont ul li a {
    font-size: 2.2vw;
    gap: 4px;
  }
  .top-bar-right-cont strong {
    font-size: 1.6vw;
  }
  #mrq-bar span {
    font-size: 2.2vw;
  }
  #our-astro-svc-main h2 {
    font-size: 4vw;
  }
  #our-astro-svc-cont {
    grid-template-columns: repeat(2, 1fr);
  }
  #our-astro-svc-cont h3 {
    font-size: 2vw;
  }
  #our-astro-svc-cont p {
    font-size: 2vw;
    text-align: center;
  }
  #our-astro-svc-cont a {
    font-size: 1.8vw;
  }
  #about-us h2 {
    font-size: 4vw;
  }
  .about-cont{
    flex-direction: column;
    gap: 30px;
  }
  .about-main-cont {
    width: 80%;
    padding: 0;
  }
  .about-main-cont h3 {
    font-size: 4vw;
  }
  .about-main-cont p {
    font-size: 2vw;
  }
  .main-btn a {
    font-size: 3vw;
  }
  #choose-us {
    flex-direction: column;
    justify-items: center;
  }
  #info-bar {
    width: 100%;
  }
  #choose-us {
    gap: 10px;
  }
  #choose{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 0px;
  }
  .main-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: flex-start;
    gap: 30px;
  }
  #footer {
    gap: 40px;
  }
  .copyright span {
    font-size: 1.5vw;
  }
  .main-footer > div span  {
    font-size: 3vw;
  }
  .main-footer > div {
    align-items: flex-start;
  }
  .main-footer > div ul {
    font-size: 2vw;
  }
  .contact-footer li a {
    font-size: 2vw;
  }
  .footer-logo-cont p {
    font-size: 2vw;
    color: #fff;
    display: contents;
  }
}