.main-container-of-page {
  overflow: hidden !important;
  overflow-x: hidden;
}
body {
  overflow-x: hidden !important;
}
h1 {
  font-family: "Fontspring";
  text-transform: uppercase;
}

.heder-of-city-guidde {
  position: fixed;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 100;
  box-sizing: content-box !important;
  overflow: hidden;
  border-bottom: 2px solid black;
  box-shadow: 2px 2px 5px black;
}

.main-head-text-of-landing-page {
  margin-top: 5rem !important;
  display: flex;
  justify-content: center;
  gap: 6rem;
  align-items: center;
  background-image: linear-gradient(to bottom, #000000cc, #000000ac),
    url(./Assets/ayur.jpg);
  /* background-image: url(./Assets/Ayurvedic-Medicine-Manufacturer-in-Kanpur.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 90vh;
}
.main-text {
  font-size: 5rem;
  padding-bottom: 20rem;
  font-weight: 600;
  text-shadow: 3px 3px 3px rgb(241, 29, 29);
  font-family: "Fontspring";
}
.head-text-of-landing-page {
  animation: revealAnimation 2s forwards;
}

.text-of-landing-page {
  text-shadow: rgba(0, 0, 0, 0.884) 3px 3px 5px;
  font-size: 790%;
  font-weight: 700;
  padding-bottom: 2rem;
  color: rgb(255, 255, 255);
}

.span-text-of-landing-page {
  font-size: 2.5rem;
  color: white;
  font-weight: 200;
  text-shadow: rgba(0, 0, 0, 0.884) 3px 3px 5px;
}
.third-class {
  color: yellow;
  margin-top: 2rem;
  font-size: 3rem;
}

.local-text {
  font-size: 3rem;
  margin-top: 2rem;
  background-color: red;
  width: 70%;
  text-align: center;
  font-family: "Diphylleia", serif;
  padding-bottom: 2%;
}
.button-of-top button {
  width: 12rem;
  padding: 2%;
  font-size: 30px;
  background-color: red;
  color: white;
  border: 1px solid red;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: background-color 0.5s;
}
.button-of-top button:hover {
  background-color: white;
  color: #022873;
}

.form-of-landing-page {
  width: 100%;
  background-color: #fffff5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  animation: revealAnimationright 2s forwards;
  padding: 2rem 0;
  margin-bottom: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-of-landing-page input,
button {
  width: 70%;
}

.main-overview-of-college {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}

.head-text-of-all {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  text-align: center;
  color: #002147;
}

.college-all {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: 1px solid #dde4e8;
  border-radius: 5px;
  width: 17rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.top-text-of-college {
  background-color: #123880;
  color: white;
  text-align: center;
  padding: 3% 0%;
  border-top: 5px solid #6dcbf8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: "Roboto Condensed", sans-serif;
}

.text-animation {
  color: yellow;
  font-size: 3rem;
  font-weight: 600;
  font-family: fangsong;
}
.col-md {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #d5d0d0;
  padding: 2% 2%;
  height: 15rem;
  margin: 2% 2%;
  text-align: center;
  gap: 1rem;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.campus-life {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  gap: 3rem;
  padding: 0 3%;
  flex-wrap: wrap;
}
.card-of-campus-life {
  box-shadow: #3b1d6453 0px 4px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 18.5rem;
  text-align: center;
}
.card-of-campus-life img {
  width: 30%;
}

li::marker {
  color: #0d6efd;
}

.why-chose-us {
  display: flex;
  gap: 3rem;
}

.footer-of-page-alliance {
  background-color: #393f3f;
}

.all-link-in-footer i {
  color: white;
}
.card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-body button {
  width: 30% !important;
  height: 2rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

/* model styling start from here */

.center {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  width: 30%;
  text-align: center;
  height: 80%;
}

.close-modal {
  font-weight: bolder;
  font-size: 1.5rem;
  cursor: pointer;
}

.class-model-div {
  display: flex;
  justify-content: right;
  align-items: end;
  width: 90%;
  height: 1rem;
  margin-bottom: -30px;
}

/* ----------------------------------------- */

/* ----------------------------------------------------- */

@keyframes revealAnimation {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(20px);
  }
}

@keyframes revealAnimationright {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRightToLeft {
  0% {
    transform: translateX(
      100%
    ); /* Start from the right side of the container */
  }
  100% {
    transform: translateX(-100%); /* End at the left side of the container */
  }
}

.all-comp-in-campus:hover {
  transform: scale(1.1); /* Increase the scale factor as needed */
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ----------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
  .text-of-landing-page {
    font-size: 380%;
    margin-top: 5rem;
  }
  .span-text-of-landing-page {
    font-size: 50%;
    margin-top: 1rem;
    font-weight: 500;
    text-shadow: 3px 3px 5px black;
  }
  .button-of-top {
    display: flex !important;
    justify-content: start !important;
    gap: 5px !important;
    flex-wrap: wrap !important;
  }

  .button-of-top button {
    width: 7rem;
  }
  .second-class {
    font-size: 120%;
    margin-right: 2rem;
  }
  .third-class {
    color: yellow;
    margin-top: 2rem;
    font-size: 1.6rem;
  }

  .form-of-landing-page {
    margin: auto;
    width: 90%;
    background-color: #fffff5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: revealAnimationright 2s forwards;
    margin-top: -7rem;
  }

  .why-chose-us {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    padding-left: 4%;
  }
  .text-animation {
    font-size: 1.6rem;
  }
  .text-two {
    margin-top: 1.8rem !important;
  }

  .pop-up-form {
    margin-top: 0rem !important;
  }
  .Students-component ul {
    display: flex;
    flex-wrap: wrap;
  }
  .phone-nimbir {
    position: relative;
    bottom: 21.5rem;
    left: 6rem;
    font-size: 1.3rem;
  }
  .main-head-text-of-landing-page {
    margin-top: 0rem !important;
    display: flex;
    padding-top: 2rem;
    justify-content: center;
    gap: 8rem;
    align-items: center;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #0f0f0f71, #1a19192e),
      url(./Assets/ayur.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: fit-content;
  }

  .banner-of-page {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 4rem; */
    color: white;
    flex-wrap: wrap;
    text-align: center;
    font-size: 2rem;
  }
}

.card:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 426px) {
  .center {
    width: 90%;
  }
}

/* ------------ Thankyoupage CSS------------------------------- */

.main-thank-you-of-landing-page {
  background-color: rgba(228, 220, 220, 0.271);
  border-radius: 10px;
  text-shadow: rgba(240, 12, 12, 0.79) 2px 2px 4px;
  color: white;
  text-align: center;
  animation: revealAnimationright 2s forwards;
  padding: 2rem 1rem;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  width: 100%;
}

/* CSS for the spinner */
.spinner {
  position: fixed;
  display: none;
  width: 9px;
  height: 9px;
  top: 50%;
  bottom: 0;
  left: 50%;
}

.spinner div {
  position: absolute;
  width: 50%;
  height: 150%;
  background: #000000;
  transform: rotate(calc(var(--rotation) * 1deg))
    translate(0, calc(var(--translation) * 1%));
  animation: spinner-fzua35 1s calc(var(--delay) * 1s) infinite ease;
}

.spinner div:nth-child(1) {
  --delay: 0.1;
  --rotation: 36;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(2) {
  --delay: 0.2;
  --rotation: 72;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(3) {
  --delay: 0.3;
  --rotation: 108;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(4) {
  --delay: 0.4;
  --rotation: 144;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(5) {
  --delay: 0.5;
  --rotation: 180;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(6) {
  --delay: 0.6;
  --rotation: 216;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(7) {
  --delay: 0.7;
  --rotation: 252;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(8) {
  --delay: 0.8;
  --rotation: 288;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(9) {
  --delay: 0.9;
  --rotation: 324;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(10) {
  --delay: 1;
  --rotation: 360;
  --translation: 150;
  background-color: white;
}

@keyframes spinner-fzua35 {
  0%,
  10%,
  20%,
  30%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    transform: rotate(calc(var(--rotation) * 1deg))
      translate(0, calc(var(--translation) * 1%));
  }

  50% {
    transform: rotate(calc(var(--rotation) * 1deg))
      translate(0, calc(var(--translation) * 1.5%));
  }
}


  /* WhatsApp Floating Button - Final Fix */
.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: transform 0.3s ease;
  
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #1ebea5;
}

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 35px;
    right: 15px;
    padding: 12px;
    font-size: 20px;
  }
}

