/* Cookie Consent Banner Styles */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  color: white;
  padding: 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  font-family: 'Open Sans', sans-serif;
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.cookie-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
  min-width: 300px;
}

.cookie-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.btn-accept, .btn-decline {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Open Sans', sans-serif;
}

.btn-accept {
  background: #a251bd;
  color: white;
}

.btn-accept:hover {
  background: #8a3ea0;
  transform: translateY(-1px);
}

.btn-decline {
  background: transparent;
  color: #ccc;
  border: 1px solid #666;
}

.btn-decline:hover {
  background: #333;
  color: white;
  border-color: #999;
}

.privacy-link {
  color: #a251bd;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.privacy-link:hover {
  text-decoration: underline;
  color: #c465d6;
}

@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .cookie-content p {
    min-width: auto;
  }
  
  .cookie-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.logo {
  width: 240px;
  height: 38.55px;
}

.navbar-hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
}

.navbar-scroll {
  position: fixed;
  transition: top 0.3s;
  width: 100vw;
  z-index: 1000;
}

.bg-nav {
  min-height: 78px;
  background-color: transparent;
}

.nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-wrap: nowrap !important;
}

.nav-link:hover {
  color: #fff !important;
}

.active {
  color: #a251bd !important;
  background-color: transparent !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.btn-log {
  border-radius: 200px;
  background: #a251bd;
  padding: 10px 8px 10px 8px;
  width: 90px;
}

.bg-nav {
  transition: background-color 0.5s ease;
}

.navbar-scrolled {
  background-color: #091724;
}

.dropdown-menu {
  background-color: #091724;
}
.dropdown-menu .dropdown-item {
  color: #fff;
  font-weight: bold;
}
.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  text-decoration: underline;
}

