@font-face {
  font-family: "Roboto";
  font-weight: normal;
  src: url(../font/RobotoR.ttf) format("ttf");
}

@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url(../font/RobotoB.ttf) format("ttf");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  src: url(../font/RobotoI.ttf) format("ttf");
}

@font-face {
  font-display: block;
  font-family: bootstrap-icons;
  src: url("../font/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2")
}

* {
  font-family: Roboto, sans-serif;
}

.index, .navigace, .page01, .page02, .page03, .page04, .page05, .page06, .page07, .page08 {
  background-repeat: no-repeat;
  background-size: cover;
}

.index {
  background-image: url(../img/index.png);
}

.navigace {
  background-image: url(../img/menu.png);
}

.page01 {
  background-image: url(../img/page01.png);
}

.page02 {
  background-image: url(../img/page02.png);
}

.page03 {
  background-image: url(../img/page03.png);
}

.page04 {
  background-image: url(../img/page04.png);
}

.page05 {
  background-image: url(../img/page05.png);
}

.page06 {
  background-image: url(../img/page06.png);
}

.page07 {
  background-image: url(../img/page07.png);
}

.page08 {
  background-image: url(../img/page08.png);
}

.menu-items-box {
  top: 54%;
  height: 20rem;
}

.menu-items-box1 {
  top: 58%;
  left: 10%;
  height: 24rem;
  width: 47%;
}

.menu-items-box2 {
  top: 73%;
  left: 39%;
  height: 6rem;
  width: 20%;
}

.menu-items-box3 {
  top: 13%;
  left: 41%;
  height: 6rem;
  width: 20%;
}

.menu-items-box4 {
  top: 7%;
  left: 70%;
  height: 5rem;
  width: 18%;
}

.iframe-flyer {
  border: none;
  left: 0;
  top: 0;
  z-index: 999;
}

.video {
  top: 14%;
  left: 3%;
  width: 62%;
}

.back {
  top: 2rem;
  right: 2rem;
  z-index: 1000;
}

.back img {
  width: 10rem;
}

.flex-1 {
  flex: 1;
  min-width: 0;
  min-height: 0;
}

.flex-2 {
  flex: 2;
  min-width: 0;
  min-height: 0;
}

.flex-fill {
  min-height: 0;
  min-width: 0;
}

.big-font {
  font-size: 5rem;
}

.grid-box {
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  grid-gap: .8rem;
}

.grid-box-lg {
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-gap: .8rem;
}

.logo-box {
  width: 2.9rem;
  height: 2.9rem;
}

.logo-box1 {
  width: 3.6rem;
  height: 5.5rem;
}

.logo-box-lg {
  width: 4rem;
  height: 4rem;
}

.smaller-font {
  font-size: .93rem;
}

a {
  text-decoration: none;
  color: inherit;
}

.main-box {
  display: flex;
  height: 100dvh;
}

.overflow-xy {
  overflow-x: hidden;
  overflow-y: auto;
}

.opacity-disabled {
  opacity: .2;
  filter: grayscale(100);
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.w-1-rem {
  width: 1rem;
}

.w-2-rem {
  width: 2rem;
}

.w-3-rem {
  width: 3rem;
}

.w-4-rem {
  width: 4rem;
}

.w-5-rem {
  width: 5rem;
}

.w-6-rem {
  width: 6rem;
}

.w-7-rem {
  width: 7rem;
}

.w-8-rem {
  width: 8rem;
}

.w-9-rem {
  width: 9rem;
}

.w-10-rem {
  width: 10rem;
}

.w-11-rem {
  width: 11rem;
}

.w-12-rem {
  width: 12rem;
}

.w-13-rem {
  width: 13rem;
}

.w-14-rem {
  width: 14rem;
}

.w-15-rem {
  width: 15rem;
}

.h-1-rem {
  height: 1rem;
}

.h-2-rem {
  height: 2rem;
}

.h-3-rem {
  height: 3rem;
}

.h-4-rem {
  height: 4rem;
}

.h-5-rem {
  height: 5rem;
}

.h-6-rem {
  height: 6rem;
}

.h-7-rem {
  height: 7rem;
}

.h-8-rem {
  height: 8rem;
}

.h-9-rem {
  height: 9rem;
}

.h-10-rem {
  height: 10rem;
}

.h-11-rem {
  height: 11rem;
}

.h-12-rem {
  height: 12rem;
}

.h-13-rem {
  height: 13rem;
}

.h-14-rem {
  height: 14rem;
}

.h-15-rem {
  height: 15rem;
}

/*bootstrap tune*/

.a-inherit {
  color: inherit;
}

.a-inherit:hover {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}

.form-control:focus {
  border-color: var(--bs-indigo);
  box-shadow: 0 0 0.6rem 0.2rem rgba(102, 16, 242, 0.8);
}

html:not([data-bs-theme="dark"]) .form-control:focus {
  border-color: #9fcef1;
  box-shadow: 0 0 0.6rem 0.2rem rgba(159, 206, 241, 0.8);
}

.login-input:focus {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: #fff;
  box-shadow: 0 0 0.6rem 0.2rem rgb(255 255 255 / 80%);
}

.modal-open .modal {
  overflow-y: hidden !important;
}

.modal-content {
  box-shadow: 0 0 8rem 2rem rgba(0, 0, 0, 0.3);
  border-radius: .6rem !important;
}

.modal-header {
  background-color: var(--bs-indigo);
  color: #fff;
  padding: .6rem 1rem !important;
  border-bottom: 3px solid rgba(255, 255, 255, 0.4) !important;
  border-top-left-radius: .5rem !important;
  border-top-right-radius: .5rem !important;
}

html:not([data-bs-theme="dark"]) .modal-header {
  background-color: #548dd4;
}

.btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}

.modal-body {
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-back {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/iconBack.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

label,
.form-check {
  margin-bottom: 0;
}

.btn {
  font-weight: bold;
}

.btn:focus,
.btn:hover,
.btn:active {
  color: #fff;
}

.btn-xs {
  padding: 0.1rem 0.3rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: .25rem;
}

.btn-warning {
  color: #fff;
  background-color: #ffa500;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-purple,
.badge-purple {
  color: #fff;
  background-color: #7030a0;
}

.btn-purple:hover {
  background-color: #5f2889;
}

.btn-outline-purple {
  color: #7030a0;
  border-color: #7030a0;
}

.btn-orange,
.badge-orange {
  color: #fff;
  background-color: #ed6b47;
}

.text-orange {
  color: #ed6b47;
}

.btn-orange:hover {
  background-color: #e84516;
}

.btn:disabled {
  background-color: #999;
  color: #fff;
  border: 1px solid #999;
  cursor: not-allowed;
}

a.btn.disabled,
span.btn.disabled {
  background-color: #999;
  color: #fff;
  border: 1px solid #999;
  cursor: not-allowed;
}