.mydashboard-banner-wrapper{
  position: relative;
  height: calc(100vh - 62px);
}

.mydashboard-banner-wrapper:before{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(120deg, rgba(255,255,255,.2) 36%, rgb(67 77 145 / 26%) 100%);
  content: '';
}

.mydashboard-banner-wrapper .mydashboard-banner-img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mydashboard-banner-container{
  position: relative;
  z-index: 1;
  height: 100%;
}

.banner-caption{
  position: relative;
  z-index: 5;
}

.course-icon:before {
  content: '';
  background: #434d91;
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 0;
  border-radius: 50%;
  opacity: .15;
  top: 5px;
  left: 6px;
}

.banner-caption .badge{
  padding: 12px;
  font-size: 12px;
}

.banner-caption h1{
  font-size: 40px;
}

.banner-caption p{
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}

.mydashboard-banner-wrapper svg {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 185px);
  opacity: .25;
}

.mydashboard-banner-wrapper svg.banner-base-piece {
  top: initial;
  bottom: 0;
  width: 300px;
  left: 400px;
}

.banner-caption-img{
  text-align: center;
}

.banner-caption-img img{
  max-width: 580px;
}

.mydashboard-heading{
  max-width: 750px;
  margin: 0 auto;
}

.mydashboard-heading h1,
.desc-wrapper h1{
  font-size: 34px;
}

.mydashboard-heading p{
  font-size: 14px;
  font-weight: 300;
}

.course-list .course-icon{
  border: 1px solid #434d91;
  border-radius: 50%;
  padding: 20px;
  width: 80px;
  aspect-ratio: 1;
  box-shadow: 3px 2px 2px #434d91c2;
  position: relative;
  overflow: hidden;
}

.course-list p,
.desc-wrapper p {
  font-size: 14px;
  font-weight: 300;
}

.mydashboard-half_width-img svg {
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(40px) scale(1.6);
}

.mydashboard-half_width-img {
  position: relative;
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
}

.mydashboard-half_width-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Uni */
.unillax-container{
  position: relative;
}
.unillax-container .container {
	position: relative;
	top: initial;
	left: initial;
	z-index: 2;
	transform: none !important;
}

.parallax-content{
  position: relative;
  height: auto;
  min-height: 300px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-attachment: fixed;
}

.parallax-content .unillax-background {
  position: absolute;
  top: 0;
  padding-bottom: 8px;
  filter: grayscale(1);
}

.parallax-content .container h1{
  font-size: 26px;
  line-height: 38px;
}

.unillax-container::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	content: '';
	background: rgba(0, 0, 0, 0.7);
}

.unillax-container.parallax-content svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.bg-alter{
  background-color: rgb(67 77 145 / 4%);
}

.footer-dark{
  background-color: #1c1c1c;
}

.footer-dark p,
.footer-dark a{
  font-size: 13px;
  color: #fff;
}

@media (min-width: 1920px){
  .container{
    max-width: 1320px;
  }
}

@media (max-width: 1600px) {
  .parallax-content .container h1{
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 1400px) {
  .parallax-content .container h1{
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 991px){
  .banner-caption{
    padding: 40px 0;
  }
  .mydashboard-banner-wrapper {
    height: 100%;
  }
  .banner-caption-img{
    margin-bottom: 40px;
  }
  .banner-caption-img img {
    max-width: 395px;
  }
  .mydashboard-half_width-img {
    margin: 0 auto 40px;
  }
  .mydashboard-banner-wrapper svg.banner-base-piece,
  .mydashboard-half_width-img svg{
    display: none;
  }
}


@media (max-width: 575px){
  .banner-caption h1{
    font-size: 25px;
  }
  .banner-caption p,
  .mydashboard-heading p,
  .course-list p,
  .desc-wrapper p {
    font-size: 12px;
    line-height: 20px;
  }
  .mydashboard-heading h1,
  .desc-wrapper h1 {
    font-size: 25px;
  }
  .course-list .course-icon {
    padding: 15px;
    width: 60px;
  }
  .parallax-content .container h1 {
    font-size: 16px;
    line-height: 22px;
  }
}



