.main-container-of-page {
  overflow: hidden !important;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}

.heder-of-city-guidde {
  position: fixed;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #06589e;
  z-index: 100;
  box-sizing: content-box !important;
  overflow: hidden;
}

.main-head-text-of-landing-page {
  margin-top: 0rem !important;
  display: flex;
  justify-content: center;
  gap: 6rem;
  align-items: center;
  background-size: 100%;
  background-image: linear-gradient(to bottom, #7e7e7e42, #2222228c),
    url(./Assets/ISME-back-image.webp);
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100vh;
}
.main-text {
  font-size: 5rem;
  padding-bottom: 20rem;
}
.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: 230%;
  font-weight: 700;
  /* padding-bottom: 8rem; */
}

.span-text-of-landing-page {
  font-size: 35px;
  color: white;
  font-family: "Diphylleia", serif;
  text-shadow: #06579ed6 3px 3px 5px;
}

.form-of-landing-page {
  width: 100%;
  background-color: #06589ee6;
  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%;
}

.course-and-collage {
  display: flex;
  gap: 5%;
  width: 70%;
}

.head-text-of-all {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  text-align: center;
  color: #7f1919;
}
.why-chose-us {
  padding: 1% 1%;
  transition: background-color 0.5s ease;

  margin-bottom: 2rem !important;
}
/* new content */

.vc_custom_1607010099827 {
  /* padding-top: 80px !important; */
  /* padding-bottom: 85px !important; */
  background-image: url(https://www.isme.in/wp-content/uploads/2020/12/43.jpeg?id=162698) !important;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  /* gap: 2rem; */
  position: relative;
  /* left: -1005.81px; */
  box-sizing: border-box;
  width: 100%;
  padding: 8% 5%;
}
.vc_column_container .vc_column-inner {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.home-counter .rt-vc-counter {
  display: block !important;
}
.rt-vc-counter .rtin-left .rtin-counter {
  border-bottom-color: #fdc800;
}

.rt-vc-counter .rtin-left .rtin-counter {
  border-bottom: 2px solid #fdc800;
  color: #002147;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 72px;
}
.image-section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.image-section {
  width: 12rem;
}
.home-accreditation-section img {
  width: 8rem;
  padding-bottom: 10px;
}
.isme-cc-inner img {
  width: 10rem;
}

/* -------------- */

/* Cards Spiceal-------------------------------------------- */

.cards {
  margin: 2rem 0rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.cards .red {
  background-color: white;
  color: black !important;
}

.cards .blue {
  background-color: white;
  color: black !important;
}

.cards .green {
  background-color: white;
  color: black !important;
}

.cards .card {
  width: 20rem;
  padding: 1rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  transition: 400ms;
  margin: auto;
}

/* Cards Spiceal-------------------------------------------- */

.campus-life {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  gap: 4rem;
  padding: 0 3%;
  flex-wrap: wrap;
}
.card-of-campus-life {
  box-shadow: #3b1d6453 0px 4px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 17rem;
  text-align: center;
  gap: 1rem;
}
.card-of-campus-life img {
  width: 30%;
}
.Top-Recruiters {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  animation: slide 10s linear infinite;
  object-fit: cover;
}

.Top-Recruiters img {
  width: 35%;
  height: 40%;
}

.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  gap: 2px;
  margin-bottom: 5%;
}

.accordion-section {
  border: 1px solid #3b1d6453;
  margin-bottom: 8px;
  overflow: hidden;
}

.accordion-title {
  background-color: transparent;
  padding: 10px;

  cursor: pointer;
}

.accordion-content {
  padding: 10px;
  display: none;
}

.accordion-section.active .accordion-content {
  display: block;
}
.ranking-new {
  display: flex;
  justify-content: center;
  align-items: center;
}

li::marker {
  color: #06589e;
}

.why-chose-us {
  display: flex;
  gap: 3rem;
}

.footer-of-page-alliance {
  background-color: #06589e;
}

.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;
}

/* 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: 134%;
  }
  .span-text-of-landing-page {
    font-size: 100%;
  }
  .main-head-text-of-landing-page {
    margin-top: 0rem !important;
    display: flex;
    justify-content: center;
    gap: 6rem;
    align-items: center;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #7e7e7e42, #2222228c),
      url(./Assets/ISME-back-image.webp);
    background-repeat: no-repeat;
    overflow: hidden;
    height: auto;
  }
  .ranking-new {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .form-of-landing-page {
    margin: auto;
    width: 90%;
    background-color: #06589ee6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: revealAnimationright 2s forwards;
    /* margin-top: -7rem; */
  }
  .main-text {
    font-size: 206%;
  }

  .why-chose-us {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    padding-left: 4%;
  }
}

.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%;
}
