* {
  padding: 0;
  margin: 0;
}
.dropdown-content {
  display: none;
}

.show {
  display: block;
}

/* ---------------------New About----------------------- */
.whos {
  color: white;
  cursor: pointer;
}
.whos:hover {
  color: rgb(8, 7, 7);
}
.mainy {
  margin-top: 98px;
  animation: slide-left 0.9s 1 ease-in-out;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  width: 0;
  height: 50%;
  transition: 0.5s ease;
}

/* .:hover .overlay {
  width: 10%;
  left: 0;
} */
.ventor {
  display: none;
}
.dev:hover .ventor {
  cursor: pointer;
  display: flex;
  width: 150px;
  height: auto;
  position: absolute;
  top: -30px;
  left: -30px;
  position: fit-content;
}

.book-image {
  z-index: -1;
  position: relative;
  opacity: 0;
  cursor: pointer;
  display: flex;
  width: 150px;
  height: auto;
  position: absolute;
  top: -30px;
  left: -30px;
  position: fit-content;
  transition: 0.2s ease;
}

.book-text {
  z-index: 1;
  position: relative;
  transition: 0.3s;
}

.dev:hover .book-image {
  opacity: 1;
}

.dev:hover .book-text {
  transform: translate(0, -6px);
}

#more {
  display: none;
}

#more1 {
  display: none;
}

#moreText {
  /* Display nothing for the element */
  display: none;
}
#textButton:hover {
  color: #ffc107;
}
#myBtn:hover {
  color: #ffc107;
}

.who {
  margin-top: 0rem;
}
.body-text1 {
  font-size: 20px;
  margin-bottom: 0 !important;
}
.body-text2 {
  font-size: 20px;
  margin-bottom: 0 !important;
}

.align {
  width: 41%;
  z-index: 0;
  left: 54%;
  top: 25px;
}
.book {
  display: visible;
}

.spacy {
  display: flex;
  justify-content: space-between;
}
.gridy {
  display: flex;
  justify-content: space-between;
}
.brand {
  width: 10%;
  max-height: 73px;
}
.about-hero-image {
  width: 70%;

  z-index: -1;
  left: 113px;
  top: 43px;
}

.about-hero-dec {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  right: 20%;
  top: 10%;
  background-color: var(--primary-yellow);
  z-index: 2;
}
.text {
  position: relative;
  z-index: 1;
  background-color: white;
  color: #b20000;
}
.head_image1 {
  height: 53px;
  position: absolute;
  z-index: 0;
  left: 77%;
  top: -7%;
}

.ic {
  position: relative;
  z-index: 1;
  cursor: pointer;
  background-color: white;
  font-weight: bold;
}
/* .ic:hover .body-text1{
  word-spacing: 2px !important;
} */
.head_image2 {
  cursor: pointer;
  width: 14%;
  position: absolute;
  z-index: 0;
  left: -3%;
  top: -87.5%;
  transition: all 0.1s ease-in-out;
}

