.logo-web{
  width:auto;
}

.video-btn {
  -webkit-animation: 2.4s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
  animation: 2.4s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
  border: 2px solid #000000;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: 28px;
  height: 70px;
  line-height: 62px;
  width: 70px;
  margin: 0 20px;
  padding: 0 0 0 5px;
  position: relative;
  text-align: center;
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(194, 244, 246, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(194, 244, 246, 0);
  }
}

/* small button */
.video-btn.small {
  -webkit-animation: 2.4s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulsesmall;
  animation: 2.4s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulsesmall;
  margin: 0;
  font-size: 21px;
  height: 50px;
  line-height: 42px;
  width: 50px;
}

@-webkit-keyframes pulsesmall {
  to {
    box-shadow: 0 0 0 10px rgba(194, 244, 246, 0);
  }
}

@keyframes pulsesmall {
  to {
    box-shadow: 0 0 0 10px rgba(194, 244, 246, 0);
  }
}

.sidenav .nav-link {
  padding: 0.2rem 0;
  color: #6a747b;
  font-weight: 400;
}

.sidenav .nav-item {
  display: inline-block;
  width: 100%;
}

.doc-nav .breadcrumb {
  padding: 12px 0;
}

.doc-nav .breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  padding: 0 0.2rem 0 2px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  vertical-align: middle;
  font-weight: 700;
  color: #ffffff;
  float: unset;
}

@media (min-width: 992px) {
  .sidenav {
    position: fixed;
    top: 75px;
    height: calc(100vh - 75px);
    overflow: auto;
  }
  .sidenav-right {
    right: 0;
  }
  .sidenav-left {
    left: 0;
  }
}

/* copy to clipboard */
.html-code {
  background-color: #fbfbfb;
  position: relative;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed;
}

.html-code:before {
  color: rgba(40, 110, 251, 0.15);
  content: "•••";
  font-size: 30px;
  left: 24px;
  letter-spacing: 4px;
  line-height: 12px;
  position: absolute;
  top: 24px;
}

.html-code .copy-element {
  top: 20px;
  right: 30px;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}

.html-code .copy-clipboard {
  border-radius: 0.25rem;
  background: rgba(40, 110, 251, 0.15);
  color: #6a747b !important;
  display: inline-block;
  padding: 4px 10px;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer !important;
  font-weight: 600;
}

.html-code .copy-clipboard:hover {
  background: #286efb;
  color: #ffffff !important;
}

pre[class*=language-] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 0 0;
  padding-top: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .doc-nav .navbar-dark {
    width: 30px;
    height: 38px;
    position: relative;
    top: -19px;
  }
}

.buy-theme
{transition-timing-function:ease-in-out;
  transition-duration:.2s;position:fixed;
  top:150px;right:-89px;background:#3f257d;
  box-shadow:0 0 10px rgba(0,0,0,0.2);z-index:9999
}

.buy-theme i{
  font-size:16px;vertical-align:middle;
  position:relative;top:-1px;color:#fff
}

