#longTabsCarousel .owl-stage-outer .owl-stage .owl-item{
  margin-right: 0px !important;
}

.ongoingCoursesHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ongoingCoursesHeading h2 {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 60px;
}
.ongoingCoursesHeadingHr {
  color: var(--primary--element);
  width: 80px;
  height: var(--height-xxs);
  margin: 1rem auto;
  background-color: var(--primary--element);
}
.courses_container{
  padding: 3% 5%;
}

.longTabsItem {
  /* border: 1px solid rgba(123, 123, 123, 0.09); */
  box-sizing: border-box;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 185.19%;
  letter-spacing: 0.01em;
  padding: 0.3rem 1rem;
  color: #484848b0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.longTabsItem:hover{
  cursor: pointer; 
}
#longTabsCarousel .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(123, 123, 123, 0.09);
}

/* .longTabsItemCurrentTabActive{
  background-color: red;
} */
.activeCoursesTab{
  background-color:  #455A64;
  color: #fff;

}
.cousesCardImg {
  width: 100%;
  height: 198px;
 
}
.card-body {
  padding: 0rem !important; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* border-left: 1px solid rgb(0 0 0 / 5%); */
  background: #FFFFFF;
  box-shadow: 10px 14px 36px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.divs{
  margin: 2rem 0rem;
}
#categoryDisplaySection .coursesCardHeading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 142.06%;
  color: rgba(0, 0, 0, 0.63);
  text-align: center;
}
#categoryDisplaySection .card-footer{
  width: 100%;
  border-top: 2px solid rgba(69, 90, 100, 0.11);
  background-color: white;
  text-align: center;
}

#categoryDisplaySection .card-footer:hover a {
 text-decoration: none;
 color: #455a64;
}
.coursesCardAmount {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 142.06%;
  color: rgba(0, 0, 0, 0.63);
}
.coursesCardDiscount {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 142.06%;
  color: rgba(0, 0, 0, 0.43);
}

.coursesCardDuration {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 142.06%;
  color: rgba(0, 0, 0, 0.63);
}

.coursesCardLink {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 185.19%;
  color: #455a64;
  padding: 1rem 0rem;
}
.levelOfDifficulty {
  margin: 3px 6px;
  position: absolute;
  right: 5px;
  padding: 2px;
  /* top: 40%; */
  top: 38%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  background: #ffffff;
  border-radius: 4px;
  color: #455a64;
  box-shadow: 10px 14px 36px rgba(0, 0, 0, 0.05);
}

#moduleName {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 138.06%;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.94);
}

#categoryDisplaySection {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

#categoryDisplaySection h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  /* line-height: 138.06%;
  letter-spacing: 0.02em; */
  /* margin: 1rem 0rem; */
  margin: 1rem;
  color: rgba(0, 0, 0, 0.94);
}

/******************************************************** Contact section */

.contactSectionCourses {
  background-color: #fcfcfc;
  padding-bottom: 3rem;
}
.contactSectionCourses .main-heading {
  /* font-size: var(--font-sm); */
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: #2d2d2d;

  font-family: "Roboto";
  font-style: normal;
}
.contactSectionCourses .main-heading-hr {
  border: 4px solid #67fbf1;
  width: 131px;
}
.contactSectionCourses .hero_card {
  background: #ffffff;
  border-radius: 8px;
  border: none;
}
.contactSectionCourses .hero_card_form {
  background: #fcfcfc;
  border: 1px solid rgba(0, 0, 0, 0.13);
  box-sizing: border-box;
  border-radius: 4px;
}
.contactSectionCourses .hero_card_btn {
  background: #1f2833;
  border-radius: 4px;
}
.contactSectionCourses .hero_card_btn_text {
  color: #67fbf1;
  font-weight: 500;
  font-size: 18px;
}
.contactSectionCourses .hero_card_headings {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.035em;
  color: #757575;
}
.contactSectionCourses .contact-section-heading {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #c1c1c1;
  margin-bottom: 0.5rem;
}
.contactSectionCourses .contact-section-detail {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0.02em;

  color: rgba(31, 40, 51, 0.89);
}
.contactSectionCourses .contact-section-img {
  background-color: #ffffff;
  border-radius: 50%; 
}
.contactSectionCourses .contact-section-image {
  margin-left: -3em;
}

@media (min-width: 321px) and (max-width: 600px) {
  .contactAddressSection .row {
    margin: 2rem auto;
  }
  .contactSectionCourses .main-heading {
    font-size: 20px;
  }
  .contactSectionCourses .main-heading-hr {
    width: 90px;
  }
  .contactSectionCourses .contact-section-detail {
    font-size: 20px;
  }
  .contactSectionCourses .contact-section-image {
    margin-left: 0em;
  }
  .contactSectionCourses .contact-section-img {
    width: 3rem;
    height: 3rem;
  }
  .headerSectionCoursesButton{
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 320px) {
  .contactAddressSection .row {
    margin: 2rem auto;
  }
  .contactSectionCourses .main-heading {
    font-size: 20px;
  }
  .contactSectionCourses .main-heading-hr {
    width: 90px;
  }
  /* .contactSectionCourses .contact-section-detail {
    font-size: 22px;
  } */
  .contactSectionCourses .contact-section-image {
    margin-left: 0em;
  }
  .contactSectionCourses .contact-section-img {
    width: 3rem;
    height: 3rem;
  }
  .headerSectionCoursesButton{
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 600px) {
  .contactAddressSectionSubDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
  }
  .contactAddressSectionSubDivFirstChild {
    /* margin-left: 1rem; */
  }
}
@media only screen and (min-width: 601px) {
  .contactAddressSection{
    margin-top: 3rem;
  }
}

/***************************************** HEADER ***********************************/
.headerSectionCourses {
  background-image: url("./img/coursesHeroImage.png");
  /* width: 100%;
  background-size: 100% 100%;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  padding: 6rem 0rem 6rem 0rem;
  background-size: 100% 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%); */

  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-color: #2d2d2d;
  padding: 6rem 0rem;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}

.div2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.headerSectionCoursesHeading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  line-height: 138.06%;
  color: #ffffff;
}
.ongoingCoursesheaderSectionHr {
  color: var(--primary--element);
  width: 80px;
  height: var(--height-xxs);

  background-color: var(--primary--element);
}