.body-text1:hover {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.dov:hover .head_image2 {
  width: 15%;
  left: -5%;
  top: -70%;
}
.head_image_content:hover {
  width: 15%;
  l: -8%;
  top: -70%;
}
.head_image_content {
  cursor: pointer;
  width: 38px;
  margin-left: 8%;
  transition: all 0.1s ease-in-out;
}
.ho > h5:hover {
  color: #ffc107;
}

/* <============ BACKGROUND DECORATIONS ==========> */
.background_decoration_one {
  background: #f4cf09;
  border-radius: 36.8452px;
  transform: translate(15%, -35%) rotate(310.44deg);
  width: 89.52px;
  height: 155.67px;
  top: 0;
  right: 0;
}

.background_decoration_two {
  background: #f4cf09;
  border-radius: 53.606px;
  transform: translate(-50%, -48%) rotate(-130deg);
  width: 114.79px;
  height: 190.18px;
}

.background_decoration_three {
  background: #f4cf09;
  border-radius: 53.606px;
  transform: translate(35%, 35%) rotate(320deg);
  width: 279.04px;
  height: 155.87px;
}

.background_decoration_three.extra {
  transform: translate(35%, 35%) rotate(-46.53deg);
  width: 602.43px;
  height: 383.58px;
  border-radius: 100px;
}

.dot_background_decoration {
  right: 10px;
  top: 8px;
}

.dot_background_decoration img {
  width: 80px;
  height: auto;
}

.dot_background_decoration.hero {
  top: -10%;
  right: 10%;
}

/* <============ HERO ========== */
.hero_container {
  margin-top: calc(50px + 70px);
  padding: 0 15px;
}
.body-text1:hover {
  letter-spacing: 1px;
  transition: all 0.4s ease 0s;
}

.hero_small_heading {
  font-size: 1rem;
  color: #df6951;
  margin-bottom: 24px;
  font-family: var(--ff-text);
}

.hero_big_heading {
  font-size: 26px;
  color: #060707;
  font-weight: 400;
  margin-bottom: 21px;
  line-height: 1;
  font-family: var(--ff-heading);

  font-family: var(--ff-heading);
}

.hero_description {
  color: black;
  padding: 0 40px;
  font-size: 14px;

  font-family: var(--ff-text);
}

.hero_image_container {
  padding-top: 4rem !important;
}

.hero_big_logo {
  transition: 300ms ease;
  max-width: 70%;
  transform: translate(-10%, -10%);
}

.hero_big_logo:hover {
  scale: 1.1;
}

/* ------ HERO IMAGE DECORATION ------ */

.hero_like_illustration {
  width: 60px;
  height: auto;

  top: -20%;
  right: 50%;
}

.hero_heart_illustration {
  width: 65px;
  height: auto;

  top: -0.8rem;
  right: 38%;
}

.hero_thumbsUp_illustration {
  width: 35px;
  height: auto;

  top: -26%;
  right: 43%;
}

.hero_violetEllipse_illustration {
  width: 58px;
  height: 58px;

  border-radius: 50%;
  background: radial-gradient(
      83.01% 83.01% at 80.21% 13.8%,
      #fff 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    rgba(5, 32, 125, 0.43);

  bottom: 20%;
  left: 3%;
}

.hero_greenEllipse_illustration {
  width: 35px;
  height: 35px;

  border-radius: 50%;
  background: var(
    --green-dark,
    radial-gradient(
      83.01% 83.01% at 80.21% 13.8%,
      #fff 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #0b8292
  );

  bottom: 42%;
  left: 46%;
}

.hero_violetBar_illustration {
  width: 267px;
  height: 85px;
  transform: rotate(-17.004deg);

  border-radius: 21.52px;
  background: linear-gradient(
    180deg,
    rgba(5, 32, 125, 0.19) 0%,
    rgba(248, 247, 247, 0.19) 43.23%
  );
  /* background-color: red; */

  bottom: -50px;
  left: -100px;
}

/* <====== ABOUT US ======> */
.about_container {
  padding: 35px 0px 80px 0px;
}

.about_heading {
  color: #060707;
  font-size: 18px;
  margin-bottom: 10px;

  font-family: var(--ff-text);
}

.about_subheading {
  font-size: 20px;
  margin-bottom: 40px;

  font-family: var(--ff-heading);
  color: #060707;
  font-weight: 400;
}

.about_description {
  font-size: 1rem;
  color: #474747;
  padding: 0 15px;
  line-height: 1.5;

  font-family: var(--ff-text);
}

.about_icon_wrapper {
  gap: 5rem;
  padding-bottom: 200px;
}

.about_icon_image {
  padding: 0 1rem;
  margin-bottom: 22px;
}

.about_icon_text {
  font-size: 30px;
}

.about_popup_wrapper {
  scale: 0;
  opacity: 0;
  transition: scale 0ms ease-in-out, opacity 400ms ease-in-out;
}

.about_popup {
  padding: 30px 15px 30px 15px;
  max-width: 280px;
  transform: translate(0, -20%);
  background-color: white;
}

.about_popup_heading {
  color: #1e1d4c;
  font-size: 28px;
  margin-bottom: 30px;
  font-family: var(--ff-heading);
}

.about_popup_description {
  color: #474747;
  font-size: 16px;
  font-family: var(--ff-text);
}

.about_icon_decoration {
  background-color: #060707;
  border-radius: 30px 0px 10px;
  width: 105.46px;
  height: 118.48px;
  bottom: 7%;
  left: -12%;
}

.about_icon_decoration_2 {
  background-color: #060707;
  border-radius: 0px 30px 0px 10px;
  width: 105.46px;
  height: 118.48px;
  bottom: 7%;
  right: -12%;
}

.about_full_image {
  max-width: 1024px;
  height: auto;
}

/* <======== WHAT WE DO ========> */
#what-we-do {
  padding-top: 3rem;
}

.wwd_container {
  margin-top: 1rem;
  margin-bottom: 46px;
  gap: 70px;
  width: 100%;
}

.wwd_heading {
  letter-spacing: 1.14602px;
  font-size: 40px;
  font-family: var(--ff-heading);
  color: #060707;
  margin-bottom: 1.1rem;
}

.wwd_description {
  font-size: 18px;
  font-family: var(--ff-text);
}

.wwd_description span {
  color: #060707;
}

.wwd_blue_container {
  background-color: #060707;
  max-width: 330px;
  padding: 0 20px 0px 20px;
  min-height: 385px;
}

.wwd_icon {
  background: #f4cf09;
  padding: 25px;
  border-radius: 50%;
  font-size: 2rem;
  transform: translate(0, -50%);
}

.wwd_blue_heading {
  color: #fafaf9;
  font-size: 18px;
  font-family: var(--ff-sora);
  letter-spacing: 1.14602px;
  margin-bottom: 10px;
}

.wwd_blue_description {
  color: white;
  letter-spacing: 1.14602px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: var(--ff-text);
  transform: translate(0, -00%);
}

.wwd_blue_description.one {
  transform: translate(0, -20px);
}

.wwd_blue_description.two {
  transform: translate(0, -20px);
}

.wwd_blue_description.teacher_one {
  transform: translate(0, 130px);
}

.wwd_blue_description.teacher_two {
  transform: translate(0, 5px);
}

.wwd_blue_description.three {
  transform: translate(0, -20px);
}

.wwd_blue_description.teacher_three {
  transform: translate(0, 5px);
}

.wwd_blue_description.four {
  transform: translate(0, -20px);
}

.wwd_blue_description.teacher_four {
  transform: translate(0, 195px);
}

.wwd_blue_description.five {
  transform: translate(0, -20px);
}

.wwd_blue_description.teacher_five {
  transform: translate(0, 10px);
}

.wwd_blue_description.six {
  transform: translate(0, -20px);
}

.wwd_blue_description.teacher_six {
  transform: translate(0, 30%);
}

.swiper-wrapper {
  padding-bottom: 2.5rem;
}

/* <====== CLAD TEAM ======> */
.team_container {
  padding-bottom: 90px;
}
.team_heading {
  color: #060707;
  font-family: var(--ff-text);
  margin-bottom: 14px;
}

.team_subheading {
  font-size: 20px;
  color: #060707;
  font-family: var(--ff-heading);
  margin-bottom: 24px;
}

.team_card {
  max-width: 380px;
}

.team_card:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -27px;
}

.team_card_image {
  object-position: top;
  height: 390px;
}

.team_card_title {
  font-family: var(--ff-heading);
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}

.team_card_occupation {
  letter-spacing: 0.05em;
  font-size: 16px !important;
  color: rgba(18, 18, 18, 0.6);
  margin-bottom: 5px;
  font-family: var(--ff-heading);
}

.team_card_button {
  position: relative;
  outline: none;
  border: none;
  background: #060707;
  box-shadow: 0px 18.3987px 32.1978px rgba(241, 165, 1, 0.15);
  border-radius: 9.19937px;
  padding: 15px 0;
  overflow: hidden;
  font-family: var(--ff-text);
}

.team_card_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}

