
p{
  font-size:18px;
}

.btn{
  font-size:18px;
}

.navbar-expand-xl .navbar-collapse{
  justify-content: flex-end;
}

.video-bg {
  position: relative;
  width: 100%;
  min-height: 80vh; /* Full viewport height */
  overflow: hidden;
}

/* Styling for the video element */
.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1; 
}

/* Optional content overlay styling */
.video-content {
  height: 100%;
  position: relative;
  z-index: 1;
  color: white ;
  display: flex;
  justify-content: left;
}

.video-bg .video-overlay{
  min-height: 80vh;
  background-color: #00000075;
  min-height: 80vh;
    background-color: #00000075;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    /* padding-top: 1rem; */
    padding-bottom: 1rem;
}

.video-content-data{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-bg .video-content h1{
  font-size: 3rem;
  font-weight: 600;
  text-transform: capitalize;
  background: #6e2fa0;
  color: white;
  padding: 1rem 2rem;
  font-size:32px;
  text-align: left;
  border-radius:7px;
}

.video-content-data .list-icon{
  width:20px;
  height: 20px;
  margin-right: 10px;
}


.avatar{
  width: 50px;
  height: 50px;
  border-radius:50%;
  margin-right: -10px;
  border: 2px solid #fff;
}

 .avatar img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.video-content .avatar{
  width: 50px;
  height: 50px;
  border-radius:50%;
  margin-right: -10px;
  border: 2px solid #fff;
}

.video-content .avatar img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.video-content .students-enrolled-count{
  margin-left: 40px;
  font-weight: 300;
}


/* Youtube video css */
.youtube-player {
  position: relative;
  margin: auto;
  cursor: pointer;
}
.r-youtube-player {
  margin: 0;
}
.youtube-player img {
  width: 100%;
}

.youtube-player.pristine::before {
  content: url("../images/icons/video2.png");
  position: absolute;
  top: 50%;
  left: 50%;
  background: #5d5a5ca1;
  border-radius: 10px;
  padding: 1em 2em 0.5em 2em;
  transform: translate(-50%, -50%);
  z-index: 2;
}
/* .youtube-player.pristine::after {
  content: "Play video";
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
} */

.custom-image {
  background-color: rgba(255, 0, 0, 0.3);
  border-radius: 5px;
  width: 100%;
}

.custom-image video{
  width: 100%;
}

.welcome-section{
  margin-top: 7rem;
  margin-bottom:7rem;
}

.youtube-player.pristine:hover::before {
  opacity: 0.7;
}
.overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #00000063; 
}
.about-section{
  font-size:18px;
}
.about-section h2 {
  font-weight: 600;
  font-size:35px;
}

.about-section p {
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  line-height:1.6;
}

.about-section .demo-icon{
  width: 16px;

}

.offered-section h2 {
  font-weight: 600;
  font-size: 35px;
}

.offered-section .offered-section-detail{
  width: 70%;
}

.offered-section .card{
  border:2px solid #b0117e;
  margin-bottom: 2rem;
  border-radius: 8px;
}

/* .offered-section .offered-section-container .col-sm-12:nth-child(even) {
  margin-top: 5rem;
} */

.offered-section .card-icon {
  width: 40px;
  height: 40px;
}

.offered-section .card-icon .icon {
  width: 100%;
  height: 100%;
}

.offered-section .card-details .card-title {
  color: #581889;
  font-weight: 600;
  font-size: 24px;
}

.offered-section .card-details .card-notes{
  color: gray;
  font-size: 12px;
  font-weight: 500;
}

.offered-section .card-details .btn-default{
  font-size: 14px;
}

.offered-section .learn-more-icon{
  width:16px;
}

/* .career-section .wave {
  width: 100%;
}

.career-section .career-section-container {
  background: #6e2f9f;
  color: #fff;
}
.career-section h2 {
  font-weight: 600;
}

.career-section .heartbeaticon {
  width: 7rem;
  width: 8rem;
  margin-bottom: 12px;
  margin-left: 6px;
}

.career-section .career-section-details .career-section-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.career-section .career-section-details .circlecard {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-section .career-section-details .career-section-title h4 {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 20px;
}

.career-section
  .career-section-points:first-child
  .career-section-details
  .icon {
  width: 1rem;
}
.career-section .career-section-details .icon {
  width: 18px;
}
.career-section .career-section-image img {
  width: 100%;
}

.question-accordian-section {
  margin-top: 3rem;
}
.question-accordian-section h2 {
  font-weight: 600;
}

.question-accordian-section .accordion-item {
  margin-bottom: 1rem;
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
  box-shadow: 0px 4px 8px 2px #eaeaea;
}

.question-accordian-section .accordion-button {
  font-weight: 600;
  padding: 22px 20px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.question-accordian-section .accordion-button:not(.collapsed) {
  background: #b0117e;
  color: #fff;
  box-shadow: none;
}
.question-accordian-section .accordion-button:focus {
  box-shadow: none;
}

.question-accordian-section .accordion-button:focus {
  border-color: #b0117e;
}

.accordion-button:not(.collapsed)::after {
  color: #fff;
  background-image: url("../images/icons/up.png");
  transform: none;
}
.accordion-button::after {
  background-image: url("../images/icons/down.png");
} */

