/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600&display=swap");

/*=============== VARIABLES CSS ===============*/
:root {
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(38, 92%, 58%);
  --first-color-light: hsl(38, 100%, 78%);
  --first-color-alt: hsl(32, 75%, 50%);
  --second-color: hsl(195, 75%, 52%);
  --dark-color: hsl(212, 40%, 12%);
  --white-color: hsl(212, 4%, 95%);
  --body-color: hsl(212, 42%, 15%);
  --container-color: hsl(212, 42%, 20%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Bai Jamjuree", sans-serif;
  --h2-font-size: 1.25rem;
  --normal-font-size: 1rem;
}

/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--white-color);
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
.LandTlogo{
  display: inline !important ;  
  height: auto;
}

/*=============== CARD ===============*/

.swiper-wrapper2{
  display: flex;
}

.swiper-slide2{
  margin-left: 30px;
}
/* .card__container {
  padding-block: 5rem;
} */

.card__content {
  margin-inline: 1.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.card__content2 {
  margin-inline: 1.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.card__article {
  width: 300px; /* Remove after adding swiper js */
  border-radius: 1.25rem;
  overflow: hidden;
}

.card__image {
  width: auto; 
  height: 200px;
  background-size: cover; 
  position: relative;
  /* background-color: var(--first-color-light); */
  padding-top: 1.5rem;
  margin-bottom: -.75rem;
}

.card__data {
  background-color: var(--container-color);
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
  z-index: 10;
  height: 340px;
  position: relative;
}

.card__data2 {
  background-color: var(--container-color);
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
  z-index: 10;
  font-size: 12px;
  height: 230px;
  position: relative;
}

.card__img {
  width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.card__shadow {
  width: 200px;
  height: 200px;
  /* background-color: var(--first-color-alt); */
  border-radius: 50%;
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  filter: blur(45px);
}

.card__name {
  font-size: var(--h2-font-size);
  color: var(--second-color);
  margin-bottom: .75rem;
  height: 70px;
}

.card__name1 {
  font-size: 15px;
  color: var(--second-color);
  margin-bottom: .75rem;
  height: 60px;
}

.card__description {
  font-weight: 500;
  margin-bottom: 1.75rem;
}

.card__button__01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}

.card__button {
  display: inline-block;
  background: linear-gradient(92deg, #214BBA -48.79%, #CB1920 229.16%);
  background-size: 300% 100%;
  padding: .75rem 1.5rem;
  border-radius: .25rem;
  color: white;
  font-weight: 600;
}

.card__button:hover:enabled {
  /* box-shadow: 0 0.5em 0.5em -0.4em #fce2fbba; */
  background-size: 100% 100%;
  transform: translateY(-0.15em);
}


/* Swiper class */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  width: initial;
  height: initial;
  font-size: 3rem;
  color: var(--second-color);
  display: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination-bullet {
  background-color: hsl(212, 32%, 40%);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--second-color);
}

.course_detail_page .course-content-area{
  padding: 0 0;
}

.course_detail_page .course_details{
  padding: 0 0;
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 599px) {
  .course_2_page{
    margin-left: 20px;
    margin-right: 20px;
  }
  .container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 20px; */
  }

  .container17 {
    display: none;
  }

  .swiper-wrapper2{
    display: grid;
    justify-content: center;
  }
  

  .swiper-slide2{
    margin-top: 30px;
  }

  .card__data {
    padding: 1rem;
  }
  .card__content {
    margin-inline: 3rem;
  }

  .card__content2 {
    margin-inline: 3rem;
    margin: 5px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

/* Hide all tabs by default */
.tabcontent {
  display: none;
}

/* For medium devices */
@media screen and (min-width: 600px) {

  .container18 {
    display: none;
  }
  
  .card__content {
    margin-inline: 1rem;
  }

  .card__content2 {
    margin-inline: 1rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}


/* For medium devices */
@media screen and (min-width: 768px) {

  .container18 {
    display: none;
  }
  
  .card__content {
    margin-inline: 3rem;
  }

  .card__content2 {
    margin-inline: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

/* For large devices */
@media screen and (min-width: 1120px) {

  .container18 {
    display: none;
  }

  .swiper-wrapper2{
    display: flex;
  }

  .card__container {
    max-width: 1120px;
  }

  card__container2
  {
    max-width: 1120px;
  }

  .swiper-button-prev {
    left: -1rem;
  }
  .swiper-button-next {
    right: -1rem;
  }
}
/* verification -onlinecourse */
.std_details .subhead{
  color:#bfbdba;
}
.email-error, .error-message{
  color:red;
}
