/*
    Break points:
    Mobile portrait: 575.98px
    Mobile landscape: 767.98px
    Tablet: 991.98px
    Desktops: 1199.98px
    Large desktops: 1399.98px
*/

.event-text-highlight {
    color: #625DF5;
    font-weight:bolder;
 }

 .event-bg-img-container {
     background: linear-gradient(
         90deg, #000000 1.36%, rgba(0, 0, 0, 0) 74.26%
         ),
         url("../img/pl300-banner.png") no-repeat;
     background-size: cover;
     min-height: 80vh;
     position: relative;
     width: 100%;
     margin-bottom: 24px;
 }

.intructor-details {
  display: flex;
  gap: 30px;
}

.instructor-image {
  border-radius: 16px;
  height: 190px;
}

.instructor-about {
  width: 100%;
  text-align: justify;
}


.batch-options-container {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.batch-details-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 16px;
  width: 100%;
}

.batch-name {
  font-size: 22px;
  font-family: 'basier_circlemedium';
}

.batch-info {
  font-size: 14px;
  font-family: 'basier_circleregular';
  color: #6c757d;
}

.batch-timings {
  font-family: 'basier_circleregular';
  margin-top: 16px;
  font-size: 14px;
  height: 70px;
}

.batch-timing-info {
  font-size: 16px;
  font-weight: 400;
  top: 0px;
}

.course-details {
  font-family: 'basier_circleregular';
  margin-top: 16px;
  font-size: 14px;
}

.event-btn-center {
  text-align: center;
}

.event-link-cta {
  color: #0d6efd;
}

.register-modal {
  background-color: #ff000000;
  box-shadow: none;
  border: none;
}

.register-modal-close-btn {
  font-family: 'basier_circleregular';
  border: 1px solid #ccc;
  background: #16111173;
  color: #fff;
  padding: 6px;
  width: 60px;
  border-radius: 6px;
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
}

.register-modal-close-btn:hover {
  background: #ff2c2c67;
}

 .event-bg-img-text {
     width:100%;
     text-align: left;
     display: flex;
     flex-direction: column;
     align-items: start;
     justify-content: center;
     height: 80vh;
}

.event-hero-text {
    width:100%;
}

 .event-content-container {
    margin-top: 3vh;
 }

 .event-heading1 {
     font-size: 52px;
     font-weight: 700;
     line-height: 80px;
     font-style: normal;
     text-transform: uppercase;
     color:#fff;
     margin-bottom: 4vh;
 }

 .event-heading2 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    margin-bottom: 7vh;
    color:#fff;
 }

 .event-heading3 {
     font-size: 22px;
 }
 .course-title {
  font-size: 48px;
 }

 .event-text-capitalize {
     text-transform: capitalize;
     font-size: 52px;
 }

 .event-apply-btn {
   max-width: fit-content;
 }

 .event-apply-btn :hover {
     background: #625df5;
     color:#fff;
 }

 .events-modal-body {
     display:flex;
     flex-direction: column;
     align-items: start;
 }

 .event-list {
     text-align: left;
 }

 .event-form-heading {
     color:black;
     font-family: 'basier_circlemedium';
     font-size:36px;
     font-weight:bold;
     text-align: center;
     margin-top:5vh;
     margin-bottom:6vh;
 }

 .event-form-container {
     margin-top: 30px;
     margin-bottom: 30px;
 }

 .event-text-link {
     color: #7f7ff0;
 }

 .event-text-link:hover {
     color: #625df5;
 }


 .event-form-anchor {
     position: absolute;
     left: 0;
     top: -200px;
     height: 0;
     width: 0;
 }

 .event-text-small {
     font-size:12px;
     margin-top: 8vh;
 }

.event-block {
     margin-top: 6vh;
     font-family: "basier_circlebold", sans-serif;
    margin-bottom: 12px;
    line-height: 27px;
    text-transform: uppercase;
    font-size: 21px;
 }

.event-cta {
    display: flex;
    gap: 20px;
    width:100%;
    height: 50px;
}

.event-cta-text {
    color:#fff;
    font-size:16px;
    font-family: 'basier_circlemedium';
}

.gz-wrapper {
    max-width: 100%;
}

.event-text-justify {
  text-align: justify;
}

.event-link-click {
  text-decoration: underline;
}

