/*base*/
@font-face {
  font-family: Brockmann-Regular;
  src: url("../../fonts/brockmann-medium-webfont.woff");
}
button:after {
  color: #1F2951;
}

body {
  font-family: Brockmann-Regular, serif !important;
  background-color: #F1F1F1;
}

a {
  color: inherit;
}

.title {
  position: relative;
  line-height: 1.2;
}

button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}

.only-mobile {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .only-mobile {
    display: block !important;
  }
}
.not-on-mobile {
  display: none !important;
}

@media only screen and (min-width: 769px) {
  .not-on-mobile {
    display: block !important;
  }
}
.on-lg-max {
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .on-lg-max {
    display: block !important;
  }
}
.on-lg-min {
  display: none !important;
}

@media only screen and (min-width: 993px) {
  .on-lg-min {
    display: block !important;
  }
}
.on-1200-min {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  .on-1200-min {
    display: block !important;
  }
}
.on-1200-max {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  .on-1200-max {
    display: block !important;
  }
}
.hidden {
  display: none !important;
}

.primary-btn {
  height: 50px;
  border-radius: 15px;
  border: 0;
  background-color: #00C0FF;
  color: white;
  padding-inline: 10%;
  font-size: 14px;
  z-index: 4;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .primary-btn {
    height: 40px;
    width: 100%;
  }
}
.l-blue {
  color: #00C0FF;
}

.l-blue-bg {
  background-color: #00C0FF !important;
}

.white {
  color: white;
}

main#main {
  margin-top: 0;
  min-height: 0;
}

.rotate180 {
  transform: rotate(180deg);
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(241, 241, 241, 0.3137254902);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #7cbcd0;
}

::-webkit-scrollbar-thumb:hover {
  background: #717dad;
}

.deactivate, .deactivate:focus {
  opacity: 0.3 !important;
  filter: grayscale(1) !important;
  cursor: not-allowed !important;
  outline: none !important;
}

/*header*/
header {
  display: flex;
  flex-direction: column;
  gap: 4%;
  height: 767px;
  min-height: 767px;
}

.dark-bg {
  background-color: #1F2951;
}

