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

.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
-----
*/

/*
  OVERALL SECTION 
*/

.overall {
  background: linear-gradient(
    180deg,
    #a5d2fc,
    #d0e7fb,
    #a5d2fc,
    #d0e7fb,
    #a5d2fc
  );
}
.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; /* Vyplní 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;
}
/*
  OVERALL SECTION END
  -----
  */

/*
ROOMS SECTION
*/
.rooms {
  background: linear-gradient(
    180deg,
    #a5d2fc,
    #a5d2fc,
    #ffff,
    #a5d2fc,
    #a5d2fc
  );
}
.rooms .container {
  padding: 0;
}

.rooms .row {
  margin: 0;
}

.rooms .col-4 {
  padding: 0;
  position: relative;
}
.rooms img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}
.rooms .row {
  width: 91%;
  height: auto;
  margin: 0 auto;
  border-image: var(--gradient-border) 1;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.leftRoom {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: 4px solid #fff;
}

.centerRoom {
  border-left: 2.3px solid #fff;
  border-right: 2.3px solid #fff;
}
.rightRoom {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 4px solid #fff;
}

.smallWave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-bottom-left-radius: 20px;
  border-right: transparent 3px solid;
}
.smallWave2 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
  border-right: transparent 2px solid;
  border-left: transparent 1px solid;
}
.smallWave3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-bottom-right-radius: 20px;
  border-left: transparent 3.5px solid;
}
.smallName {
  font-family: "Faculty", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 2;
}

.hoverText1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-right: 4px solid #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  font-size: 17px;
  font-family: "Faculty", sans-serif;
  line-height: 26px;
  font-style: italic;
}
.hoverText2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-left: 2.3px solid #fff;
  border-right: 2.3px solid #fff;
  font-size: 17px;
  font-family: "Faculty", sans-serif;
  line-height: 26px;
  font-style: italic;
}
.hoverText3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-left: 4px solid #fff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  font-size: 17px;
  font-family: "Faculty", sans-serif;
  line-height: 26px;
  font-style: italic;
}

.col-4:hover .hoverText1 {
  opacity: 1;
}
.col-4:hover .hoverText2 {
  opacity: 1;
}
.col-4:hover .hoverText3 {
  opacity: 1;
}

/*
    ROOMS SECTION END
    -----
    */

/*
FOOD SECTION 

*/