/* Data science fundamentals starts here */
.course-hero-content  {
  width: 50%;
}
.course-hero-content h1,
.course-hero-content h2 {
  color: #000;
  font-family: "basier_circlemedium", sans-serif;
  font-weight: 600;
}
.event-hero-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.event-hero-list li {
  margin-bottom: 10px;
}
.course-hero-cta-wrapper {
  display: flex;
  max-width: 491px;
}
.course-hero-cta-wrapper button {
  min-width: 249px;
}
.course-about-the-instructor {
  padding: 20px 30px;
  border-radius: 8px;
  margin-top: 25px;
}
.course-sidebar-wrapper-bg {
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 10px 15px 45px rgba(13,41,71,.15), inset 2px 2px 3px #fff;
  width: 580px;
}
.course-sidebar-wrapper-bg .form-textarea {
  height: 80px;
}
.instructor-content-blk {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  max-width: 750px;
  height: auto;
  position: relative;
  padding: 20px;
  margin: auto;
}
.instructor-img-blk {
  width: 221px;
  height: 193px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border: 2px solid #151717;
  border-radius: 10px;
  z-index: 5;
  background: #ffffff;
}
.instructor-bio-blk {
  margin-left: 21%;
  width: 85%;
  min-height: 266px;
  border: 2px solid #7f7ff0;
  border-radius: 16px;
  padding: 29px 29px 29px 110px;
  position: relative;
  top: 40px;
  right: 0;
  z-index: 4;
  font-size: 16px;
  text-align: left;
}
.course-sidebar-wrapper {
  position: relative;
  top: 0;
  margin-top: -516px;
  padding-bottom: 30px;
  right: 0;
  font-family: 'basier_circleregular';
}
.course-sidebar-header {
  background: #E695A640;
  height: 70px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
}
.course-sidebar-header-title {
  font-size: 22px;
  font-family: 'basier_circlemedium';
}
[data-content-target="team-form"],
[data-content-target="question-form"] {
  display: none;
}
[data-content-target="team-form"].active,
[data-content-target="question-form"].active {
  display: block;
}
.course-sidebar-price-container.active {
  display: flex;
  flex-direction: column;
}
.course-sidebar-strikeout-price {
  font-family: 'basier_circlemedium';
  text-decoration: line-through;
}
.course-sidebar-tab {
  text-transform: uppercase;
  background: #E695A621;
  padding: 10px 30px;
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid #E695A6;
}
.course-sidebar-tab-content {
  padding: 10px 30px;
  margin: 20px;
}
.course-sidebar-tab-content li {
  padding-bottom: 10px;
}
.course-list-style {
  list-style-type: none;
}
.course-list-style li {
  position: relative;
}
.course-list-style li::before {
  content: "\2713";
  color: #e695a6;
  font-size: 16px;
  position: absolute;
  left: -18px;
}
.course-date-container .gz-btn-primary-salmon-pink {
  min-width: 176px;
}
.course-date-container {
  padding: 0 30px;
  margin: 60px 0 0;
}
.course-date-container ul {
  list-style-type: none;
  padding: 0;
}
.course-date-info {
  font-size: 18px;
  color: #E695A6;
  font-family: 'basier_circlemedium';
  padding-right: 6px;
}
.course-time-info {
  font-size: 12px;
  color: #63676f;
}
.course-date {
  border-bottom: 1px dashed #63676f66;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.course-date-venue span {
  font-size: 12px;
    background: #63676f;
    color: #fff;
    border-radius: 6px;
    padding: 4px 8px;
}
.course-detail-left {
  width: calc(100% - 627px);
  font-family: 'basier_circleregular';
}
.course-detail-left strong {
  font-family: "basier_circlebold", sans-serif;
}
.course-collapse-container {
  font-family: 'basier_circleregular';
}
.course-collapse-container h6 {
  font-size: 18px;
  font-family: "basier_circlebold", sans-serif;
  color: #7f7ff0;
  text-transform: uppercase;
  line-height: 27px;
}
.course-collapse-container .accordion-button {
  font-size: 14px;
  padding: 6px 12px;
}
.course-collapse-container .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #63676f0d;
}
.course-collapse-container .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.course-collapse-container .accordion-item {
  border: 0;
  border-bottom: 1px solid #63676f0d;
}
.course-collapse-container .accordion-button:not(.collapsed)::after {
  content: "+";
  background-image: none;
  transform: none;
}
.course-collapse-container .accordion-button::after {
  content: "-";
  background-image: none;
  color: #7f7ff0;
  font-size: 18px;
}

 @media (max-width: 1199.98px) {

    .event-bg-img-container {
      background-position: bottom right 0px;
      background-position-x: left;
    }

    .course-detail-left {width: auto;}
    .course-sidebar-wrapper {
      margin-top: auto;
    }
    .course-sidebar-wrapper-bg,
    .course-hero-content  {
      width: auto;
    }
    .course-hero-cta-wrapper button {
      min-width: auto;
    }
}

