body, html {
  height: 100%;
}

body {
  margin: 0;
  line-height: inherit;
}

svg:not(:root) {
  overflow: hidden;
}

header {
  top: 0;
  width: 100%;
  background-color: rgb(189, 35, 77);
  padding-left: .75rem;
  padding-right: .75rem;
  z-index: 999;
  position: fixed;
}

header .wrapper {
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

header .wrapper .wrapper-child {
  padding-bottom: .5rem;
  padding-top: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

header .wrapper .wrapper-child span {
  object-fit: contain;
  width: 100%;
  height: auto;
  text-align: center;
}

header .wrapper .wrapper-child span a {
  color: inherit;
  text-decoration: none;
}

header .wrapper .wrapper-child span a .normal-icon {
  text-align: center;
  width: 100%;
  height: auto;
  display: none;
}

header .wrapper .wrapper-child span a .small-icon {
  text-align: center;
  max-width: 130px;
  height: auto;
  display: inline-block;
}

@media (min-width: 1024px) {
  header {
    z-index: 30;
    position: absolute;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

@media (min-width: 1024px) {
  header .wrapper {
    padding-bottom: 1rem;
    padding-top: 1rem;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  header .wrapper .wrapper-child {
    padding-bottom: 1rem;
    padding-top: 1rem;
    min-width: 175px;
    width: fit-content;
  }
}

@media (min-width: 1024px) {
  header .wrapper .wrapper-child span {
    max-width: 186px;
  }
}

@media (min-width: 1024px) {
  header .wrapper .wrapper-child span a .normal-icon {
    display: block;
  }
  header .wrapper .wrapper-child span a .small-icon {
    display: none;
  }
}

.main {
  width: 100%;
  height: fit-content;
  position: relative;
}

.slider {
  width: 100%;
  background-color: #fff;
}

#main-slider .item {
  height: 750px;
  position: relative;
  background: url('../images/slider.jpeg') center/cover no-repeat;
}

.header-gradient {
  width: 100%;
  height: 300px;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0), rgba(0, 0, 0, 0.3) 100%);
}

.arc-divider {
  width: 100%;
  position: relative;
  height: 70px;
  margin-top: -70px;
  z-index: 1;
}

@media (max-width: 800px) {
  .arc-divider {
    height: 40px;
    margin-top: -40px;
  }
}

@media (max-width: 400px) {
  .arc-divider {
    height: 25px;
    margin-top: -25px;
  }
}

.arc-svg {
  bottom: -1px;
  left: 0;
  position: absolute;
  z-index: 1;
}

#main-slider .owl-nav {
  position: absolute;
  top: 350px;
  color: #FFF;
  width: 100%;
}

#main-slider .owl-prev:hover, #main-slider .owl-next:hover {
  background: linear-gradient(180deg, #f5981f 0%, #f5821f 60%, #f5821f);
  box-shadow: 0 8px 15px rgba(164, 76, 0, 0.3), 0 20px 35px rgba(245, 130, 31, 0.35);
}

#main-slider .owl-prev {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  float: left;
}

#main-slider .owl-next {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  float: right;
}

#main-slider .owl-prev, #main-slider .owl-next {
  width: 60px;
  height: 90px;
  background: rgba(0, 0, 0, 0.3);
  padding: 32px 15px;
  font-size: 24px;
  display: inline-block;
  transition: all .4s;
}

#main-slider .owl-prev .icon-prev, #main-slider .owl-next .icon-next {
  width: 1rem;
  fill: #fff;
}

.choose-your-kidzania-container {
  display: flex;
  justify-content: center;
  z-index: 30;
}

@media (min-width: 1280px) {
  .choose-your-kidzania-container {
    transform: none !important;
  }
}

@media (min-width: 640px) {
  .choose-your-kidzania-container {
    transform: matrix(1, 0, 0, 1, 125, 0);
  }
}

@media (min-width: 1280px) {
  .choose-your-kidzania-container {
    right: 10% !important;
  }
}