.team_card_button:hover::before {
  animation: ripple 1s linear;
}

@keyframes ripple {
  to {
    transform: translate(-50%, -50%) scale(30);
    opacity: 0;
  }
}

.team_card_button.two {
  background-color: #f4cf09;
}

.team_card_button.three {
  background-color: #060707;
}

/* <====== STUDENTS THOUGHT ======> */
.students_container {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.students_heading {
  font-size: 32px;
  font-family: var(--ff-sora);
  margin-bottom: 45px;
}

.student_card_container {
  display: none;
}

.student_card_container.active {
  display: flex;
}

.students_single {
  background: linear-gradient(180deg, #041597 0%, rgba(182, 33, 158, 0.86) 100%),
    #eff6ff;
  border-radius: 12.153px;
  width: 100%;
  max-width: 350px;
  min-height: 170px;
  padding: 20px 24px;
}

.student_card_title {
  font-size: 16px;
  font-family: var(--ff-sora);
  letter-spacing: 0.607648px;
}

.student_card_description {
  font-size: 10px;
  font-family: var(--ff-Inter);
}

.student_card_bottom {
  bottom: 27px;
  left: 12px;
}

.student_card_icon {
  width: 25px;
  height: 25px;
  padding: 2px;
}

.student_link {
  background-color: #323443;
  color: #c9c9c9;
  font-family: var(--ff-Inter);

  width: fit-content;
}

@media (min-width: 992px) {
  .student_link {
    margin-left: 45px;
  }
}
@media (max-width: 768px) {
  .about-hero-image {
    width: 100%;
    max-width: 400px;
    z-index: -1;
  }

  .about-hero-dec {
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    right: 20%;
    top: -20%;
    background-color: var(--primary-yellow);
    z-index: 2;
  }
  .head_image1 {
    height: 53px;
    position: absolute;
    z-index: 0;
    left: 70%;
    top: -4%;
  }
  .head_image2 {
    cursor: pointer;
    width: 14%;
    position: absolute;
    z-index: 0;
    left: 19%;
    top: -92.5%;
    transition: all 0.1s ease-in-out;
  }

  
    .mainy {
        margin-top: 25px !important;
        animation: slide-left 0.9s 1 ease-in-out;
    }

  .gridy {
    display: block;
  }
  .align {
    width: 34%;

    z-index: 0;
    left: 48%;
    top: -5px;
  }
  .spacy {
    display: ruby;
    justify-content: space-between;
  }
  .book {
    display: visible;
  }
  .dev:hover .ventor {
    cursor: pointer;
    display: flex;
    width: 150px;
    height: auto;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: -30px;
    position: fit-content;
  }

  .brand {
    width: 21%;
    max-height: 73px;
  }
  .body-text1 {
    font-size: 14px;
    margin-bottom: 1% !important;
  }
}

@media (min-width: 1050px) {
  .student_link {
    margin-left: 45px;
  }
}
.f-14 {
  line-height: normal;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .student_link {
    margin-left: 45px;
  }
}
@media (max-width: 750px) {
  .who {
    padding-top: 2%;
  }
  .f-14 {
    font-size: 14px;
  }
  .pt-39 {
    padding-top: 7%;
  }
  .mt-top {
    padding-top: 18% !important;
  }
  .head_image_content {
    cursor: pointer;
    width: 38px;
    margin-left: 65%;
    transition: all 0.1s ease-in-out;
    margin-top: -28% !important;
  }
  .mytooltip {
    display: inline;
    position: relative;
  }
  .mytooltip .tooltip-item {
    cursor: pointer;
    font-weight: 500;
    padding: 0 10px;
  }
  .mytooltip .tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 243px;
    left: 74%;
    top: 217%;
    margin: 0 0 20px -180px;
    bottom: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #2b2b2b;
    opacity: 0;
    cursor: default;
    pointer-events: none;
  }
  .mytooltip .tooltip-content img {
    position: relative;
    height: 140px;
    display: block;
    float: left;
    margin-right: 1em;
  }
  .mytooltip .tooltip-item::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tooltip-item:hover {
    color: grey !important;
  }
  .mytooltip:hover .tooltip-item::after {
    pointer-events: auto;
  }
  .mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  }
  .mytooltip:hover .tooltip-content2 {
    opacity: 1;
    font-size: 18px;
  }
  .mytooltip .tooltip-text {
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 1.31em 1.21em 1.21em 0;
    color: #fff;
  }
}