@media (max-width: 991.98px) {
  .instructor-img-blk .instructor-image {
    height: inherit;
  }
    .event-heading1 {
        font-size:52px;
    }
    .event-heading2 {
        font-size:30px;
        line-height: 150%;
        margin-bottom:7vh;
    }
    .event-heading3 {
        font-size:12px;
    }
    .event-form-heading {
        font-size:28px;
    }
    .event-bg-img-container {
        background-position: bottom right 0px;
    }
    .event-bg-img-container {
        min-height:70vh;
        padding-top: 30px;
        background-position-x: center;
    }
    .event-bg-img-text {
        text-align: left;
        align-items: start;
        height:60vh;
    }
    .event-hero-text {
        width:70%;
    }
    .batch-name {
      font-size: 20px;
    }
    .instructor-image {
      height: 260px;
    }
    .intructor-details {
      flex-direction: row;
      align-items: start;
     }
}

@media (max-width: 767.98px) {
    .event-heading1 {
        font-size:32px;
    }
    .event-heading2 {
        font-size:16px;
        line-height: 150%;
        margin-bottom:7vh;
    }
    .event-heading3 {
        font-size:12px;
    }
    .event-form-heading {
        font-size:28px;
    }
    .event-bg-img-container {
       background-position: bottom right 0px;
       min-height: 70vh;
       padding-bottom: 40px;
       background-position-x: center;
   }
   .batch-options-container {
    flex-direction: column;
    gap: 10px
   }
   .intructor-details {
    flex-direction: column;
    align-items: center;
   }
   .instructor-image {
    height: 240px;
   }
}

@media (max-width: 575.98px) {
    .course-sidebar-header-title,
    .course-sidebar-tab {
      font-size: 18px;
    }
    .course-hero-cta-wrapper {
      flex-direction: column;
    }
    .instructor-content-blk {
      align-items: center;
      padding-top: 0;
    }
    .instructor-bio-blk {
      margin-left: 0;
      width: 100%;
      padding: 60px 29px 29px;
      top: 0;
    }
    .instructor-img-blk {
      width: 180px;
      height: 153px;
      top: 40px;
      position: relative;
    }
    .course-hero-cta-wrapper button { max-width: 100%;}
    .event-heading1 {
        font-size:32px;
        line-height: 125%;
    }
    .event-heading2 {
        font-size:16px;
        line-height: 150%;
        margin-bottom:7vh;
    }
    .event-heading3 {
        font-size:12px;
    }
    .event-form-heading {
        font-size:28px;
    }
    .event-text-capitalize {
      font-size: 32px;
    }
    .event-bg-img-text {
        text-align: left;
        align-items: start;
        height:50vh;
    }
    .event-hero-text {
        width:60%;
    }
    .event-bg-img-container {
        background-position: bottom right 0px;
        min-height: 50vh;
        padding-top: 30px;
        background-position-x: center;
    }
    .event-cta-text {
        font-size: 14px;
    }
    .instructor-details {
      flex-direction: column;
      align-items: center;
    }
    .course-instructor-container:not(.enterprise-testi) .testimonial-slider {
      height: 560px;
    }
 }

 @media (max-width: 375.98px) {
    .event-bg-img-text {
        text-align: left;
        align-items: start;
        height:50vh;
    }
    .event-hero-text {
        width:100%;
    }
    .event-cta-btn-text {
      font-size: 12px;
    }
    .event-cta-text {
      font-size: 12px;
    }
    .event-bg-img-container {
      background: linear-gradient(
        300deg, #000000 1.36%, rgba(0, 0, 0, 0) 74.26%
        ),
        url("../img/pl300-banner.png") no-repeat;
      background-position-x: center;
      background-size: cover;
    }
    .instructor-details {
      flex-direction: column;
      align-items: center;
    }
 }

.gz-btn-primary-violet.loading {
  position: relative;
  color: transparent;
}

.inline-spinner {
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: spinner 1s linear infinite;

  width: 24px;
  height: 24px;
  border: 2px solid;
  border-color: #fff #fff #63676f;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}

@-webkit-keyframes spinner {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
