@import url('https://fonts.cdnfonts.com/css/poppins');
/* @import '~@fortawesome/fontawesome-free/css/all.min.css'; */
body{
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fafafa !important;                              
}

.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}


  .auth-one-bg {
    background-image: url("../images/login/ss.jpg");
    background-position: center;
    background-size: cover;
}

.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #000;
}
.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear, left top, right top, from(#364574), to(#b609e3));
    background: linear-gradient(to right, #364574, #b609e3);
    opacity: .9;
}

.auth-page-wrapper .auth-page-content {
    padding-bottom: 60px;
    /* background-color: #fafafa; */
    z-index: 2;
    /* width: 100%; */
}

.shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    /* z-index: 1; */
    pointer-events: none;
}
.shape>svg {
    width: 100%;
    height: auto;
    fill:#fafafa;
}

img, svg {
    vertical-align: middle;
}
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
.particles-js-canvas-el {
    position: relative; 
}

.text-white-50 {
    --vz-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important;
}
.text-center {
    text-align: center !important;
}

.text-primary {
   opacity: 1;
    color: #d508c8 !important;
}

.btn-pry{
    color: #fff;
    background-color: #d508c8 !important;
}

.btn-pry:hover {
    color: #000;
    background-color: #d6c4cb !important;
}

.fs-15 {
    font-size: 15px !important;
}
.fs-15 {
    font-size: 15px !important;
}

.fw-medium {
    font-weight: 500 !important;
}
.mt-3 {
    margin-top: 1rem !important;
}


.form-label {
    margin-bottom: .5rem;
}
label {
    font-weight: 500;
    margin-bottom: .5rem;
}
label {
    display: inline-block;
}

.form-control{
    display: block;
    width: 100%;
    padding: .5rem .9rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
}

@media (min-width: 768px) {
    #page-topbar {
        left: var(--vz-vertical-menu-width);
    }
}

#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: var(--vz-header-bg);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    border-bottom: 1px solid var(--vz-header-border);
}
.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0 1.5rem 0 calc(1.5rem* .5);
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.grettings-box-two {
    padding: 24px 0 24px clamp(1.25rem, -9.71rem + 13.5vw, 4.625rem) !important;
}
.h-100 {
    height: 100% !important;
}
.mt-auto {
    margin-top: auto !important;
}
.d-none {
    display: none !important;
}
.align-items-center {
    align-items: center !important;
}
.grettings {
    padding: 15px;
}

.pt-80 {
    padding-block-start: var(--size-80) !important;
}
.p-20 {
    padding: var(--size-20) !important;
}
.rounded-16 {
    border-radius: 1rem !important;
}
.bg-main-50 {
    background-color: var(--main-50) !important;
}
.text-2xl {
    font-size: 1.5rem !important;
}
.bg-white {
    background-color: hsl(var(--white)) !important;
}
.border-primary-50 {
    border-color: var(--primary-50) !important;
}
.text-success-600 {
    color: var(--success-600) !important;
}
.centerised-img {
    transform: translate(4px, 14px);
}
.mt-n74 {
    margin-block-start: -74px;
}
.mt-t {
    margin-bottom: 10px;
}

