@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

.roboto-fonts {
  font-family: 'Roboto', sans-serif;
}

.nunito-fonts {
  font-family: 'Nunito Sans', sans-serif;
}
.course-detail-banner-new.course-detail-banner {
  padding: 40px 0px 100px 0px;
  border-radius: 0px 0px 10px 10px;
  background: url('../images/landing-imgs/top-banner-bg.png');
  background-size: cover;
  background-position: bottom;
}

.lh-normal {
  line-height: normal;
}

.course-details-page-banner {
  padding-right: 160px;
}

.course-details-page-banner h2 {
  /* font-size: 68px; */
  font-size: 50px;
  line-height: 60px;
}
.mb-32 {
  margin-bottom: 32px;
}

.new-base-text-color {
  color: #313860;
}

.gray-text-color {
  color: #595959;
}

.bluish-gray-text-color {
  color: #545567;
}

.top-banner-info {
  /* padding: 26px 47px 27px 46px; */ 
  padding: 15px 30px;
}

.top-banner-info-div {
  border-right: 2px solid #313860;
}

.top-banner-info-div:last-child {
  border-right: 0px;
}

.book-free-demo-btn {
  background: #ffaa00;
  border-radius: 80px;
  padding: 21px 40px;
  font-size: 32px;
}

.top-download-curriculum-btn {
  border-radius: 8px;
  border: 1px solid #2f327d;
  background: #2f327d;
  padding: 10px 18px;
}

.top-download-curriculum-btn:hover {
  border: 1px solid #0f125c;
  background: #0f125c;
  color: #fff;
}

.course-highlight-section {
  padding: 65px 0px 14px 0px;
}

.course-highlight-heading {
  font-size: 35px;
  color: #0c334a;
}

.course-highlight-subheading {
  color: #696984;
  line-height: 43px;
  margin-bottom: 80px;
}

.course-highlight-cards {
  border-radius: 20px;
  border: 1px solid #313860;
  box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08);
  padding: 65px 10px 20px 20px;
}

.course-highlight-cards h3 {
  color: #2f327d;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: normal;
}

.course-highlight-cards p {
  line-height: 32px;
  color: #696984;
}

.cool-gray-color {
  color: #696984;
}

.course-highlight-cards-image {
  left: 50%;
  transform: translateX(-50%);
  top: -23%;
}

.course-highlight-cards-image img {
  width: 120px;
  height: 120px;
}

.course-highlight-box {
  margin-bottom: 60px;
}

.certificate-section-heading {
  color: #0c334a;
  font-size: 35px;
  margin-bottom: 50px;
}

.dark-teal-color {
  color: #0c334a;
}

.light-blue-text-color {
  color: #2193d2;
}
.certify-boxes {
  width: 80px;
  height: 80px;
  margin-right: 26px;
  background: #eff9ff;
}

.certificate-section ul {
  margin-bottom: 50px;
}

.animated-blue-dot {
  width: 20px;
  height: 20px;
  background: #2193d2;
  animation: shadow linear infinite 2s;
  margin-right: 20px;
}

.dark-gray-text-color {
  color: #4E4E4E;
}

