body {
  margin: 0;
  padding: 0%;
  box-sizing: border-box;
  background-color: #ffffff;
}

:root {
  --Text: #0a0216;
  --primary: #431c79;
  --secondary: #51ae1a;
  --bg: #e5f5ff;
  --Links: #0d51c5;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--Text) !important;
} */

/* Accelerating the students career start */

.Accelerating-carrer img {
  width: 100% !important;
  height: auto !important;
}

.Accelerating-carrer img {
  width: 100%;
  height: auto;
}

.Accelerating-carrer p {
  font-size: 0.9em !important;
}

/* media queries */

@media (max-width: 426px) {
  .Accelerating-carrer p {
    font-size: 0.9em !important;
  }
}
/* Accelerating the students career End */

/* panelist start */

.panelist .card {
  border: none !important;
}

.panelist .card-body a {
  text-decoration: none;
}

.panelist .card-img-top {
  margin: auto;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  border: 12px solid #ffffff;
  outline: 4px solid var(--bg);
}
.panelist .card img:hover {
  animation: effect 1s ease infinite;
}
@keyframes effect {
  0% {
    transform: rotate(-1deg);
  }
  25% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}

.panelist .card .card-body p {
  font-size: 0.6em !important;
  color: #555555 !important;
  line-height: 0.1;
}

/* Media queries */

@media (max-width: 320px) {
  .panelist .card .card-body p {
    font-size: 0.45em !important;
  }
}

@media (min-width: 360px) {
  .panelist .card .card-body .card-title {
    font-size: 0.8em !important;
  }
}

@media (max-width: 350px) {
  .panelist .card .card-img-top {
    height: 110px !important;
    width: 110px !important;
  }

  .panelist .card .card-body .card-title {
    font-size: 0.8em !important;
  }

  .panelist .card .card-body p {
    font-size: 0.55em !important;
    line-height: 0.3;
  }
}
@media (min-width: 350px) and (max-width: 412px) {
  .panelist .card .card-img-top {
    height: 130px !important;
    width: 130px !important;
  }

  .panelist .card .card-body .card-title {
    font-size: 0.8em !important;
  }

  .panelist .card .card-body p {
    font-size: 0.55em !important;
    line-height: 0.3;
  }
}