.border-gray-100 {
    border-color: #fefefecc !important;
}
.rounded-8 {
    border-radius: 0.5rem !important;
}
.bg-main-100 {
    background-color: var(--main-100) !important;
}
.h-164 {
    height: 10.25rem !important;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-8 {
    padding: 0.5rem !important;
}

.text-13 {
    font-size: 0.8125rem !important;
}
.bg-purple-50 {
    background-color: #efecff !important;
}
.text-purple-600 {
    color: #9e0bc6 !important;
}
.flex-align, .form-check {
    display: flex;
    align-items: center;
}

.h-28 {
    height: 1.75rem !important;
}
.w-28 {
    width: 1.75rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.text-13 {
    font-size: 0.8125rem !important;
}
.text-gray-600 {
    color: #2d2c2dc8 !important;
}

.text-gray-700 {
    color: #1b1b1b5e !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.py-22 {
    padding-block: 0.125rem !important;
}
.px-10 {
    padding-inline: 0.625rem !important;
}

.mb-16 {
    margin-block-end: 1rem !important;
}
.mb-x{
    margin-top: 0.5rem;
}

.view-course-btn {
    width: 100%;
    padding: 3px !important;
    display: inline-block;
  }

  .view-course-btn:hover{
    width: 100%;
    background-color: #fff !important;
    padding: 3px !important;
    color: #ff00e6  !important;
  }

  .search-input-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: clamp(0.5rem, -0.109rem + 1.268vw, 1rem);
  }
  .search-input-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: clamp(0.5rem, -0.109rem + 1.268vw, 1rem);
  }

  .flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }

  .text-15 {
    font-size: 0.9375rem !important;
  }
  .text-gray-600 {
    color: #151A26 !important;
  }

  .flex-align, .form-check {
    display: flex;
    align-items: center;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .bg-main-50 {
    background-color: hsl(310, 90%, 96.1%) !important;
  }
  .text-main-600 {
    color: hsl(317.7, 85%, 44.5%) !important;
  }
  .box-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .overflow-hidden {
    overflow: hidden !important;
  }

.mb0{
    margin-bottom:1.5rem;
}
  .mb-12 {
    margin-block-end: var(--size-12) !important;
  }
  .fw-bold {
    font-weight: 700 !important;
  }

  .text-gray-300 {
    color: #898089 !important;
  }

  .gap-8 {
    gap: 0.5rem !important;
  }
  .mb-12 {
    margin-block-end: 0.75rem !important;
  }
  .text-gray-300 {
    color: #817b7f !important;
  }
  .gap-6 {
    gap: 0.37rem !important;
  }
  .mb-12 {
    margin-block-end: 0.75rem !important;
  }
  .pb-24 {
    padding-block-end: 1.5rem !important;
  }
  .mb-24 {
    margin-block-end: 1.5rem !important;
  }

  .text-gray-200 {
    color: #A5759E !important;
  }
  .text-26 {
    font-size: 1.625rem !important;
  }

  .social-s{
    margin-left: 2rem;
    font-size: 18px;
    color: #c6acbe;
  }

  .shs{
    padding-right: 5px;
    padding-left: 5px;
  }

  .cc-title {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 500;
}
.cc-active{
    background-color: #ececec;
}

.px-16 {
    padding-inline: 1rem !important;
  }

  .py-6 {
    padding-block: 0.375rem !important;
  }

  .bg-main-600 {
    background-color: hsl(301, 94.9%, 61.4%) !important;
  }
  .inset-block-start-0 {
    inset-block-start: 0;
  }
  .inset-inline-end-0 {
    inset-inline-end: 0;
  }
  .pyf-4 {
    padding-block: 0.25rem !important;
  }
  .px-16 {
    padding-inline: 1rem !important;
  }
  .mt-8 {
    margin-block-start: 0.5rem !important;
  }
  .plan-badge {
    clip-path: polygon(6% 0, 100% 0, 100% 50%, 100% 100%, 6% 100%, 0% 50%);
  }

  .text-2xl {
    font-size: 1.5rem !important;
  }
  .text-main-600 {
    color: hsl(301, 94%, 61%) !important;
  }
  .mb-16 {
    margin-block-end: 1rem !important;
  }

  .plan-item.active {
    background-color: hsl(316.7, 90%, 96.1%) !important;
    border-color: hsl(301.1, 93.3%, 88.2%) !important;
  }
  .rounded-16 {
    border-radius: 1rem !important;
  }
  .transition-2 {
    transition: 0.2s linear;
  }
  .plan-item {
    padding: 24px 32px;
  }
  .border {
    border: 1px solid #e6dee3 !important;
      border-top-color: rgb(230, 222, 227);
      border-right-color: rgb(230, 222, 227);
      border-bottom-color: rgb(230, 222, 227);
      border-left-color: rgb(230, 222, 227);
  }

  .enrol-q {
    font-size: 14px;
    color: #eb0c0c;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
  }
  *, ::after, ::before {
    box-sizing: border-box;
  }

  
.dropdown-toggle::after {
    display: inline-block;
  
    margin-left: .255em;
  
    vertical-align: .255em;
  
    content: "";
  
    border-top: .3em solid;
  
    border-right: .3em solid transparent;
  
    border-bottom: 0;
  
    border-left: .3em solid transparent;
  
  }

  .g-20, .gx-20 {
    --bs-gutter-x: 1.25rem !important;
  }

  .rounded-8 {
    border-radius: 0.5rem !important;
  }
  .cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mentor-card__rating {
    gap: 4px;
  }
  .flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mentor-card {
    border: var(--vz-border-width) var(--vz-border-style) var(--vz-border-color) !important;
  }
  .mentor-card__cover {
    min-height: 98px;
  }
  .mentor-card__content {
    border-radius: inherit;
      border-top-left-radius: inherit;
      border-top-right-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid var(--gray-100);
    border-top: 0;
    margin-top: -28px;
    position: relative;
    z-index: 1;
    padding: 16px;
    padding-block-start: 0 !important;
  }

  .h-56 {
    height: 3.5rem !important;
  }
  .w-56 {
    width: 3.5rem !important;
  }
  .rounded-circle {
    border-radius: 50% !important;
  }
  .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important;
  }
  .mentor-card__cover img {
    min-height: inherit;
  }
  .gap-4 {
    gap: 0.25rem !important;
  }

 .inst {
    padding-left: 12px;
}
.mt-20 {
    margin-block-start: 1.25rem !important;
  }
  
  .instcard {
    border: solid 1px #d3cfcf;
    box-shadow:#cecacf 0.1px 0.1px 2px 0.1px !important;
  }

  .ps-8 {
    padding-inline-start: 0.5rem !important;
  }

  .py-9 {
    padding-block: 0.5625rem !important;
  }
  .btn-outline-gray {
    background-color: transparent !important;
    border-color: #6b6a6a !important;
    color:#6b6a6a !important;
  }
  .h-44 {
    height: 2.75rem !important;
  }
  .w-44 {
    width: 2.75rem !important;
  }
  


  /* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}



.canti{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}