@media (min-width: 640px) {
  .choose-your-kidzania-container {
    right: 50%;
  }
}

@media (min-width: 1280px) {
  .choose-your-kidzania-container {
    top: 40% !important;
  }
}

@media (min-width: 640px) {
  .choose-your-kidzania-container {
    top: 90%;
  }
}

@media (min-width: 640px) {
  .choose-your-kidzania-container {
    position: absolute;
  }
}

.choose-your-kidzania-widget {
  width: 250px;
  display: inline-block;
  box-sizing: border-box;
  z-index: 25;
  border-radius: 1rem;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(189, 35, 77);
  padding: .25rem;
  background-image: linear-gradient(rgb(231, 37, 90), rgb(202, 31, 75));
  font-family: Ubuntu, ui-sans-serif;
  line-height: 24px;
}

.choose-your-kidzania-widget label {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.choose-your-kidzania-widget label svg {
  width: 30px;
  margin-right: 7px;
}

.choose-your-kidzania-widget label span {
  color: rgb(255, 255, 255);
  font-weight: 300;
}

.choose-your-kidzania-widget .select-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.choose-your-kidzania-widget .select-container select {
  margin: 5px;
  margin-right: -.125rem;
  height: 38px;
  width: 80%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-width: 1px;
  border-style: solid;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-bottom: 6px;
  padding-top: 6px;
  font-size: .875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  color: rgb(85, 85, 85);
  background-color: rgb(255, 255, 255);
  border-color: rgb(204, 204, 204);
}

.choose-your-kidzania-widget .select-container a {
  width: auto;
  height: auto;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background-image: linear-gradient(rgb(255, 179, 31), rgb(255, 150, 0), rgb(225, 127, 11));
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 9px;
  padding-left: .375rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.choose-your-kidzania-widget .select-container a:hover {
  opacity: .5;
}

.choose-your-kidzania-widget .select-container a svg {
  fill: #fff;
  width: 20px;
  height: 1.75rem;
}

.text-module {
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 0 auto 0;
  padding-top: 50px;
  float: none;
}

.section-title {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

.img-icon {
  max-width: 70px;
  margin-right: 10px;
  max-height: 70px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 600px) {
  .img-icon {
    margin: 0 auto;
    display: block;
  }
}

.title {
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: #25292c;
  padding: 0 20px;
  font-family: "Open Sans", sans-serif;
  overflow-wrap: break-word;
}

.title span {
  color: #bd234d;
  background: transparent;
  min-height: 48px;
  min-width: 48px;
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 768px) {
  .title {
    line-height: 36px;
  }
  .title span {
    display: block;
    text-align: center;
    font-size: 35px;
  }
}

@media (max-width: 500px) {
  .section-title .title {
    font-size: 30px !important;
  }
}

@media (max-width: 500px) {
  .section-title .title {
    padding: 15px;
    /* font-size: 35px; */
    line-height: 1;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .section-title .title {
      font-size: 36px;
  }
}

.text-module p {
  /* max-width: 1200px;
  margin: 12px auto;
  text-align: center; */
  font-family: "Ubuntu", Ubuntu;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 30px;
}

@media (max-width: 800px) {
  .text-module p {
    font-size: 16px;
    line-height: 24px;
    /* padding: 0px 30px 0px 30px; */
  }
}

.empty-block {
  height: 100px;
}

footer {
  z-index: 999;
  position: relative;
  background-color: #fff;
}

footer .content-info {
  padding-bottom: 3rem;
  padding-top: 3rem;
  padding-left: 15%;
  padding-right: 15%;
}

footer .content-info p {
  text-align: center;
  font-size: .75rem;
  line-height: 1rem;
  margin: 0;
}

footer .content-info p a {
  text-decoration-color: rgb(189, 35, 77);
  text-decoration-line: none;
  color: rgb(189, 35, 77);
  font-family: Ubuntu, ui-sans-serif;
  font-size: 12px;
  line-height: 16px;
}