.all-demo i{
  font-size:15px;vertical-align:middle;position:relative;top:-1px;color:#fff}
  
.buy-theme:hover,.all-demo:hover
{transition-timing-function:ease-in-out;transition-duration:.2s;right:0px;background:#3f257d}

.all-demo:hover{
  background:#3f257d}
  
.buy-theme span,.all-demo span{
  padding:0 9px;
  position:relative;
  top:0;opacity:0
}

.buy-theme:hover span,.all-demo:hover span{opacity:1;color:#fff}.buy-theme:hover i,.all-demo:hover i{color:#fff}.buy-theme a,.all-demo a{color:#232323;font-size:10px;text-transform:uppercase;padding:5px 10px;display:block;text-decoration:none;font-weight:500}.all-demo{transition-timing-function:ease-in-out;transition-duration:.2s;position:fixed;top:185px;right:-105px;background:#286efb;box-shadow:0 0 10px rgba(0,0,0,0.2);z-index:9999}

/*User SCSS*/

/*# sourceMappingURL=theme.css.map */

.card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}



.course-title {
  font-weight: 600;
}

.course-meta {
  font-size: 0.9rem;
  color: #555;
}

.course-meta i {
  margin-right: 5px;
  color: #3f257d;
}


.card-body {
  padding: 20px;
}

.card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-text {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.course-info {
  display: flex;
  justify-content: space-between; /* Equal spacing between columns */
  align-items: center; /* Vertical alignment */
  margin-bottom: 20px;
}

.course-column {
  flex: 1;
  text-align: center; /* Center align text and icons */
  font-size: 0.9rem;
  color: #333;
}

.course-column i {
  display: block; /* Place the icon on top of the text */
  color: #3f257d; /* Icon color */
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.explore-btn {
  display: inline-block;
  font-weight: 600;
  padding: 8px 12px;
  font-size: 0.95rem;
}


.page-link{
  color: #3f257d; 
}


/* Card Image border radius */
.card-img-top {
  border-top-left-radius: 12px; /* Matches the card radius */
  border-top-right-radius: 12px;
  object-fit: cover; /* Ensures the image fits nicely */
  box-shadow: grey;
}

.card1 {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) /* X, Y, Blur, Spread, Color */ !important;
  border-radius: 8px; /* Optional: Adds rounded corners */
  box-shadow: grey;
}

.caed{
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) /* X, Y, Blur, Spread, Color */ !important;
}

/* Custom Media Queries */

/* Small Devices (Tablets, 768px and below) */
@media (max-width: 768px) {
  .col-sm-6 {
      flex: 0 0 100%; /* Make each card take full width */
      max-width: 100%;
  }

  .card {
      margin-bottom: 15px; /* Add space between cards */
  }
}

/* Medium Devices (Laptops, 992px and below) */
@media (max-width: 992px) {
  /* .col-md-4 {
      flex: 0 0 50%; 
      max-width: 50%;
  } */

  .card {
      margin-bottom: 20px; /* Space between cards */
  }
}

/* Large Devices (Desktops, 1200px and up) */
@media (min-width: 1200px) {
  .col-md-4 {
      flex: 0 0 33.333%; /* Cards take 1/3 width */
      max-width: 33.333%;
  }
}
.course-info {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
}
.card-footer {
    margin-top: 10px;
}


/* styles.css */

.popup {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dimmed background */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.form-logo {
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Maintain aspect ratio */
    margin-right: 15px; /* Space between logo and heading */
}

.popup-content {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  width: 336px;
  height:auto;
  max-width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.popup-inner {
  display: flex;
  width: 100%;
}

.popup-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.popup-image img {
  max-width: 100%;
  height: 100%;
}

/* Center and style the heading */
.form-heading {
  text-align: center; /* Center the text */
}

#form-main {
  max-width: 600px; /* Optional: Limit form width */
  margin: 0 auto; /* Center the form horizontally */
}

.form-group {
  margin-bottom: 10px; /* Reduce spacing between fields */
}

label {
  display: block; /* Ensure label is above the input */
  font-size: 14px; /* Optional: Adjust label size */
  margin-bottom: 5px; /* Reduce spacing under label */
}

input,
textarea {
  width: 100%; /* Make inputs full width */
  padding: 8px; /* Reduce padding for a compact look */
  font-size: 14px; /* Adjust text size for consistency */
}

button {
  padding: 8px 16px; /* Compact button padding */
  font-size: 14px;
}

.form-submit {
  text-align: center; /* Center-align the submit button */
}


.popup-form {
  flex: 1;
  padding: 20px;

}

.popup-form h2 {
  margin-bottom: 15px;
}

.popup-form label {
  margin: 10px 0 5px;
}

.popup-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.popup-form button {
  padding: 10px 20px;
  border: none;
  background-color: #3f257d;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.popup-form button:hover {
  background-color: #3f257d;
}

/* Social Media Links */
.social-media {
  margin-top: 10px;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.social-media a {
  text-decoration: none;
  color: #3f257d;
  font-weight: bold;
}

.social-media a:hover {
  color: #3f257d;
}

/* Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.close:hover {
  color: #f00;
}


/* Media Queries */
@media (max-width: 768px) {
  .popup-content {
      flex-direction: column; /* Stack image and form vertically */
      width: 90%;
  }

  .popup-image {
      border-radius: 10px 10px 0 0; /* Rounded top corners for the image */
  }

  .popup-form {
      padding: 15px;
  }

  .popup-form h2 {
      font-size: 18px;
  }

  .popup-form input {
      padding: 8px;
  }

  .popup-form button {
      padding: 8px 15px;
  }
}

@media (max-width: 480px) {
  .popup-form h2 {
      font-size: 16px;
  }

  .popup-form input {
      padding: 6px;
  }

  .popup-form button {
      padding: 6px 12px;
  }

  .social-media a {
      font-size: 20px;
  }
}

.social-media a img {
        margin: 0 10px;
        transition: transform 0.3s;
    }

 .social-media a img:hover {
        transform: scale(1.1);
    }