@media (min-width: 503px) and (max-width: 576px) {
  .panelist .card .card-img-top {
    height: 185px !important;
    width: 185px !important;
  }

  .panelist .card .card-body .card-title {
    font-size: 1em !important;
  }

  .panelist .card .card-body p {
    font-size: 0.6em !important;
    line-height: 0.3;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .panelist .card-img-top {
    height: 120px !important;
    width: 120px !important;
  }
  .panelist .card .card-body .card-title {
    font-size: 0.75em !important;
  }
  .panelist .card .card-body p {
    font-size: 0.48em !important;
    line-height: 0.2;
  }
}

@media (min-width: 1023px) {
  .panelist .card .card-body .card-title {
    font-size: 1em !important;
  }

  .panelist .card .card-body p {
    font-size: 0.65em !important;
  }
}

@media (min-width: 1200px) {
  .panelist .card .card-img-top {
    height: 180px !important;
    width: 180px !important;
  }

  .panelist .card .card-body .card-title {
    font-size: 1.05em !important;
  }

  .panelist .card .card-body p {
    font-size: 0.65em !important;
  }
}

/* panelist End */

/* Event Highlights start */

.Event-highlights .col-left .card {
  background-color: var(--bg);
  border: none;
}

.Event-highlights .col-right .card {
  border: none;
}
.Event-highlights .col-right .card a {
  color: var(--Links) !important;
  text-decoration: none;
}

.Event-highlights .col-right .card img {
  aspect-ratio: 1/1;
}

.Event-highlights .col-right .card img:hover {
  animation: effect 1s ease infinite;
}
@keyframes effect {
  0% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}

/* media queries */
@media (max-width: 369px) {
  .Event-highlights .col-left .card .card-body h3 {
    font-size: 1.2em;
  }

  .Event-highlights .col-left .card .card-body p {
    font-size: 1em !important;
  }

  .Event-highlights .col-right .card {
    margin-bottom: 0 !important;
    padding-top: 20px !important;
  }

  .Event-highlights .col-right .card .card-body {
    padding-top: 0 !important;
  }

  .Event-highlights .col-right .card .card-body h4 {
    font-size: 0.75em;
  }

  .Event-highlights .col-right .card .card-body h6 {
    font-size: 0.6em;
    padding-top: 0 !important;
  }
  .Event-highlights .col-right .card .card-body p {
    font-size: 0.55em !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 369px) and (max-width: 409px) {
  .Event-highlights .col-left .card .card-body h3 {
    font-size: 1.2em;
  }

  .Event-highlights .col-left .card .card-body p {
    font-size: 1.1em !important;
  }

  .Event-highlights .col-right .card-1 {
    margin-bottom: 0 !important;
    padding-top: 15px !important;
  }

  .Event-highlights .col-right .card-2 {
    padding-top: 10px !important;
  }

  .Event-highlights .col-right .card .card-body {
    padding-top: 0 !important;
  }

  .Event-highlights .col-right .card .card-body h4 {
    font-size: 0.9em;
  }

  .Event-highlights .col-right .card .card-body h6 {
    font-size: 0.7em;
    padding-top: 0 !important;
  }
  .Event-highlights .col-right .card .card-body p {
    font-size: 0.6em !important;
  }
}

@media (min-width: 409px) and (max-width: 480px) {
  .Event-highlights .col-left .card .card-body h3 {
    font-size: 1.3em;
  }

  .Event-highlights .col-left .card .card-body p {
    font-size: 1.1em !important;
  }

  .Event-highlights .col-right .card img {
    width: 100%;
    aspect-ratio: 1/1 !important  ;
  }
  .Event-highlights .col-right .card-1 {
    margin-bottom: 23px !important;
  }
  .Event-highlights .col-right .card-2 {
    margin-bottom: 5px !important;
  }

  .Event-highlights .col-right .card .card-body {
    padding-top: 0 !important;
  }

  .Event-highlights .col-right .card .card-body h4 {
    font-size: 1.1em;
    padding-top: 0 !important;
  }
  .Event-highlights .col-right .card .card-body p {
    font-size: 0.7em !important;
    padding-top: 0 !important;
  }
  .Event-highlights .col-right .card .card-body h6 {
    font-size: 0.8em;
    padding-top: 0 !important;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .Event-highlights .col-left .card .card-body h3 {
    font-size: 1.3em;
  }

  .Event-highlights .col-left .card .card-body p {
    font-size: 1.1em !important;
  }

  .Event-highlights .col-right .card img {
    width: 100%;
    aspect-ratio: 1/1 !important  ;
  }
  .Event-highlights .col-right .card:nth-child(1) {
    margin-bottom: 20px !important;
  }

  .Event-highlights .col-right .card .card-body {
    padding-top: 0 !important;
  }

  .Event-highlights .col-right .card .card-body h4 {
    font-size: 1.2em;
    padding-top: 0 !important;
  }
  .Event-highlights .col-right .card .card-body p {
    font-size: 1em !important;
    padding-top: 0 !important;
  }
  .Event-highlights .col-right .card .card-body h6 {
    font-size: 0.8em;
    padding-top: 0 !important;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .Event-highlights .col-left .card .card-body h3 {
    font-size: 0.9em;
  }

  .Event-highlights .col-left .card .card-body p {
    font-size: 0.65em !important;
  }
  .Event-highlights .col-right .card-1 {
    margin-bottom: 20px !important;
  }

  .Event-highlights .col-right .card-2 {
    padding-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .Event-highlights .col-right .card-3 {
    padding-top: 0px !important;
  }

  .Event-highlights .col-right .card img {
    width: 100%;
    aspect-ratio: 0.85/1 !important  ;
  }

  .Event-highlights .col-right .card .card-body {
    padding-top: 0 !important;
  }

  .Event-highlights .col-right .card .card-body h4 {
    font-size: 0.7em;
  }

  .Event-highlights .col-right .card .card-body h6 {
    font-size: 0.7em;
    padding-top: 0 !important;
  }
  .Event-highlights .col-right .card .card-body p {
    font-size: 0.7em !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .Event-highlights .col-left .card .card-body h3 {
    font-size: 1.2em;
  }

  .Event-highlights .col-left .card .card-body p {
    font-size: 1em !important;
  }

  .Event-highlights .col-right .card img {
    width: 100%;
    aspect-ratio: 0.8/1 !important  ;
  }

  .Event-highlights .col-right .card-2 {
    margin-bottom: 30px !important;
  }

  .Event-highlights .col-right .card-3 {
    padding-top: 10px !important;
  }
  .Event-highlights .col-right .card .card-body h4 {
    font-size: 1.1em;
  }

  .Event-highlights .col-right .card .card-body h6 {
    font-size: 1em !important;
  }
  .Event-highlights .col-right .card .card-body p {
    font-size: 0.9em !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .Event-highlights .col-left .card .card-body h3 {
    font-size: 1.4em;
  }

  .Event-highlights .col-left .card .card-body p {
    font-size: 1em !important;
  }
  .Event-highlights .col-right .card-1 {
    margin-bottom: 30px !important;
  }
  .Event-highlights .col-right .card-2 {
    margin-bottom: 30px !important;
  }

  .Event-highlights .col-right .card-3 {
    padding-top: 5px !important;
  }
  .Event-highlights .col-right .card img {
    width: 100%;
    aspect-ratio: 0.9/1 !important  ;
  }

  .Event-highlights .col-right .card .card-body h4 {
    font-size: 1.3em;
  }

  .Event-highlights .col-right .card .card-body h6 {
    font-size: 1.2em;
    padding-top: 0 !important;
  }
  .Event-highlights .col-right .card .card-body p {
    font-size: 1em !important;
  }
}
@media (min-width: 1400px) {
  .Event-highlights .col-left .card .card-body h3 {
    font-size: 1.4em;
  }

  .Event-highlights .col-left .card .card-body p {
    font-size: 1.05em !important;
  }

  .Event-highlights .col-right .card-2 {
    padding-top: 5px !important;
    margin-bottom: 22px !important;
  }

  .Event-highlights .col-right .card-3 {
    padding-top: 0px !important;
  }

  .Event-highlights .col-right .card .card-body h4 {
    font-size: 1.3em;
  }

  .Event-highlights .col-right .card .card-body h6 {
    font-size: 1.2em;
    padding-top: 20px !important;
  }
  .Event-highlights .col-right .card .card-body p {
    font-size: 1em !important;
  }
}

/* Event Highlights End */

/* jumbotron start */
.bg {
  background-color: var(--bg);
}

.jumbotron .btn {
  border-radius: 0 !important;
  background-color: #0a0216;
  color: #ffffff;
  font-size: 0.8em !important;
}
.jumbotron a {
  text-decoration: none;
  color: var(--Links);
  font-size: 0.8em !important;
}

.jumbotron img {
  margin-top: -40px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .jumbotron h2 {
    font-size: 1.2em !important;
  }
}
@media (max-width: 1200px) {
  .jumbotron h2 {
    font-size: 1.2em !important;
  }
  .jumbotron img {
    margin-top: -30px;
  }
}
/* Jumbotron End */

/* Tommorow innovators start */

.innovators-news img {
  width: 100%;
  height: auto;
}

.innovators-news .hover:hover {
  animation: effect 1s ease infinite;
}
@keyframes effect {
  0% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}

/* media queries */
@media (max-width: 767px) {
  .innovators-news h3 {
    font-size: 1.3em;
  }
  .innovators-news h4 {
    font-size: 1.1em;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .innovators-news h3 {
    font-size: 1.1em;
  }
  .innovators-news h4 {
    font-size: 0.9em;
  }

  .innovators-news p {
    font-size: 0.7em !important;
  }
}

@media (min-width: 1200px) {
  .innovators-news p {
    font-size: 1.05em !important;
  }
}

/* Tommorow innovators End */