/* <====== JOURNALS ======> */
.journals_wrapper {
  padding: 0;
}

.journals_container {
  padding-top: 35px;
  padding-bottom: 30px;
}

.journals_heading {
  font-size: 36px;
  margin-bottom: 56px;
}
.journals_header {
  background-color: #fb2780;
  padding: 10px;
  font-family: var(--ff-poppins);
}

.journals_header_text {
  font-size: 14px;
}

.nav-link.active {
  background-color: #fb2780 !important;
}

.journals_header_link {
  font-size: 8px;
  border-radius: 6px;
}

.journals_card_container {
  margin-top: 53px;
}

.journals_card {
  border: none;
  max-width: 300px;
  box-shadow: 0 0 24px 0 rgba(192, 192, 192, 0.6) !important;
  border-radius: 20px 0px 20px 20px;
}

.journals_card_image {
  border-radius: 20.8087px 0px;
}

.journals_card_title {
  font-size: 13px;
}

.journals_card_text {
  font-size: 11px;
  color: #718096;
}
.mbl-vieww {
  display: none !important;
}

.journals_card_button {
  border: 1px solid #fb2780;
  padding: 8px 12px;
  font-size: 10px;
  margin-top: 2rem;
}

.journals_card_button:hover {
  background-color: #fb2780;
  color: white;
}

