oazaSrdceWeb / css / seminar.css
seminar.css
Raw
@font-face {
  font-family: "Faculty";
  src: url("font/FacultyGlyphic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.bor {
  border: 2px solid blue;
}
.color {
  max-width: 390px;
}
.spacer {
  height: 100px;
}
.spacer2 {
  height: 70px;
}
.spacer3 {
  height: 5px;
}
.spacer4 {
  height: 20px;
}
.spacer50 {
  height: 50px;
}

.heading2 {
  font-family: "Faculty", sans-serif;
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #0071bc;
}

.heading22 {
  font-family: "Faculty", sans-serif;
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  color: #0071bc;
}

.heading3 {
  font-family: "Faculty", sans-serif;
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.biggerGone {
  display: none;
}
/*
NAVBAR SECTION
*/

nav {
  background: linear-gradient(180deg, #a5d2fc, #ffff, #ffff, #a5d2fc);
}
.navLinks {
  font-weight: 400;
  font-size: 20px;
  font-family: "Faculty", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navLinks .link {
  width: 60px;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
}
.navLinks .link a {
  color: #0071bc;
}
.navLinks .link a:hover {
  color: #0c8ce1;
  text-decoration: none;
}

.navLinks .expandable .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(180deg, #a5d2fc, #ffff, #ffff, #a5d2fc);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.navLinks .expandable:hover .submenu {
  display: block;
}

.submenu a {
  display: block;
  padding: 8px 16px;
  color: black;
}

.submenu a:hover {
  text-decoration: none;
}

/*
NAVBAR SECTION END
-----
*/

/*
FIRST CONTENT SECTION
*/

.firstInfo {
  background: linear-gradient(180deg, #a5d2fc, #d0e7fb, #a5d2fc, #d0e7fb);
}
.leftText {
  border-image: linear-gradient(180deg, #a5d2fc, #a5d2fc, #ffff, #a5d2fc);
  border-width: 4px;
  border-style: solid;
  border-image-slice: 1;
}
.videoPart video {
  width: 100%;
  height: 100%;
  object-fit: fill; /* Přizpůsobí video pro container */
  border-image: linear-gradient(180deg, #a5d2fc, #a5d2fc, #ffff, #a5d2fc);
  border-width: 4px;
  border-style: solid;
  border-image-slice: 1;
  padding: 0;
  margin: 0;
}

.videoPart {
  max-height: 380px;
  margin: 0;
  padding-left: 0px;
}

.leftText h1 {
  font-family: "Faculty", sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin-top: 20px;
  color: #0071bc;
}

.leftText p {
  margin-left: 35px;
  font-weight: 600;
  font-size: 17px;
}
/*
FIRST CONTENT SECTION END
-----
*/

/*
LECTORS SECTION 
*/
#searchLectors {
  margin-bottom: 10px;
}
.lectorsSelect select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Faculty", sans-serif;
  color: #0071bc;
  border: 2px solid #0071bc;
  border-radius: 5px;
  background: white;
}
.lectorCardsWrapper {
  display: flex;
  overflow-x: auto; /* V případě více dat je povolen horizontální scroll */
  scroll-behavior: smooth; /* estetika scrollu */
  width: 100%;
  -ms-overflow-style: none; /* Schová scroll element pro Explorer a Edge */
  scrollbar-width: none; /* Schová scroll element pro Firefox */
}
.lectorCardsWrapper::-webkit-scrollbar {
  display: none; /* Schová scroll element pro Chrome, Safari, a Opera */
}

.lectorCard {
  width: 256px;
  border-image: linear-gradient(
    180deg,
    #a5d2fc,
    #a5d2fc,
    #a5d2fc,
    #fff,
    #fff,
    rgba(0, 113, 188, 0.7),
    rgba(0, 113, 188, 0.7),
    #a5d2fc
  );
  border-style: solid;
  border-width: 4px;
  border-image-slice: 1;
  background: linear-gradient(180deg, #a5d2fc, #d0e7fb, #a5d2fc, #d0e7fb);
}
.lectors {
  background: linear-gradient(180deg, #d0e7fb, #fff, #fff, #a5d2fc);
  position: relative;
}

.lectorCard .lineProfile {
  width: 20%;
  height: auto;
  margin: 0 auto;
}
.lectorCard .imgProfile {
  height: 355px;
  width: 245px;
  border-image: linear-gradient(
    180deg,
    #a5d2fc,
    #a5d2fc,
    #a5d2fc,
    #fff,
    #fff,
    rgba(0, 113, 188, 0.7),
    rgba(0, 113, 188, 0.7),
    #a5d2fc
  );
  border-style: solid;
  border-width: 4px;
  border-image-slice: 1;
}
.lectorCard h1 {
  font-size: 25px;
  font-family: "Faculty", sans-serif;
  color: #0071bc;
  font-weight: 550;
  letter-spacing: 0.5px;
  width: 240px;
}
.lectorCard p {
  font-size: 16px;
  width: 240px;
}

.arrow {
  position: absolute;
  width: 4%;
  height: auto;
  top: 50%; /* Zarovná vertikálně šipky | Důležité*/
  transform: translateY(-50%); /* Zarovná vertikálně šipky | Důležité*/
  font-size: 24px;
  cursor: pointer; /* Kurzor který indikuje možnost akce */
  z-index: 10; /* Zajišťuje, že šipky budou nad ostatním obsahem */
}

.left-arrow {
  left: 10%;
}

.right-arrow {
  right: 10%;
}
/*
LECTORS SECTION END
-----
*/

/*
RENT SECTION 
*/
.rent {
  background: linear-gradient(
    180deg,
    #a5d2fc,
    #fff,
    #fff,
    #fff,
    #fff,
    #fff,
    #a5d2fc,
    #a5d2fc
  );
}

.rentHeading img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}
.rentHall {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  background: linear-gradient(180deg, #a5d2fc, #d0e7fb, #a5d2fc, #d0e7fb);
  border-radius: 10px;
}
.rentHall2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 408px;
  height: 510px;
  transform: translate(-50%, -50%); /* Center the element */
  background: linear-gradient(180deg, #d0e7fb, #d0e7fb, #d0e7fb, #a5d2fc);
  border-radius: 10px;
}

.topRentPhoto {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.topRentPhoto img {
  width: 390px;
  max-height: 260px;
  height: auto;
  border-radius: 5px;
}

.botRentPhoto {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-height: 82px;
}

.botRentPhoto img {
  width: calc(
    33.33% - 10px
  ); /* Upraví šířku pro tři obrázky v řadě s mezerou mezi nimi */
  height: auto;
  margin: 0 5px;
  border-radius: 5px;
}

.rentInfo {
  position: relative;
  width: 400px;
  z-index: 1;
}
.rentInfo h1 {
  font-size: 36px;
  font-family: "Faculty", sans-serif;
  margin-top: 5px;
}

.rentInfo p {
  font-size: 19px;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.rentInfo img {
  position: absolute;
  top: 18%;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
}

.rentSchooling {
  background: linear-gradient(
    180deg,
    #a5d2fc,
    #d0e7fb,
    #a5d2fc,
    #d0e7fb,
    rgba(0, 113, 188, 0.7)
  );
  width: 270px;
  height: 322px;
  border-radius: 10px;
}

.rentSchooling img {
  width: 270px;
  height: auto;
  border-radius: 10px;
}

.schoolingInfo {
  position: relative;
  height: 123px;
  z-index: 1;
  margin-bottom: 10px;
}

.rentSchooling h1 {
  font-size: 26px;
  font-family: "Faculty", sans-serif;
  margin-top: 7px;
}

.rentSchooling p {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.3px;
}

.schoolingInfo img {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
}
/*
RENT SECTION END
-----
*/

/*
UPCOMING/CONTACT SECTION

*/

.eventsContact h3 {
  font-family: "Faculty", sans-serif;
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  color: #0071bc;
}

.eventTime {
  margin-right: 15px;
}
.event-card {
  z-index: 2;
  cursor: pointer;
  background: linear-gradient(180deg, #a5d2fc, #d0e7fb, #a5d2fc, #d0e7fb);
  min-width: 380px;
  max-width: 420px;
  border-radius: 20px;
  margin: 5px auto;
}
.event-card:hover {
  transform: scale(1.02);
}
.event-card .date-time {
  font-weight: 500;
  font-size: 19px;
}

.event-title {
  font-weight: 500;
  font-size: 20px;
  color: #0071bc;
  text-align: start;
}
.event-details {
  text-align: start;
}
.organizer {
  font-weight: 500;
  font-size: 17px;
  color: #0071bc;
}
.rightContact img {
  position: relative;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  z-index: 2;
}
.rightContact h4 {
  font-size: 30px;
  color: #0071bc;
}
.rightContact h5 {
  font-size: 24px;
}

.rightContact p {
  font-size: 18px;
}
.imgContact {
  position: relative;
}
.borderImgContact {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the border image */
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    #a5d2fc,
    #d0e7fb,
    #a5d2fc,
    #d0e7fb,
    #a5d2fc
  );
  z-index: 1;
}
#modalEvent:hover {
  transform: none;
}

/*
UPCOMING/CONTACT SECTION END
-----
*/

/*
MEDAILONEK SECTION
*/

.medailonek {
  cursor: pointer;
}
.modal h2 {
  font-family: "Faculty", sans-serif;
  color: #0071bc;
  font-size: 35px;
}
.modal-header {
  background-color: #d0e7fb;
}
.modal-body {
  background: linear-gradient(180deg, #a5d2fc, #d0e7fb, #a5d2fc, #d0e7fb);
  padding: 20px;
  border-bottom-right-radius: 15px;
}
.modal-body h4 {
  font-family: "Faculty", sans-serif;
}
.modal-body p {
  font-weight: 500;
}
.modal-body h2,
.modal-body h4,
.modal-body p {
  margin-bottom: 15px;
}

.modal-body video {
  width: 100%;
  height: auto;
  border: 4px white solid;
  margin-bottom: 15px;
}

.lectorPhoto {
  width: 80%;
  height: auto;
  border-radius: 5px;
}
.modalEnd h6 {
  font-family: "Faculty", sans-serif;
  font-size: 30px;
  color: #0071bc;
  text-align: start;
  margin-bottom: 15px;
}
.contactModal img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.contactLine {
  display: flex;
  align-items: space-between;
}
.webLines {
  text-align: start;
}
/*Medailonek 2*/
#lectorModal2 h4 {
  margin-bottom: 0;
}
#lectorModal2 h5 {
  margin-left: 5px;
}
#lectorModal2 p {
  margin-left: 5px;
}
#lectorModal2 .noVideo img {
  border: 4px white solid;
  width: 60%;
  height: auto;
}
.noVideo {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
#lectorModal2 .lectorPhoto {
  width: 100%;
  min-width: 160px;
  min-height: 110px;
  max-width: 170px;
  max-height: 110px;
  margin-top: 20px;
}
/*
MEDAILONEK SECTION END
-----
*/

footer {
  background: linear-gradient(180deg, #a5d2fc, #d0e7fb, #a5d2fc);
}
footer a:hover {
  text-decoration: none;
  color: black;
}

footer a {
  text-decoration: none;
  color: black;
}

/* Větší tablet & menší notebook */
@media (min-width: 992px) and (max-width: 1200px) {
  .hideMedium {
    display: none;
  }
  .leftText h1 {
    font-size: 30px;
  }
  .leftText p {
    font-size: 15px;
  }
  .lectorCard {
    max-width: 80%;
    height: auto;
  }
  .lectorCard img {
    max-width: 100%;
    height: auto;
  }
  .lectorCard img {
    max-width: 100%;
    height: auto;
  }
  .lectorCard h1 {
    max-width: 100%;
  }
  .lectorCard p {
    max-width: 100%;
  }
  .lectorCard a {
    font-size: 18px;
  }
}

/* Větší tablet & menší tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .hideTablet {
    display: none;
  }
  .rentHall {
    max-width: 320px;
  }
  .rentHall2 {
    width: 328px;
    height: 450px;
  }

  .topRentPhoto img {
    width: 310px;
  }

  .rentSchooling {
    width: 220px;
    height: 302px;
  }

  .rentSchooling img {
    width: 220px;
  }

  .leftText h1 {
    font-size: 25px;
  }
  .leftText p {
    font-size: 12px;
  }
  .lectorCard {
    max-width: 80%;
    height: auto;
  }
  .lectorCard img {
    max-width: 100%;
    height: auto;
  }
  .lectorCard h1 {
    max-width: 100%;
  }
  .lectorCard p {
    max-width: 100%;
  }
  .lectorCard a {
    font-size: 18px;
  }
}
/* Tablet & mobil */
@media (min-width: 576px) and (max-width: 768px) {
  .hideSmTablet {
    display: none;
  }
  .rentSchooling {
    margin: 0 auto;
  }
  .hideSmTablet {
    display: none;
  }
}
/* Mobilní styl */
@media (max-width: 576px) {
  .smallGone {
    display: none;
  }
  .smallShow {
    display: block;
  }
  .arrow {
    display: none;
  }
  .rentSmaller p {
    font-size: 16px;
    color: white;
  }
  .rentHeading img {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
  }
  .rentHall12 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    background-color: #a5d2fc;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .rentHall22 {
    position: absolute;
    width: 100%; /* Vyplní prostor nadžazeného divu .rentHall */
    height: 100%; /* Vyplní prostor nadžazeného divu .rentHall */
  }

  .topRentPhoto img {
    width: 100%;
    max-height: 200px;
    height: auto;
    border-radius: 5px;
  }
  .botRentPhoto img {
    width: calc(33.33% - 5px);
    height: auto;
    margin: 0 2.5px;
    border-radius: 5px;
  }
  .rentInfo {
    position: relative;
    width: 300px;
    z-index: 1;
  }
  .rentInfo h1 {
    font-size: 28px;
    font-family: "Faculty", sans-serif;
    margin-top: 5px;
  }
  .rentInfo p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
  }
  .rentSchooling {
    background-color: transparent;
    width: 200px;
    height: 250px;
    border-radius: 10px;
    border: 4px solid white;
    margin: 0 auto;
  }
  .rentSchooling img {
    width: 190px;
    height: auto;
    border-radius: 10px;
  }
  .schoolingInfo {
    position: relative;
    height: 100px;
    z-index: 1;
    margin-bottom: 10px;
  }
  .rentSchooling h1 {
    font-size: 22px;
    font-family: "Faculty", sans-serif;
    margin-top: 7px;
  }
  .rentSchooling p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
  }
  .schoolingInfo img {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
  }
  .rentHall22,
  .rentSchooling {
    margin-bottom: 20px;
  }
  .rentHall22,
  .schoolingInfo img {
    border-radius: 10px;
  }
  .topRentPhoto {
    width: 100%;
    margin-top: 0;
    margin-bottom: 4px;
    padding: 0;
  }

  .topRentPhoto img {
    width: 100%;
    max-height: 200px;
    height: auto;
    border-radius: 5px;
    display: block;
    margin: 0;
    padding: 0;
  }
  .event-card {
    min-width: 300px;
    padding: 10px;
    font-size: 14px;
  }

  .event-card .eventTime {
    font-size: 12px;
  }

  .event-card .date-time {
    font-size: 16px;
  }

  .event-card .event-title {
    font-size: 16px;
  }

  .event-card .event-details {
    font-size: 14px;
  }

  .event-card .organizer {
    font-size: 16px;
  }
}