@keyframes example {
  from {
    display: none;
  }

  to {
    display: block;
  }
}

*,
body {
  font-family: "Titillium Web", serif !important;
}

.scope p {
  font-size: 20px;
  border: 2px solid #dae9ff;
  height: 100%;
  border-radius: 5px;
  padding: 10px;
  vertical-align: middle;
  background-color: #dae9ff;
  /*color: white;*/
  -webkit-box-shadow: 4px 4px 9px -2px rgba(138, 138, 138, 1);
  -moz-box-shadow: 4px 4px 9px -2px rgba(138, 138, 138, 1);
  box-shadow: 4px 4px 9px -2px rgba(138, 138, 138, 1);

  display: flex;
  align-items: center;
  justify-content: center;
}

.scope p:hover {
  background-color: #2776f2;
}

.scope {
  margin-bottom: 20px;
  padding: 20px;
}

.scope-row > div > p {
  font-size: 23px;
  text-align: center;
}

.shedule {
  width: 100%;
  border-radius: 1em;
  overflow: hidden;
  font-size: 13px;
}

.shedule tr,
td,
th {
  border: 1px solid #dae9ff;
  text-align: center;
  padding: 10px;
}

.shedule th {
  padding: 7px;
  background-color: #dae9ff;
  color: white;
}

.shedule tr > td:first-child {
  background-color: #dae9ff;
  color: white;
}

.location .material-icons {
  font-size: 7vw;
}

.btn-schedule {
  display: none;
}

.location > div {
  float: left;
}

.orgs img {
  width: 60%;
}

.orgs .imet img {
  width: 20%;
}

@media (max-width: 575px) {
  .orgs img {
    margin-bottom: 10px;
    width: 30%;
  }

  .orgs .imet img {
    width: 10%;
  }

  .btn-schedule {
    display: inline-block;
  }
}

.lead {
  text-align: justify;
  text-justify: inter-word;
}

.scope-row p {
  text-align: justify;
  text-justify: inter-word;
}

.structure p {
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 285px) {
  .lead {
    font-size: 12px;
  }

  .title {
    font-size: 20px;
  }

  hr {
    font-size: 10px;
    max-width: 100px;
  }

  header.masthead h1 {
    font-size: 35px;
  }

  header.masthead h2 {
    font-size: 17px;
  }

  .scope-row div p {
    font-size: 12px;
  }

  .scope p {
    font-size: 13px;
  }

  .scope {
    margin-bottom: 0px;
  }

  .topics h3 {
    font-size: 15px;
  }

  .topics p {
    font-size: 12px;
  }

  .instr h4 {
    font-size: 15px;
  }

  .instr h5 {
    font-size: 12px;
  }

  .structure h3 {
    font-size: 13px;
  }

  .structure p {
    font-size: 12px;
  }
}

.instr .col-lg-4 h4 {
  cursor: pointer;
}

.instr .col-lg-4 img {
  margin-bottom: 10px;
  border-radius: 40%;
  height: 200px;
  cursor: pointer;
}