@keyframes shadow {
  0% {
    box-shadow: 0 0 0 0 #2193d2;
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}
.certificate-book-free-demo-btn {
  padding: 10px 18px;
  border-radius: 8px;
}
.top-companies-section {
  background: #001C34;
}
.top-companies-heading {
  font-size: 35px;
}
.top-companies-images {
  width: 260px;
}
.bottom-book-free-demo-section {
  background: #181616;
  z-index: 9;
  padding: 8px 100px 8px 200px;
}
.green-text-color {
  color: #12D400;
}

.orange-text-color {
  color:#FF9933;
}

.bottom-counter-box {
  padding: 5px 8px;
}

.bottom-counter-box {
  margin-right: 24px;
  min-width: 95px;
}

.bottom-counter-box:nth-child(1),.bottom-counter-box:nth-child(3)  {
  border: 1px solid #FF9933;
  color: #FF9933;
}

.bottom-counter-box:nth-child(2),.bottom-counter-box:nth-child(4)  {
  border: 1px solid #12D400;
  color: #12D400;
}

.bottom-book-free-demo-btn {
  background: #138808;
  border: 1px solid #138808;
  padding: 8px 14px 8px 28px;
  transition: 0.3s;
}

.bottom-book-free-demo-btn:hover {
  background: #138808;
  border: 1px solid #138808;
  box-shadow: 8px 6px 0px -3px #FF9933;
  color: #ffffff;
}

.landing-page-bottom-section {
  margin-bottom: 90px;
}

.crs-enroll-details{
  padding: 80px 0px 80px 0px;
}

@media (max-width: 1600px) {
  .bottom-book-free-demo-section {
    padding: 8px 30px 8px 30px;
  }
  .bottom-book-free-demo-btn {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .course-details-page-banner {
    padding-right: 60px;
  }
  .course-details-page-banner h2 {
    font-size: 35px;
  }
  .res-border-0 {
    border: 0;
  }.res-height-auto {
    height: auto !important;
  }

 .top-download-curriculum-btn {
    font-size: 20px;
    border-radius: 8px;
  }

  .bottom-book-free-demo-section {
    padding: 8px 30px 8px 30px;
  }

  .bottom-counter-box {
   padding: 8px;
  }

  .bottom-counter-box p {
    font-size: 18px !important;
  }
  .bottom-book-free-demo-btn {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
   
  .course-details-page-banner {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .res-width-90 {
    width: 90% !important;
  }
  
  .res-font-14 {
    font-size: 14px;
  }

  .top-banner-info {
    padding: 18px;
  }
  
  .top-res-heading {
    font-size: 22px;
    margin-bottom: 5px !important;
  }

  .course-detail-banner-new.course-detail-banner {
    padding: 27px 0px 20px 0px;
  }
  .course-highlight-heading {
    font-size: 22px;
    margin-bottom: 5px !important;
  }

  .course-highlight-subheading {
    font-size: 16px;
    line-height: 26px;
  }
  .course-highlight-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .course-highlight-subheading {
    margin-bottom: 46px;
  }
  .certificate-section-heading {
    font-size: 22px;
    margin-bottom: 0px;
  }
  
  .certificate-book-free-demo-btn {
    padding: 10px 18px;
    border-radius: 8px;
  }
  

 
  .course-highlight-cards {
    padding: 35px 10px 10px 10px;
  }
  .course-highlight-cards h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .course-highlight-cards p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .course-highlight-cards-image img {
    width: 80px;
    height: 80px;
  }
  .course-highlight-box {
    margin-bottom: 40px;
  }
  .res-fs-20 {
    font-size: 20px;
  }
  .res-fs-16 {
    font-size: 16px;
  }
  .res-fs-14 {
    font-size: 14px;
  }
  .certify-boxes {
    width: 80px;
    height: 80px;
  }
  .certificate-section ul {
    margin-bottom: 20px;
  }

  .top-companies-heading {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .bottom-book-free-demo-section {
    padding: 16px;
  }
  .bottom-counter-box {
    margin-right: 12px;
    min-width : 77px;
  }
  .flag-image {
    height: 40px;
    width: 100px;
  }
  .bottom-book-free-demo-btn {
    font-size: 12px;
  }
  .sale-text {
    font-size: 11px;
  }
  .crs-enroll-details {
    padding: 47px 0px 53px 0px;
  }

  .res-height-auto {
    height: 100% !important;
  }

  .res-border-0 {
    border-right: 2px solid #313860;
  }
  
  .course-nav ul li a {
    font-size: 14px;
    padding: 10px !important;
  }

  .top-banner-info-div .res-height-auto{
    margin-bottom: 10px !important;
  }

  .top-banner-info-div span{
    font-size: 18px;
  }

  .top-banner-info-div img{
    width: 16px;
    height: 25px;
  }

  .top-banner-info-div .res-font-16{
    font-size: 16px !important;
  }
  
}

@media (max-width:567px) {
  .res-border-0 {
    border: 0;
  }
  .res-height-auto {
    height: auto !important;
  }
  .course-highlight-cards-image {
    top: -31%;
  }
  .animated-blue-dot {
    width: 15px;
    height: 15px;
    margin-right : 16px;
  }
}


/* 
.about-the-course img{
  border-radius: 36px;
}

.about-the-course-boxes {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
  padding: 27px 30px 18px 27px;
}

.about-the-course-boxes.enroll-now {
  max-width: 400px;
  top: 50%;
  transform: translateY(-50%);
}
.about-the-course-boxes.assisted-student {
  max-width: 312px;
}

.about-the-course-boxes.module {
  max-width: 380px;
}

.about-the-course-boxes.content-time {
  max-width: 380px;
}

.about-the-course-boxes .enroll-now-btn {
  background: #D8587E;
  border-radius: 80px;
  padding: 12px 30px;
}

.presence-dot {
  height: fit-content;
}

.presence-dot::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2EBB5E;
  border-radius: 100%;
  bottom: 4px;
  left: 72%;
} */