.mytooltip {
  display: inline;
  position: relative;
}
.mytooltip .tooltip-item {
  cursor: pointer;
  font-weight: 500;
  padding: 0 10px;
}
.mytooltip .tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 243px;
  left: 161%;
  top: 217%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.mytooltip .tooltip-content img {
  position: relative;
  height: 140px;
  display: block;
  float: left;
  margin-right: 1em;
}
.mytooltip .tooltip-item::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mytooltip:hover .tooltip-item::after {
  pointer-events: auto;
}
.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
}
.mytooltip:hover .tooltip-content2 {
  opacity: 1;
  font-size: 18px;
}
.mytooltip .tooltip-text {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 1.31em 1.21em 1.21em 0;
  color: #fff;
}

@keyframes fade-animation {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}

@keyframes slide-left {
  from {
    translate: -300% 0;
  }

  to {
    translate: 0 0;
  }
}
.hero-heading {
  font-size: 7rem;
  animation: slide-left 1.3s 1 ease-in-out;
}
.mbl-sec {
  display: none;
}

/* KANNAN CODE */
.about-circle-container {
  min-height: 70px;
  min-width: 230px;
}
.about-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #b20000;
  position: relative;
  z-index: -1;
  transition: 0.3s;
}

.about-circle-text {
  position: absolute;
  top: calc(50% - 18px);
  left: 30px;
  z-index: 1;
  color: #b20000;
  background-color: white;
  transition: 0.3s;
}

.about-circle-container:hover .about-circle {
  width: 45px;
  height: 45px;
  transform: translate(0px, 8px);
}
.about-circle-container:hover .about-circle-text {
  font-size: 1rem;
  top: calc(50% - 17px);
  left: 25px;
  transform: translate(0px, 1px);
}

.about-who-circle-container {
  min-height: 180px;
}

.about-who-circle-container:hover .about-circle {
  width: 50px;
  height: 50px;
}
.about-who-circle-container:hover .about-circle-text {
  font-size: 1.05rem;
  top: calc(50% - 13px);
  left: 25px;
}

.about-who-circle-container:hover .about-who-circle {
  background-color: var(--primary-yellow);
  width: 40px;
  height: 40px;
}
.about-who-circle-container:hover .about-who-text {
  opacity: 1;
}

.about-who-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d9d9d9;
  position: relative;
  z-index: -1;
  transition: 0.3s;
}

.about-who-text {
  font-size: 1rem;
  opacity: 0;
  transition: 0.3s;
  position: relative;
}

.about-who-text::before {
  content: "";
  width: 100%;
  height: 100%;

  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


@media (min-width: 992px) {
  .about-circle-container {
    min-width: 100%;
  }
  .about-circle {
    width: 70px;
    height: 70px;
  }

  .about-circle-text {
    top: calc(50% - 12px);
    left: 40px;
    font-size: 1rem;
  }

  .about-circle-container:hover .about-circle {
    width: 60px;
    height: 60px;
    transform: translate(0px, 4px);
  }
  .about-circle-container:hover .about-circle-text {
    font-size: 1.1rem;
    top: calc(50% - 13px);
    left: 30px;
    transform: translate(0px, 0px);
  }

    .about-who-text {
        font-size: 0.8rem;
        font-weight: 500;
        max-width: 350px;
        text-align: justify;
        line-height: 36px;
    }


  .who-wrapper {
    margin-top: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .about-hero-dec {
    width: 220px;
    height: 220px;

    right: 10%;
    top: 0%;
  }
}