.headerSectionCoursesParagraph {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 185.19%;

  letter-spacing: 0.01em;

  /* color: rgba(255, 255, 255, 0.73); */
  color: #fff;
}

.headerSectionCoursesButton {
  background-color: transparent;
  border: 2px solid #67fbf1 !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff !important;
  padding: 1rem 2rem;
  margin-bottom: 4rem;
}

/* TESTIMONIALS */
.coursesStudentsTestimonials {
  background-color: #fcfcfc;
}
.coursesStudentsTestimonials h1 {
  font-size: 25px;
  font-weight: 700;
}
.ongoingCoursesCard {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  /* box-shadow: -10px 8px 63px rgba(162, 162, 162, 0.25); */
  box-shadow: -10px 8px 63px rgb(231 231 231 / 25%);
  border-radius: 8px;
  /* width: 587px;
  height: 339px; */
  padding: 2rem;
  height: 280px;
  align-items: center;
  justify-content: center;
}
.ongoingCoursesCardSubContentStudentImg {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
}
.ongoingCoursesCardSubContent {
  display: flex;
}
.ongoingCoursesCardContent {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5rem;
  /* line-height: 185.19%;
  letter-spacing: 0.01em; */
  color: rgba(0, 0, 0, 0.73);
}
.studentsTestimonialsContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1rem;
}
.studentsTestimonialsContentHeading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;

  color: rgba(0, 0, 0, 0.73);
}
.studentsTestimonialsContentSubHeading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.73);
}
/* .strikeThrough{
  text-decoration: line-through;
} */

 

/* .divs .owl-nav{
  overflow: hidden;
  height: 0px;
}

.divs .owl-dots .owl-dot.active span, 
.divs .owl-dots .owl-dot:hover span {
    background: #2caae1;
}


.divs .item {
    text-align: center;
}
.divs .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.divs .owl-prev.disabled,
.divs .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}

.divs .prev-slide{
    background-color: red;
    left: -33px;
}
.divs .next-slide{
    background-color: red;
    right: -33px;
}
.divs .prev-slide:hover{
   background-position: 0px -53px;
}
.divs .next-slide:hover{
  background-position: -24px -53px;
} */



.divs .owl-dots .owl-dot.active span, .divs .owl-dots .owl-dot:hover span,
.coursesStudentsTestimonials .owl-theme .owl-dots .owl-dot.active span,
  .coursesStudentsTestimonials .owl-theme .owl-dots .owl-dot:hover span {
/* margin: 5px 7px; */
margin: 1rem 0.5rem;
display: block;
/* -webkit-backface-visibility: visible; */
transition: opacity .2s ease;
width: 77px;
height: 9px;
background: #455A64;
border-radius: 32px;
}


.divs .owl-dots .owl-dot span,.coursesStudentsTestimonials .owl-theme .owl-dots .owl-dot span{
 /* margin: 5px 7px; */
margin: 1rem 0.5rem;
display: block;
  /* -webkit-backface-visibility: visible; */
transition: opacity .2s ease;
width: 77px;
height: 9px;
border-radius: 32px;
background: rgba(188, 188, 188, 0.38);
}


@media only screen and (max-width: 899px){
  .divs .owl-dots .owl-dot span, 
  .divs .owl-dots .owl-dot.active span, 
  .divs .owl-dots .owl-dot:hover span,
  .coursesStudentsTestimonials .owl-theme .owl-dots .owl-dot span, 
  .coursesStudentsTestimonials .owl-theme .owl-dots .owl-dot.active span, 
  .coursesStudentsTestimonials .owl-theme .owl-dots .owl-dot:hover span  {
  width: 52.84px;
  height: 6px;
  }
  .divs .owl-nav {
   display: none;
 }
}
@media only screen and (min-width: 900px){
  .divs .owl-nav .owl-prev span{
    position: absolute;
    left: -3.5rem;
    top: 10%;
    color: rgba(69, 90, 100, 0.22);
    font-size: 7.5rem;
  }
  .divs .owl-nav .owl-next span{
    position: absolute;
    right: -3.5rem;
    top: 10%;
    color: rgba(69, 90, 100, 0.22);
    font-size: 7.5rem;
  }
}
.owl-carousel .owl-stage{display: flex !important;}
.owl-carousel .owl-stage .owl-item .item{
    display: flex !important;
    flex: 1 0 auto !important;
    height: 100% !important;
    /* align-items: center; */
    justify-content: center;
}

.categoryDisplaySection .card{
  display: block !important;
}

.card-footer-courses{
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top: 2px solid rgba(69, 90, 100, 0.11);
    background-color: white;
    width: 100%;
}

.card-footer-courses a:hover{
  text-decoration: none;
  color: #455a64;
}