.header {
  position: absolute;
  top: 0;
  min-height: 580px;
  min-width: 100%;
}
.header .title-header {
  color: #fff;
  font-size: 63px;
  font-style: normal;
  font-weight: 700;
  line-height: 81.6px; /* 120% */
  margin-top: 2.5rem;
}
.header .title-header span {
  color: #d4aee0;
}
.header .check {
  width: 40px;
  height: 40px;
}
.header .text-check {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px; /* 140% */
  max-width: 240px;
}
.header .text-check span {
  color: #d4aee0;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 148.235% */
}
.header .btn-yellow {
  border-radius: 100px;
  background: #dec33b;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}
.header .btn-yellow:hover {
  font-weight: 700;
  background: #dec33b;
  transform: scale(1.1);
  color: #333;
}
.header .btn-primary {
  border-radius: 100px;
  background: #a251bd;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  border-color: transparent;
  font-weight: 700;
  line-height: 25.6px; /* 160% */
}
@media only screen and (max-width: 768px) {
  .header .title-header {
    font-size: 30px;
    line-height: normal;
  }
  .header .text-check {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .header .title-header {
    font-size: 45px !important;
    line-height: normal;
  }
}

.spacer-bottom {
  margin-bottom: 15rem;
}

.video-background {
  position: relative;
  width: 100%;
  min-height: 580px;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(94, 25, 148, 0.4) 0%, #5e1994 82%);
}

@media only screen and (max-width: 600px) {
  .video-background {
    min-height: 780px;
  }
  .bg-nav {
    background-color: #333 !important;
  }
}
.course-title {
  color: #212529;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px; /* 120% */
  font-family: "Ubuntu";
}

@media only screen and (max-width: 768px) {
  .courses {
    max-width: 100vw;
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 768px) {
  .card-course {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.card-course .card {
  min-height: 360px !important;
  min-width: 317px;
  max-width: 317px;
  cursor: pointer;
  border-radius: 0.5em;
}
.card-course .ribbon {
  width: 184px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.card-course .ribbon.ribbon-top-right {
  right: 0px;
}
.card-course .ribbon.ribbon-top-right span {
  top: 14px;
  left: 50px;
  transform: rotate(27deg);
}
.card-course .ribbon span {
  position: absolute;
  display: block;
  width: 172px;
  padding: 6px 0;
  background-color: #dfc429;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #343433;
  font: 700 15px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
.card-course .badge.badge-item-type {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 10px;
  top: 10px;
  color: #a251bd !important;
}
.card-course .card-body .badge {
  background-color: #a251bd !important;
  color: #fff !important;
}
.card-course .card-body .badge.rounded-pill {
  right: 15px;
  top: -18px;
}
.card-course .card-body .card-title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Ubuntu", sans-serif;
}
.card-course .card-body .card-text {
  font-size: 14px;
}
.card-course .card-body .card-text.short-description {
  height: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Karla", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-height: 23px;
  -webkit-box-orient: vertical;
}
.card-course .card-img-top {
  width: 100%;
  height: 130px;
  max-height: 130px;
  background-color: #636e72;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-course .card.featured {
  min-height: 388px !important;
  min-width: 370px !important;
}
.card-course .card.featured .card-img-top {
  width: 100%;
  height: 275px;
}

.container-yellow {
  padding: 40px 93.81px 0px 93.8px;
  border-radius: 16px;
  background: #f7b42c;
}
.container-yellow h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px; /* 120% */
}
.container-yellow p {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 30.6px; /* 180% */
}
.container-yellow .btn-information {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.6px; /* 160% */
  padding: 11.53px 16.215px 12.06px 17.225px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out;
}
.container-yellow .btn-information:hover {
  background: #fff;
  transform: scale(1.1);
}
.container-yellow .btn-information:active {
  background: #fff !important;
}
.container-yellow .img-yellow {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .container-yellow {
    padding: 10px 10px 0px 10px;
  }
  .container-yellow h1 {
    font-size: 36px;
    line-height: 1.2em;
  }
}

.cards-info h5 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.2px; /* 163.333% */ /* 206.316% */
  width: 28rem;
  margin: 0 auto;
}
.cards-info p {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.4px; /* 190.588% */
  font-family: "Ubuntu", sans-serif;
}
.cards-info .more-info {
  color: #a251bd;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.6px; /* 160% */
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cards-info h5 {
    width: auto;
  }
}

.reviews-container {
  max-width: 1130px;
}
.reviews-container h1 {
  color: #212529;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px;
  font-family: "Ubuntu";
}
.reviews-container .card {
  padding: 16px 24px;
  gap: 24px;
  width: 340px;
  max-width: 100%;
  display: inline-block;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04), 0px 0px 12px rgba(38, 45, 51, 0.04), 0px 8px 48px #f2f4f5;
  border-radius: 12px;
}
.reviews-container .card .card-title {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px; /* 120% */
}
.reviews-container .card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  color: #262d33;
}
.reviews-container .subtitle-review {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #545d66;
}
.reviews-container .link {
  color: #a251bd;
  font-weight: bold;
  text-decoration: none;
}
.reviews-container .user-name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  display: flex;
  align-items: center;
  color: #000000;
}
.reviews-container .user-description {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  /* grayscale/600 */
  color: #8a9199;
}
.reviews-container .card-columns {
  -moz-column-count: 3;
       column-count: 3;
}
@media (max-width: 576px) {
  .reviews-container .card-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
  .reviews-container .card {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .reviews-container .card-columns {
    -moz-column-count: 3;
         column-count: 3;
  }
}

footer {
  height: 390px;
  background: #091724;
}
footer h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px; /* 120% */
}
footer .btn-primary-1:hover {
  background: #a251bd;
  transform: scale(1.1);
  color: #fff;
}
footer .btn-white {
  border: none;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 13px 32px 13px 32px;
  color: #000;
  font-size: 16px;
  height: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.6px; /* 160% */
  transition: transform 0.2s ease-in-out;
}
footer .btn-white:hover {
  background: #fff;
  transform: scale(1.1);
}
footer .btn-white:active {
  background: #fff !important;
}
footer .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 25.6px; /* 170.667% */
  margin: 0px 10px 0px 10px;
  text-wrap: nowrap !important;
}
@media only screen and (max-width: 768px) {
  footer {
    height: 650px;
  }
  footer h2 {
    font-size: 36px;
  }
  footer .nav {
    display: flex;
    align-items: center;
  }
}

.btn-primary-1 {
  color: #fff;
  border-radius: 100px;
  background: #a251bd;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  height: 50px;
  padding: 12px 22px;
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: transform 0.2s ease-in-out;
}

.btn-primary-1:active {
  background: #a251bd !important;
}

.btn-primary-1:hover {
  color: #fff;
  background: #a251bd;
  transform: scale(1.1);
}

.offcanvas {
  max-width: 70%;
}

.arrow {
  width: 20px;
  max-width: 20px;
}

@media only screen and (max-width: 320px) {
  .logo {
    width: 220px;
  }
}
.custom-popover {
  --bs-popover-max-width: 200px;
  --bs-popover-border-color: #a251bd;
  --bs-popover-header-bg: #a251bd;
  --bs-popover-header-color: #fff;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 0.5rem;
}