.food {
  background: linear-gradient(180deg, #a5d2fc, #ffff, #a5d2fc, #d0e7fb);
}

.foodBar .foodBtn {
  background: linear-gradient(180deg, #a5d2fc, #d0e7fb, #a5d2fc, #d0e7fb);
  text-align: center;
  padding-top: 8px;
}
.foodBar .left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(180deg, #a5d2fc, #fff, #fff, #a5d2fc);
  border-right: none;
  border-left: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.foodBar .right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(180deg, #a5d2fc, #fff, #fff, #a5d2fc);
  border-right: none;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.foodBar .side,
.center {
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(180deg, #a5d2fc, #fff, #fff, #a5d2fc);
  border-right: none;
  border-left: none;
}

.foodBar h4 {
  font-size: 18px;
  font-family: "Faculty", sans-serif;
}

.foodBoxes h3 {
  text-align: center;
  font-weight: 700;
  color: #0071bc;
}

.diningImg img {
  width: 220px;
  height: 195px;
  margin: 10px;
  display: flex;
  flex-direction: column; /* Nastaví potomky do sloupce */
  justify-content: center; /* Vertikálně vystředí obsah */
  align-items: center; /* Horizontálně vystředí obsah */
  background: linear-gradient(white, white) padding-box,
    linear-gradient(180deg, #a5d2fc, #d0e7fb, #a5d2fc, #d0e7fb) border-box;
  border-radius: 10px;
  border: 3px solid transparent;
  box-sizing: border-box;
}
.diningImg {
  display: flex;
  justify-content: center;
}

.foodPlace {
  margin-right: 1px;
  margin-left: 1px;
}

/*
  FOOD SECTION END
  -----
  */

/*
RENT SECTION 
*/
.rent {
  background: linear-gradient(
    180deg,
    #d0e7fb,
    #a5d2fc,
    #d0e7fb,
    #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%); /* Zarovná na střed */
  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
  -----
  */

/*
WELLNESS SECTION

*/

.wellness {
  background: linear-gradient(
    180deg,
    #a5d2fc,
    rgba(0, 113, 188, 0.8),
    rgba(0, 113, 188, 0.9),
    #0071bc,
    #0071bc,
    rgba(0, 113, 188, 0.9),
    rgba(0, 113, 188, 0.8),
    #a5d2fc
  );
}

.wellness img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.wellnessIcons h2 {
  margin-top: 5px;
  font-family: "Faculty", sans-serif;
  color: #fff;
}
.wellnessIcons img {
  width: 30%;
  height: auto;
  margin: 0 auto;
}

/*
  WELLNESS SECTION END
  -----
  */

/*
Contact part 
*/
.contact {
  background: linear-gradient(180deg, #a5d2fc, #a5d2fc);
}

.contactTop img {
  width: 70%;
  height: auto;
}
#otherContact .contactBox {
  margin: 0 auto;
}

.contactBott .col-4,
.contactBott .col-6 {
  display: flex;
  justify-content: center; /* Horizontálně vystředí obsah */
  align-items: center; /* Vertikálně vystředí obsah */
}

.contactBott .contactBox {
  display: flex;
  flex-direction: column; /* Nastaví potomky do sloupce */
  justify-content: center; /* Vertikálně vystředí obsah */
  align-items: center; /* Horizontálně vystředí obsah */
  width: 100%;
  height: 220px;
  max-width: 220px;
  padding: 15px;
  margin: 20px;
  background: linear-gradient(#a5d2fc, #a5d2fc) padding-box,
    linear-gradient(
        180deg,
        rgba(0, 113, 188, 0.4),
        #fff,
        #fff,
        #fff,
        rgba(0, 113, 188, 0.4)
      )
      border-box;
  border-radius: 30px;
  border: 3px solid transparent;
  box-sizing: border-box;
}
.contactBox h4 {
  font-family: "Faculty", sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding: 5px;
}

.contactBox p {
  padding: 10px;
}

/*
  Contact part 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;
  }
  .diningImg img {
    width: 185px;
    height: 160px;
  }
}
/* Větší tablet & menší tablet */
@media (min-width: 768px) and (max-width: 992px) {
  .hideTablet {
    display: none;
  }
  .smallName {
    font-size: 18px;
    bottom: -12px;
  }
  .hoverText1,
  .hoverText2,
  .hoverText3 {
    font-size: 11px;
  }
  .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;
  }
  .contactBox {
    min-width: 210px;
  }
  .contactBox p {
    font-size: 15px;
  }
}
/* Tablet & mobil */
@media (min-width: 576px) and (max-width: 768px) {
  .hideSmTablet {
    display: none;
  }
  .smallName {
    font-size: 12px;
    bottom: -12px;
  }
  .hoverText1,
  .hoverText2,
  .hoverText3 {
    font-size: 11px;
    line-height: 14px;
  }
  .foodBtn {
    margin: 0 auto;
    min-width: 280px;
  }
  .foodBtn h4 {
    font-size: 17px;
  }
  .wellnessIcons img {
    width: 20%;
  }

  .rentSchooling {
    margin: 0 auto;
  }
  .smallGone .contactBox {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
/* Mobilní styl */
@media (max-width: 576px) {
  .smallGone {
    display: none;
  }
  .smallShow {
    display: block;
  }
  .rooms .col-4 {
    flex: 0 0 100%;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .rooms img {
    border-radius: 20px;
  }
  .smallName {
    font-size: 20px;
    bottom: -12px;
  }
  .leftRoom,
  .centerRoom,
  .rightRoom {
    max-width: 99%;
    padding-left: 2px;
  }
  .leftRoom {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: none;
  }

  .centerRoom {
    border-left: 2.3px solid #fff;
    border-right: 2.3px solid #fff;
  }
  .rightRoom {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: none;
  }
  .rooms .row {
    border: none;
    border-radius: 0;
  }
  .hoverText1,
  .hoverText2,
  .hoverText3 {
    border-radius: 20px;
    border: none;
    font-size: 14px;
  }
  .rent {
    background-color: transparent;
  }

  .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: transparent;
    border: 3px solid white;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .rentHall22 {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .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;
  }
  .phone {
    margin: 0 auto;
  }
}