/*opening-section*/
.heading[id=landing-heading] {
  background-image: url("../../img/background-landing-rebrand-gradient.jpg");
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 0;
  padding-top: 100px;
  height: 767px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.heading[id=landing-heading] .heading-content {
  /* Search bar style */
}
@media (max-width: 768px) {
  .heading[id=landing-heading] .heading-content {
    padding-inline: 35px;
  }
}
.heading[id=landing-heading] .heading-content .subtitle {
  font-size: 14px;
  text-transform: uppercase;
}
.heading[id=landing-heading] .heading-content .big-text {
  font-size: 68px;
  text-align: start;
  color: white;
  font-weight: bold;
  z-index: 1;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .heading[id=landing-heading] .heading-content .big-text {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .heading[id=landing-heading] .heading-content .big-text {
    font-size: 36px;
    padding-bottom: 50px;
  }
}
.heading[id=landing-heading] .heading-content .row {
  margin: auto;
}
.heading[id=landing-heading] .heading-content #search-courses {
  z-index: 1;
  border-radius: 20px;
  background-color: white;
  font-size: 16px;
  width: 30vw;
  max-width: 500px;
}
@media (max-width: 1200px) {
  .heading[id=landing-heading] .heading-content #search-courses {
    width: 40vw;
  }
}
@media (max-width: 768px) {
  .heading[id=landing-heading] .heading-content #search-courses {
    width: 100%;
    max-width: 100%;
  }
}
.heading[id=landing-heading] .heading-content input::-webkit-input-placeholder {
  opacity: 35%;
}
.heading[id=landing-heading] .heading-content .heading-searchbar {
  border: white 4px;
  border-radius: 20px;
  background-color: white;
  display: flex;
  padding: 0;
}
@media (max-width: 768px) {
  .heading[id=landing-heading] .heading-content div[class*=IndicatorsContainer] {
    width: 44px;
    height: 44px;
  }
}
.heading[id=landing-heading] .heading-content .heading-searchbar input[class*="form-control border-0"] {
  border-color: #CCC;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*kategorie-kart*/
.category-container {
  text-align: start;
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 24px;
}
.category-container .title {
  margin-bottom: 20px;
}
.category-container .cards .card-title {
  line-height: 1.4;
}
.category-container .cards .card-title :hover {
  background-color: transparent;
}
.category-container .cards a[class*=card] {
  color: #1F2951;
  text-align: center;
  border-radius: 20px;
  border-width: 3px;
  height: 106px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.category-container .cards img {
  height: 30%;
  margin-top: 8px;
}
.category-container .cards #calendar-icon {
  height: 60%;
  margin-top: 0;
}
.category-container .cards div {
  padding: 6px;
}
@media (max-width: 995px) {
  .category-container .cards a[class*=card] {
    font-size: 12px;
    height: 78px;
    border-width: 2px;
  }
  .category-container .cards div {
    padding: 4px;
  }
}

/*About us*/
.information {
  position: relative;
  overflow: hidden;
  background-color: #ECECEC;
  padding-bottom: 0;
  /* TOP SELLER SECTION */
}
.information #information-about-us {
  padding-top: 80px;
  margin-bottom: 50px;
}
.information #information-about-us .title {
  font-size: 43px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .information #information-about-us .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .information #information-about-us .title {
    font-size: 24px;
  }
}
.information #information-about-us img {
  object-fit: scale-down;
  width: 100%;
}
@media only screen and (min-width: 1366px) {
  .information #information-about-us img {
    position: relative;
    top: -40px;
  }
}
.information .top-seller {
  padding-bottom: 8rem;
}
.information .top-seller .title {
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 20px;
}
.information .top-seller .carousel__top-seller {
  overflow: hidden;
  height: 544px;
  position: relative;
}
.information .top-seller .carousel__top-seller .carousel-item__top-seller {
  transition: transform 450ms ease-in-out;
  position: relative;
  height: auto;
  max-width: 1500px;
  padding: 10px 0 0 0;
  list-style: none;
}
.information .top-seller .carousel__top-seller .carousel-item__top-seller .card.carousel-slide__top-seller {
  color: #1F2951;
  border-radius: 30px;
  display: flex;
  justify-content: start;
  height: auto;
  width: 100%;
  align-items: center;
  position: absolute;
}
.information .top-seller .carousel__top-seller .carousel-item__top-seller .card.carousel-slide__top-seller .card-img-top {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.information .top-seller .carousel__top-seller .carousel-left-btn__top-seller {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.information .top-seller .carousel__top-seller .carousel-right-btn__top-seller {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: right 0.2s ease-in-out;
}
.information .top-seller .carousel__top-seller .carousel-left-btn__top-seller:hover {
  left: 10px;
  transition: left 0.2s ease-in-out;
}
.information .top-seller .carousel__top-seller .carousel-right-btn__top-seller:hover {
  right: 10px;
  transition: right 0.2s ease-in-out;
}
.information .top-seller .carousel__top-seller .carousel-left-btn__top-seller:focus, .information .top-seller .carousel__top-seller .carousel-right-btn__top-seller:focus {
  outline: revert;
}
.information .top-seller .carousel__top-seller .hidden-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .information .top-seller .carousel__top-seller {
    height: 504px;
  }
}
.information .slider-wrapper-top-seller .title {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 22px;
  margin-left: 15px;
}
.information .slider-wrapper-top-seller .slider-top-seller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 45%;
  gap: 1rem;
  margin-bottom: 65px;
  overflow-x: auto;
  list-style-type: none;
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  padding-block: 10px;
}
.information .slider-wrapper-top-seller .slider-top-seller .slider-top-seller-item:nth-child(1) {
  margin-left: 15px;
}
.information .slider-wrapper-top-seller .slider-top-seller .slider-top-seller-item:last-child {
  margin-right: 15px;
}
.information .slider-wrapper-top-seller .slider-top-seller::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
@media only screen and (max-width: 600px) {
  .information .slider-wrapper-top-seller .slider-top-seller {
    grid-auto-columns: 75%;
  }
}

/*# sourceMappingURL=landing.css.map */