.testimonal-section {
  margin-top: 5.5rem;
  background: #e7effd;
  padding: 4rem 0;
}
.testimonal-section h2 {
  font-weight: 600;
  font-size: 35px;
}

.testimonal-section .testimonal-section-detail{
  width:40%;
}

.testimonal-section .prev-button,
.testimonal-section .next-button {
  width: 40px;
  height: 40px;
  background: #6e2f9f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 35%;
}

.testimonal-section .prev-button{
  left: -4%;
}

.testimonal-section .next-button{
  right: -4%;
}

.testimonal-section .avatar{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonal-section .avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;s
}

.testimonal-section .card-description p{
  font-weight: 600;
}


/* .testimonal-section .slick-button {
  justify-content: right;
  margin-top: -1rem;
} */
.testimonal-section .prev {
  content: url("../images/icons/left.png");
  width: 0.75rem;
}

.testimonal-section .prev-button .slick-disabled {
  background: grey;
}


.testimonal-section .next {
  content: url("../images/icons/right.png");
  width: 0.75rem;
}

.testimonal-section .wrapper {
  width: 100%;
  text-align: center;
  position: relative;
}

.testimonal-section .carousel-slick {
  width: 100%;
  margin: 0px auto;
}
.testimonal-section .slick-slide {
  margin: 10px;
}
.testimonal-section .slick-slide img {
  width: 100%;
}


.testimonal-section .slick-list {
  padding: 0 !important;
}
.slick-dots li button {
  color: #d8d8d8;
}



.nursing-journey{
  background: #5c318f;
  color: #fff;
  padding: 6rem 0;
}

.nursing-journey h1{
  font-size: 45px;
  font-weight: 500;
  text-transform: capitalize
}

.subscribe-notes h5{
  font-size: 18px;
}

.subscribe-notes p{
  font-size: 14px;
}

.subscribe-input p{
  font-size: 12px;
}
.subscribe-input input{
  font-size: 16px;
  border-color: black;
  width: 75%
}
.subscribe-input .btn.btn-default{
  border-color: black;
  border-radius: 10px;
  font-weight:500;
  width: 23%;
}

/* 
.offered-section {
  margin-top: 5.5rem;
}

.offered-section h2 {
  font-weight: 600;
}


.offer-section .offer-image {
  background-image: url(../images/bg.png);
  background-size: cover;
  position: relative;
  height: 26rem;
}

.offer-section .offer-image-1:nth-child(1) {
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dotted black;
  border-radius: 50%;
  width: 340px;
}

.offer-section .offer-image-1:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}

.offer-section .bg-img img {
  width: 100%;
}

.offer-section .offer-tab-content h3 {
  font-weight: 600;
  margin-top: 2rem;
} */

@media only screen and (max-width: 1200px) {
  .testimonal-section .prev-button{
    left:0;
    top: 0;
    position: relative;
  }

  .testimonal-section .slick-button{
    justify-content: flex-end;
  }

  .testimonal-section .next-button{
    right:0;
    top: 0;
    position: relative;
  }
}

@media only screen and (max-width: 992px) {
  .offered-section .offered-section-container .col-sm-12:nth-child(even) {
    margin-top: 2rem;
  }
  .offered-section .offered-section-container .col-sm-12:nth-child(odd) {
    margin-top: 2rem;
  }
  .testimonal-section .slick-button {
    margin-top: 0;
    justify-content: flex-end !important;
  }

  .video-content-data{
    width: 100%;
  }

  .offer-section .offer-image-1:nth-child(1) {
    height: 388px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dotted black;
    border-radius: 50%;
    width: 388px;
  }

  .offer-section .offer-image-1:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .hidden-lg {
    display: none;
  }

}

@media only screen and (max-width: 576px) {
  .youtube-player.pristine::after {
    top: 75%;
  }

  .video-content{
    padding-top: 10vh;
  }

  .video-bg .video-content h1{
    font-size: 2rem;
  }

  .video-content .students-enrolled-count{
    margin-left: 0;
    margin-top: 1rem;
  }

  .offered-section .offered-section-detail{
    width: 100%;
  }

  .testimonal-section .testimonal-section-detail{
    width: 100%;
  }
  .tab button {
    width: 50%;
    font-size: 14px;
  }

  .offer-section .offer-image-1:nth-child(1) {
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dotted black;
    border-radius: 50%;
    width: 340px;
  }

  .offer-section .offer-image-1:nth-child(2) {
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .hidden-lg {
    display: block;
  }

  
}

@media only screen and (max-width: 320px) {
  .navbar-toggler-icon {
    width: 1em;
  }
  
}
@media only screen and (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
  .hidden-sm {
    display: block;
  }
  .r-youtube-player {
    /* margin: 0 2rem; */
    margin-right: 2rem;
  }
}