.instr .col-lg-4 h5 {
  font-size: 15px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  color: black;
  padding: 30px;
  animation-name: example;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 30px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.instr .col-lg-4 {
  text-align: center;
}

.modal-content .close {
  text-align: right;
}

.middle-times {
  background-color: #dae9ff;
  color: white;
}

.beize {
  background-color: #f4dc7c;
}

.yellow {
  background-color: #fff726;
}

.blue {
  background-color: #75dbef;
}

.mov {
  background-color: #bbabf4;
}

.movish {
  background-color: #9faaf2;
}

.aeolix {
  font-size: 10px;
}

.aeolix-img {
  padding-top: 12%;
}

.navbar {
  background-color: white;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #000000;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #6d6d6d;
}

.color-primary {
  color: #1b4c91;
}

.color-secondary {
  color: #67b946;
}

.masthead {
  /* min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 90%;
  margin: 0 auto;
  border-radius: 40px; */
  min-height: 100vh;
  background-image: url("../img/InnoΜobilty_bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.masthead-short {
  min-height: 30vh;
  background-image: url("../img/InnoΜobilty_bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 110px;
}
.shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.979);
  min-height: 50vh;
  margin-top: 80px !important;
}

.color-white {
  color: white !important;
}

.lead-size {
  font-size: 1.25rem;
}

.project-list > li {
  margin-top: 12px;
}

.project-list {
  list-style: none;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active,
#mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #000000;
}

.bg-primary {
  background-color: #f6733d !important;
  color: white !important;
}

/* section {
  min-height: 100vh;
} */

.objective-list {
  padding: 0;
}

.wrap-invert {
  flex-wrap: wrap-reverse;
}

.outcome {
  border: 2px solid white;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  background-color: white;
  color: #1b4c91;
}

.course-overview-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-overview-cont > p {
  font-size: 1.5rem;
}

.gap-2 {
  gap: 5px;
}

.module-num {
  font-size: 5rem;
  color: white;
  text-align: end;
}

.module {
  justify-content: center;
  align-items: stretch;
  font-size: larger;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

table {
  width: 100%;
}

.table-responsive {
  overflow-x: auto;
}

thead {
  background-color: #1b4c91;
  color: white;
}

.thead2 {
  color: #1b4c91;
  background-color: white;
}

.recruitment {
  color: #1b4c91;
  padding: 20px;
  font-size: 1.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

.recruitment > .col-lg-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.copyright {
  background-color: #f8f8f8;
  color: #1b4c91 !important;
}

.copyright a {
  color: #67b946 !important;
}

.text-primary-large {
  font-size: 1.6rem;
  color: #1b4c91;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.container-w-80 {
  width: 80%;
  margin: 0 auto;
}
.container-w-90 {
  width: 90%;
}

.p-3rem {
  padding: 3rem;
}

.bg-primary-blue {
  background-color: #1b4c91;
  color: white;
}

.color-primary-green {
  color: #67b946;
}

.rouned-need {
  border-top-left-radius: 50px;
  border: 2px solid #1b4c91;
}

.rounded-aim {
  border-bottom-right-radius: 50px;
  border: 2px solid #67b946;
  background-color: white;
}

.bg-eit {
  background-image: url("../img/eit-bg.jpg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.objective {
  /* margin: 10px; */
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}

.objective > div {
  background-color: #1b4c91;
  color: white;
  padding: 50px;
  height: 100%;
  width: 100%;
  display: flex;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.overwiew-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.overwiew-item p {
  font-size: 1.5rem;
}

#contact,
#intro {
  min-height: 30vh;
}

.headerItem {
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.headerItem p {
  margin: 0;
}

.project-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.project-item p {
  font-size: 1.4rem;
  text-align: center;
}

.project-item h3 {
  color: #fd6b1b;
}

.project-item ion-icon {
  font-size: 2rem;
  color: #fd6b1b;
}
.h-large {
  font-size: 4rem;
  letter-spacing: 3px;
  font-weight: normal;
}

.instr {
}

.instr div {
  height: 4rem;
  width: 4rem;
  background-color: #f8f8f8;
}

.img-rounded {
  border-radius: 20px;
}

.overwiew-item > p {
  text-align: center;
}

.header-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.header-left > h2 {
  width: 80%;
}

.header-left hr {
  width: 20%;
  margin-left: 0;
}

.masthead > .container-fluid {
  height: 100%;
}
.masthead > .container-fluid > .row {
  height: 100%;
}

.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.header-right > h1 {
  font-size: 5rem !important;
  color: white;
  line-height: 5rem !important;
}

.header-right > p {
  font-size: 1.4rem !important;
}

.p-bg-orange {
  text-align: start;
  font-size: 1.6rem;
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 30px;
  border-left: 5px solid #fd6b1b;
  border-right: 5px solid #fd6b1b;
  box-shadow: 4px 4px 9px -2px rgb(180, 180, 180);
  color: #242424;
}

.btn-primary-blue {
  background-color: #fd6b1b;
  color: white;
  font-size: 1.3rem;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.offer img {
  border-radius: 20px;
}
.offer .col-lg-6 {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  flex-direction: column;
}

.offer p {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.list-custom {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.list-custom li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.list-custom li ion-icon {
  font-size: 2rem;
  min-width: 5%;
  color: #f6733d;
}

.offer ion-icon {
  font-size: 2rem;
  min-width: 5%;
  color: #f6733d;
}

section {
  padding-top: 0;
}

@media (max-width: 992px) {
  .p-3rem {
    padding: 1.4rem;
  }
  .nav-link {
    text-align: center;
  }

  .lead {
    font-size: 1rem;
  }

  .lead-size {
    font-size: 1rem;
  }

  .shadow h3 {
    font-size: 1.5rem;
    text-align: center;
    padding: 10px;
  }
  .header-left hr {
    width: 100%;
  }
  h4 {
    font-size: 1.2rem;
  }

  .text-primary-large {
    font-size: 1.4rem;
  }

  .headerItem {
    font-size: 1.4rem;
  }

  .header-left h2 {
    font-size: 1.2rem !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  .header-left {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }

  .header-right h1 {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }

  .header-left img {
    width: 200px;
  }
}

.announcement {
  background-color: #f6733d;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  color: white;
  justify-self: center;
  align-self: center;
}

.btn:hover {
  color: #1b4c91 !important;
}

.speakerImg {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.speaker {
  text-align: center;
  padding-top: 20px;
}
.speaker h4 {
  font-size: 18px !important;
  margin-bottom: 10px;
  font-weight: normal;
  color: #1b4c91;
}

.speaker h3 {
  margin-top: 20px;
}

.myModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  color: black;
  padding: 30px;
}
