/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*=====================
    All Extend Here
=======================*/
/* -----------------------------
    Hover Dropdown Extend  
--------------------------------*/
.rbt-category-menu-wrapper .category-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  clip: rect(0px, 200vw, 0, 0px);
  opacity: 0;
  transition: opacity 0.4s linear, clip 0.6s linear, visibility 0s 0.4s;
  transform: translateZ(0);
}

.lrn-mainmenu-nav .lrn-menu-item li.has-dropdown:hover > .submenu, .lrn-mainmenu-nav .lrn-menu-item > li .submenu > li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  clip: rect(0px, 100vw, 200vh, -30px);
  transition: clip 0.6s linear, opacity 0.4s linear;
}

.rbt-sorting-list .course-switch-layout, .rbt-single-widget ul.rbt-sidebar-list-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*-----------------------------
      Rbt Background Gradient
  -------------------------------*/
.bg-gradient-9 {
  position: relative;
  z-index: 1;
  background: linear-gradient(270deg, var(--color-secondary-100) 0%, var(--color-primary-100) 100%) !important;
}
.bg-gradient-9::after {
  background: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

/*----------------------
      Image Overlay
  ------------------------*/
/*----------------------
      Bg Image  
  ------------------------*/
.about-author .media-body .author-info .title a, .rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li a, .rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-features-list li a, .rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-features-list li a::before, .rbt-author-meta .rbt-author-info a, #scrollUp, ul li a, ol li a, .form-group input, .form-group textarea {
  transition: var(--transition);
}

/*----------------------
      Text Color  
  ------------------------*/
.color-secondary-100 {
  color: var(--color-secondary-100) !important;
}

.color-secondary-400 {
  color: var(--color-secondary-400) !important;
}

.color-secondary-700 {
  color: var(--color-secondary-700) !important;
}

.color-body {
  color: var(--color-body) !important;
}

.color-warning {
  color: var(--color-warning) !important;
}

.color-primary-100 {
  color: var(--color-primary-100) !important;
}

.color-coral {
  color: var(--color-coral) !important;
}

.color-violet {
  color: var(--color-violet) !important;
}

.color-pink {
  color: var(--color-pink) !important;
}

.color-white {
  color: var(--color-white) !important;
}

.color-danger {
  color: var(--color-danger) !important;
}

.color-warning {
  color: var(--color-warning) !important;
}

.color-success-100 {
  color: var(--color-success-100) !important;
}

.color-basic-100 {
  color: var(--color-basic-100) !important;
}

/*----------------------
      Background Color  
  ------------------------*/
.bg-color-dark-100 {
  background-color: var(--color-dark-100);
}

.bg-color-dark-200 {
  background-color: var(--color-dark-200);
}

.bg-color-dark-300 {
  background-color: var(--color-dark-300);
}

.bg-color-dark-400 {
  background-color: var(--color-dark-400);
}

.bg-color-dark-600 {
  background-color: var(--color-dark-600);
}

.bg-color-primary-100 {
  background-color: var(--color-primary-100) !important;
}

.bg-color-heading {
  background-color: var(--color-secondary-100) !important;
}

.bg-color-white {
  background-color: var(--color-white) !important;
}

.bg-color-body {
  background-color: var(--color-body) !important;
}

.bg-color-card-bg {
  background-color: var(--color-card-bg) !important;
}

.card-bg-1 {
  background: var(--color-card-1) !important;
}

.card-bg-2 {
  background: var(--color-card-2) !important;
}

.card-bg-3 {
  background: var(--color-card-3) !important;
}

.card-bg-4 {
  background: var(--color-card-4) !important;
}

.card-bg-5 {
  background: var(--color-card-5) !important;
}

.card-bg-6 {
  background: var(--color-card-6) !important;
}

.bg-color-success {
  background-color: var(--color-success) !important;
}

.bg-color-danger {
  background-color: var(--color-danger) !important;
}

.bg-color-warning {
  background-color: var(--color-warning) !important;
}

.bg-color-info {
  background-color: var(--color-info) !important;
}

/*-----------------------------
      Rbt Background Gradient
  -------------------------------*/
.rbt-gradient {
  position: relative;
}
.rbt-gradient::before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 100%;
}
.rbt-gradient.bottom-theme-gradient {
  bottom: 0;
  height: 800;
}
.rbt-gradient.bottom-theme-gradient::before {
  background: var(--gradient-3);
}

.bg-gradient-1 {
  background: var(--gradient-1) !important;
}

.bg-gradient-2 {
  background: var(--gradient-2) !important;
}

.bg-gradient-3 {
  background: var(--gradient-3) !important;
}

.bg-gradient-4 {
  background: var(--gradient-4) !important;
}

.bg-gradient-5 {
  background: var(--gradient-5) !important;
}

.bg-gradient-6 {
  background: var(--gradient-6) !important;
}

.bg-gradient-7 {
  background: var(--gradient-7) !important;
}

.bg-gradient-8 {
  background: var(--gradient-8) !important;
}

.bg-gradient-10 {
  background: linear-gradient(141.76deg, #f5d9d5 0.59%, #f5eab4 39.43%, #b76cea 100%) !important;
}

.bg-gradient-11 {
  background: linear-gradient(180deg, #eedefd 0%, #ffffff 100%) !important;
}

.bg-gradient-12 {
  background: linear-gradient(208.29deg, #f5d9d5 0%, #f5eab4 42.92%, #99d9f5 100%) !important;
}

.bg-gradient-13 {
  background: linear-gradient(180deg, rgba(218, 251, 255, 0) 0%, #dafbff 100%) !important;
}

.bg-gradient-14 {
  background: var(--gradient-9) !important;
}

.bg-gradient-15 {
  background: linear-gradient(151.71deg, #29c986 0%, #2fc8e5 100%) !important;
}

.bg-gradient-16 {
  background: linear-gradient(151.71deg, #ff652d 0%, #ffa426 100%) !important;
}

.bg-gradient-17 {
  background: linear-gradient(151.71deg, #30c4ff 0%, #7259ff 100%) !important;
}

.theme-mainbg-gradient {
  background-color: var(--color-light);
  position: relative;
  background-image: url(../images/bg/bg-g1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.lrn-gradient-100 {
  background: var(--color-gradient-100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lrn-gradient-500 {
  background: linear-gradient(90deg, #9e7aff 0%, #fe8bbb 32%, #ffbd7a 65.5%, #fee398 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lrn-gradient-300 {
  background: var(--color-gradient-900);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*---------------------- 
      Common Css 
  --------------------------*/
.liststyle {
  padding: 0;
  margin: 0;
  list-style: none;
}

.height-auto {
  height: auto !important;
}

.max-width-auto {
  max-width: inherit !important;
}

.lrn-rounded-5 {
  border-radius: 5px;
}

.lrn-rounded-15 {
  border-radius: 15px;
}

.w-fit {
  width: fit-content;
}

.border-bottom-primary {
  border-bottom: 1px solid var(--primary-border);
}

.flex-auto {
  flex: auto;
}

/* ========= Forms Styles ========= */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input,
select,
textarea {
  width: 100%;
  transition: 0.3s;
}

input {
  height: 40px;
  padding: 0 15px;
}

select {
  transition: 0.3s;
  height: 60px;
  line-height: 28px;
  padding: 10px 20px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
  background: #ffffff url(../images/icons/arrow.png) no-repeat center right 20px;
  visibility: hidden;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=date],
input[type=time],
textarea {
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 28px;
  background: transparent;
  padding: 1px 15px 4px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-secondary-100);
  /* -- Placeholder -- */
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=time]::placeholder,
textarea::placeholder {
  color: var(--color-body);
  /* Firefox */
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-body);
  opacity: 1;
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-body);
  opacity: 1;
}
input[type=text].p-holder__active, .input-active input[type=text], input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
input[type=date].p-holder__active,
.input-active input[type=date],
input[type=date].input-active,
input[type=time].p-holder__active,
.input-active input[type=time],
input[type=time].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary-100);
  /* -- Placeholder -- */
}
input[type=text].p-holder__active::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
input[type=date].p-holder__active::placeholder,
.input-active input[type=date]::placeholder,
input[type=date].input-active::placeholder,
input[type=time].p-holder__active::placeholder,
.input-active input[type=time]::placeholder,
input[type=time].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary-100);
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__active:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
input[type=date].p-holder__active:-ms-input-placeholder,
.input-active input[type=date]:-ms-input-placeholder,
input[type=date].input-active:-ms-input-placeholder,
input[type=time].p-holder__active:-ms-input-placeholder,
.input-active input[type=time]:-ms-input-placeholder,
input[type=time].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary-100);
}
input[type=text].p-holder__active::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
input[type=date].p-holder__active::-ms-input-placeholder,
.input-active input[type=date]::-ms-input-placeholder,
input[type=date].input-active::-ms-input-placeholder,
input[type=time].p-holder__active::-ms-input-placeholder,
.input-active input[type=time]::-ms-input-placeholder,
input[type=time].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary-100);
}
input[type=text].p-holder__error, .input-error input[type=text], input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
input[type=date].p-holder__error,
.input-error input[type=date],
input[type=date].input-error,
input[type=time].p-holder__error,
.input-error input[type=time],
input[type=time].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
input[type=text].p-holder__error::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
input[type=date].p-holder__error::placeholder,
.input-error input[type=date]::placeholder,
input[type=date].input-error::placeholder,
input[type=time].p-holder__error::placeholder,
.input-error input[type=time]::placeholder,
input[type=time].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__error:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
input[type=date].p-holder__error:-ms-input-placeholder,
.input-error input[type=date]:-ms-input-placeholder,
input[type=date].input-error:-ms-input-placeholder,
input[type=time].p-holder__error:-ms-input-placeholder,
.input-error input[type=time]:-ms-input-placeholder,
input[type=time].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
input[type=text].p-holder__error::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
input[type=date].p-holder__error::-ms-input-placeholder,
.input-error input[type=date]::-ms-input-placeholder,
input[type=date].input-error::-ms-input-placeholder,
input[type=time].p-holder__error::-ms-input-placeholder,
.input-error input[type=time]::-ms-input-placeholder,
input[type=time].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}
input[type=text].p-holder__error:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
input[type=date].p-holder__error:focus,
.input-error input[type=date]:focus,
input[type=date].input-error:focus,
input[type=time].p-holder__error:focus,
.input-error input[type=time]:focus,
input[type=time].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=time]:focus,
textarea:focus {
  border-color: var(--color-primary-100);
}

.form-blank-input {
  width: 140px;
  height: 30px !important;
  border-top: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  outline: 0 !important;
  border-radius: 0 !important;
  padding: 0 4px !important;
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: var(--color-body);
  font-weight: 400;
  padding-left: 20px;
  cursor: pointer;
  margin-bottom: 0;
}
input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: var(--border-width) solid var(--color-border);
  border-radius: 2px;
  transition: all 0.3s;
}
input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
input[type=checkbox]:checked ~ label::before,
input[type=radio]:checked ~ label::before {
  background-color: var(--color-primary-100);
  border-color: var(--color-primary-100);
}
input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1;
}

.form-switch {
  display: flex;
  align-items: center;
}
.form-switch input[type=checkbox] {
  opacity: 1;
  position: relative;
  margin-left: 0 !important;
  margin-top: 0;
  outline: none;
  margin-bottom: 0;
}
.form-switch input[type=checkbox]:checked {
  background-color: var(--color-primary-100);
  border-color: var(--color-primary-100);
}
.form-switch input[type=checkbox] ~ label {
  padding-left: 10px;
}
.form-switch input[type=checkbox] ~ label::before, .form-switch input[type=checkbox] ~ label::after {
  display: none;
}

.react-select__indicator svg {
  color: var(--color-body);
}

.rbt-category-update .update-category-dropdown .inner .dropdown-parent-wrapper .dropdown-parent-list .dropdown-child-wrapper .child-inner .dropdown-child-list a {
  color: var(--color-white-off);
}
.rbt-category-update .update-category-dropdown .inner .dropdown-parent-wrapper .dropdown-parent-list .dropdown-child-wrapper .child-inner .dropdown-child-list a:hover {
  color: var(--color-primary-100);
}

.react-select2 .react-select__control {
  background-color: transparent;
  border-radius: 28px 0 0 28px;
  height: 45px !important;
  min-width: 250px;
  border-color: transparent !important;
}
.react-select2 .react-select__control .react-select__input-container {
  padding-top: 0;
}

.react-select {
  max-width: 250px;
}

.form-group {
  margin-bottom: 20px;
  display: inline-block;
}
.form-group input {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  height: 50px;
  font-size: 16px;
  padding: 0px;
  width: 100%;
}
.form-group input:focus {
  border-color: var(--color-primary-100);
}
.form-group textarea {
  height: auto;
  min-height: 193px;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  resize: none;
  padding: 15px;
  font-size: 16px;
  width: 100%;
}
.form-group textarea:focus {
  border-color: var(--color-primary-100);
}

textarea {
  padding: 10px 15px;
  height: auto;
}

.react-select {
  z-index: 9;
}
.react-select input {
  height: 36px;
}
.react-select .react-select__control {
  height: 50px;
}
.react-select .react-select__single-value {
  margin: 0;
  color: var(--color-body);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.react-select .react-select__value-container {
  padding-left: 20px;
  font-size: 16px;
}
.react-select .react-select__indicator-separator {
  display: none;
}
.react-select .react-select__clear-indicator {
  padding: 3px;
}
.react-select .react-select__menu {
  margin: 2px 0;
}
.react-select .react-select__menu-list {
  padding: 10px;
}
.react-select .react-select__option {
  padding: 5px 10px;
  color: var(--color-body);
  font-size: 16px;
  border-radius: 4px;
}
.react-select .react-select__option--is-selected,
.react-select .react-select__option--is-focused {
  background-color: var(--black-opacity);
  color: var(--color-primary-100);
}

input[type=submit] {
  width: auto;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 6px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  border: var(--border-width) solid var(--color-primary-100);
  background: var(--color-primary-100);
  color: #ffffff;
  height: 60px;
  margin-top: 30px;
}
input[type=submit]:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-body) !important;
}

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-body) !important;
}

.form-check {
  padding-left: 0;
}

.rbt-checkbox-wrapper {
  position: relative;
}

input[disabled] {
  display: none;
}

/* For Image Radio  */
.rbt-image-checkbox {
  display: flex;
  height: 100%;
}
.rbt-image-checkbox label {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 0 !important;
  border: 3px solid var(--color-border);
  border-radius: 6px;
}
.rbt-image-checkbox label::after {
  background-image: url(../images/icons/yes.png) !important;
  opacity: 0;
  position: absolute !important;
  content: "" !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  transform: none !important;
  width: 40px !important;
  height: 40px !important;
  border: 0 none;
  left: auto !important;
  top: -20px !important;
  right: -20px !important;
}
.rbt-image-checkbox label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rbt-image-checkbox input[type=radio] ~ label::before {
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  border: 0 none;
  border-radius: 0;
}
.rbt-image-checkbox input[type=radio]:checked + label::after, .rbt-image-checkbox input[type=radio]:checked + label::before {
  opacity: 1;
}
.rbt-image-checkbox input[type=radio] {
  display: none;
}

.lrn-select {
  position: relative;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(214, 218, 240, 0.1), rgba(255, 255, 255, 0));
}
.lrn-select::before {
  content: "";
  top: 2px;
  left: 2px;
  position: absolute;
  background: var(--color-dark-100);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 8px;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239382FF'/%3e%3c/svg%3e");
  margin-left: 0;
  cursor: pointer;
  width: 2.5em;
  height: 1.25em;
  padding: 0;
  background-color: var(--color-dark-400);
  background-image: var(--bs-form-switch-bg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  border-color: var(--primary-border-2);
}
.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
  background-color: var(--color-primary-100);
  background-position: right center;
  border-color: var(--primary-border-2) !important;
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239382FF'/%3e%3c/svg%3e");
  border-color: var(--primary-border-2);
  outline: 0;
  box-shadow: none;
}
.form-switch .form-check-input:focus-visible, .form-switch .form-check-input:active, .form-switch .form-check-input:checked:focus, .form-switch .form-check-input:checked:focus-visible, .form-switch .form-check-input:checked:active {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: none;
  border-color: var(--primary-border-2);
}

.rbt-modern-select.bg-transparent .nice-select {
  background-color: transparent;
  border: 2px solid var(--primary-border);
}
.rbt-modern-select.height-50 .nice-select {
  height: 50px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
}

/*-- Variables --*/
:root {
  --color-white: #ffffff;
  --color-body: rgba(214, 218, 240, 0.70);
  --color-card-bg: rgba(214, 218, 240, 0.10);
  --white-opacity: #ffffff21;
  --color-primary-100: #9382FF;
  --color-primary-200: #8273E2;
  --color-primary-300: #6156A9;
  --color-primary-400: #50478B;
  --color-primary-500: #40396F;
  --color-primary-600: #302A53;
  --color-primary-700: #7E6FC0;
  --color-secondary-100: #D6DAF0;
  --color-secondary-200: #C7CCEB;
  --color-secondary-300: #B8BFE5;
  --color-secondary-400: #A9B1E0;
  --color-secondary-500: #9AA4DA;
  --color-secondary-600: #8F9AD6;
  --color-secondary-700: #979AB2;
  --color-secondary-800: #D0D0D0;
  --color-dark-100: #050520;
  --color-dark-200: #160A35;
  --color-dark-300: #0F102A;
  --color-dark-400: #1A1A35;
  --color-dark-500: #d6acac;
  --color-dark-600: #1D1D2E;
  --color-basic-100: #B26EF7;
  --color-success-100: #2ECA7F;
  --color-success-200: #219653;
  --color-warning: #FFBD7A;
  --color-info-100: #6AE4FF;
  --color-error-100: #FF71BF;
  --color-facebook-100: #1877F2;
  --color-twitter-100: #1BA1F2;
  --color-youtube-100: #ff0033;
  --color-whatsapp-100: #25d366;
  --color-instagram-100: #C13584;
  --color-card-1: rgba(214, 218, 240, 0.10);
  --primary-border: #1A1A35;
  --primary-border-2: #404056;
  --color-gradient-100: linear-gradient(114deg, #B26EF7 0%, #FF71BF 46.5%, #FFBD7A 100%);
  --color-gradient-200: linear-gradient(90deg, #B26EF7 0%, #FF71BF 51.5%, #FFBD7A 100%);
  --color-gradient-300: linear-gradient(180deg, #7E6FC0 0%, var(--color-dark-400) 100%);
  --color-gradient-400: linear-gradient(114deg, rgba(178, 110, 247, 0.1607843137) 0%, rgba(255, 113, 191, 0.1607843137) 46.5%, rgba(255, 152, 106, 0.1607843137) 100%);
  --color-gradient-500: linear-gradient(90deg, #9E7AFF 0%, #FE8BBB 32%, #FFBD7A 65.5%, #FEE398 100%);
  --color-gradient-600: linear-gradient(180deg, #404060 0%, rgba(63, 63, 100, 0) 100%);
  --color-gradient-700: linear-gradient(180deg, #141330 0%, rgba(255, 255, 255, 0) 100%);
  --color-gradient-800: linear-gradient(180deg, #202032 0%, #2D2D4A 100%);
  --color-gradient-900: linear-gradient(180deg, #7E6FC0 0%, #302A53 100%);
  --default-gradient-2: linear-gradient(170deg, #1A1A35 6.13%, #0F102A 89%);
  --shadow-1: 0px 9px 46px 0px rgba(255, 113, 191, 0.20);
  --shadow-2: 0px 14px 102px 0px rgba(178, 110, 247, 0.20);
  --shadow-3: 0px 24px 45px 0px rgba(255, 113, 191, 0.20);
  --shadow-4: 0px 15px 26px 0px rgba(26, 26, 53, 0.60);
  --shadow-5: 0px 3px 0px 0px rgba(255, 113, 191, 0.55);
  --shadow-6: 0px 4px 12.2px rgba(139, 111, 185, 0.20);
  --shadow-7: 0px 14px 102px 0px rgba(80, 48, 125, 0.40);
  --radius-10: 10px;
  --radius-big: 12px;
  --radius-small: 6px;
  --radius: 8px;
  --border-width: 2px;
  --transition: 0.3s;
  --transition-2: 256ms ease-in-out;
  --transition-3: transform .85s cubic-bezier(.23, 1, .32, 1), background .3s, border .3s, --transition-4: all .25s cubic-bezier(.645, .045, .355, 1);
  --transition-4: all .25s cubic-bezier(.645, .045, .355, 1);
  --transition-5: 0.8s;
  --font-primary: "DM Sans", sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semiBold: 600;
  --fw-bold: 700;
  --fw-extra-bold: 800;
  --fw-black: 900;
  --font-size-b1: 24px;
  --font-size-b2: 18px;
  --font-size-b3: 16px;
  --font-size-b4: 14px;
  --font-size-b5: 12px;
  --line-height-b1: 1.5;
  --line-height-b2: 1.67;
  --line-height-b3: 1.75;
  --line-height-b4: 1.5;
  --line-height-b5: 1.5;
  --h1: 56px;
  --h2: 48px;
  --h3: 34px;
  --h4: 30px;
  --h5: 24px;
  --h6: 20px;
  --div-gap-1: 10px;
}

/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-secondary-100);
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary-100);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary-100);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary-100);
}

kbd,
ins {
  color: #ffffff;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: var(--font-size-b3);
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--color-body);
  background: var(--color-lighter);
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-secondary-100);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 500;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--color-secondary-100);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--fw-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/*=========================
    Section Separation 
==========================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mt_dec--80 {
  margin-top: -80px;
}

.mt_dec--100 {
  margin-top: -100px;
}

.mt_dec--5 {
  margin-top: -5px !important;
}

.wdt-100 {
  width: 100px;
}

.lrn-section-gap {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-section-gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-section-gap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-section-gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.lrn-section-gapBottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-section-gapBottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-section-gapBottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-section-gapBottom {
    padding-bottom: 60px;
  }
}

.lrn-section-gapTop {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-section-gapTop {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-section-gapTop {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-section-gapTop {
    padding-top: 60px;
  }
}

.lrn-section-gap2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-section-gap2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-section-gap2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.lrn-section-gapBottom2 {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-section-gapBottom2 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-section-gapBottom2 {
    padding-bottom: 60px;
  }
}

.lrn-section-gapTop2 {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-section-gapTop2 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-section-gapTop2 {
    padding-top: 60px;
  }
}

.lrn-section-gapTop3 {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-section-gapTop3 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-section-gapTop3 {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--165,
  .pb--85 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .pb--165,
  .pb--85 {
    padding-bottom: 60px;
  }
}

.mt_dec--120 {
  margin-top: -120px !important;
}

.mt_dec--70 {
  margin-top: -70px !important;
}

.mt_dec--60 {
  margin-top: -60px !important;
}

.mt_dec--50 {
  margin-top: -50px !important;
}

.mt_dec--30 {
  margin-top: -30px !important;
}

.mt_dec--40 {
  margin-top: -40px !important;
}

.mt_dec--20 {
  margin-top: -20px !important;
}

.ml_dec_20 {
  margin-left: -20px !important;
}

.mt_dec--half {
  margin-bottom: -156px;
}

.default-callto-action-overlap {
  padding-top: 276px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .default-callto-action-overlap {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .default-callto-action-overlap {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--120 {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb--120 {
    padding: 60px 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb--70 {
    padding-bottom: 60px !important;
  }
}

.pl--0 {
  padding-left: 0 !important;
}

.pr--0 {
  padding-right: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.pt--260 {
  padding-top: 260px;
}

.pt--250 {
  padding-top: 250px;
}

.pb--240 {
  padding-bottom: 240px;
}

.pb--220 {
  padding-bottom: 220px;
}

.plr--270 {
  padding: 0 270px;
}

.plr--300 {
  padding: 0 300px;
}

.plr--340 {
  padding: 0 340px;
}

.plr--0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ptb--300 {
  padding: 300px 0;
}

.ptb--340 {
  padding: 340px 0;
}

.ptb--450 {
  padding: 450px 0;
}

.plr_dec--15 {
  margin: 0 -15px;
}

.pt--300 {
  padding-top: 300px;
}

.pl--300 {
  padding-left: 300px;
}

.ptb--5 {
  padding: 5px 0 !important;
}

.plr--5 {
  padding: 0 5px !important;
}

.pt--5 {
  padding-top: 5px !important;
}

.pb--5 {
  padding-bottom: 5px !important;
}

.pl--5 {
  padding-left: 5px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

.mt--5 {
  margin-top: 5px !important;
}

.mb--5 {
  margin-bottom: 5px !important;
}

.mr--5 {
  margin-right: 5px !important;
}

.ml--5 {
  margin-left: 5px !important;
}

.px--5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py--5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ptb--10 {
  padding: 10px 0 !important;
}

.plr--10 {
  padding: 0 10px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pl--10 {
  padding-left: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.px--10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py--10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ptb--15 {
  padding: 15px 0 !important;
}

.plr--15 {
  padding: 0 15px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

.pb--15 {
  padding-bottom: 15px !important;
}

.pl--15 {
  padding-left: 15px !important;
}

.pr--15 {
  padding-right: 15px !important;
}

.mt--15 {
  margin-top: 15px !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.mr--15 {
  margin-right: 15px !important;
}

.ml--15 {
  margin-left: 15px !important;
}

.px--15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py--15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ptb--20 {
  padding: 20px 0 !important;
}

.plr--20 {
  padding: 0 20px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pl--20 {
  padding-left: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.px--20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py--20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ptb--25 {
  padding: 25px 0 !important;
}

.plr--25 {
  padding: 0 25px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

.pb--25 {
  padding-bottom: 25px !important;
}

.pl--25 {
  padding-left: 25px !important;
}

.pr--25 {
  padding-right: 25px !important;
}

.mt--25 {
  margin-top: 25px !important;
}

.mb--25 {
  margin-bottom: 25px !important;
}

.mr--25 {
  margin-right: 25px !important;
}

.ml--25 {
  margin-left: 25px !important;
}

.px--25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py--25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ptb--30 {
  padding: 30px 0 !important;
}

.plr--30 {
  padding: 0 30px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pl--30 {
  padding-left: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.px--30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py--30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ptb--35 {
  padding: 35px 0 !important;
}

.plr--35 {
  padding: 0 35px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

.pb--35 {
  padding-bottom: 35px !important;
}

.pl--35 {
  padding-left: 35px !important;
}

.pr--35 {
  padding-right: 35px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

.mr--35 {
  margin-right: 35px !important;
}

.ml--35 {
  margin-left: 35px !important;
}

.px--35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.py--35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.ptb--40 {
  padding: 40px 0 !important;
}

.plr--40 {
  padding: 0 40px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pl--40 {
  padding-left: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.px--40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py--40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ptb--45 {
  padding: 45px 0 !important;
}

.plr--45 {
  padding: 0 45px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

.pb--45 {
  padding-bottom: 45px !important;
}

.pl--45 {
  padding-left: 45px !important;
}

.pr--45 {
  padding-right: 45px !important;
}

.mt--45 {
  margin-top: 45px !important;
}

.mb--45 {
  margin-bottom: 45px !important;
}

.mr--45 {
  margin-right: 45px !important;
}

.ml--45 {
  margin-left: 45px !important;
}

.px--45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py--45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.ptb--50 {
  padding: 50px 0 !important;
}

.plr--50 {
  padding: 0 50px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pl--50 {
  padding-left: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mr--50 {
  margin-right: 50px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.px--50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py--50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ptb--55 {
  padding: 55px 0 !important;
}

.plr--55 {
  padding: 0 55px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

.pb--55 {
  padding-bottom: 55px !important;
}

.pl--55 {
  padding-left: 55px !important;
}

.pr--55 {
  padding-right: 55px !important;
}

.mt--55 {
  margin-top: 55px !important;
}

.mb--55 {
  margin-bottom: 55px !important;
}

.mr--55 {
  margin-right: 55px !important;
}

.ml--55 {
  margin-left: 55px !important;
}

.px--55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.py--55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.ptb--60 {
  padding: 60px 0 !important;
}

.plr--60 {
  padding: 0 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pl--60 {
  padding-left: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.px--60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py--60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ptb--65 {
  padding: 65px 0 !important;
}

.plr--65 {
  padding: 0 65px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

.pb--65 {
  padding-bottom: 65px !important;
}

.pl--65 {
  padding-left: 65px !important;
}

.pr--65 {
  padding-right: 65px !important;
}

.mt--65 {
  margin-top: 65px !important;
}

.mb--65 {
  margin-bottom: 65px !important;
}

.mr--65 {
  margin-right: 65px !important;
}

.ml--65 {
  margin-left: 65px !important;
}

.px--65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.py--65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.ptb--70 {
  padding: 70px 0 !important;
}

.plr--70 {
  padding: 0 70px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pl--70 {
  padding-left: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.px--70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py--70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.ptb--75 {
  padding: 75px 0 !important;
}

.plr--75 {
  padding: 0 75px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

.pb--75 {
  padding-bottom: 75px !important;
}

.pl--75 {
  padding-left: 75px !important;
}

.pr--75 {
  padding-right: 75px !important;
}

.mt--75 {
  margin-top: 75px !important;
}

.mb--75 {
  margin-bottom: 75px !important;
}

.mr--75 {
  margin-right: 75px !important;
}

.ml--75 {
  margin-left: 75px !important;
}

.px--75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.py--75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.ptb--80 {
  padding: 80px 0 !important;
}

.plr--80 {
  padding: 0 80px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pl--80 {
  padding-left: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.px--80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py--80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ptb--85 {
  padding: 85px 0 !important;
}

.plr--85 {
  padding: 0 85px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

.pb--85 {
  padding-bottom: 85px !important;
}

.pl--85 {
  padding-left: 85px !important;
}

.pr--85 {
  padding-right: 85px !important;
}

.mt--85 {
  margin-top: 85px !important;
}

.mb--85 {
  margin-bottom: 85px !important;
}

.mr--85 {
  margin-right: 85px !important;
}

.ml--85 {
  margin-left: 85px !important;
}

.px--85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.py--85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.ptb--90 {
  padding: 90px 0 !important;
}

.plr--90 {
  padding: 0 90px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pl--90 {
  padding-left: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.px--90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py--90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.ptb--95 {
  padding: 95px 0 !important;
}

.plr--95 {
  padding: 0 95px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

.pb--95 {
  padding-bottom: 95px !important;
}

.pl--95 {
  padding-left: 95px !important;
}

.pr--95 {
  padding-right: 95px !important;
}

.mt--95 {
  margin-top: 95px !important;
}

.mb--95 {
  margin-bottom: 95px !important;
}

.mr--95 {
  margin-right: 95px !important;
}

.ml--95 {
  margin-left: 95px !important;
}

.px--95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.py--95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.ptb--100 {
  padding: 100px 0 !important;
}

.plr--100 {
  padding: 0 100px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pl--100 {
  padding-left: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

.px--100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py--100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ptb--105 {
  padding: 105px 0 !important;
}

.plr--105 {
  padding: 0 105px !important;
}

.pt--105 {
  padding-top: 105px !important;
}

.pb--105 {
  padding-bottom: 105px !important;
}

.pl--105 {
  padding-left: 105px !important;
}

.pr--105 {
  padding-right: 105px !important;
}

.mt--105 {
  margin-top: 105px !important;
}

.mb--105 {
  margin-bottom: 105px !important;
}

.mr--105 {
  margin-right: 105px !important;
}

.ml--105 {
  margin-left: 105px !important;
}

.px--105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.py--105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.ptb--110 {
  padding: 110px 0 !important;
}

.plr--110 {
  padding: 0 110px !important;
}

.pt--110 {
  padding-top: 110px !important;
}

.pb--110 {
  padding-bottom: 110px !important;
}

.pl--110 {
  padding-left: 110px !important;
}

.pr--110 {
  padding-right: 110px !important;
}

.mt--110 {
  margin-top: 110px !important;
}

.mb--110 {
  margin-bottom: 110px !important;
}

.mr--110 {
  margin-right: 110px !important;
}

.ml--110 {
  margin-left: 110px !important;
}

.px--110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.py--110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.ptb--115 {
  padding: 115px 0 !important;
}

.plr--115 {
  padding: 0 115px !important;
}

.pt--115 {
  padding-top: 115px !important;
}

.pb--115 {
  padding-bottom: 115px !important;
}

.pl--115 {
  padding-left: 115px !important;
}

.pr--115 {
  padding-right: 115px !important;
}

.mt--115 {
  margin-top: 115px !important;
}

.mb--115 {
  margin-bottom: 115px !important;
}

.mr--115 {
  margin-right: 115px !important;
}

.ml--115 {
  margin-left: 115px !important;
}

.px--115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.py--115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.ptb--120 {
  padding: 120px 0 !important;
}

.plr--120 {
  padding: 0 120px !important;
}

.pt--120 {
  padding-top: 120px !important;
}

.pb--120 {
  padding-bottom: 120px !important;
}

.pl--120 {
  padding-left: 120px !important;
}

.pr--120 {
  padding-right: 120px !important;
}

.mt--120 {
  margin-top: 120px !important;
}

.mb--120 {
  margin-bottom: 120px !important;
}

.mr--120 {
  margin-right: 120px !important;
}

.ml--120 {
  margin-left: 120px !important;
}

.px--120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.py--120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.ptb--125 {
  padding: 125px 0 !important;
}

.plr--125 {
  padding: 0 125px !important;
}

.pt--125 {
  padding-top: 125px !important;
}

.pb--125 {
  padding-bottom: 125px !important;
}

.pl--125 {
  padding-left: 125px !important;
}

.pr--125 {
  padding-right: 125px !important;
}

.mt--125 {
  margin-top: 125px !important;
}

.mb--125 {
  margin-bottom: 125px !important;
}

.mr--125 {
  margin-right: 125px !important;
}

.ml--125 {
  margin-left: 125px !important;
}

.px--125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.py--125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.ptb--130 {
  padding: 130px 0 !important;
}

.plr--130 {
  padding: 0 130px !important;
}

.pt--130 {
  padding-top: 130px !important;
}

.pb--130 {
  padding-bottom: 130px !important;
}

.pl--130 {
  padding-left: 130px !important;
}

.pr--130 {
  padding-right: 130px !important;
}

.mt--130 {
  margin-top: 130px !important;
}

.mb--130 {
  margin-bottom: 130px !important;
}

.mr--130 {
  margin-right: 130px !important;
}

.ml--130 {
  margin-left: 130px !important;
}

.px--130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.py--130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.ptb--135 {
  padding: 135px 0 !important;
}

.plr--135 {
  padding: 0 135px !important;
}

.pt--135 {
  padding-top: 135px !important;
}

.pb--135 {
  padding-bottom: 135px !important;
}

.pl--135 {
  padding-left: 135px !important;
}

.pr--135 {
  padding-right: 135px !important;
}

.mt--135 {
  margin-top: 135px !important;
}

.mb--135 {
  margin-bottom: 135px !important;
}

.mr--135 {
  margin-right: 135px !important;
}

.ml--135 {
  margin-left: 135px !important;
}

.px--135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

.py--135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.ptb--140 {
  padding: 140px 0 !important;
}

.plr--140 {
  padding: 0 140px !important;
}

.pt--140 {
  padding-top: 140px !important;
}

.pb--140 {
  padding-bottom: 140px !important;
}

.pl--140 {
  padding-left: 140px !important;
}

.pr--140 {
  padding-right: 140px !important;
}

.mt--140 {
  margin-top: 140px !important;
}

.mb--140 {
  margin-bottom: 140px !important;
}

.mr--140 {
  margin-right: 140px !important;
}

.ml--140 {
  margin-left: 140px !important;
}

.px--140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.py--140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.ptb--145 {
  padding: 145px 0 !important;
}

.plr--145 {
  padding: 0 145px !important;
}

.pt--145 {
  padding-top: 145px !important;
}

.pb--145 {
  padding-bottom: 145px !important;
}

.pl--145 {
  padding-left: 145px !important;
}

.pr--145 {
  padding-right: 145px !important;
}

.mt--145 {
  margin-top: 145px !important;
}

.mb--145 {
  margin-bottom: 145px !important;
}

.mr--145 {
  margin-right: 145px !important;
}

.ml--145 {
  margin-left: 145px !important;
}

.px--145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

.py--145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.ptb--150 {
  padding: 150px 0 !important;
}

.plr--150 {
  padding: 0 150px !important;
}

.pt--150 {
  padding-top: 150px !important;
}

.pb--150 {
  padding-bottom: 150px !important;
}

.pl--150 {
  padding-left: 150px !important;
}

.pr--150 {
  padding-right: 150px !important;
}

.mt--150 {
  margin-top: 150px !important;
}

.mb--150 {
  margin-bottom: 150px !important;
}

.mr--150 {
  margin-right: 150px !important;
}

.ml--150 {
  margin-left: 150px !important;
}

.px--150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.py--150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.ptb--155 {
  padding: 155px 0 !important;
}

.plr--155 {
  padding: 0 155px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

.pb--155 {
  padding-bottom: 155px !important;
}

.pl--155 {
  padding-left: 155px !important;
}

.pr--155 {
  padding-right: 155px !important;
}

.mt--155 {
  margin-top: 155px !important;
}

.mb--155 {
  margin-bottom: 155px !important;
}

.mr--155 {
  margin-right: 155px !important;
}

.ml--155 {
  margin-left: 155px !important;
}

.px--155 {
  padding-left: 155px !important;
  padding-right: 155px !important;
}

.py--155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

.ptb--160 {
  padding: 160px 0 !important;
}

.plr--160 {
  padding: 0 160px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

.pb--160 {
  padding-bottom: 160px !important;
}

.pl--160 {
  padding-left: 160px !important;
}

.pr--160 {
  padding-right: 160px !important;
}

.mt--160 {
  margin-top: 160px !important;
}

.mb--160 {
  margin-bottom: 160px !important;
}

.mr--160 {
  margin-right: 160px !important;
}

.ml--160 {
  margin-left: 160px !important;
}

.px--160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.py--160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.ptb--165 {
  padding: 165px 0 !important;
}

.plr--165 {
  padding: 0 165px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

.pb--165 {
  padding-bottom: 165px !important;
}

.pl--165 {
  padding-left: 165px !important;
}

.pr--165 {
  padding-right: 165px !important;
}

.mt--165 {
  margin-top: 165px !important;
}

.mb--165 {
  margin-bottom: 165px !important;
}

.mr--165 {
  margin-right: 165px !important;
}

.ml--165 {
  margin-left: 165px !important;
}

.px--165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

.py--165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.ptb--170 {
  padding: 170px 0 !important;
}

.plr--170 {
  padding: 0 170px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

.pb--170 {
  padding-bottom: 170px !important;
}

.pl--170 {
  padding-left: 170px !important;
}

.pr--170 {
  padding-right: 170px !important;
}

.mt--170 {
  margin-top: 170px !important;
}

.mb--170 {
  margin-bottom: 170px !important;
}

.mr--170 {
  margin-right: 170px !important;
}

.ml--170 {
  margin-left: 170px !important;
}

.px--170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.py--170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.ptb--175 {
  padding: 175px 0 !important;
}

.plr--175 {
  padding: 0 175px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

.pb--175 {
  padding-bottom: 175px !important;
}

.pl--175 {
  padding-left: 175px !important;
}

.pr--175 {
  padding-right: 175px !important;
}

.mt--175 {
  margin-top: 175px !important;
}

.mb--175 {
  margin-bottom: 175px !important;
}

.mr--175 {
  margin-right: 175px !important;
}

.ml--175 {
  margin-left: 175px !important;
}

.px--175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

.py--175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

.ptb--180 {
  padding: 180px 0 !important;
}

.plr--180 {
  padding: 0 180px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

.pb--180 {
  padding-bottom: 180px !important;
}

.pl--180 {
  padding-left: 180px !important;
}

.pr--180 {
  padding-right: 180px !important;
}

.mt--180 {
  margin-top: 180px !important;
}

.mb--180 {
  margin-bottom: 180px !important;
}

.mr--180 {
  margin-right: 180px !important;
}

.ml--180 {
  margin-left: 180px !important;
}

.px--180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.py--180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.ptb--185 {
  padding: 185px 0 !important;
}

.plr--185 {
  padding: 0 185px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

.pb--185 {
  padding-bottom: 185px !important;
}

.pl--185 {
  padding-left: 185px !important;
}

.pr--185 {
  padding-right: 185px !important;
}

.mt--185 {
  margin-top: 185px !important;
}

.mb--185 {
  margin-bottom: 185px !important;
}

.mr--185 {
  margin-right: 185px !important;
}

.ml--185 {
  margin-left: 185px !important;
}

.px--185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

.py--185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

.ptb--190 {
  padding: 190px 0 !important;
}

.plr--190 {
  padding: 0 190px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

.pb--190 {
  padding-bottom: 190px !important;
}

.pl--190 {
  padding-left: 190px !important;
}

.pr--190 {
  padding-right: 190px !important;
}

.mt--190 {
  margin-top: 190px !important;
}

.mb--190 {
  margin-bottom: 190px !important;
}

.mr--190 {
  margin-right: 190px !important;
}

.ml--190 {
  margin-left: 190px !important;
}

.px--190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.py--190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.ptb--195 {
  padding: 195px 0 !important;
}

.plr--195 {
  padding: 0 195px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

.pb--195 {
  padding-bottom: 195px !important;
}

.pl--195 {
  padding-left: 195px !important;
}

.pr--195 {
  padding-right: 195px !important;
}

.mt--195 {
  margin-top: 195px !important;
}

.mb--195 {
  margin-bottom: 195px !important;
}

.mr--195 {
  margin-right: 195px !important;
}

.ml--195 {
  margin-left: 195px !important;
}

.px--195 {
  padding-left: 195px !important;
  padding-right: 195px !important;
}

.py--195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

.ptb--200 {
  padding: 200px 0 !important;
}

.plr--200 {
  padding: 0 200px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

.pb--200 {
  padding-bottom: 200px !important;
}

.pl--200 {
  padding-left: 200px !important;
}

.pr--200 {
  padding-right: 200px !important;
}

.mt--200 {
  margin-top: 200px !important;
}

.mb--200 {
  margin-bottom: 200px !important;
}

.mr--200 {
  margin-right: 200px !important;
}

.ml--200 {
  margin-left: 200px !important;
}

.px--200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.py--200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0;
  }
  .plr_lp--5 {
    padding: 0 5px;
  }
  .pt_lp--5 {
    padding-top: 5px;
  }
  .pb_lp--5 {
    padding-bottom: 5px;
  }
  .pl_lp--5 {
    padding-left: 5px;
  }
  .pr_lp--5 {
    padding-right: 5px;
  }
  .mt_lp--5 {
    margin-top: 5px;
  }
  .mb_lp--5 {
    margin-bottom: 5px;
  }
  .px_lp--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .py_lp--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .ptb_lp--10 {
    padding: 10px 0;
  }
  .plr_lp--10 {
    padding: 0 10px;
  }
  .pt_lp--10 {
    padding-top: 10px;
  }
  .pb_lp--10 {
    padding-bottom: 10px;
  }
  .pl_lp--10 {
    padding-left: 10px;
  }
  .pr_lp--10 {
    padding-right: 10px;
  }
  .mt_lp--10 {
    margin-top: 10px;
  }
  .mb_lp--10 {
    margin-bottom: 10px;
  }
  .px_lp--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py_lp--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .ptb_lp--15 {
    padding: 15px 0;
  }
  .plr_lp--15 {
    padding: 0 15px;
  }
  .pt_lp--15 {
    padding-top: 15px;
  }
  .pb_lp--15 {
    padding-bottom: 15px;
  }
  .pl_lp--15 {
    padding-left: 15px;
  }
  .pr_lp--15 {
    padding-right: 15px;
  }
  .mt_lp--15 {
    margin-top: 15px;
  }
  .mb_lp--15 {
    margin-bottom: 15px;
  }
  .px_lp--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .py_lp--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .ptb_lp--20 {
    padding: 20px 0;
  }
  .plr_lp--20 {
    padding: 0 20px;
  }
  .pt_lp--20 {
    padding-top: 20px;
  }
  .pb_lp--20 {
    padding-bottom: 20px;
  }
  .pl_lp--20 {
    padding-left: 20px;
  }
  .pr_lp--20 {
    padding-right: 20px;
  }
  .mt_lp--20 {
    margin-top: 20px;
  }
  .mb_lp--20 {
    margin-bottom: 20px;
  }
  .px_lp--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py_lp--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .ptb_lp--25 {
    padding: 25px 0;
  }
  .plr_lp--25 {
    padding: 0 25px;
  }
  .pt_lp--25 {
    padding-top: 25px;
  }
  .pb_lp--25 {
    padding-bottom: 25px;
  }
  .pl_lp--25 {
    padding-left: 25px;
  }
  .pr_lp--25 {
    padding-right: 25px;
  }
  .mt_lp--25 {
    margin-top: 25px;
  }
  .mb_lp--25 {
    margin-bottom: 25px;
  }
  .px_lp--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .py_lp--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .ptb_lp--30 {
    padding: 30px 0;
  }
  .plr_lp--30 {
    padding: 0 30px;
  }
  .pt_lp--30 {
    padding-top: 30px;
  }
  .pb_lp--30 {
    padding-bottom: 30px;
  }
  .pl_lp--30 {
    padding-left: 30px;
  }
  .pr_lp--30 {
    padding-right: 30px;
  }
  .mt_lp--30 {
    margin-top: 30px;
  }
  .mb_lp--30 {
    margin-bottom: 30px;
  }
  .px_lp--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py_lp--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ptb_lp--35 {
    padding: 35px 0;
  }
  .plr_lp--35 {
    padding: 0 35px;
  }
  .pt_lp--35 {
    padding-top: 35px;
  }
  .pb_lp--35 {
    padding-bottom: 35px;
  }
  .pl_lp--35 {
    padding-left: 35px;
  }
  .pr_lp--35 {
    padding-right: 35px;
  }
  .mt_lp--35 {
    margin-top: 35px;
  }
  .mb_lp--35 {
    margin-bottom: 35px;
  }
  .px_lp--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .py_lp--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .ptb_lp--40 {
    padding: 40px 0;
  }
  .plr_lp--40 {
    padding: 0 40px;
  }
  .pt_lp--40 {
    padding-top: 40px;
  }
  .pb_lp--40 {
    padding-bottom: 40px;
  }
  .pl_lp--40 {
    padding-left: 40px;
  }
  .pr_lp--40 {
    padding-right: 40px;
  }
  .mt_lp--40 {
    margin-top: 40px;
  }
  .mb_lp--40 {
    margin-bottom: 40px;
  }
  .px_lp--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py_lp--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .ptb_lp--45 {
    padding: 45px 0;
  }
  .plr_lp--45 {
    padding: 0 45px;
  }
  .pt_lp--45 {
    padding-top: 45px;
  }
  .pb_lp--45 {
    padding-bottom: 45px;
  }
  .pl_lp--45 {
    padding-left: 45px;
  }
  .pr_lp--45 {
    padding-right: 45px;
  }
  .mt_lp--45 {
    margin-top: 45px;
  }
  .mb_lp--45 {
    margin-bottom: 45px;
  }
  .px_lp--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .py_lp--45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .ptb_lp--50 {
    padding: 50px 0;
  }
  .plr_lp--50 {
    padding: 0 50px;
  }
  .pt_lp--50 {
    padding-top: 50px;
  }
  .pb_lp--50 {
    padding-bottom: 50px;
  }
  .pl_lp--50 {
    padding-left: 50px;
  }
  .pr_lp--50 {
    padding-right: 50px;
  }
  .mt_lp--50 {
    margin-top: 50px;
  }
  .mb_lp--50 {
    margin-bottom: 50px;
  }
  .px_lp--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py_lp--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ptb_lp--55 {
    padding: 55px 0;
  }
  .plr_lp--55 {
    padding: 0 55px;
  }
  .pt_lp--55 {
    padding-top: 55px;
  }
  .pb_lp--55 {
    padding-bottom: 55px;
  }
  .pl_lp--55 {
    padding-left: 55px;
  }
  .pr_lp--55 {
    padding-right: 55px;
  }
  .mt_lp--55 {
    margin-top: 55px;
  }
  .mb_lp--55 {
    margin-bottom: 55px;
  }
  .px_lp--55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .py_lp--55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .ptb_lp--60 {
    padding: 60px 0;
  }
  .plr_lp--60 {
    padding: 0 60px;
  }
  .pt_lp--60 {
    padding-top: 60px;
  }
  .pb_lp--60 {
    padding-bottom: 60px;
  }
  .pl_lp--60 {
    padding-left: 60px;
  }
  .pr_lp--60 {
    padding-right: 60px;
  }
  .mt_lp--60 {
    margin-top: 60px;
  }
  .mb_lp--60 {
    margin-bottom: 60px;
  }
  .px_lp--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py_lp--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .ptb_lp--65 {
    padding: 65px 0;
  }
  .plr_lp--65 {
    padding: 0 65px;
  }
  .pt_lp--65 {
    padding-top: 65px;
  }
  .pb_lp--65 {
    padding-bottom: 65px;
  }
  .pl_lp--65 {
    padding-left: 65px;
  }
  .pr_lp--65 {
    padding-right: 65px;
  }
  .mt_lp--65 {
    margin-top: 65px;
  }
  .mb_lp--65 {
    margin-bottom: 65px;
  }
  .px_lp--65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .py_lp--65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .ptb_lp--70 {
    padding: 70px 0;
  }
  .plr_lp--70 {
    padding: 0 70px;
  }
  .pt_lp--70 {
    padding-top: 70px;
  }
  .pb_lp--70 {
    padding-bottom: 70px;
  }
  .pl_lp--70 {
    padding-left: 70px;
  }
  .pr_lp--70 {
    padding-right: 70px;
  }
  .mt_lp--70 {
    margin-top: 70px;
  }
  .mb_lp--70 {
    margin-bottom: 70px;
  }
  .px_lp--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py_lp--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .ptb_lp--75 {
    padding: 75px 0;
  }
  .plr_lp--75 {
    padding: 0 75px;
  }
  .pt_lp--75 {
    padding-top: 75px;
  }
  .pb_lp--75 {
    padding-bottom: 75px;
  }
  .pl_lp--75 {
    padding-left: 75px;
  }
  .pr_lp--75 {
    padding-right: 75px;
  }
  .mt_lp--75 {
    margin-top: 75px;
  }
  .mb_lp--75 {
    margin-bottom: 75px;
  }
  .px_lp--75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .py_lp--75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .ptb_lp--80 {
    padding: 80px 0;
  }
  .plr_lp--80 {
    padding: 0 80px;
  }
  .pt_lp--80 {
    padding-top: 80px;
  }
  .pb_lp--80 {
    padding-bottom: 80px;
  }
  .pl_lp--80 {
    padding-left: 80px;
  }
  .pr_lp--80 {
    padding-right: 80px;
  }
  .mt_lp--80 {
    margin-top: 80px;
  }
  .mb_lp--80 {
    margin-bottom: 80px;
  }
  .px_lp--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py_lp--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .ptb_lp--85 {
    padding: 85px 0;
  }
  .plr_lp--85 {
    padding: 0 85px;
  }
  .pt_lp--85 {
    padding-top: 85px;
  }
  .pb_lp--85 {
    padding-bottom: 85px;
  }
  .pl_lp--85 {
    padding-left: 85px;
  }
  .pr_lp--85 {
    padding-right: 85px;
  }
  .mt_lp--85 {
    margin-top: 85px;
  }
  .mb_lp--85 {
    margin-bottom: 85px;
  }
  .px_lp--85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .py_lp--85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .ptb_lp--90 {
    padding: 90px 0;
  }
  .plr_lp--90 {
    padding: 0 90px;
  }
  .pt_lp--90 {
    padding-top: 90px;
  }
  .pb_lp--90 {
    padding-bottom: 90px;
  }
  .pl_lp--90 {
    padding-left: 90px;
  }
  .pr_lp--90 {
    padding-right: 90px;
  }
  .mt_lp--90 {
    margin-top: 90px;
  }
  .mb_lp--90 {
    margin-bottom: 90px;
  }
  .px_lp--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py_lp--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .ptb_lp--95 {
    padding: 95px 0;
  }
  .plr_lp--95 {
    padding: 0 95px;
  }
  .pt_lp--95 {
    padding-top: 95px;
  }
  .pb_lp--95 {
    padding-bottom: 95px;
  }
  .pl_lp--95 {
    padding-left: 95px;
  }
  .pr_lp--95 {
    padding-right: 95px;
  }
  .mt_lp--95 {
    margin-top: 95px;
  }
  .mb_lp--95 {
    margin-bottom: 95px;
  }
  .px_lp--95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .py_lp--95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .ptb_lp--100 {
    padding: 100px 0;
  }
  .plr_lp--100 {
    padding: 0 100px;
  }
  .pt_lp--100 {
    padding-top: 100px;
  }
  .pb_lp--100 {
    padding-bottom: 100px;
  }
  .pl_lp--100 {
    padding-left: 100px;
  }
  .pr_lp--100 {
    padding-right: 100px;
  }
  .mt_lp--100 {
    margin-top: 100px;
  }
  .mb_lp--100 {
    margin-bottom: 100px;
  }
  .px_lp--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py_lp--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .plr--120 {
    padding: 0 80px !important;
  }
  .mt_lp_dec--30 {
    margin-top: -30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pl_lg--0 {
    padding-left: 0 !important;
  }
  .mt_lg_dec--30 {
    margin-top: -30px !important;
  }
  .ptb_lg--5 {
    padding: 5px 0 !important;
  }
  .plr_lg--5 {
    padding: 0 5px !important;
  }
  .pt_lg--5 {
    padding-top: 5px !important;
  }
  .pb_lg--5 {
    padding-bottom: 5px !important;
  }
  .pl_lg--5 {
    padding-left: 5px !important;
  }
  .pr_lg--5 {
    padding-right: 5px !important;
  }
  .mt_lg--5 {
    margin-top: 5px !important;
  }
  .mb_lg--5 {
    margin-bottom: 5px !important;
  }
  .ml_lg--5 {
    margin-left: 5px !important;
  }
  .px_lg--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .py_lg--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .ptb_lg--10 {
    padding: 10px 0 !important;
  }
  .plr_lg--10 {
    padding: 0 10px !important;
  }
  .pt_lg--10 {
    padding-top: 10px !important;
  }
  .pb_lg--10 {
    padding-bottom: 10px !important;
  }
  .pl_lg--10 {
    padding-left: 10px !important;
  }
  .pr_lg--10 {
    padding-right: 10px !important;
  }
  .mt_lg--10 {
    margin-top: 10px !important;
  }
  .mb_lg--10 {
    margin-bottom: 10px !important;
  }
  .ml_lg--10 {
    margin-left: 10px !important;
  }
  .px_lg--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py_lg--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .ptb_lg--15 {
    padding: 15px 0 !important;
  }
  .plr_lg--15 {
    padding: 0 15px !important;
  }
  .pt_lg--15 {
    padding-top: 15px !important;
  }
  .pb_lg--15 {
    padding-bottom: 15px !important;
  }
  .pl_lg--15 {
    padding-left: 15px !important;
  }
  .pr_lg--15 {
    padding-right: 15px !important;
  }
  .mt_lg--15 {
    margin-top: 15px !important;
  }
  .mb_lg--15 {
    margin-bottom: 15px !important;
  }
  .ml_lg--15 {
    margin-left: 15px !important;
  }
  .px_lg--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .py_lg--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .ptb_lg--20 {
    padding: 20px 0 !important;
  }
  .plr_lg--20 {
    padding: 0 20px !important;
  }
  .pt_lg--20 {
    padding-top: 20px !important;
  }
  .pb_lg--20 {
    padding-bottom: 20px !important;
  }
  .pl_lg--20 {
    padding-left: 20px !important;
  }
  .pr_lg--20 {
    padding-right: 20px !important;
  }
  .mt_lg--20 {
    margin-top: 20px !important;
  }
  .mb_lg--20 {
    margin-bottom: 20px !important;
  }
  .ml_lg--20 {
    margin-left: 20px !important;
  }
  .px_lg--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py_lg--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .ptb_lg--25 {
    padding: 25px 0 !important;
  }
  .plr_lg--25 {
    padding: 0 25px !important;
  }
  .pt_lg--25 {
    padding-top: 25px !important;
  }
  .pb_lg--25 {
    padding-bottom: 25px !important;
  }
  .pl_lg--25 {
    padding-left: 25px !important;
  }
  .pr_lg--25 {
    padding-right: 25px !important;
  }
  .mt_lg--25 {
    margin-top: 25px !important;
  }
  .mb_lg--25 {
    margin-bottom: 25px !important;
  }
  .ml_lg--25 {
    margin-left: 25px !important;
  }
  .px_lg--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .py_lg--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .ptb_lg--30 {
    padding: 30px 0 !important;
  }
  .plr_lg--30 {
    padding: 0 30px !important;
  }
  .pt_lg--30 {
    padding-top: 30px !important;
  }
  .pb_lg--30 {
    padding-bottom: 30px !important;
  }
  .pl_lg--30 {
    padding-left: 30px !important;
  }
  .pr_lg--30 {
    padding-right: 30px !important;
  }
  .mt_lg--30 {
    margin-top: 30px !important;
  }
  .mb_lg--30 {
    margin-bottom: 30px !important;
  }
  .ml_lg--30 {
    margin-left: 30px !important;
  }
  .px_lg--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py_lg--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ptb_lg--35 {
    padding: 35px 0 !important;
  }
  .plr_lg--35 {
    padding: 0 35px !important;
  }
  .pt_lg--35 {
    padding-top: 35px !important;
  }
  .pb_lg--35 {
    padding-bottom: 35px !important;
  }
  .pl_lg--35 {
    padding-left: 35px !important;
  }
  .pr_lg--35 {
    padding-right: 35px !important;
  }
  .mt_lg--35 {
    margin-top: 35px !important;
  }
  .mb_lg--35 {
    margin-bottom: 35px !important;
  }
  .ml_lg--35 {
    margin-left: 35px !important;
  }
  .px_lg--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .py_lg--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .ptb_lg--40 {
    padding: 40px 0 !important;
  }
  .plr_lg--40 {
    padding: 0 40px !important;
  }
  .pt_lg--40 {
    padding-top: 40px !important;
  }
  .pb_lg--40 {
    padding-bottom: 40px !important;
  }
  .pl_lg--40 {
    padding-left: 40px !important;
  }
  .pr_lg--40 {
    padding-right: 40px !important;
  }
  .mt_lg--40 {
    margin-top: 40px !important;
  }
  .mb_lg--40 {
    margin-bottom: 40px !important;
  }
  .ml_lg--40 {
    margin-left: 40px !important;
  }
  .px_lg--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py_lg--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .ptb_lg--45 {
    padding: 45px 0 !important;
  }
  .plr_lg--45 {
    padding: 0 45px !important;
  }
  .pt_lg--45 {
    padding-top: 45px !important;
  }
  .pb_lg--45 {
    padding-bottom: 45px !important;
  }
  .pl_lg--45 {
    padding-left: 45px !important;
  }
  .pr_lg--45 {
    padding-right: 45px !important;
  }
  .mt_lg--45 {
    margin-top: 45px !important;
  }
  .mb_lg--45 {
    margin-bottom: 45px !important;
  }
  .ml_lg--45 {
    margin-left: 45px !important;
  }
  .px_lg--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .py_lg--45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .ptb_lg--50 {
    padding: 50px 0 !important;
  }
  .plr_lg--50 {
    padding: 0 50px !important;
  }
  .pt_lg--50 {
    padding-top: 50px !important;
  }
  .pb_lg--50 {
    padding-bottom: 50px !important;
  }
  .pl_lg--50 {
    padding-left: 50px !important;
  }
  .pr_lg--50 {
    padding-right: 50px !important;
  }
  .mt_lg--50 {
    margin-top: 50px !important;
  }
  .mb_lg--50 {
    margin-bottom: 50px !important;
  }
  .ml_lg--50 {
    margin-left: 50px !important;
  }
  .px_lg--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py_lg--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ptb_lg--55 {
    padding: 55px 0 !important;
  }
  .plr_lg--55 {
    padding: 0 55px !important;
  }
  .pt_lg--55 {
    padding-top: 55px !important;
  }
  .pb_lg--55 {
    padding-bottom: 55px !important;
  }
  .pl_lg--55 {
    padding-left: 55px !important;
  }
  .pr_lg--55 {
    padding-right: 55px !important;
  }
  .mt_lg--55 {
    margin-top: 55px !important;
  }
  .mb_lg--55 {
    margin-bottom: 55px !important;
  }
  .ml_lg--55 {
    margin-left: 55px !important;
  }
  .px_lg--55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .py_lg--55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .ptb_lg--60 {
    padding: 60px 0 !important;
  }
  .plr_lg--60 {
    padding: 0 60px !important;
  }
  .pt_lg--60 {
    padding-top: 60px !important;
  }
  .pb_lg--60 {
    padding-bottom: 60px !important;
  }
  .pl_lg--60 {
    padding-left: 60px !important;
  }
  .pr_lg--60 {
    padding-right: 60px !important;
  }
  .mt_lg--60 {
    margin-top: 60px !important;
  }
  .mb_lg--60 {
    margin-bottom: 60px !important;
  }
  .ml_lg--60 {
    margin-left: 60px !important;
  }
  .px_lg--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py_lg--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .ptb_lg--65 {
    padding: 65px 0 !important;
  }
  .plr_lg--65 {
    padding: 0 65px !important;
  }
  .pt_lg--65 {
    padding-top: 65px !important;
  }
  .pb_lg--65 {
    padding-bottom: 65px !important;
  }
  .pl_lg--65 {
    padding-left: 65px !important;
  }
  .pr_lg--65 {
    padding-right: 65px !important;
  }
  .mt_lg--65 {
    margin-top: 65px !important;
  }
  .mb_lg--65 {
    margin-bottom: 65px !important;
  }
  .ml_lg--65 {
    margin-left: 65px !important;
  }
  .px_lg--65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .py_lg--65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .ptb_lg--70 {
    padding: 70px 0 !important;
  }
  .plr_lg--70 {
    padding: 0 70px !important;
  }
  .pt_lg--70 {
    padding-top: 70px !important;
  }
  .pb_lg--70 {
    padding-bottom: 70px !important;
  }
  .pl_lg--70 {
    padding-left: 70px !important;
  }
  .pr_lg--70 {
    padding-right: 70px !important;
  }
  .mt_lg--70 {
    margin-top: 70px !important;
  }
  .mb_lg--70 {
    margin-bottom: 70px !important;
  }
  .ml_lg--70 {
    margin-left: 70px !important;
  }
  .px_lg--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py_lg--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .ptb_lg--75 {
    padding: 75px 0 !important;
  }
  .plr_lg--75 {
    padding: 0 75px !important;
  }
  .pt_lg--75 {
    padding-top: 75px !important;
  }
  .pb_lg--75 {
    padding-bottom: 75px !important;
  }
  .pl_lg--75 {
    padding-left: 75px !important;
  }
  .pr_lg--75 {
    padding-right: 75px !important;
  }
  .mt_lg--75 {
    margin-top: 75px !important;
  }
  .mb_lg--75 {
    margin-bottom: 75px !important;
  }
  .ml_lg--75 {
    margin-left: 75px !important;
  }
  .px_lg--75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .py_lg--75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .ptb_lg--80 {
    padding: 80px 0 !important;
  }
  .plr_lg--80 {
    padding: 0 80px !important;
  }
  .pt_lg--80 {
    padding-top: 80px !important;
  }
  .pb_lg--80 {
    padding-bottom: 80px !important;
  }
  .pl_lg--80 {
    padding-left: 80px !important;
  }
  .pr_lg--80 {
    padding-right: 80px !important;
  }
  .mt_lg--80 {
    margin-top: 80px !important;
  }
  .mb_lg--80 {
    margin-bottom: 80px !important;
  }
  .ml_lg--80 {
    margin-left: 80px !important;
  }
  .px_lg--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py_lg--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .ptb_lg--85 {
    padding: 85px 0 !important;
  }
  .plr_lg--85 {
    padding: 0 85px !important;
  }
  .pt_lg--85 {
    padding-top: 85px !important;
  }
  .pb_lg--85 {
    padding-bottom: 85px !important;
  }
  .pl_lg--85 {
    padding-left: 85px !important;
  }
  .pr_lg--85 {
    padding-right: 85px !important;
  }
  .mt_lg--85 {
    margin-top: 85px !important;
  }
  .mb_lg--85 {
    margin-bottom: 85px !important;
  }
  .ml_lg--85 {
    margin-left: 85px !important;
  }
  .px_lg--85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .py_lg--85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .ptb_lg--90 {
    padding: 90px 0 !important;
  }
  .plr_lg--90 {
    padding: 0 90px !important;
  }
  .pt_lg--90 {
    padding-top: 90px !important;
  }
  .pb_lg--90 {
    padding-bottom: 90px !important;
  }
  .pl_lg--90 {
    padding-left: 90px !important;
  }
  .pr_lg--90 {
    padding-right: 90px !important;
  }
  .mt_lg--90 {
    margin-top: 90px !important;
  }
  .mb_lg--90 {
    margin-bottom: 90px !important;
  }
  .ml_lg--90 {
    margin-left: 90px !important;
  }
  .px_lg--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py_lg--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .ptb_lg--95 {
    padding: 95px 0 !important;
  }
  .plr_lg--95 {
    padding: 0 95px !important;
  }
  .pt_lg--95 {
    padding-top: 95px !important;
  }
  .pb_lg--95 {
    padding-bottom: 95px !important;
  }
  .pl_lg--95 {
    padding-left: 95px !important;
  }
  .pr_lg--95 {
    padding-right: 95px !important;
  }
  .mt_lg--95 {
    margin-top: 95px !important;
  }
  .mb_lg--95 {
    margin-bottom: 95px !important;
  }
  .ml_lg--95 {
    margin-left: 95px !important;
  }
  .px_lg--95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .py_lg--95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .ptb_lg--100 {
    padding: 100px 0 !important;
  }
  .plr_lg--100 {
    padding: 0 100px !important;
  }
  .pt_lg--100 {
    padding-top: 100px !important;
  }
  .pb_lg--100 {
    padding-bottom: 100px !important;
  }
  .pl_lg--100 {
    padding-left: 100px !important;
  }
  .pr_lg--100 {
    padding-right: 100px !important;
  }
  .mt_lg--100 {
    margin-top: 100px !important;
  }
  .mb_lg--100 {
    margin-bottom: 100px !important;
  }
  .ml_lg--100 {
    margin-left: 100px !important;
  }
  .px_lg--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py_lg--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--170 {
    padding: 80px 0 !important;
  }
  .mt_md_dec--30 {
    margin-top: -30px !important;
  }
  .pl_md--0 {
    padding-left: 0 !important;
  }
  .ptb_md--0 {
    padding: 0 !important;
  }
  .pl_md--0 {
    padding-left: 0 !important;
  }
  .pr_md--0 {
    padding-right: 0 !important;
  }
  .pt_md--0 {
    padding-top: 0 !important;
  }
  .pb_md--0 {
    padding-bottom: 0 !important;
  }
  .mr_md--0 {
    margin-right: 0 !important;
  }
  .ml_md--0 {
    margin-left: 0 !important;
  }
  .mt_md--0 {
    margin-top: 0 !important;
  }
  .mb_md--0 {
    margin-bottom: 0 !important;
  }
  .ptb_md--250 {
    padding: 250px 0 !important;
  }
  .ptb_md--5 {
    padding: 5px 0 !important;
  }
  .plr_md--5 {
    padding: 0 5px !important;
  }
  .pt_md--5 {
    padding-top: 5px !important;
  }
  .pb_md--5 {
    padding-bottom: 5px !important;
  }
  .pl_md--5 {
    padding-left: 5px !important;
  }
  .pr_md--5 {
    padding-right: 5px !important;
  }
  .mt_md--5 {
    margin-top: 5px !important;
  }
  .mb_md--5 {
    margin-bottom: 5px !important;
  }
  .px_md--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .py_md--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .ptb_md--10 {
    padding: 10px 0 !important;
  }
  .plr_md--10 {
    padding: 0 10px !important;
  }
  .pt_md--10 {
    padding-top: 10px !important;
  }
  .pb_md--10 {
    padding-bottom: 10px !important;
  }
  .pl_md--10 {
    padding-left: 10px !important;
  }
  .pr_md--10 {
    padding-right: 10px !important;
  }
  .mt_md--10 {
    margin-top: 10px !important;
  }
  .mb_md--10 {
    margin-bottom: 10px !important;
  }
  .px_md--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py_md--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .ptb_md--15 {
    padding: 15px 0 !important;
  }
  .plr_md--15 {
    padding: 0 15px !important;
  }
  .pt_md--15 {
    padding-top: 15px !important;
  }
  .pb_md--15 {
    padding-bottom: 15px !important;
  }
  .pl_md--15 {
    padding-left: 15px !important;
  }
  .pr_md--15 {
    padding-right: 15px !important;
  }
  .mt_md--15 {
    margin-top: 15px !important;
  }
  .mb_md--15 {
    margin-bottom: 15px !important;
  }
  .px_md--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .py_md--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .ptb_md--20 {
    padding: 20px 0 !important;
  }
  .plr_md--20 {
    padding: 0 20px !important;
  }
  .pt_md--20 {
    padding-top: 20px !important;
  }
  .pb_md--20 {
    padding-bottom: 20px !important;
  }
  .pl_md--20 {
    padding-left: 20px !important;
  }
  .pr_md--20 {
    padding-right: 20px !important;
  }
  .mt_md--20 {
    margin-top: 20px !important;
  }
  .mb_md--20 {
    margin-bottom: 20px !important;
  }
  .px_md--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py_md--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .ptb_md--25 {
    padding: 25px 0 !important;
  }
  .plr_md--25 {
    padding: 0 25px !important;
  }
  .pt_md--25 {
    padding-top: 25px !important;
  }
  .pb_md--25 {
    padding-bottom: 25px !important;
  }
  .pl_md--25 {
    padding-left: 25px !important;
  }
  .pr_md--25 {
    padding-right: 25px !important;
  }
  .mt_md--25 {
    margin-top: 25px !important;
  }
  .mb_md--25 {
    margin-bottom: 25px !important;
  }
  .px_md--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .py_md--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .ptb_md--30 {
    padding: 30px 0 !important;
  }
  .plr_md--30 {
    padding: 0 30px !important;
  }
  .pt_md--30 {
    padding-top: 30px !important;
  }
  .pb_md--30 {
    padding-bottom: 30px !important;
  }
  .pl_md--30 {
    padding-left: 30px !important;
  }
  .pr_md--30 {
    padding-right: 30px !important;
  }
  .mt_md--30 {
    margin-top: 30px !important;
  }
  .mb_md--30 {
    margin-bottom: 30px !important;
  }
  .px_md--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py_md--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ptb_md--35 {
    padding: 35px 0 !important;
  }
  .plr_md--35 {
    padding: 0 35px !important;
  }
  .pt_md--35 {
    padding-top: 35px !important;
  }
  .pb_md--35 {
    padding-bottom: 35px !important;
  }
  .pl_md--35 {
    padding-left: 35px !important;
  }
  .pr_md--35 {
    padding-right: 35px !important;
  }
  .mt_md--35 {
    margin-top: 35px !important;
  }
  .mb_md--35 {
    margin-bottom: 35px !important;
  }
  .px_md--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .py_md--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .ptb_md--40 {
    padding: 40px 0 !important;
  }
  .plr_md--40 {
    padding: 0 40px !important;
  }
  .pt_md--40 {
    padding-top: 40px !important;
  }
  .pb_md--40 {
    padding-bottom: 40px !important;
  }
  .pl_md--40 {
    padding-left: 40px !important;
  }
  .pr_md--40 {
    padding-right: 40px !important;
  }
  .mt_md--40 {
    margin-top: 40px !important;
  }
  .mb_md--40 {
    margin-bottom: 40px !important;
  }
  .px_md--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py_md--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .ptb_md--45 {
    padding: 45px 0 !important;
  }
  .plr_md--45 {
    padding: 0 45px !important;
  }
  .pt_md--45 {
    padding-top: 45px !important;
  }
  .pb_md--45 {
    padding-bottom: 45px !important;
  }
  .pl_md--45 {
    padding-left: 45px !important;
  }
  .pr_md--45 {
    padding-right: 45px !important;
  }
  .mt_md--45 {
    margin-top: 45px !important;
  }
  .mb_md--45 {
    margin-bottom: 45px !important;
  }
  .px_md--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .py_md--45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .ptb_md--50 {
    padding: 50px 0 !important;
  }
  .plr_md--50 {
    padding: 0 50px !important;
  }
  .pt_md--50 {
    padding-top: 50px !important;
  }
  .pb_md--50 {
    padding-bottom: 50px !important;
  }
  .pl_md--50 {
    padding-left: 50px !important;
  }
  .pr_md--50 {
    padding-right: 50px !important;
  }
  .mt_md--50 {
    margin-top: 50px !important;
  }
  .mb_md--50 {
    margin-bottom: 50px !important;
  }
  .px_md--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py_md--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ptb_md--55 {
    padding: 55px 0 !important;
  }
  .plr_md--55 {
    padding: 0 55px !important;
  }
  .pt_md--55 {
    padding-top: 55px !important;
  }
  .pb_md--55 {
    padding-bottom: 55px !important;
  }
  .pl_md--55 {
    padding-left: 55px !important;
  }
  .pr_md--55 {
    padding-right: 55px !important;
  }
  .mt_md--55 {
    margin-top: 55px !important;
  }
  .mb_md--55 {
    margin-bottom: 55px !important;
  }
  .px_md--55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .py_md--55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .ptb_md--60 {
    padding: 60px 0 !important;
  }
  .plr_md--60 {
    padding: 0 60px !important;
  }
  .pt_md--60 {
    padding-top: 60px !important;
  }
  .pb_md--60 {
    padding-bottom: 60px !important;
  }
  .pl_md--60 {
    padding-left: 60px !important;
  }
  .pr_md--60 {
    padding-right: 60px !important;
  }
  .mt_md--60 {
    margin-top: 60px !important;
  }
  .mb_md--60 {
    margin-bottom: 60px !important;
  }
  .px_md--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py_md--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .ptb_md--65 {
    padding: 65px 0 !important;
  }
  .plr_md--65 {
    padding: 0 65px !important;
  }
  .pt_md--65 {
    padding-top: 65px !important;
  }
  .pb_md--65 {
    padding-bottom: 65px !important;
  }
  .pl_md--65 {
    padding-left: 65px !important;
  }
  .pr_md--65 {
    padding-right: 65px !important;
  }
  .mt_md--65 {
    margin-top: 65px !important;
  }
  .mb_md--65 {
    margin-bottom: 65px !important;
  }
  .px_md--65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .py_md--65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .ptb_md--70 {
    padding: 70px 0 !important;
  }
  .plr_md--70 {
    padding: 0 70px !important;
  }
  .pt_md--70 {
    padding-top: 70px !important;
  }
  .pb_md--70 {
    padding-bottom: 70px !important;
  }
  .pl_md--70 {
    padding-left: 70px !important;
  }
  .pr_md--70 {
    padding-right: 70px !important;
  }
  .mt_md--70 {
    margin-top: 70px !important;
  }
  .mb_md--70 {
    margin-bottom: 70px !important;
  }
  .px_md--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py_md--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .ptb_md--75 {
    padding: 75px 0 !important;
  }
  .plr_md--75 {
    padding: 0 75px !important;
  }
  .pt_md--75 {
    padding-top: 75px !important;
  }
  .pb_md--75 {
    padding-bottom: 75px !important;
  }
  .pl_md--75 {
    padding-left: 75px !important;
  }
  .pr_md--75 {
    padding-right: 75px !important;
  }
  .mt_md--75 {
    margin-top: 75px !important;
  }
  .mb_md--75 {
    margin-bottom: 75px !important;
  }
  .px_md--75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .py_md--75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .ptb_md--80 {
    padding: 80px 0 !important;
  }
  .plr_md--80 {
    padding: 0 80px !important;
  }
  .pt_md--80 {
    padding-top: 80px !important;
  }
  .pb_md--80 {
    padding-bottom: 80px !important;
  }
  .pl_md--80 {
    padding-left: 80px !important;
  }
  .pr_md--80 {
    padding-right: 80px !important;
  }
  .mt_md--80 {
    margin-top: 80px !important;
  }
  .mb_md--80 {
    margin-bottom: 80px !important;
  }
  .px_md--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py_md--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .ptb_md--85 {
    padding: 85px 0 !important;
  }
  .plr_md--85 {
    padding: 0 85px !important;
  }
  .pt_md--85 {
    padding-top: 85px !important;
  }
  .pb_md--85 {
    padding-bottom: 85px !important;
  }
  .pl_md--85 {
    padding-left: 85px !important;
  }
  .pr_md--85 {
    padding-right: 85px !important;
  }
  .mt_md--85 {
    margin-top: 85px !important;
  }
  .mb_md--85 {
    margin-bottom: 85px !important;
  }
  .px_md--85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .py_md--85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .ptb_md--90 {
    padding: 90px 0 !important;
  }
  .plr_md--90 {
    padding: 0 90px !important;
  }
  .pt_md--90 {
    padding-top: 90px !important;
  }
  .pb_md--90 {
    padding-bottom: 90px !important;
  }
  .pl_md--90 {
    padding-left: 90px !important;
  }
  .pr_md--90 {
    padding-right: 90px !important;
  }
  .mt_md--90 {
    margin-top: 90px !important;
  }
  .mb_md--90 {
    margin-bottom: 90px !important;
  }
  .px_md--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py_md--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .ptb_md--95 {
    padding: 95px 0 !important;
  }
  .plr_md--95 {
    padding: 0 95px !important;
  }
  .pt_md--95 {
    padding-top: 95px !important;
  }
  .pb_md--95 {
    padding-bottom: 95px !important;
  }
  .pl_md--95 {
    padding-left: 95px !important;
  }
  .pr_md--95 {
    padding-right: 95px !important;
  }
  .mt_md--95 {
    margin-top: 95px !important;
  }
  .mb_md--95 {
    margin-bottom: 95px !important;
  }
  .px_md--95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .py_md--95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .ptb_md--100 {
    padding: 100px 0 !important;
  }
  .plr_md--100 {
    padding: 0 100px !important;
  }
  .pt_md--100 {
    padding-top: 100px !important;
  }
  .pb_md--100 {
    padding-bottom: 100px !important;
  }
  .pl_md--100 {
    padding-left: 100px !important;
  }
  .pr_md--100 {
    padding-right: 100px !important;
  }
  .mt_md--100 {
    margin-top: 100px !important;
  }
  .mb_md--100 {
    margin-bottom: 100px !important;
  }
  .px_md--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py_md--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt_sm_dec--30 {
    margin-top: -30px !important;
  }
  .ptb_sm--250 {
    padding: 250px 0 !important;
  }
  .ptb--170 {
    padding: 80px 0 !important;
  }
  .ptb_sm--0 {
    padding: 0 !important;
  }
  .pl_sm--0 {
    padding-left: 0 !important;
  }
  .pr_sm--0 {
    padding-right: 0 !important;
  }
  .pt_sm--0 {
    padding-top: 0 !important;
  }
  .pb_sm--0 {
    padding-bottom: 0 !important;
  }
  .mr_sm--0 {
    margin-right: 0 !important;
  }
  .ml_sm--0 {
    margin-left: 0 !important;
  }
  .mt_sm--0 {
    margin-top: 0 !important;
  }
  .mb_sm--0 {
    margin-bottom: 0 !important;
  }
  .pt_sm--150 {
    padding-top: 150px !important;
  }
  .pb_sm--110 {
    padding-bottom: 110px !important;
  }
  .ptb_sm--60 {
    padding: 60px 0 !important;
  }
  .ptb_sm--5 {
    padding: 5px 0 !important;
  }
  .plr_sm--5 {
    padding: 0 5px !important;
  }
  .pt_sm--5 {
    padding-top: 5px !important;
  }
  .pb_sm--5 {
    padding-bottom: 5px !important;
  }
  .pl_sm--5 {
    padding-left: 5px !important;
  }
  .pr_sm--5 {
    padding-right: 5px !important;
  }
  .mt_sm--5 {
    margin-top: 5px !important;
  }
  .ml_sm--5 {
    margin-left: 5px !important;
  }
  .mr_sm--5 {
    margin-right: 5px !important;
  }
  .mb_sm--5 {
    margin-bottom: 5px !important;
  }
  .px_sm--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .py_sm--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .ptb_sm--10 {
    padding: 10px 0 !important;
  }
  .plr_sm--10 {
    padding: 0 10px !important;
  }
  .pt_sm--10 {
    padding-top: 10px !important;
  }
  .pb_sm--10 {
    padding-bottom: 10px !important;
  }
  .pl_sm--10 {
    padding-left: 10px !important;
  }
  .pr_sm--10 {
    padding-right: 10px !important;
  }
  .mt_sm--10 {
    margin-top: 10px !important;
  }
  .ml_sm--10 {
    margin-left: 10px !important;
  }
  .mr_sm--10 {
    margin-right: 10px !important;
  }
  .mb_sm--10 {
    margin-bottom: 10px !important;
  }
  .px_sm--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py_sm--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .ptb_sm--15 {
    padding: 15px 0 !important;
  }
  .plr_sm--15 {
    padding: 0 15px !important;
  }
  .pt_sm--15 {
    padding-top: 15px !important;
  }
  .pb_sm--15 {
    padding-bottom: 15px !important;
  }
  .pl_sm--15 {
    padding-left: 15px !important;
  }
  .pr_sm--15 {
    padding-right: 15px !important;
  }
  .mt_sm--15 {
    margin-top: 15px !important;
  }
  .ml_sm--15 {
    margin-left: 15px !important;
  }
  .mr_sm--15 {
    margin-right: 15px !important;
  }
  .mb_sm--15 {
    margin-bottom: 15px !important;
  }
  .px_sm--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .py_sm--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .ptb_sm--20 {
    padding: 20px 0 !important;
  }
  .plr_sm--20 {
    padding: 0 20px !important;
  }
  .pt_sm--20 {
    padding-top: 20px !important;
  }
  .pb_sm--20 {
    padding-bottom: 20px !important;
  }
  .pl_sm--20 {
    padding-left: 20px !important;
  }
  .pr_sm--20 {
    padding-right: 20px !important;
  }
  .mt_sm--20 {
    margin-top: 20px !important;
  }
  .ml_sm--20 {
    margin-left: 20px !important;
  }
  .mr_sm--20 {
    margin-right: 20px !important;
  }
  .mb_sm--20 {
    margin-bottom: 20px !important;
  }
  .px_sm--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py_sm--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .ptb_sm--25 {
    padding: 25px 0 !important;
  }
  .plr_sm--25 {
    padding: 0 25px !important;
  }
  .pt_sm--25 {
    padding-top: 25px !important;
  }
  .pb_sm--25 {
    padding-bottom: 25px !important;
  }
  .pl_sm--25 {
    padding-left: 25px !important;
  }
  .pr_sm--25 {
    padding-right: 25px !important;
  }
  .mt_sm--25 {
    margin-top: 25px !important;
  }
  .ml_sm--25 {
    margin-left: 25px !important;
  }
  .mr_sm--25 {
    margin-right: 25px !important;
  }
  .mb_sm--25 {
    margin-bottom: 25px !important;
  }
  .px_sm--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .py_sm--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .ptb_sm--30 {
    padding: 30px 0 !important;
  }
  .plr_sm--30 {
    padding: 0 30px !important;
  }
  .pt_sm--30 {
    padding-top: 30px !important;
  }
  .pb_sm--30 {
    padding-bottom: 30px !important;
  }
  .pl_sm--30 {
    padding-left: 30px !important;
  }
  .pr_sm--30 {
    padding-right: 30px !important;
  }
  .mt_sm--30 {
    margin-top: 30px !important;
  }
  .ml_sm--30 {
    margin-left: 30px !important;
  }
  .mr_sm--30 {
    margin-right: 30px !important;
  }
  .mb_sm--30 {
    margin-bottom: 30px !important;
  }
  .px_sm--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py_sm--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ptb_sm--35 {
    padding: 35px 0 !important;
  }
  .plr_sm--35 {
    padding: 0 35px !important;
  }
  .pt_sm--35 {
    padding-top: 35px !important;
  }
  .pb_sm--35 {
    padding-bottom: 35px !important;
  }
  .pl_sm--35 {
    padding-left: 35px !important;
  }
  .pr_sm--35 {
    padding-right: 35px !important;
  }
  .mt_sm--35 {
    margin-top: 35px !important;
  }
  .ml_sm--35 {
    margin-left: 35px !important;
  }
  .mr_sm--35 {
    margin-right: 35px !important;
  }
  .mb_sm--35 {
    margin-bottom: 35px !important;
  }
  .px_sm--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .py_sm--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .ptb_sm--40 {
    padding: 40px 0 !important;
  }
  .plr_sm--40 {
    padding: 0 40px !important;
  }
  .pt_sm--40 {
    padding-top: 40px !important;
  }
  .pb_sm--40 {
    padding-bottom: 40px !important;
  }
  .pl_sm--40 {
    padding-left: 40px !important;
  }
  .pr_sm--40 {
    padding-right: 40px !important;
  }
  .mt_sm--40 {
    margin-top: 40px !important;
  }
  .ml_sm--40 {
    margin-left: 40px !important;
  }
  .mr_sm--40 {
    margin-right: 40px !important;
  }
  .mb_sm--40 {
    margin-bottom: 40px !important;
  }
  .px_sm--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py_sm--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .ptb_sm--45 {
    padding: 45px 0 !important;
  }
  .plr_sm--45 {
    padding: 0 45px !important;
  }
  .pt_sm--45 {
    padding-top: 45px !important;
  }
  .pb_sm--45 {
    padding-bottom: 45px !important;
  }
  .pl_sm--45 {
    padding-left: 45px !important;
  }
  .pr_sm--45 {
    padding-right: 45px !important;
  }
  .mt_sm--45 {
    margin-top: 45px !important;
  }
  .ml_sm--45 {
    margin-left: 45px !important;
  }
  .mr_sm--45 {
    margin-right: 45px !important;
  }
  .mb_sm--45 {
    margin-bottom: 45px !important;
  }
  .px_sm--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .py_sm--45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .ptb_sm--50 {
    padding: 50px 0 !important;
  }
  .plr_sm--50 {
    padding: 0 50px !important;
  }
  .pt_sm--50 {
    padding-top: 50px !important;
  }
  .pb_sm--50 {
    padding-bottom: 50px !important;
  }
  .pl_sm--50 {
    padding-left: 50px !important;
  }
  .pr_sm--50 {
    padding-right: 50px !important;
  }
  .mt_sm--50 {
    margin-top: 50px !important;
  }
  .ml_sm--50 {
    margin-left: 50px !important;
  }
  .mr_sm--50 {
    margin-right: 50px !important;
  }
  .mb_sm--50 {
    margin-bottom: 50px !important;
  }
  .px_sm--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py_sm--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ptb_sm--55 {
    padding: 55px 0 !important;
  }
  .plr_sm--55 {
    padding: 0 55px !important;
  }
  .pt_sm--55 {
    padding-top: 55px !important;
  }
  .pb_sm--55 {
    padding-bottom: 55px !important;
  }
  .pl_sm--55 {
    padding-left: 55px !important;
  }
  .pr_sm--55 {
    padding-right: 55px !important;
  }
  .mt_sm--55 {
    margin-top: 55px !important;
  }
  .ml_sm--55 {
    margin-left: 55px !important;
  }
  .mr_sm--55 {
    margin-right: 55px !important;
  }
  .mb_sm--55 {
    margin-bottom: 55px !important;
  }
  .px_sm--55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .py_sm--55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .ptb_sm--60 {
    padding: 60px 0 !important;
  }
  .plr_sm--60 {
    padding: 0 60px !important;
  }
  .pt_sm--60 {
    padding-top: 60px !important;
  }
  .pb_sm--60 {
    padding-bottom: 60px !important;
  }
  .pl_sm--60 {
    padding-left: 60px !important;
  }
  .pr_sm--60 {
    padding-right: 60px !important;
  }
  .mt_sm--60 {
    margin-top: 60px !important;
  }
  .ml_sm--60 {
    margin-left: 60px !important;
  }
  .mr_sm--60 {
    margin-right: 60px !important;
  }
  .mb_sm--60 {
    margin-bottom: 60px !important;
  }
  .px_sm--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py_sm--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .ptb_sm--65 {
    padding: 65px 0 !important;
  }
  .plr_sm--65 {
    padding: 0 65px !important;
  }
  .pt_sm--65 {
    padding-top: 65px !important;
  }
  .pb_sm--65 {
    padding-bottom: 65px !important;
  }
  .pl_sm--65 {
    padding-left: 65px !important;
  }
  .pr_sm--65 {
    padding-right: 65px !important;
  }
  .mt_sm--65 {
    margin-top: 65px !important;
  }
  .ml_sm--65 {
    margin-left: 65px !important;
  }
  .mr_sm--65 {
    margin-right: 65px !important;
  }
  .mb_sm--65 {
    margin-bottom: 65px !important;
  }
  .px_sm--65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .py_sm--65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .ptb_sm--70 {
    padding: 70px 0 !important;
  }
  .plr_sm--70 {
    padding: 0 70px !important;
  }
  .pt_sm--70 {
    padding-top: 70px !important;
  }
  .pb_sm--70 {
    padding-bottom: 70px !important;
  }
  .pl_sm--70 {
    padding-left: 70px !important;
  }
  .pr_sm--70 {
    padding-right: 70px !important;
  }
  .mt_sm--70 {
    margin-top: 70px !important;
  }
  .ml_sm--70 {
    margin-left: 70px !important;
  }
  .mr_sm--70 {
    margin-right: 70px !important;
  }
  .mb_sm--70 {
    margin-bottom: 70px !important;
  }
  .px_sm--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py_sm--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .ptb_sm--75 {
    padding: 75px 0 !important;
  }
  .plr_sm--75 {
    padding: 0 75px !important;
  }
  .pt_sm--75 {
    padding-top: 75px !important;
  }
  .pb_sm--75 {
    padding-bottom: 75px !important;
  }
  .pl_sm--75 {
    padding-left: 75px !important;
  }
  .pr_sm--75 {
    padding-right: 75px !important;
  }
  .mt_sm--75 {
    margin-top: 75px !important;
  }
  .ml_sm--75 {
    margin-left: 75px !important;
  }
  .mr_sm--75 {
    margin-right: 75px !important;
  }
  .mb_sm--75 {
    margin-bottom: 75px !important;
  }
  .px_sm--75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .py_sm--75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .ptb_sm--80 {
    padding: 80px 0 !important;
  }
  .plr_sm--80 {
    padding: 0 80px !important;
  }
  .pt_sm--80 {
    padding-top: 80px !important;
  }
  .pb_sm--80 {
    padding-bottom: 80px !important;
  }
  .pl_sm--80 {
    padding-left: 80px !important;
  }
  .pr_sm--80 {
    padding-right: 80px !important;
  }
  .mt_sm--80 {
    margin-top: 80px !important;
  }
  .ml_sm--80 {
    margin-left: 80px !important;
  }
  .mr_sm--80 {
    margin-right: 80px !important;
  }
  .mb_sm--80 {
    margin-bottom: 80px !important;
  }
  .px_sm--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py_sm--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .ptb_sm--85 {
    padding: 85px 0 !important;
  }
  .plr_sm--85 {
    padding: 0 85px !important;
  }
  .pt_sm--85 {
    padding-top: 85px !important;
  }
  .pb_sm--85 {
    padding-bottom: 85px !important;
  }
  .pl_sm--85 {
    padding-left: 85px !important;
  }
  .pr_sm--85 {
    padding-right: 85px !important;
  }
  .mt_sm--85 {
    margin-top: 85px !important;
  }
  .ml_sm--85 {
    margin-left: 85px !important;
  }
  .mr_sm--85 {
    margin-right: 85px !important;
  }
  .mb_sm--85 {
    margin-bottom: 85px !important;
  }
  .px_sm--85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .py_sm--85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .ptb_sm--90 {
    padding: 90px 0 !important;
  }
  .plr_sm--90 {
    padding: 0 90px !important;
  }
  .pt_sm--90 {
    padding-top: 90px !important;
  }
  .pb_sm--90 {
    padding-bottom: 90px !important;
  }
  .pl_sm--90 {
    padding-left: 90px !important;
  }
  .pr_sm--90 {
    padding-right: 90px !important;
  }
  .mt_sm--90 {
    margin-top: 90px !important;
  }
  .ml_sm--90 {
    margin-left: 90px !important;
  }
  .mr_sm--90 {
    margin-right: 90px !important;
  }
  .mb_sm--90 {
    margin-bottom: 90px !important;
  }
  .px_sm--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py_sm--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .ptb_sm--95 {
    padding: 95px 0 !important;
  }
  .plr_sm--95 {
    padding: 0 95px !important;
  }
  .pt_sm--95 {
    padding-top: 95px !important;
  }
  .pb_sm--95 {
    padding-bottom: 95px !important;
  }
  .pl_sm--95 {
    padding-left: 95px !important;
  }
  .pr_sm--95 {
    padding-right: 95px !important;
  }
  .mt_sm--95 {
    margin-top: 95px !important;
  }
  .ml_sm--95 {
    margin-left: 95px !important;
  }
  .mr_sm--95 {
    margin-right: 95px !important;
  }
  .mb_sm--95 {
    margin-bottom: 95px !important;
  }
  .px_sm--95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .py_sm--95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .ptb_sm--100 {
    padding: 100px 0 !important;
  }
  .plr_sm--100 {
    padding: 0 100px !important;
  }
  .pt_sm--100 {
    padding-top: 100px !important;
  }
  .pb_sm--100 {
    padding-bottom: 100px !important;
  }
  .pl_sm--100 {
    padding-left: 100px !important;
  }
  .pr_sm--100 {
    padding-right: 100px !important;
  }
  .mt_sm--100 {
    margin-top: 100px !important;
  }
  .ml_sm--100 {
    margin-left: 100px !important;
  }
  .mr_sm--100 {
    margin-right: 100px !important;
  }
  .mb_sm--100 {
    margin-bottom: 100px !important;
  }
  .px_sm--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py_sm--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pl_sm--0 {
    padding-left: 0;
  }
  .pr_sm--0 {
    padding-right: 0;
  }
  .pt_sm--0 {
    padding-top: 0;
  }
  .pb_sm--0 {
    padding-bottom: 0;
  }
  .mr_sm--0 {
    margin-right: 0;
  }
  .ml_sm--0 {
    margin-left: 0;
  }
  .mt_sm--0 {
    margin-top: 0;
  }
  .mb_sm--0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0 !important;
  }
  .plr_mobile--5 {
    padding: 0 5px !important;
  }
  .pt_mobile--5 {
    padding-top: 5px !important;
  }
  .pb_mobile--5 {
    padding-bottom: 5px !important;
  }
  .pl_mobile--5 {
    padding-left: 5px !important;
  }
  .pr_mobile--5 {
    padding-right: 5px !important;
  }
  .mt_mobile--5 {
    margin-top: 5px !important;
  }
  .mb_mobile--5 {
    margin-bottom: 5px !important;
  }
  .ptb_mobile--10 {
    padding: 10px 0 !important;
  }
  .plr_mobile--10 {
    padding: 0 10px !important;
  }
  .pt_mobile--10 {
    padding-top: 10px !important;
  }
  .pb_mobile--10 {
    padding-bottom: 10px !important;
  }
  .pl_mobile--10 {
    padding-left: 10px !important;
  }
  .pr_mobile--10 {
    padding-right: 10px !important;
  }
  .mt_mobile--10 {
    margin-top: 10px !important;
  }
  .mb_mobile--10 {
    margin-bottom: 10px !important;
  }
  .ptb_mobile--15 {
    padding: 15px 0 !important;
  }
  .plr_mobile--15 {
    padding: 0 15px !important;
  }
  .pt_mobile--15 {
    padding-top: 15px !important;
  }
  .pb_mobile--15 {
    padding-bottom: 15px !important;
  }
  .pl_mobile--15 {
    padding-left: 15px !important;
  }
  .pr_mobile--15 {
    padding-right: 15px !important;
  }
  .mt_mobile--15 {
    margin-top: 15px !important;
  }
  .mb_mobile--15 {
    margin-bottom: 15px !important;
  }
  .ptb_mobile--20 {
    padding: 20px 0 !important;
  }
  .plr_mobile--20 {
    padding: 0 20px !important;
  }
  .pt_mobile--20 {
    padding-top: 20px !important;
  }
  .pb_mobile--20 {
    padding-bottom: 20px !important;
  }
  .pl_mobile--20 {
    padding-left: 20px !important;
  }
  .pr_mobile--20 {
    padding-right: 20px !important;
  }
  .mt_mobile--20 {
    margin-top: 20px !important;
  }
  .mb_mobile--20 {
    margin-bottom: 20px !important;
  }
  .ptb_mobile--25 {
    padding: 25px 0 !important;
  }
  .plr_mobile--25 {
    padding: 0 25px !important;
  }
  .pt_mobile--25 {
    padding-top: 25px !important;
  }
  .pb_mobile--25 {
    padding-bottom: 25px !important;
  }
  .pl_mobile--25 {
    padding-left: 25px !important;
  }
  .pr_mobile--25 {
    padding-right: 25px !important;
  }
  .mt_mobile--25 {
    margin-top: 25px !important;
  }
  .mb_mobile--25 {
    margin-bottom: 25px !important;
  }
  .ptb_mobile--30 {
    padding: 30px 0 !important;
  }
  .plr_mobile--30 {
    padding: 0 30px !important;
  }
  .pt_mobile--30 {
    padding-top: 30px !important;
  }
  .pb_mobile--30 {
    padding-bottom: 30px !important;
  }
  .pl_mobile--30 {
    padding-left: 30px !important;
  }
  .pr_mobile--30 {
    padding-right: 30px !important;
  }
  .mt_mobile--30 {
    margin-top: 30px !important;
  }
  .mb_mobile--30 {
    margin-bottom: 30px !important;
  }
  .ptb_mobile--35 {
    padding: 35px 0 !important;
  }
  .plr_mobile--35 {
    padding: 0 35px !important;
  }
  .pt_mobile--35 {
    padding-top: 35px !important;
  }
  .pb_mobile--35 {
    padding-bottom: 35px !important;
  }
  .pl_mobile--35 {
    padding-left: 35px !important;
  }
  .pr_mobile--35 {
    padding-right: 35px !important;
  }
  .mt_mobile--35 {
    margin-top: 35px !important;
  }
  .mb_mobile--35 {
    margin-bottom: 35px !important;
  }
  .ptb_mobile--40 {
    padding: 40px 0 !important;
  }
  .plr_mobile--40 {
    padding: 0 40px !important;
  }
  .pt_mobile--40 {
    padding-top: 40px !important;
  }
  .pb_mobile--40 {
    padding-bottom: 40px !important;
  }
  .pl_mobile--40 {
    padding-left: 40px !important;
  }
  .pr_mobile--40 {
    padding-right: 40px !important;
  }
  .mt_mobile--40 {
    margin-top: 40px !important;
  }
  .mb_mobile--40 {
    margin-bottom: 40px !important;
  }
  .ptb_mobile--45 {
    padding: 45px 0 !important;
  }
  .plr_mobile--45 {
    padding: 0 45px !important;
  }
  .pt_mobile--45 {
    padding-top: 45px !important;
  }
  .pb_mobile--45 {
    padding-bottom: 45px !important;
  }
  .pl_mobile--45 {
    padding-left: 45px !important;
  }
  .pr_mobile--45 {
    padding-right: 45px !important;
  }
  .mt_mobile--45 {
    margin-top: 45px !important;
  }
  .mb_mobile--45 {
    margin-bottom: 45px !important;
  }
  .ptb_mobile--50 {
    padding: 50px 0 !important;
  }
  .plr_mobile--50 {
    padding: 0 50px !important;
  }
  .pt_mobile--50 {
    padding-top: 50px !important;
  }
  .pb_mobile--50 {
    padding-bottom: 50px !important;
  }
  .pl_mobile--50 {
    padding-left: 50px !important;
  }
  .pr_mobile--50 {
    padding-right: 50px !important;
  }
  .mt_mobile--50 {
    margin-top: 50px !important;
  }
  .mb_mobile--50 {
    margin-bottom: 50px !important;
  }
  .ptb_mobile--55 {
    padding: 55px 0 !important;
  }
  .plr_mobile--55 {
    padding: 0 55px !important;
  }
  .pt_mobile--55 {
    padding-top: 55px !important;
  }
  .pb_mobile--55 {
    padding-bottom: 55px !important;
  }
  .pl_mobile--55 {
    padding-left: 55px !important;
  }
  .pr_mobile--55 {
    padding-right: 55px !important;
  }
  .mt_mobile--55 {
    margin-top: 55px !important;
  }
  .mb_mobile--55 {
    margin-bottom: 55px !important;
  }
  .ptb_mobile--60 {
    padding: 60px 0 !important;
  }
  .plr_mobile--60 {
    padding: 0 60px !important;
  }
  .pt_mobile--60 {
    padding-top: 60px !important;
  }
  .pb_mobile--60 {
    padding-bottom: 60px !important;
  }
  .pl_mobile--60 {
    padding-left: 60px !important;
  }
  .pr_mobile--60 {
    padding-right: 60px !important;
  }
  .mt_mobile--60 {
    margin-top: 60px !important;
  }
  .mb_mobile--60 {
    margin-bottom: 60px !important;
  }
  .ptb_mobile--65 {
    padding: 65px 0 !important;
  }
  .plr_mobile--65 {
    padding: 0 65px !important;
  }
  .pt_mobile--65 {
    padding-top: 65px !important;
  }
  .pb_mobile--65 {
    padding-bottom: 65px !important;
  }
  .pl_mobile--65 {
    padding-left: 65px !important;
  }
  .pr_mobile--65 {
    padding-right: 65px !important;
  }
  .mt_mobile--65 {
    margin-top: 65px !important;
  }
  .mb_mobile--65 {
    margin-bottom: 65px !important;
  }
  .ptb_mobile--70 {
    padding: 70px 0 !important;
  }
  .plr_mobile--70 {
    padding: 0 70px !important;
  }
  .pt_mobile--70 {
    padding-top: 70px !important;
  }
  .pb_mobile--70 {
    padding-bottom: 70px !important;
  }
  .pl_mobile--70 {
    padding-left: 70px !important;
  }
  .pr_mobile--70 {
    padding-right: 70px !important;
  }
  .mt_mobile--70 {
    margin-top: 70px !important;
  }
  .mb_mobile--70 {
    margin-bottom: 70px !important;
  }
  .ptb_mobile--75 {
    padding: 75px 0 !important;
  }
  .plr_mobile--75 {
    padding: 0 75px !important;
  }
  .pt_mobile--75 {
    padding-top: 75px !important;
  }
  .pb_mobile--75 {
    padding-bottom: 75px !important;
  }
  .pl_mobile--75 {
    padding-left: 75px !important;
  }
  .pr_mobile--75 {
    padding-right: 75px !important;
  }
  .mt_mobile--75 {
    margin-top: 75px !important;
  }
  .mb_mobile--75 {
    margin-bottom: 75px !important;
  }
  .ptb_mobile--80 {
    padding: 80px 0 !important;
  }
  .plr_mobile--80 {
    padding: 0 80px !important;
  }
  .pt_mobile--80 {
    padding-top: 80px !important;
  }
  .pb_mobile--80 {
    padding-bottom: 80px !important;
  }
  .pl_mobile--80 {
    padding-left: 80px !important;
  }
  .pr_mobile--80 {
    padding-right: 80px !important;
  }
  .mt_mobile--80 {
    margin-top: 80px !important;
  }
  .mb_mobile--80 {
    margin-bottom: 80px !important;
  }
  .ptb_mobile--85 {
    padding: 85px 0 !important;
  }
  .plr_mobile--85 {
    padding: 0 85px !important;
  }
  .pt_mobile--85 {
    padding-top: 85px !important;
  }
  .pb_mobile--85 {
    padding-bottom: 85px !important;
  }
  .pl_mobile--85 {
    padding-left: 85px !important;
  }
  .pr_mobile--85 {
    padding-right: 85px !important;
  }
  .mt_mobile--85 {
    margin-top: 85px !important;
  }
  .mb_mobile--85 {
    margin-bottom: 85px !important;
  }
  .ptb_mobile--90 {
    padding: 90px 0 !important;
  }
  .plr_mobile--90 {
    padding: 0 90px !important;
  }
  .pt_mobile--90 {
    padding-top: 90px !important;
  }
  .pb_mobile--90 {
    padding-bottom: 90px !important;
  }
  .pl_mobile--90 {
    padding-left: 90px !important;
  }
  .pr_mobile--90 {
    padding-right: 90px !important;
  }
  .mt_mobile--90 {
    margin-top: 90px !important;
  }
  .mb_mobile--90 {
    margin-bottom: 90px !important;
  }
  .ptb_mobile--95 {
    padding: 95px 0 !important;
  }
  .plr_mobile--95 {
    padding: 0 95px !important;
  }
  .pt_mobile--95 {
    padding-top: 95px !important;
  }
  .pb_mobile--95 {
    padding-bottom: 95px !important;
  }
  .pl_mobile--95 {
    padding-left: 95px !important;
  }
  .pr_mobile--95 {
    padding-right: 95px !important;
  }
  .mt_mobile--95 {
    margin-top: 95px !important;
  }
  .mb_mobile--95 {
    margin-bottom: 95px !important;
  }
  .ptb_mobile--100 {
    padding: 100px 0 !important;
  }
  .plr_mobile--100 {
    padding: 0 100px !important;
  }
  .pt_mobile--100 {
    padding-top: 100px !important;
  }
  .pb_mobile--100 {
    padding-bottom: 100px !important;
  }
  .pl_mobile--100 {
    padding-left: 100px !important;
  }
  .pr_mobile--100 {
    padding-right: 100px !important;
  }
  .mt_mobile--100 {
    margin-top: 100px !important;
  }
  .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}
.slick-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.slick-gutter-5 .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.slick-gutter-10 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-gutter-15 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-gutter-20 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.slick-gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.slick-gutter-25 .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}

.slick-gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.slick-gutter-30 .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}

.slick-gutter-35 {
  margin-left: -35px;
  margin-right: -35px;
}
.slick-gutter-35 .slick-slide {
  padding-left: 35px;
  padding-right: 35px;
}

.slick-gutter-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.slick-gutter-40 .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}

.slick-gutter-45 {
  margin-left: -45px;
  margin-right: -45px;
}
.slick-gutter-45 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}

.slick-gutter-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.slick-gutter-50 .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.slick-gutter-55 {
  margin-left: -55px;
  margin-right: -55px;
}
.slick-gutter-55 .slick-slide {
  padding-left: 55px;
  padding-right: 55px;
}

.slick-gutter-60 {
  margin-left: -60px;
  margin-right: -60px;
}
.slick-gutter-60 .slick-slide {
  padding-left: 60px;
  padding-right: 60px;
}

.slick-gutter-65 {
  margin-left: -65px;
  margin-right: -65px;
}
.slick-gutter-65 .slick-slide {
  padding-left: 65px;
  padding-right: 65px;
}

.slick-gutter-70 {
  margin-left: -70px;
  margin-right: -70px;
}
.slick-gutter-70 .slick-slide {
  padding-left: 70px;
  padding-right: 70px;
}

.slick-gutter-75 {
  margin-left: -75px;
  margin-right: -75px;
}
.slick-gutter-75 .slick-slide {
  padding-left: 75px;
  padding-right: 75px;
}

.slick-gutter-80 {
  margin-left: -80px;
  margin-right: -80px;
}
.slick-gutter-80 .slick-slide {
  padding-left: 80px;
  padding-right: 80px;
}

.slick-gutter-85 {
  margin-left: -85px;
  margin-right: -85px;
}
.slick-gutter-85 .slick-slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slick-gutter-90 {
  margin-left: -90px;
  margin-right: -90px;
}
.slick-gutter-90 .slick-slide {
  padding-left: 90px;
  padding-right: 90px;
}

.slick-gutter-95 {
  margin-left: -95px;
  margin-right: -95px;
}
.slick-gutter-95 .slick-slide {
  padding-left: 95px;
  padding-right: 95px;
}

.slick-gutter-100 {
  margin-left: -100px;
  margin-right: -100px;
}
.slick-gutter-100 .slick-slide {
  padding-left: 100px;
  padding-right: 100px;
}

.gap--5 {
  gap: 5px !important;
}

.gap--10 {
  gap: 10px !important;
}

.gap--15 {
  gap: 15px !important;
}

.gap--20 {
  gap: 20px !important;
}

.gap--25 {
  gap: 25px !important;
}

.gap--30 {
  gap: 30px !important;
}

.gap--35 {
  gap: 35px !important;
}

.gap--40 {
  gap: 40px !important;
}

.gap--45 {
  gap: 45px !important;
}

.gap--50 {
  gap: 50px !important;
}

.gap--55 {
  gap: 55px !important;
}

.gap--60 {
  gap: 60px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gap_lg--5 {
    gap: 5px !important;
  }
  .gap_lg--10 {
    gap: 10px !important;
  }
  .gap_lg--15 {
    gap: 15px !important;
  }
  .gap_lg--20 {
    gap: 20px !important;
  }
  .gap_lg--25 {
    gap: 25px !important;
  }
  .gap_lg--30 {
    gap: 30px !important;
  }
  .gap_lg--35 {
    gap: 35px !important;
  }
  .gap_lg--40 {
    gap: 40px !important;
  }
  .gap_lg--45 {
    gap: 45px !important;
  }
  .gap_lg--50 {
    gap: 50px !important;
  }
  .gap_lg--55 {
    gap: 55px !important;
  }
  .gap_lg--60 {
    gap: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gap_md--5 {
    gap: 5px !important;
  }
  .gap_md--10 {
    gap: 10px !important;
  }
  .gap_md--15 {
    gap: 15px !important;
  }
  .gap_md--20 {
    gap: 20px !important;
  }
  .gap_md--25 {
    gap: 25px !important;
  }
  .gap_md--30 {
    gap: 30px !important;
  }
  .gap_md--35 {
    gap: 35px !important;
  }
  .gap_md--40 {
    gap: 40px !important;
  }
  .gap_md--45 {
    gap: 45px !important;
  }
  .gap_md--50 {
    gap: 50px !important;
  }
  .gap_md--55 {
    gap: 55px !important;
  }
  .gap_md--60 {
    gap: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .gap_sm--5 {
    gap: 5px !important;
  }
  .gap_sm--10 {
    gap: 10px !important;
  }
  .gap_sm--15 {
    gap: 15px !important;
  }
  .gap_sm--20 {
    gap: 20px !important;
  }
  .gap_sm--25 {
    gap: 25px !important;
  }
  .gap_sm--30 {
    gap: 30px !important;
  }
  .gap_sm--35 {
    gap: 35px !important;
  }
  .gap_sm--40 {
    gap: 40px !important;
  }
  .gap_sm--45 {
    gap: 45px !important;
  }
  .gap_sm--50 {
    gap: 50px !important;
  }
  .gap_sm--55 {
    gap: 55px !important;
  }
  .gap_sm--60 {
    gap: 60px !important;
  }
}
.mt--8 {
  margin-top: 8px;
}

/* -------------------------------- 

Primary style

-------------------------------- */
.cd-title {
  position: relative;
  text-align: center;
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xrotate-1 

  -------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

  xtype 

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xrotate-2 

  -------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

  xloading-bar 

  -------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary-100);
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

  xslide 

  -------------------------------- */
.cd-headline.slide span {
  display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

  xclip 

  -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xzoom 

  -------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

  xrotate-3 

  -------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

  xscale 

  -------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xpush 

  -------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/**
 * Typography
 */
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: 400;
  scroll-behavior: auto;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  background-color: var(--color-dark-100);
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-primary);
  line-height: 1.4074;
  color: var(--color-secondary-100);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 1.19;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.23;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 1.14;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.25;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.24;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--fw-bold);
}

h4,
.h4,
h5,
.h5 {
  font-weight: var(--fw-bold);
}

h6,
.h6 {
  font-weight: var(--fw-medium);
}

p {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}
p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  p.has-large-font-size {
    font-size: 16px;
    line-height: 28px;
  }
}
p.has-medium-font-size {
  font-size: 20px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.has-medium-font-size {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  p.has-medium-font-size {
    font-size: 16px;
    line-height: 28px;
  }
}
p.has-small-font-size {
  font-size: 13px;
}
p.has-very-light-gray-color {
  color: var(--color-white);
}
p.has-background {
  padding: 20px 30px;
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p.b1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  p.b1 {
    font-size: 16px;
    line-height: 28px;
  }
}
p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
@media only screen and (max-width: 767px) {
  p.b2 {
    font-size: 16px;
    line-height: 28px;
  }
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
@media only screen and (max-width: 767px) {
  p.b3 {
    font-size: 16px;
    line-height: 28px;
  }
}
p.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}
@media only screen and (max-width: 767px) {
  p.b4 {
    font-size: 16px;
    line-height: 28px;
  }
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
@media only screen and (max-width: 767px) {
  .b1 {
    font-size: 16px;
    line-height: 28px;
  }
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
@media only screen and (max-width: 767px) {
  .b2 {
    font-size: 16px;
    line-height: 28px;
  }
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
@media only screen and (max-width: 767px) {
  .b3 {
    font-size: 16px;
    line-height: 28px;
  }
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}
@media only screen and (max-width: 767px) {
  .b4 {
    font-size: 16px;
    line-height: 28px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--heading-color);
}

var {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
}
ul li a {
  text-decoration: none;
  color: var(--color-secondary-100);
}
ul li a:hover {
  color: var(--color-primary-100);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px;
}
ol li a {
  color: var(--heading-color);
  text-decoration: none;
}
ol li a:hover {
  color: var(--color-primary-100);
}
ol ul {
  padding-left: 30px;
}

.nav-pills {
  margin-bottom: 30px;
}
.nav-pills li {
  margin: 0;
}
.nav-pills li button {
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  color: var(--color-secondary-100);
  padding: 15px 30px;
  transition: 0.3s;
}
.nav-pills li button:hover {
  color: var(--color-secondary-100);
}

.entry-content a {
  text-decoration: underline;
}

.fs--12 {
  font-size: 12px;
}

.fs--14 {
  font-size: 14px !important;
}

.fs--15 {
  font-size: 15px;
}

.fs--16 {
  font-size: 16px;
}

.fs--18 {
  font-size: 18px;
}

.fs--20 {
  font-size: 20px;
}
@media only screen and (max-width: 575px) {
  .fs--20 {
    font-size: 16px;
  }
}

.fs--22 {
  font-size: 22px;
}
@media only screen and (max-width: 575px) {
  .fs--22 {
    font-size: 18px;
  }
}

.fs--24 {
  font-size: 24px;
}
@media only screen and (max-width: 575px) {
  .fs--24 {
    font-size: 20px;
  }
}

.fs--30 {
  font-size: 30px;
}
@media only screen and (max-width: 575px) {
  .fs--30 {
    font-size: 25px;
  }
}

.fs--35 {
  font-size: 35px;
}
@media only screen and (max-width: 575px) {
  .fs--35 {
    font-size: 30px;
  }
}

.fs--72 {
  font-size: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fs--72 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fs--72 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .fs--72 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fs--72 {
    font-size: 35px;
  }
}

.fs--80 {
  font-size: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fs--80 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fs--80 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .fs--80 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .fs--80 {
    font-size: 35px;
  }
}

.fs--96 {
  font-size: 96px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fs--96 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .fs--96 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .fs--96 {
    font-size: 35px;
  }
}

.display--1 {
  font-size: 96px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .display--1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .display--1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .display--1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .display--1 {
    font-size: 35px;
  }
}

.display--2 {
  font-size: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .display--2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .display--2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .display--2 {
    font-size: 32px;
  }
}

.lh--1 {
  line-height: 1.06;
}

.lh--2 {
  line-height: 1.2;
}

.lh--2-5 {
  line-height: 1.25;
}

.lh--3 {
  line-height: 1.3;
}

.lh--4 {
  line-height: 1.4;
}

.lh--5 {
  line-height: 1.5;
}

.lh--6 {
  line-height: 1.6;
}

.lh--7 {
  line-height: 1.7;
}

.fw-300 {
  font-weight: var(--fw-light);
}

.fw-400 {
  font-weight: var(--fw-regular);
}

.fw-500 {
  font-weight: var(--fw-medium);
}

.fw-600 {
  font-weight: var(--fw-semiBold);
}

.fw-700 {
  font-weight: var(--fw-bold);
}

.fw-800 {
  font-weight: var(--fw-extra-bold);
}

.fw-900 {
  font-weight: var(--fw-black);
}

.lrn-border-bottom {
  border-bottom: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
}

/**
 * Common
 **/
@media (min-width: 1600px) {
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
}
@media (min-width: 1700px) {
  .d-exl-inline {
    display: inline !important;
  }
  .d-exl-none {
    display: none !important;
  }
}
.radius {
  border-radius: 8px !important;
}

.radius-4 {
  border-radius: 4px !important;
}

.radius-6 {
  border-radius: 6px !important;
}

.radius-10 {
  border-radius: var(--radius-10) !important;
}

.radius-16 {
  border-radius: 16px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.overflow-initial {
  overflow: initial !important;
}

.lrn-rating ul {
  list-style: none;
}

.lrn-index-upper {
  position: relative;
  z-index: 1;
}

.lrn-common-link {
  transition: var(--transition);
}
.lrn-common-link:hover {
  color: var(--color-primary-100) !important;
}

.profile-share {
  display: flex;
  align-items: center;
}
.profile-share a {
  position: relative;
  z-index: 1;
  transition: var(--transition);
  flex: 0 0 auto;
}
.profile-share a:nth-child(2) {
  margin-left: -12px;
}
.profile-share a:nth-child(3) {
  margin-left: -12px;
}
.profile-share a:nth-child(4) {
  margin-left: -12px;
}
.profile-share a:nth-child(5) {
  margin-left: -12px;
}
.profile-share a:nth-child(6) {
  margin-left: -12px;
}
.profile-share a:nth-child(7) {
  margin-left: -12px;
}
.profile-share a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--color-primary-700);
  transition: var(--transition);
}
.profile-share a.more-author-text {
  display: inline-block;
  padding-left: 7px;
}
.profile-share a.more-author-text:hover {
  transform: none;
  color: var(--color-primary-100);
}
.profile-share a:hover {
  z-index: 2;
  transform: translateY(-3px) scale(1.1);
}
.profile-share .more-author-text {
  margin-left: 15px;
}
.profile-share .more-author-text .total-join-students {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}
.profile-share .more-author-text .subtitle {
  font-size: 16px;
}
.profile-share .avatar {
  position: relative;
}
.profile-share .avatar::after, .profile-share .avatar::before {
  --scale: 0;
  --arrow-size: 8px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: bottom center;
}
.profile-share .avatar::before {
  --translate-y: calc(-100% - var(--arrow-size));
  content: attr(data-tooltip);
  color: var(--color-white);
  padding: 5px 8px;
  background: var(--color-primary-100);
  width: max-content;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  margin: 1px;
}
.profile-share .avatar::after {
  --translate-y: calc(-1 * var(--arrow-size));
  content: "";
  border: var(--arrow-size) solid transparent;
  border-top-color: var(--color-primary-100);
}
.profile-share .avatar:hover::before, .profile-share .avatar:hover::after {
  --scale: 1;
}

.img-hover-shine {
  position: relative;
  overflow: hidden;
}
.img-hover-shine::before {
  content: "";
  background: linear-gradient(to right, rgba(from var(--color-primary-100) r g b/0.1) 0%, rgba(from var(--color-primary-100) r g b/0.07) 100%);
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.img-hover-shine:hover::before {
  animation: shine 0.85s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.lrn-details-body h1,
.lrn-details-body h2,
.lrn-details-body h3,
.lrn-details-body h4,
.lrn-details-body h5,
.lrn-details-body h6 {
  line-height: 1.14;
  margin-bottom: 5px;
}
.lrn-details-body img {
  border-radius: 10px;
  margin-bottom: 30px;
}
.lrn-details-body p {
  color: var(--color-body);
  line-height: 1.75;
  margin-bottom: 20px;
}
.lrn-details-body ul {
  margin-bottom: 20px;
}

.rbt-shadow-box {
  border-radius: var(--radius);
  background: var(--color-dark-300);
  overflow: hidden;
  padding: 30px;
  box-shadow: 0px 0px 43px var(--color-dark-100);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-shadow-box {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-shadow-box {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-shadow-box {
    padding: 20px;
  }
}

.rbt-radius {
  border-radius: 6px !important;
}

.radius {
  border-radius: 6px !important;
}

.odometer.odometer-auto-theme {
  font-family: var(--font-primary) !important;
  white-space: nowrap;
}
.odometer.odometer-auto-theme .odometer-digit {
  min-width: 0.7em;
  margin: 0 -0.04em;
}

.fancybox__container {
  z-index: 9999999 !important;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/**************************************************************

	Button Style

	|	|___ Btn Gradient
	|	|___ Default Btn Hover
	|	|___ Btn Reverse Icon
	|	|___ Btn Solid Icon
	|	|___ Btn with Outline
	|	|___ Btn transparent
	|	|___ Btn Border
	|	|___ Btn 3D
	|	|___ Video Play
	|	        |___ Video Play - 1

***************************************************************/
.btn {
  font-size: 16px;
  outline: none;
}
.btn:active {
  border-color: transparent !important;
}

.lrn-btn-group .lrn-gradient-btn {
  border-radius: var(--radius-big);
  border: none;
  overflow: hidden;
  padding: 15px 20px !important;
  transition: var(--transition);
  font-size: var(--font-size-b3);
  position: relative;
  z-index: 1;
}
.lrn-btn-group .lrn-gradient-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-big);
  background: linear-gradient(45deg, #7E6FC0 0%, var(--color-dark-400) 100%);
  z-index: -1;
  transition: var(--transition);
  opacity: 0;
}
.lrn-btn-group .lrn-gradient-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-big);
  background: linear-gradient(180deg, #7E6FC0 0%, var(--color-dark-400) 100%);
  z-index: -1;
  transition: var(--transition);
}
.lrn-btn-group .lrn-gradient-btn:hover {
  box-shadow: var(--shadow-4);
  background: transparent;
}
.lrn-btn-group .lrn-gradient-btn:hover::after {
  opacity: 1;
}
.lrn-btn-group .lrn-gradient-btn:hover::before {
  opacity: 0;
}
.lrn-btn-group .lrn-gradient-btn-2 {
  border-radius: var(--radius);
  border: 1px solid #272841 !important;
  background: rgba(from var(--color-secondary-100) r g b/0.1) !important;
  box-shadow: var(--shadow-4);
  padding: 10px 20px !important;
  transition: var(--transition);
  font-size: var(--font-size-b4);
}
.lrn-btn-group .lrn-gradient-btn-2::before {
  background: var(--color-dark-400) !important;
  box-shadow: none !important;
}
.lrn-btn-group .lrn-gradient-btn-2:hover {
  transition: var(--transition);
  box-shadow: none !important;
  background: linear-gradient(170deg, #1a1a35 6.13%, var(--color-dark-300) 89%) !important;
}
.lrn-btn-group .lrn-gradient-btn-2:hover::before {
  background: var(--color-gradient-300) !important;
}
.lrn-btn-group .lrn-gradient-btn-3 {
  border-radius: var(--radius);
  border: 1px solid #272841 !important;
  background: transparent !important;
  box-shadow: none;
  padding: 10px 20px !important;
  transition: all var(--transition) linear;
  font-size: var(--font-size-b4);
}
.lrn-btn-group .lrn-gradient-btn-3:hover::after {
  transition: all var(--transition) linear;
  opacity: 1;
}
.lrn-btn-group .lrn-gradient-btn-3::before {
  transition: all var(--transition) linear;
  opacity: 1;
  background: linear-gradient(180deg, #202032 0%, #2d2d4a 100%) !important;
  box-shadow: none !important;
}
.lrn-btn-group .lrn-gradient-btn-3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 0.5rem;
  transition: all var(--transition) linear;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(0deg, #202032 0%, #2d2d4a 100%) !important;
  box-shadow: none !important;
}
.lrn-btn-group.lrn-gradient-btn-4 {
  transition: all var(--transition) linear;
  position: relative;
  overflow: hidden;
  background: var(--color-dark-100);
}
.lrn-btn-group.lrn-gradient-btn-4.v2 {
  background: var(--color-dark-300);
}
.lrn-btn-group.lrn-gradient-btn-4 a {
  transition: all var(--transition) linear;
  color: var(--color-secondary-700);
}
.lrn-btn-group.lrn-gradient-btn-4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: var(--color-gradient-100);
  opacity: 0;
  transition: all var(--transition) linear;
}
.lrn-btn-group.lrn-gradient-btn-4:hover {
  background: transparent;
}
.lrn-btn-group.lrn-gradient-btn-4:hover a {
  transition: all var(--transition) linear;
  color: var(--color-white);
}
.lrn-btn-group.lrn-gradient-btn-4:hover::before {
  opacity: 1;
  transition: all var(--transition) linear;
}
.lrn-btn-group .lrn-btn-hover:hover::before {
  transition: all var(--transition) linear;
  box-shadow: none;
  top: 0px;
}
.lrn-btn-group .lrn-btn-shadow {
  box-shadow: var(--shadow-3);
}
.lrn-btn-group .hover-icon-reverse .btn-text {
  display: inline-block;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
  margin-inline-start: -23px;
}
.lrn-btn-group .hover-icon-reverse .btn-icon {
  display: inline-block;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 1;
  font-size: var(--font-size-b5);
}
.lrn-btn-group .hover-icon-reverse .btn-icon + .btn-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0s;
  order: -2;
}
.lrn-btn-group .hover-icon-reverse .btn-icon + .btn-icon i {
  padding-left: 0;
  padding-right: 6px;
}
.lrn-btn-group .shadow-0:hover {
  box-shadow: none;
}
.lrn-btn-group .lrn-btn-outline {
  position: relative;
}
.lrn-btn-group .lrn-btn-outline i {
  transform: translate(0px, 0);
  transition: var(--transition);
  font-size: 12px;
}
.lrn-btn-group .lrn-btn-outline:hover {
  color: var(--color-secondary-100) !important;
}
.lrn-btn-group .lrn-btn-outline:hover i {
  transform: translate(2px, 0);
  transition: var(--transition);
}
.lrn-btn-group .lrn-btn-outline:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.lrn-btn-group .lrn-btn-outline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.lrn-btn-group .lrn-btn-outline-not::after {
  width: 0 !important;
  height: 0 !important;
}
.lrn-btn-group .lrn-btn-transparent {
  background: var(--color-dark-400) !important;
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1) !important;
  transition: all 0.3s linear !important;
}
.lrn-btn-group .lrn-btn-transparent:hover {
  transition: all 0.3s linear !important;
  background: transparent !important;
}
.lrn-btn-group .lrn-btn-transparent::before {
  width: 0 !important;
  height: 0 !important;
}

.lrn-btn {
  background: var(--color-gradient-100);
  color: var(--color-white);
  font-weight: var(--fw-semiBold);
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all var(--transition) linear;
  border-radius: var(--radius-big);
  border: 0 none;
  outline: none;
  line-height: 1.42;
}
.lrn-btn:hover {
  color: var(--color-white);
}
.lrn-btn:hover::before {
  box-shadow: 0px 0px 0px 0px rgba(255, 113, 191, 0.55) !important;
}
.lrn-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: var(--radius);
  background: var(--color-gradient-100);
  box-shadow: 0px 3px 0px 0px rgba(255, 113, 191, 0.55);
  z-index: -1;
  transition: all 0.2s linear;
}
.lrn-btn.is-shadow::before {
  background: transparent;
  box-shadow: none;
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
}
.lrn-btn:hover.hover-icon-reverse .btn-text {
  transition-delay: 0.1s;
  transform: translateX(16px);
}
.lrn-btn:hover.hover-icon-reverse .btn-icon {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(10px);
}
.lrn-btn:hover.hover-icon-reverse .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(-8px);
  transition-delay: 0.225s;
}
.lrn-btn.lrn-hover-primary-btn {
  border-radius: 8px;
  border: 1px solid rgba(214, 218, 240, 0.1);
  background: transparent !important;
  box-shadow: none;
  padding: 10px 20px !important;
  transition: all var(--transition) linear;
  font-size: var(--font-size-b4);
}
.lrn-btn.lrn-hover-primary-btn:hover::after {
  transition: all var(--transition) linear;
  opacity: 1;
}
.lrn-btn.lrn-hover-primary-btn::before {
  transition: all var(--transition) linear;
  opacity: 1;
  background: linear-gradient(180deg, #202032 0%, #2d2d4a 100%) !important;
  box-shadow: none !important;
}
.lrn-btn.lrn-hover-primary-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 0.5rem;
  transition: all var(--transition) linear;
  opacity: 0;
  z-index: -1;
  background: var(--color-gradient-900);
  box-shadow: none !important;
}
.lrn-btn.with-cart {
  padding: 10px 20px;
}
.lrn-btn.btn-arrow {
  position: relative;
  padding: 14px 48px 14px 24px;
  transition: all 0.6s 0.25s cubic-bezier(0.1, 0.75, 0.25, 1);
}
.lrn-btn.btn-arrow .left-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.lrn-btn.btn-arrow .right-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.lrn-btn.btn-arrow::before {
  display: none;
}
.lrn-btn.btn-arrow:hover {
  padding: 14px 24px 14px 48px;
}
.lrn-btn.btn-arrow:hover .left-icon {
  opacity: 1;
  transform: translate(24px, -50%);
}
.lrn-btn.btn-arrow:hover .right-icon {
  transform: translate(20px, -50%);
  opacity: 0;
}
.lrn-btn.lrn-btn-border {
  background: transparent !important;
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1) !important;
  transition: all 0.3s linear !important;
}
.lrn-btn.lrn-btn-border:hover {
  transition: all 0.3s linear !important;
  background: var(--color-dark-400) !important;
}
.lrn-btn.lrn-btn-border::before {
  width: 0 !important;
  height: 0 !important;
}

.btn-normal {
  border-radius: 12px;
  border: 1px solid rgba(214, 218, 240, 0.1);
  background: var(--color-gradient-800);
  padding: 12px 20px;
}
.btn-normal:hover {
  box-shadow: 0px 15px 26px 0px rgba(43, 43, 71, 0.61);
}

.lrn-btn3d-default:hover .btn-text, .lrn-btn3d-default:active .btn-text {
  transition-delay: 0.1s;
  transform: translateX(0) !important;
}
.lrn-btn3d-default:hover .lrn-btn3d-icon-right,
.lrn-btn3d-default:hover .lrn-btn3d-icon-right-15, .lrn-btn3d-default:active .lrn-btn3d-icon-right,
.lrn-btn3d-default:active .lrn-btn3d-icon-right-15 {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(0) !important;
  right: 26px;
}
.lrn-btn3d-default:hover .lrn-btn3d-icon-left,
.lrn-btn3d-default:hover .lrn-btn3d-icon-left-5, .lrn-btn3d-default:active .lrn-btn3d-icon-left,
.lrn-btn3d-default:active .lrn-btn3d-icon-left-5 {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.lrn-btn3d {
  position: relative;
  background: transparent;
  padding: 0px;
  border: none;
  outline-offset: 4px;
  transition: filter 250ms;
  font-weight: var(--fw-semiBold);
}
.lrn-btn3d.btn-sm .lrn-btn3d__text {
  padding: 14px 40px;
}
.lrn-btn3d__shadows {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(from var(--color-error-100) r g b/0.3);
  box-shadow: 0px 24px 45px 0px rgba(from var(--color-error-100) r g b/0.3);
  border-radius: var(--radius);
  filter: blur(2px);
  will-change: transform;
  transform: translateY(2px);
  transition: all var(--transition) linear;
  opacity: 0;
}
.lrn-btn3d:hover .lrn-btn3d__shadows {
  opacity: 1;
  transform: translateY(4px);
}
.lrn-btn3d:active .lrn-btn3d__shadows {
  opacity: 1;
  transform: translateY(4px);
}
.lrn-btn3d:focus:not(:focus-visible) {
  outline: none;
}
.lrn-btn3d__text {
  display: block;
  position: relative;
  padding: 19px 44px;
  border-radius: var(--radius);
  background: var(--color-gradient-100);
  color: var(--color-white);
  transition: all var(--transition) linear;
}
@media only screen and (max-width: 767px) {
  .lrn-btn3d__text {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-btn3d__text .btn-text {
    padding: 0 10px;
  }
}
.lrn-btn3d__text.rounded-pill {
  padding: 16px 50px;
}
@media only screen and (max-width: 767px) {
  .lrn-btn3d__text.rounded-pill {
    padding: 16px 36px;
  }
}
.lrn-btn3d__text-2 {
  background: var(--color-gradient-300) !important;
}
.lrn-btn3d__text-2 .btn-text {
  margin-right: 8px;
}
.lrn-btn3d .btn-text-3 {
  margin: 0 -18px 0 0;
  margin-inline-start: 0 !important;
}
.lrn-btn3d__edge {
  position: absolute;
  top: 4px;
  left: 0;
  height: 97.5%;
  width: 100%;
  background: var(--color-gradient-100);
  opacity: 0.6;
  border-radius: var(--radius);
}
.lrn-btn3d__edge-2 {
  background: var(--color-gradient-300) !important;
}
.lrn-btn3d i {
  position: absolute;
  content: "";
  bottom: 44%;
  top: 38%;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.lrn-btn3d--default-icon {
  color: var(--color-white);
  z-index: 1;
  left: 8%;
  top: 0 !important;
  transform: translate(50%, 50%);
}
.lrn-btn3d .btn-text {
  display: inline-block;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
  margin-inline-start: -23px;
}
.lrn-btn3d .btn-text-position-icon {
  left: 10% !important;
}
.lrn-btn3d .btn-text-position {
  margin-inline-start: 0px;
  margin: 0 -3px 0 -14px !important;
}
.lrn-btn3d .lrn-btn3d-icon-right {
  right: 20px;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.lrn-btn3d .lrn-btn3d-icon-right-15 {
  right: 26px;
}
.lrn-btn3d .lrn-btn3d-icon-left {
  left: 20px;
  margin-inline-end: 0;
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0s;
  order: -2;
}
.lrn-btn3d .lrn-btn3d-icon-left-5 {
  left: 8%;
}
.lrn-btn3d:hover .btn-text, .lrn-btn3d:active .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}
.lrn-btn3d:hover .lrn-btn3d-icon-right,
.lrn-btn3d:hover .lrn-btn3d-icon-right-15, .lrn-btn3d:active .lrn-btn3d-icon-right,
.lrn-btn3d:active .lrn-btn3d-icon-right-15 {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(10px);
  right: 12%;
}
.lrn-btn3d:hover .lrn-btn3d-icon-left,
.lrn-btn3d:hover .lrn-btn3d-icon-left-5, .lrn-btn3d:active .lrn-btn3d-icon-left,
.lrn-btn3d:active .lrn-btn3d-icon-left-5 {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.video-popup-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.has-cursor-follow .video-popup-wrapper {
  pointer-events: none;
}
.video-popup-wrapper .with-animation::after, .video-popup-wrapper .with-animation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  border: 1.5px solid var(--color-basic-100);
}
.video-popup-wrapper .with-animation::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.video-popup-wrapper .with-animation::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
.video-popup-wrapper .rounded-player-1 {
  border: 0;
  width: 60px;
  height: 60px;
  margin-left: -40px;
  margin-top: -40px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  border-radius: 100%;
  background: linear-gradient(114deg, var(--color-basic-100) 0%, var(--color-error-100) 46.5%, var(--color-warning) 100%);
  margin: 0 auto;
  display: inline-block;
  padding: 0;
}
.video-popup-wrapper .rounded-player-1 .play-icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-popup-wrapper .rounded-player-1 .play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-6px, -9px);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid var(--color-white);
}
.video-popup-wrapper .rounded-player-2 {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .video-popup-wrapper .rounded-player-2 {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }
}
.video-popup-wrapper .rounded-player-2:hover {
  color: var(--color-primary-100);
  border-color: var(--color-primary-100);
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
.lrn-icon {
  position: relative;
  background: var(--color-gradient-600);
  color: var(--color-secondary-100);
  border-radius: 100px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear;
}
.lrn-icon i {
  position: relative;
  z-index: 9;
}
.lrn-icon.gd-300 {
  background: var(--color-gradient-300);
}
.lrn-icon.size-50 {
  width: 50px;
  height: 50px;
}

.lrn-icon-lg {
  width: 60px !important;
  height: 60px !important;
}
.lrn-icon-lg i {
  font-size: 20px;
}

.lrn-icon-xl {
  width: 70px !important;
  height: 70px !important;
}
.lrn-icon-xl i {
  font-size: var(--font-size-b3);
}

.lrn-search-btn-sm {
  background-color: var(--color-dark-600);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  color: var(--color-secondary-100);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .lrn-search-btn-sm {
    width: 38px;
    height: 38px;
  }
}
.lrn-search-btn-sm.square {
  border-radius: var(--radius-10);
}

.lrn-search-btn-sm-2 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid rgba(147, 130, 255, 0.1);
  background: var(--color-dark-400);
  color: var(--color-secondary-400);
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .lrn-search-btn-sm-2 {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}

.lrn-user-btn {
  background-color: var(--color-dark-600);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  color: var(--color-secondary-100);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .lrn-user-btn {
    width: 38px;
    height: 38px;
  }
}
.lrn-user-btn.square {
  border-radius: var(--radius-10);
}

.lrn-icon-hover {
  position: relative;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition) linear;
  background: linear-gradient(170deg, #1a1a35 6.13%, var(--color-dark-300) 89%) !important;
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
}
.lrn-icon-hover::before {
  position: absolute;
  content: "";
  transition: all var(--transition) linear;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.lrn-icon-hover i {
  position: relative;
  z-index: 9;
}
.lrn-icon-hover::before {
  opacity: 0;
  background: var(--color-gradient-300) !important;
}
.lrn-icon-hover:hover::before {
  opacity: 1;
  transition: all var(--transition) linear;
}

.lrn-rounded-btn {
  display: inline-flex;
  padding: 9px 18px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid rgba(214, 218, 240, 0.1);
  background: linear-gradient(170deg, #1A1A35 6.13%, #0F102A 89%);
  color: var(--color-secondary-100);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}
.lrn-rounded-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 50px;
  background: var(--color-gradient-100);
  opacity: 0;
  transition: all var(--transition) linear;
}
.lrn-rounded-btn span, .lrn-rounded-btn i {
  position: relative;
  z-index: 2;
}
.lrn-rounded-btn:hover {
  color: var(--color-white);
}
.lrn-rounded-btn:hover::before {
  opacity: 1;
  transition: all var(--transition) linear;
}

.lrn-card-btn {
  display: inline-flex;
  padding: 9px 18px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid rgba(214, 218, 240, 0.1);
  background: linear-gradient(170deg, #1A1A35 6.13%, #0F102A 89%);
  color: var(--color-secondary-100);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}
.lrn-card-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 50px;
  background: var(--color-gradient-900);
  opacity: 0;
  transition: all var(--transition) linear;
}
.lrn-card-btn span, .lrn-card-btn i {
  position: relative;
  z-index: 2;
}
.lrn-card-btn:hover {
  color: var(--color-secondary-100);
}
.lrn-card-btn:hover::before {
  opacity: 1;
  transition: all var(--transition) linear;
}

.lrn-gd-button {
  background: linear-gradient(95deg, #B26EF7 8%, #FF71BF 53.24%, #FF986A 100%);
  color: var(--color-white);
  padding: 18px 26px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.lrn-gd-button i {
  font-size: 14px;
}
.lrn-gd-button .text {
  margin-top: -3px;
}

.lrn-btn-primary {
  font-size: 20px;
  font-weight: 500;
  padding: 19px 45px;
  color: var(--color-white);
  display: inline-flex;
  border-radius: 8px;
  position: relative;
  border: none;
  background: linear-gradient(96deg, rgba(178, 110, 247, 0.7) 0%, rgba(255, 113, 191, 0.7) 48.24%, rgba(255, 152, 106, 0.7) 99.47%);
  white-space: nowrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .lrn-btn-primary {
    padding: 12px 20px;
  }
}
.lrn-btn-primary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 3px);
  border-radius: 8px;
  background: linear-gradient(96deg, #B26EF7 0%, #FF71BF 48.24%, #FF986A 99.47%);
}
.lrn-btn-primary.remove-drop {
  background: linear-gradient(96deg, #B26EF7 0%, #FF71BF 48.24%, #FF986A 99.47%);
}
.lrn-btn-primary.remove-drop .btn-text-wrap {
  transform: translateY(0px);
}
.lrn-btn-primary.remove-drop::before {
  display: none;
}
.lrn-btn-primary .btn-text-wrap {
  display: flex;
  flex-direction: column;
  height: 30px;
  overflow: hidden;
  transform: translateY(-2px);
}
.lrn-btn-primary .btn-text {
  z-index: 3;
  flex: none;
  position: relative;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.3s ease;
}
.lrn-btn-primary:hover {
  color: var(--color-white);
}
.lrn-btn-primary:hover .btn-text-wrap .btn-text {
  transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.lrn-btn-primary:focus {
  color: var(--color-white);
}
.lrn-btn-primary.has-shadow {
  box-shadow: 0 24px 45.7px 0 rgba(255, 135, 146, 0.28);
}
.lrn-btn-primary.btn-md {
  padding: 14px 22px;
  font-size: 18px;
}
.lrn-btn-primary.btn-md .btn-text-wrap {
  height: 24px;
  transform: translateY(-2px);
}
@media only screen and (max-width: 767px) {
  .lrn-btn-primary.btn-md .btn-text-wrap {
    transform: translateY(-1px);
  }
}
.lrn-btn-primary.btn-md.remove-drop .btn-text-wrap {
  transform: translateY(0px) !important;
}
.lrn-btn-primary.btn-md.v2 {
  padding: 14px 36px;
}
.lrn-btn-primary.btn-md.v3 {
  padding: 14px 36px;
}
@media only screen and (max-width: 767px) {
  .lrn-btn-primary.btn-md.v3 {
    padding: 12px 20px;
    font-size: 18px;
  }
}
.lrn-btn-primary.btn-md.fs-16 {
  font-size: 16px;
  padding: 14px 22px;
}
.lrn-btn-primary.btn-md.fs-16 .btn-text-wrap {
  height: 24px;
}
.lrn-btn-primary.btn-sm {
  padding: 10px 24px;
  font-size: 16px;
}
.lrn-btn-primary.btn-sm .btn-text-wrap {
  height: 24px;
  transform: translateY(-1px);
}
.lrn-btn-primary.btn-sm.remove-drop .btn-text-wrap {
  transform: translateY(0px);
}
.lrn-btn-primary.btn-sm.btn-h-50 {
  padding: 13px 24px;
}
.lrn-btn-primary.btn-xs {
  padding: 10px 18px;
  font-size: 14px;
}
.lrn-btn-primary.btn-xs .btn-text-wrap {
  height: 22px;
  transform: translateY(0px);
}
.lrn-btn-primary.v2 {
  padding: 19px 36px;
}
@media only screen and (max-width: 767px) {
  .lrn-btn-primary.v2 {
    padding: 12px 20px;
    font-size: 18px;
  }
  .lrn-btn-primary.v2 .btn-text-wrap {
    height: 27px;
  }
}
.lrn-btn-primary.btn-rounded {
  border-radius: 100px;
}
.lrn-btn-primary.btn-rounded::before {
  border-radius: 100px;
}

.lrn-btn-outline-2 {
  font-size: 20px;
  font-weight: 500;
  padding: 19px 45px;
  color: var(--color-white);
  display: inline-flex;
  position: relative;
  border: none;
  background: transparent;
  border-radius: 100px;
  border: 2px solid #A9B1E0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .lrn-btn-outline-2 {
    padding: 8.5px 20px;
    font-size: 18px;
  }
}
.lrn-btn-outline-2 .btn-text-wrap {
  display: flex;
  flex-direction: column;
  height: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lrn-btn-outline-2 .btn-text-wrap .btn-text-wrap {
    height: 27px;
  }
}
.lrn-btn-outline-2 .btn-text {
  z-index: 3;
  flex: none;
  position: relative;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.3s ease;
}
.lrn-btn-outline-2:hover {
  color: var(--color-white);
  background-color: var(--color-primary-100);
  border-color: var(--color-primary-100);
}
.lrn-btn-outline-2:hover .btn-text-wrap .btn-text {
  transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.lrn-btn-outline-2:focus {
  color: var(--color-white);
}
.lrn-btn-outline-2.v2 {
  border: 2px solid rgba(184, 191, 229, 0.15);
  background: var(--color-dark-300);
}
.lrn-btn-outline-2.v2:hover {
  background-color: var(--color-primary-100);
  border-color: var(--color-primary-100);
}

.show-more-btn {
  text-transform: capitalize;
  color: var(--color-secondary-100);
}
.show-more-btn:hover {
  color: var(--color-primary-100);
}

.lrn-btn-secondary-2 {
  font-size: 20px;
  font-weight: 500;
  padding: 17px 40px;
  color: var(--color-secondary-100);
  display: inline-flex;
  justify-content: center;
  position: relative;
  border: none;
  background: transparent;
  border-radius: 100px;
  border: 2px solid rgba(184, 191, 229, 0.15);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .lrn-btn-secondary-2 {
    padding: 8.5px 20px;
    font-size: 18px;
  }
}
.lrn-btn-secondary-2 .btn-text-wrap {
  display: flex;
  flex-direction: column;
  height: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lrn-btn-secondary-2 .btn-text-wrap .btn-text-wrap {
    height: 27px;
  }
}
.lrn-btn-secondary-2 .btn-text {
  z-index: 3;
  flex: none;
  position: relative;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.3s ease;
}
.lrn-btn-secondary-2:hover {
  color: var(--color-white);
  background-color: var(--color-dark-400);
  border-color: var(--color-dark-400);
}
.lrn-btn-secondary-2:hover .btn-text-wrap .btn-text {
  transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.lrn-btn-secondary-2:focus {
  color: var(--color-secondary-100);
}
.lrn-btn-secondary-2.v2 {
  font-size: 18px;
  padding: 15px 36px;
}
.lrn-btn-secondary-2.v2 .btn-text-wrap {
  height: 27px;
}
.lrn-btn-secondary-2.btn-square {
  border-radius: 8px;
}
.lrn-btn-secondary-2.btn-md {
  padding: 12.5px 22px;
  font-size: 18px;
}
.lrn-btn-secondary-2.btn-md .btn-text-wrap {
  height: 27px;
}
.lrn-btn-secondary-2.btn-md.fs-16 {
  font-size: 16px;
  padding: 14px 22px;
}
.lrn-btn-secondary-2.btn-md.fs-16 .btn-text-wrap {
  height: 24px;
}

.lrn-btn-secondary {
  font-size: 20px;
  font-weight: 500;
  padding: 17px 36px;
  color: var(--color-secondary-100);
  display: inline-flex;
  position: relative;
  border: none;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .lrn-btn-secondary {
    padding: 8.5px 20px;
    font-size: 18px;
  }
}
.lrn-btn-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 2px solid var(--color-dark-400);
  background: linear-gradient(170deg, var(--color-dark-400) 6.13%, var(--color-dark-300) 89%);
  transition: all var(--transition) ease;
  z-index: -1;
}
.lrn-btn-secondary:hover {
  color: var(--color-white);
}
.lrn-btn-secondary:hover::before {
  opacity: 0;
}
.lrn-btn-secondary .btn-text-wrap {
  display: flex;
  flex-direction: column;
  height: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lrn-btn-secondary .btn-text-wrap .btn-text-wrap {
    height: 27px;
  }
}
.lrn-btn-secondary .btn-text {
  z-index: 3;
  flex: none;
  position: relative;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.3s ease;
}
.lrn-btn-secondary:hover {
  color: var(--color-white);
  background: var(--color-primary-100);
  border-color: var(--color-primary-100);
}
.lrn-btn-secondary:hover .btn-text-wrap .btn-text {
  transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.lrn-btn-secondary:focus {
  color: var(--color-secondary-100);
}
.lrn-btn-secondary.v2 {
  font-size: 18px;
  padding: 15px 36px;
}
.lrn-btn-secondary.v2 .btn-text-wrap {
  height: 27px;
}
.lrn-btn-secondary.btn-square {
  border-radius: 8px;
}
.lrn-btn-secondary.btn-rounded {
  border-radius: 100px;
}
.lrn-btn-secondary.btn-rounded::before {
  border-radius: 100px;
}

.lrn-btn-gradient {
  font-size: 20px;
  font-weight: 600;
  padding: 17px 40px;
  color: var(--color-white);
  display: inline-flex;
  position: relative;
  border: none;
  background: linear-gradient(180deg, #7E6FC0 0%, #302A53 100%);
  border-radius: 100px;
  border: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .lrn-btn-gradient {
    padding: 8.5px 20px;
    font-size: 18px;
  }
}
.lrn-btn-gradient .btn-text-wrap {
  display: flex;
  flex-direction: column;
  height: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lrn-btn-gradient .btn-text-wrap .btn-text-wrap {
    height: 27px;
  }
}
.lrn-btn-gradient .btn-text {
  z-index: 3;
  flex: none;
  position: relative;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.3s ease;
}
.lrn-btn-gradient:hover {
  color: var(--color-white);
  background-color: var(--color-dark-400);
  border-color: var(--color-dark-400);
}
.lrn-btn-gradient:hover .btn-text-wrap .btn-text {
  transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.lrn-btn-gradient:focus {
  color: var(--color-white);
}
.lrn-btn-gradient.v2 {
  font-size: 18px;
  padding: 15px 36px;
}
.lrn-btn-gradient.v2 .btn-text-wrap {
  height: 27px;
}

.lrn-btn-sm {
  font-size: 14px;
  font-weight: 500;
  padding: 9.5px 18px;
  color: var(--color-secondary-100);
  display: inline-flex;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(214, 218, 240, 0.1);
  background: linear-gradient(180deg, #202032 0%, #2D2D4A 100%);
  transition: all 0.3s ease;
}
.lrn-btn-sm .btn-text-wrap {
  display: flex;
  flex-direction: column;
  height: 21px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lrn-btn-sm .btn-text-wrap .btn-text-wrap {
    height: 27px;
  }
}
.lrn-btn-sm .btn-text {
  z-index: 3;
  flex: none;
  position: relative;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.3s ease;
}
.lrn-btn-sm:hover .btn-text-wrap .btn-text {
  transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.lrn-btn-sm:focus {
  color: var(--color-secondary-100);
}

.lrn-play-btn {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(214, 218, 240, 0.2);
  background: rgba(214, 218, 240, 0.1);
  backdrop-filter: blur(6.8px);
  color: var(--color-white);
  font-size: 20px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .lrn-play-btn {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}
.lrn-play-btn:hover {
  color: var(--color-primary-100);
  border-color: var(--color-primary-100);
}
.lrn-play-btn.v2 {
  width: 120px;
  height: 120px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .lrn-play-btn.v2 {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-play-btn.v2 {
    width: 60px;
    height: 60px;
  }
}
.lrn-play-btn.v2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .lrn-play-btn.v2::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.lrn-play-btn.v2:hover::before {
  border-color: var(--color-primary-100);
}

.lrn-btn-info {
  font-size: 13px;
  font-weight: 500;
  padding: 6.5px 16px;
  color: rgba(214, 218, 240, 0.7);
  display: inline-flex;
  border-radius: 50px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #050520;
  white-space: nowrap;
  justify-content: center;
}
.lrn-btn-info .btn-text-wrap {
  display: flex;
  flex-direction: column;
  height: 18px;
  overflow: hidden;
}
.lrn-btn-info .btn-text {
  z-index: 3;
  flex: none;
  position: relative;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.3s ease;
}
.lrn-btn-info:hover {
  color: var(--color-white);
  background-color: var(--color-primary-100);
  border-color: var(--color-primary-100);
}
.lrn-btn-info:hover .btn-text-wrap .btn-text {
  transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.lrn-btn-info:focus {
  color: var(--color-white);
}

.lrn-gradient-btn.btn-header-1 {
  padding: 13px 25px !important;
}

/*----------------------
    Text Scroll  
-----------------------*/
@keyframes text-scroll {
  0% {
    transform: translate3d(-15%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/*----------------------
    Animation Css  
-----------------------*/
.post-scale {
  overflow: hidden;
}
.post-scale img {
  transition: 0.5s;
}
.post-scale:hover img {
  transform: scale(1.1);
}

@keyframes customOne {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes styles_moving-gradient {
  0% {
    background-position: 0 0;
    opacity: 0.5;
  }
  50% {
    background-position: 400% 0;
    opacity: 1;
  }
  75% {
    background-position: 500% 0;
    opacity: 0.4;
  }
  100% {
    background-position: 0 0;
    opacity: 1;
  }
}
@keyframes customTwo {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(100px, 0px);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
.customOne {
  animation: customOne 2s infinite;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
/*------------------------
	slidefadeinup
--------------------------*/
@-webkit-keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.slideFadeInUp {
  -webkit-animation-name: slideFadeInUp;
  animation-name: slideFadeInUp;
}

/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes moveHorizental {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes moveHorizental {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*--------------------------------
Scroll Down Button Animation  
----------------------------------*/
@keyframes scrollDown {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* -------------------------------- 

Primary style

-------------------------------- */
.cd-title {
  position: relative;
  text-align: center;
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xrotate-1 

  -------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

  xtype 

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xrotate-2 

  -------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

  xloading-bar 

  -------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary-100);
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

  xslide 

  -------------------------------- */
.cd-headline.slide span {
  display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

  xclip 

  -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xzoom 

  -------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

  xrotate-3 

  -------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

  xscale 

  -------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xpush 

  -------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(100deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(100deg);
  }
}
@keyframes rotate-2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(100deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes lightBlink {
  0%, 100% {
    opacity: 1;
    filter: brightness(1);
  }
  40% {
    opacity: 0.1;
    filter: brightness(0.2);
  }
  60% {
    opacity: 1;
    filter: brightness(1.5);
  }
}
/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*---------------------------
    Swiper Styles  
-----------------------------*/
.lrn-team-wrapper:hover .rbt-swiper-arrow,
.lrn-card-submenu:hover .rbt-swiper-arrow,
.lrn-slider-arrow:hover .rbt-swiper-arrow {
  opacity: 1;
}

.lrn-event-slider-1 .swiper-slide-active::before {
  background: transparent !important;
}

/*---------------------------
    Swiper Arrow Styles  
-----------------------------*/
.rbt-swiper-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 3;
  transition: 0.5s;
  opacity: 0;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  color: white;
  background-color: rgba(214, 218, 240, 0.1019607843);
  border: 2px solid rgba(214, 218, 240, 0.1019607843);
}
.rbt-swiper-arrow .custom-overfolow {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rbt-swiper-arrow i {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
.rbt-swiper-arrow i.rbt-icon {
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.rbt-swiper-arrow i.rbt-icon-top {
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(10rem);
}
.rbt-swiper-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary-100);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  z-index: -1;
  transition: var(--transition);
}
.rbt-swiper-arrow:hover {
  color: white;
}
.rbt-swiper-arrow:hover::after {
  transform: scale(1);
}
.rbt-swiper-arrow:hover i.rbt-icon {
  transform: translateX(-10rem);
}
.rbt-swiper-arrow:hover i.rbt-icon-top {
  transform: translateX(0);
}
.rbt-swiper-arrow.rbt-arrow-left {
  left: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-swiper-arrow.rbt-arrow-left {
    left: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-swiper-arrow.rbt-arrow-left {
    left: -80px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-swiper-arrow.rbt-arrow-left {
    left: 4px;
  }
}
.rbt-swiper-arrow.rbt-arrow-right {
  left: auto;
  right: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-swiper-arrow.rbt-arrow-right {
    right: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-swiper-arrow.rbt-arrow-right {
    right: -80px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-swiper-arrow.rbt-arrow-right {
    right: 4px;
  }
}
.rbt-swiper-arrow.rbt-arrow-right i.rbt-icon-top {
  transform: translateX(-10rem);
}
.rbt-swiper-arrow.rbt-arrow-right:hover i.rbt-icon {
  transform: translateX(10rem);
}
.rbt-swiper-arrow.rbt-arrow-right:hover i.rbt-icon-top {
  transform: translateX(0);
}
.rbt-swiper-arrow.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0;
}
.rbt-swiper-arrow-style-2 {
  border: 1px solid var(--color-dark-400);
  background-color: transparent;
}
.rbt-swiper-arrow-style-2::after {
  background: var(--color-dark-100);
}
.rbt-swiper-arrow-style-2:hover {
  background-color: var(--color-dark-400);
}
.rbt-swiper-arrow-style-2:hover::after {
  background-color: var(--color-dark-400);
}

.rbt-swiper-arrow-primary {
  top: calc(100% - 40px) !important;
}
.rbt-swiper-arrow-primary.rbt-swiper-arrow {
  border: 0;
}
.rbt-swiper-arrow-primary.rbt-swiper-arrow:hover::after {
  background: var(--color-primary-100);
}
.rbt-swiper-arrow-primary.rbt-swiper-arrow::after {
  background: var(--color-dark-100);
}
.rbt-swiper-arrow-primary.rbt-arrow-left {
  left: -65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-swiper-arrow-primary.rbt-arrow-left {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-swiper-arrow-primary.rbt-arrow-left {
    left: -30px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-swiper-arrow-primary.rbt-arrow-left {
    left: 4px;
  }
}
.rbt-swiper-arrow-primary.rbt-arrow-right {
  left: auto;
  right: -65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-swiper-arrow-primary.rbt-arrow-right {
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-swiper-arrow-primary.rbt-arrow-right {
    right: -30px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-swiper-arrow-primary.rbt-arrow-right {
    right: 4px;
  }
}

/*---------------------------
    Swiper Arrow Styles  
-----------------------------*/
.rbt-arrow-between {
  position: relative;
}
.rbt-arrow-between:hover .rbt-swiper-arrow {
  opacity: 1;
}
.rbt-arrow-between .swiper-slide-active {
  position: relative;
}
.rbt-arrow-between .swiper-slide-active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.47%, #090932 72.55%);
}
.rbt-arrow-between.rbt-dot-bottom-center .rbt-swiper-arrow {
  margin-top: -29px;
}
.rbt-arrow-between.md-size .rbt-swiper-arrow {
  width: 40px;
  height: 40px;
}
.rbt-arrow-between.arrow-right-bottom .rbt-swiper-arrow {
  position: absolute;
  top: auto;
  transform: none;
  bottom: 0;
  right: 0;
  opacity: 1;
}

/*---------------------------
    Swiper Pagination
-----------------------------*/
.rbt-dot-bottom-center {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .rbt-dot-bottom-center {
    padding-bottom: 40px;
  }
}
.rbt-dot-bottom-center .rbt-swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 30px;
  display: flex;
  border-radius: 100px;
  width: max-content;
  transform: translateX(-50%);
  background: rgba(214, 218, 240, 0.1);
  padding: 0 16px;
  align-items: center;
  box-shadow: 0 -1px 0px 1px rgba(214, 218, 240, 0.19);
}
.rbt-dot-bottom-center .rbt-swiper-pagination.swiper-pagination-fraction {
  color: rgba(214, 218, 240, 0.1);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
}

.rbt-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.5;
  background: rgba(214, 218, 240, 0.3215686275);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 0 8px !important;
}
.rbt-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  box-shadow: 0px 0px 3px 2px rgba(147, 130, 255, 0.3019607843);
  transform: scale(1.2);
  background: #9382ff;
  opacity: 1;
  outline: 0;
}

.rbt-dot-bottom-center-2 {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.lrn-swiper-pagination-3 {
  max-width: fit-content;
  margin: 0 auto;
  padding: 10px 13px;
  border-radius: 50px;
  border-radius: 28.571px;
  border: 1px solid rgba(255, 255, 255, 0.084);
  background: rgba(214, 218, 240, 0.05);
  backdrop-filter: blur(5.4px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.lrn-swiper-pagination-3 .swiper-pagination-bullet {
  background: var(--color-secondary-400);
  opacity: 0.5;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  margin: 0 !important;
  transition: all 0.3s ease;
}
.lrn-swiper-pagination-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  background: var(--color-primary-100);
  opacity: 1;
}

.lrn-swiper-pagination-4 {
  position: absolute;
  right: -40px !important;
  top: 90% !important;
  z-index: 4;
  padding: 13px 10px;
  border-radius: 50px;
  border-radius: 28.571px;
  border: 1px solid rgba(255, 255, 255, 0.084);
  background: rgba(214, 218, 240, 0.05);
  backdrop-filter: blur(5.4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-swiper-pagination-4 {
    right: -10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-swiper-pagination-4 {
    top: auto !important;
    bottom: -20px !important;
    right: 50% !important;
    transform: rotate(90deg) translateY(-10px) !important;
  }
}
.lrn-swiper-pagination-4 .swiper-pagination-bullet {
  background: var(--color-secondary-400);
  opacity: 0.5;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  margin: 0 !important;
  transition: all 0.3s ease;
}
.lrn-swiper-pagination-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 18px;
  background: var(--color-primary-100);
  opacity: 1;
}

.lrn-swiper-card-2 {
  overflow: visible;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 1199px) {
  .lrn-swiper-card-2 {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-swiper-card-2 {
    max-width: 360px;
  }
}

.lrn-slide-arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--color-secondary-400);
  background-color: transparent;
  border: 2px solid var(--color-dark-300);
  transition: var(--transition);
}
.lrn-slide-arrow .custom-overfolow {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.lrn-slide-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin-top: -8px;
  margin-left: -3px;
  z-index: 1;
}
.lrn-slide-arrow i.rbt-icon {
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.lrn-slide-arrow i.rbt-icon-top {
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(10rem);
}
.lrn-slide-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary-100);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  z-index: -1;
  transition: var(--transition);
}
.lrn-slide-arrow:hover {
  color: var(--color-white);
}
.lrn-slide-arrow:hover::after {
  transform: scale(1);
}
.lrn-slide-arrow:hover i.rbt-icon {
  transform: translateX(-10rem);
}
.lrn-slide-arrow:hover i.rbt-icon-top {
  transform: translateX(0);
}
.lrn-slide-arrow.border-pr {
  border-color: var(--color-dark-400);
}

.lrn-slide-arrow-2 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  position: relative;
  background-color: transparent;
  transition: var(--transition) ease;
}
.lrn-slide-arrow-2 i {
  position: relative;
  z-index: 2;
  color: var(--color-white);
}
.lrn-slide-arrow-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(214, 218, 240, 0.2);
  background: linear-gradient(140deg, rgba(214, 218, 240, 0.1) -5.08%, rgba(255, 255, 255, 0) 99.02%);
  backdrop-filter: blur(4.45px);
  transition: var(--transition) ease;
}
.lrn-slide-arrow-2:hover {
  background-color: var(--color-primary-100);
}
.lrn-slide-arrow-2:hover::after {
  opacity: 0;
}

.advance-tab-content-style-2 {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.color-box-inner .title {
  text-transform: capitalize;
}
.color-box-inner .color-box {
  width: 100%;
  height: 100px;
  box-shadow: var(--shadow-1);
}

/*---------------------
    Height and width 
------------------------*/
.fullscreen {
  min-height: 100vh;
  width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row--0 > [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row--10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--15 {
  margin-left: -15px;
  margin-right: -15px;
}
.row--15 > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--20 > [class*=col], .row--20 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--25 {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--25 > [class*=col], .row--25 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 > [class*=col], .row--30 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--35 {
  margin-left: -35px;
  margin-right: -35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--35 {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 {
    margin-left: -17.5px !important;
    margin-right: -17.5px !important;
  }
}
.row--35 > [class*=col], .row--35 > [class*=col-] {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important;
  }
}

.row--40 {
  margin-left: -40px;
  margin-right: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--40 > [class*=col], .row--40 > [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--45 {
  margin-left: -45px;
  margin-right: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--45 > [class*=col], .row--45 > [class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--60 {
  margin-left: -60px;
  margin-right: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--60 > [class*=col], .row--60 > [class*=col-] {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--50 {
  margin-left: -50px;
  margin-right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--50 {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--50 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--50 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--50 > [class*=col], .row--50 > [class*=col-] {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--50 > [class*=col], .row--50 > [class*=col-] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--50 > [class*=col], .row--50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--50 > [class*=col], .row--50 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--50 > [class*=col], .row--50 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay],
[data-gradient-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > *,
[data-gradient-overlay] > div,
[data-gradient-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before,
[data-gradient-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-overlay]:before {
  background: var(--color-primary-100);
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-gradient-overlay]:before {
  background: linear-gradient(90deg, var(--color-primary-100), var(--color-secondary));
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before,
[data-gradient-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before,
[data-gradient-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before,
[data-gradient-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before,
[data-gradient-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before,
[data-gradient-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before,
[data-gradient-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before,
[data-gradient-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before,
[data-gradient-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before,
[data-gradient-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before,
[data-gradient-overlay="10"]:before {
  opacity: 1;
}

.opacity-7 {
  opacity: 0.7;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}
#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}
#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}
#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--color-primary-100) transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}
#scrollUp:hover span.text {
  color: var(--color-primary-100);
}

/*--------------------
    Contact Form 
----------------------*/
.form-message {
  margin-bottom: 0;
  text-align: center;
}
.form-message.error {
  margin-top: 20px;
  color: #f80707;
}
.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

.rbt-scroll-max-height {
  max-height: 500px !important;
  overflow-y: scroll;
}

.rbt-scroll::-webkit-scrollbar {
  width: 10px;
}

.rbt-scroll::-webkit-scrollbar-thumb {
  background-color: #e8e6e9 !important;
  outline: 0;
  border-radius: 10px;
}

.rbt-scroll::-webkit-scrollbar-track {
  box-shadow: 0 0 1px #cecdcd;
  background: #f6f6f6 !important;
  padding: 1px;
  border-radius: 8px;
}

.gap--25 {
  gap: 25px;
}

.gap--20 {
  gap: 20px;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-breadcrumb-default {
  position: relative;
  background-image: url("../images/breadcrumb/breadcrumb.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 64px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lrn-breadcrumb-default {
    padding: 34px 0;
  }
}
.lrn-breadcrumb-default .lrn-event .lrn-event-time li i {
  color: var(--color-secondary-700);
  background: var(--color-dark-600);
}
.lrn-breadcrumb-default .left-dot,
.lrn-breadcrumb-default .right-dot {
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  pointer-events: none;
  width: fit-content;
}
.lrn-breadcrumb-default .left-dot svg,
.lrn-breadcrumb-default .right-dot svg {
  display: block;
}
.lrn-breadcrumb-default .left-dot svg rect,
.lrn-breadcrumb-default .right-dot svg rect {
  animation: lightBlink 5s infinite;
}
.lrn-breadcrumb-default .left-dot svg rect:nth-child(2n),
.lrn-breadcrumb-default .right-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-breadcrumb-default .left-dot svg rect:nth-child(3n),
.lrn-breadcrumb-default .right-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-breadcrumb-default .left-dot svg rect:nth-child(4n),
.lrn-breadcrumb-default .right-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-breadcrumb-default .left-dot svg rect:nth-child(5n),
.lrn-breadcrumb-default .right-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-breadcrumb-default .left-dot,
  .lrn-breadcrumb-default .right-dot {
    display: none;
  }
}
.lrn-breadcrumb-default .left-dot {
  left: 10%;
}
.lrn-breadcrumb-default .right-dot {
  right: 10%;
}
.lrn-breadcrumb-default .right-dot svg rect {
  animation-direction: reverse;
}

.page-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-list li {
  display: inline-block;
  font-size: 14px;
  color: var(--color-secondary-100);
  margin: 0;
}
.page-list li i {
  display: inline-block;
  position: relative;
  top: 2px;
}
.page-list li .active {
  color: var(--color-secondary-100);
  opacity: 0.6;
}
.page-list li a {
  color: var(--color-secondary-100);
  transition: 0.5s;
}
.page-list li a:hover {
  color: var(--color-primary-100);
}
.page-list li .icon-right {
  padding: 0 4px;
}
.page-list li .icon-right i {
  color: var(--color-secondary-100);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-list-current {
  opacity: 0.7;
}

.dots-left {
  margin: 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .dots-left {
    display: none;
  }
}
.dots-left img {
  position: absolute;
  left: 0;
  top: 0;
}

.dots-right {
  margin: 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .dots-right {
    display: none;
  }
}
.dots-right img {
  position: absolute;
  right: 0;
  top: -140px;
}

.dots-right-2 img {
  right: -12%;
  z-index: 10;
}

.rbt-breadcrumb-default.rbt-breadcrumb-style-3 {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-breadcrumb-default.rbt-breadcrumb-style-3 {
    height: auto;
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-breadcrumb-default.rbt-breadcrumb-style-3 {
    height: auto;
    padding: 60px 0;
  }
}
.rbt-breadcrumb-default.rbt-breadcrumb-style-3 .breadcrumb-inner > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rbt-breadcrumb-default.rbt-breadcrumb-style-3 .breadcrumb-inner.breadcrumb-inner-2 > img {
  object-fit: cover;
  object-position: 75% center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .rbt-breadcrumb-default.rbt-breadcrumb-style-3 .breadcrumb-inner.breadcrumb-inner-2 > img {
    object-position: 10% center;
  }
}
.rbt-breadcrumb-default.rbt-breadcrumb-style-3 .content {
  position: relative;
  z-index: 2;
  padding-right: 10%;
}
.rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 {
  padding: 40px 0 75px 0;
  align-items: start;
  min-height: 460px;
}
@media only screen and (max-width: 575px) {
  .rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 {
    padding: 40px 0 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 .content {
    padding-right: 0;
  }
}
.rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 .number {
  font-size: 16px;
}
.rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-02 .small-text {
  font-size: 12px;
}
.rbt-breadcrumb-default.rbt-breadcrumb-style-3.version-03 {
  padding: 60px 0;
  min-height: 340px;
}
.rbt-breadcrumb-default.breadcrumb-bg-3 {
  background: url("../images/bg/breadcrumb-bg-03.png");
  min-height: 50px;
  display: flex;
  align-items: center;
}

.rbt-breadcrumb-style-3 {
  background: linear-gradient(to bottom, var(--color-dark-300), var(--color-dark-200));
}
.rbt-breadcrumb-style-3 .title {
  margin-bottom: 20px;
}
.rbt-breadcrumb-style-3 .description {
  color: var(--color-secondary-100);
}
@media only screen and (max-width: 767px) {
  .rbt-breadcrumb-style-3 .description {
    margin-bottom: 20px;
  }
}
.rbt-breadcrumb-style-3 .page-list {
  margin-bottom: 20px;
}
.rbt-breadcrumb-style-3 .rating {
  font-size: 14px;
  font-weight: 500;
}
.rbt-breadcrumb-style-3 .total-student {
  font-size: 14px;
  font-weight: 500;
}
.rbt-breadcrumb-style-3 .total-student span {
  color: var(--color-secondary-100);
}
.rbt-breadcrumb-style-3 .rbt-meta {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rbt-breadcrumb-style-3 .rbt-meta li {
  color: var(--color-secondary-100);
  display: inline-block;
}
.rbt-breadcrumb-style-3 .rbt-meta li:not(:last-child) {
  margin-right: 10px;
}
.rbt-breadcrumb-style-3 .rbt-meta li i {
  margin-right: 5px;
}
.rbt-breadcrumb-style-3 .rbt-course-details-feature {
  margin: -5px;
}
.rbt-breadcrumb-style-3 .rbt-course-details-feature .feature-sin {
  margin: 5px;
  display: flex;
  gap: 5px;
}
.rbt-breadcrumb-style-3 .rbt-course-details-feature.vertion-02 {
  margin: 0px;
  gap: 10px 20px;
}
.rbt-breadcrumb-style-3 .rbt-course-details-feature.vertion-02 .feature-sin {
  margin: 0px;
  display: flex;
  gap: 10px;
  position: relative;
}
.rbt-breadcrumb-style-3 .rbt-course-details-feature.vertion-02 .feature-sin:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  height: 20px;
  width: 1px;
  background-color: var(--color-secondary-100);
  opacity: 0.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .rbt-breadcrumb-style-3 .rbt-course-details-feature.vertion-02 .feature-sin:not(:last-child)::after {
    display: none;
  }
}
.rbt-breadcrumb-style-3 .rbt-course-details-feature.vertion-02 .feature-sin .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.22);
  font-size: 15px;
}
.rbt-breadcrumb-style-3 .rbt-course-details-feature.vertion-02 .feature-sin .icon i {
  color: var(--color-body);
}
.rbt-breadcrumb-style-3 .rbt-course-details-feature.vertion-02 .feature-sin.rating {
  font-weight: 400;
}
.rbt-breadcrumb-style-3 .profile-share a img {
  max-width: 40px;
  border: 2px solid var(--color-white);
  box-shadow: none;
}
.rbt-breadcrumb-style-3 .divider {
  background-color: var(--color-secondary-100);
  opacity: 0.1;
}
.rbt-breadcrumb-style-3 .divider.color-white {
  background-color: var(--color-white);
}
.rbt-breadcrumb-style-3 .opacity-8 {
  opacity: 0.8;
}

.rbt-author-meta {
  display: flex;
  align-items: center;
}
.rbt-author-meta .rbt-avater {
  margin-right: 10px;
}
.rbt-author-meta .rbt-avater a {
  display: block;
}
.rbt-author-meta .rbt-avater img {
  width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid var(--primary-opacity);
  padding: 2px;
}
.rbt-author-meta .rbt-author-info {
  font-size: 14px;
}
.rbt-author-meta .rbt-author-info a {
  color: var(--color-secondary-100);
  font-weight: 500;
}
.rbt-author-meta .rbt-author-info a:hover {
  color: var(--color-primary-100);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-header {
  margin: 0 0;
  z-index: 9999;
  position: relative;
}
.lrn-header .lrn-cate-1 {
  color: var(--color-secondary-100);
  margin: 0 0;
  padding: 14px 30px;
  background: var(--color-dark-600);
  outline: 0 !important;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-header .lrn-cate-1 {
    width: 50px;
    height: 50px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-header .lrn-cate-1 {
    width: 38px;
    height: 38px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.lrn-header .lrn-header-category-select.style-1 .lrn-select {
  border-radius: 100px;
  width: 148px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-header .lrn-header-category-select.style-1 .lrn-select {
    width: auto;
  }
}
.lrn-header .lrn-header-category-select.style-1 .lrn-select::before {
  border-radius: 100px;
  background: var(--color-dark-600);
}
.lrn-header .lrn-header-category-select.style-2 .lrn-select {
  border-radius: 100px;
  width: 162px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-header .lrn-header-category-select.style-2 .lrn-select {
    width: auto;
  }
}
.lrn-header .lrn-header-category-select.style-2 .lrn-select::before {
  border-radius: 100px;
  background: var(--color-dark-600);
}
.lrn-header .lrn-header-category-select.style-2 .lrn-select .nice-select {
  height: 54px;
  line-height: 54px;
}
.lrn-header .lrn-header-category-select.style-3 .lrn-select {
  border-radius: 10px;
  width: 172px;
}
.lrn-header .lrn-header-category-select.style-3 .lrn-select::before {
  border-radius: 10px;
  background: var(--color-dark-600);
}
.lrn-header .lrn-header-category-select.style-3 .lrn-select .nice-select {
  height: 60px;
  line-height: 60px;
}
.lrn-header .lrn-header-category-select.style-4 .lrn-select {
  width: 162px;
  background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-header .lrn-header-category-select.style-4 .lrn-select {
    width: auto;
  }
}
.lrn-header .lrn-header-category-select.style-4 .lrn-select::before {
  background: transparent;
}
.lrn-header .lrn-header-category-select.style-4 .lrn-select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 28px;
  width: 1px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.lrn-header .lrn-header-category-select .lrn-category-icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  z-index: 2;
  color: var(--color-secondary-100);
  font-size: 18px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-header .lrn-header-category-select .lrn-category-icon {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.lrn-header .lrn-header-category-select .nice-select {
  float: none;
  height: 50px;
  line-height: 50px;
  padding-left: 52px;
  padding-right: 40px;
  border: 0;
  border-radius: 100px;
  background: transparent;
  color: var(--color-secondary-100);
  font-weight: 500;
  font-size: 16px;
}
.lrn-header .lrn-header-category-select .nice-select.remove-arrow {
  padding-right: 30px;
}
.lrn-header .lrn-header-category-select .nice-select.remove-arrow::after {
  display: none;
}
.lrn-header .lrn-header-category-select .nice-select::after {
  right: 20px;
  border-color: var(--color-secondary-100);
}
.lrn-header .lrn-header-category-select .nice-select .current {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--color-secondary-100);
}
.lrn-header .lrn-header-category-select .nice-select .list {
  margin-top: 8px;
  border-radius: 16px;
  background: var(--color-dark-400);
  border: 1px solid rgba(from var(--color-white) r g b/0.1);
  box-shadow: none;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  min-width: 200px;
}
.lrn-header .lrn-header-category-select .nice-select .list::-webkit-scrollbar {
  width: 4px;
}
.lrn-header .lrn-header-category-select .nice-select .list::-webkit-scrollbar-track {
  background: transparent;
}
.lrn-header .lrn-header-category-select .nice-select .list::-webkit-scrollbar-thumb {
  background: rgb(43, 39, 92);
  border-radius: 4px;
}
.lrn-header .lrn-header-category-select .nice-select .option {
  color: var(--color-secondary-100);
  font-weight: 400;
  border-radius: 8px;
}
.lrn-header .lrn-header-category-select .nice-select .option.disabled {
  display: none;
}
.lrn-header .lrn-header-category-select .nice-select .option:not(:first-child) {
  margin-top: 0;
}
.lrn-header .lrn-header-category-select .nice-select .option:last-child {
  margin-bottom: 0;
}
.lrn-header .lrn-header-category-select .nice-select .option:hover, .lrn-header .lrn-header-category-select .nice-select .option.focus, .lrn-header .lrn-header-category-select .nice-select .option.selected.focus {
  background: var(--color-dark-100);
  color: var(--color-primary-100);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-header .lrn-header-category-select .nice-select {
    min-width: 50px;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .lrn-header .lrn-header-category-select .nice-select {
    min-width: 38px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-header .lrn-header-category-select .nice-select .current {
    display: none;
  }
  .lrn-header .lrn-header-category-select .nice-select::after {
    right: 50%;
    margin-right: -4px;
  }
  .lrn-header .lrn-header-category-select .nice-select .list {
    min-width: 200px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-header .lrn-header-category-select .nice-select {
    min-width: 38px;
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
.lrn-header .lrn-header-logo img {
  max-width: 140px;
}
@media only screen and (max-width: 575px) {
  .lrn-header .lrn-header-logo img {
    max-width: 110px;
  }
}
.lrn-header .lrn-cate-2 {
  border-radius: 10px;
  padding: 17px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-header .lrn-cate-2 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.lrn-header .lrn-cate-3 {
  padding: 14px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-header .lrn-cate-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-header .lrn-cate-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.lrn-header .header-logo img {
  max-width: 140px;
}
@media only screen and (max-width: 575px) {
  .lrn-header .header-logo img {
    max-width: 110px;
  }
}
.lrn-header .header-left-side {
  display: flex;
  align-items: center;
  gap: 50px;
}
.lrn-header .header-search-category-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lrn-header .header-search-category-wrap .rbt-category-menu-wrapper {
  flex: 0 0 auto;
}
@media screen and (min-width: 1620px) {
  .lrn-header .lrn-header-search-toggle {
    display: none;
  }
}
.lrn-header .lrn-search-1 {
  display: none;
  max-width: 495px;
  flex: 0 0 auto;
}
@media screen and (max-width: 1800px) {
  .lrn-header .lrn-search-1 {
    max-width: 290px;
  }
}
@media screen and (min-width: 1620px) {
  .lrn-header .lrn-search-1 {
    display: flex;
    align-items: center;
  }
}
.lrn-header .lrn-search-1 i {
  left: 20px;
}

.lrn-header-info .lrn-btn3d-default .lrn-btn3d__text {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}

.lrn-her-area {
  position: relative;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-her-area {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-her-area {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-her-area {
    padding-top: 40px;
  }
}
.lrn-her-area.lrn-main-1 .lrn-gradient-line {
  position: absolute;
  top: 0%;
  left: 0;
  width: 850px;
  height: 250px;
  rotate: Z -34deg;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-her-area.lrn-main-1 .lrn-gradient-line {
    left: -10%;
    max-width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-her-area.lrn-main-1 .lrn-gradient-line {
    display: none;
  }
}
.lrn-her-area.lrn-main-1 .lrn-gradient-line::before {
  position: absolute;
  content: "";
  top: 80%;
  right: 18%;
  width: 600px;
  height: 600px;
  border-radius: 200px;
  background: linear-gradient(133deg, #9e7aff -0.36%, #fe8bbb 31.83%, #ffbd7a 69.8%, #fee398 102.81%);
  filter: blur(51px);
}
.lrn-her-area.lrn-main-1 .lrn-cube-shape {
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-her-area.lrn-main-1 .lrn-cube-shape {
    top: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-her-area.lrn-main-1 .lrn-cube-shape {
    display: none;
  }
}
.lrn-her-area.lrn-main-1 .lrn-gradient-circle {
  position: absolute;
  right: 8% !important;
  width: 315px;
  height: 315px;
  filter: blur(200px);
  background: var(--color-gradient-100);
}
.lrn-her-area.lrn-main-1 .disc {
  max-width: 550px;
  margin: 15px auto 40px auto;
  color: var(--color-secondary-100);
  text-align: center;
  font-size: 24px;
  line-height: 1.41;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-her-area.lrn-main-1 .disc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-her-area.lrn-main-1 .disc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-her-area.lrn-main-1 .disc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-her-area.lrn-main-1 .lrn-badge-gradient-1 {
    font-size: 14px;
  }
}

.lrn-hero-area-2 {
  padding-top: 180px;
  padding-bottom: 175px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-hero-area-2 {
    padding-top: 150px;
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-hero-area-2 {
    padding-bottom: 160px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-hero-area-2 {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-hero-area-2 {
    padding-top: 60px;
    padding-bottom: 130px;
  }
}
.lrn-hero-area-2 .title {
  font-size: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-hero-area-2 .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-hero-area-2 .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-hero-area-2 .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-hero-area-2 .title {
    font-size: 36px;
  }
}
.lrn-hero-area-2 .title-img {
  border: 2px solid var(--color-white);
  max-height: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-hero-area-2 .title-img {
    max-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-hero-area-2 .title-img {
    max-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-hero-area-2 .title-img {
    max-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-hero-area-2 .title-img {
    max-height: 34px;
  }
}
.lrn-hero-area-2 .title-bg {
  position: relative;
  display: inline-block;
}
.lrn-hero-area-2 .title-bg::before {
  position: absolute;
  content: "";
  background: var(--color-dark-300);
  width: calc(100% + 10px);
  height: 75%;
  z-index: -1;
  left: -5px;
  bottom: 7px;
  border-radius: 10px;
}
.lrn-hero-area-2 .element {
  position: relative;
  opacity: 0;
  animation: hero3FadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.lrn-hero-area-2 .element svg {
  position: absolute;
  right: 40%;
  top: -40px;
}
.lrn-hero-area-2 .element-2 {
  position: absolute;
  opacity: 0;
  animation: hero3FadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
}
.lrn-hero-area-2 .textcenter > .lrn-badge-gradient-1,
.lrn-hero-area-2 .textcenter > .title,
.lrn-hero-area-2 .textcenter > .col-11,
.lrn-hero-area-2 .textcenter > .mt--40 {
  opacity: 0;
  animation: hero3FadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.lrn-hero-area-2 .textcenter > .lrn-badge-gradient-1 {
  animation-delay: 0.15s;
}
.lrn-hero-area-2 .textcenter > .title {
  animation-delay: 0.3s;
}
.lrn-hero-area-2 .textcenter > .col-11 {
  animation-delay: 0.45s;
}
.lrn-hero-area-2 .textcenter > .mt--40 {
  animation-delay: 0.6s;
}
.lrn-hero-area-2 .card-wrapper {
  position: relative;
  width: auto;
  left: auto;
  top: -30px;
  z-index: 3;
  opacity: 0;
  animation: hero3FadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
  .lrn-hero-area-2 .card-wrapper {
    left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-hero-area-2 .card-wrapper {
    left: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-hero-area-2 .card-wrapper {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-hero-area-2 .card-wrapper {
    width: 380px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-hero-area-2 .card-wrapper {
    width: auto;
    max-width: 300px;
  }
}
.lrn-hero-area-2 .card-wrapper .dots {
  top: -10px;
  left: -25px;
}
@media only screen and (max-width: 767px) {
  .lrn-hero-area-2 .card-wrapper .dots {
    top: 20px;
    left: -30px;
  }
}
.lrn-hero-area-2 .card-wrapper.card-grid-gradient::before {
  top: 20%;
  left: 30%;
  opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-hero-area-2 .card-wrapper.card-grid-gradient::before {
    left: 0;
  }
}
.lrn-hero-area-2 .card-wrapper-lg .cap {
  transform: translate(15px, 0);
}
.lrn-hero-area-2 .card-wrapper-lg--rotate {
  transform: rotate(270deg);
}
.lrn-hero-area-2 .card-wrapper-md {
  transform: translate(-70px, -50px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-hero-area-2 .card-wrapper-md {
    transform: translate(-35px, -50px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-hero-area-2 .card-wrapper-md {
    transform: translate(-25px, -50px);
  }
}
@media only screen and (max-width: 767px) {
  .lrn-hero-area-2 .card-wrapper-md {
    transform: translate(40px, -50px);
  }
}
@media only screen and (max-width: 575px) {
  .lrn-hero-area-2 .card-wrapper-md {
    transform: translate(0, 0px);
  }
}
.lrn-hero-area-2 .card-wrapper-md img {
  max-width: -webkit-fill-available;
}
.lrn-hero-area-2 .card-wrapper-md .lrn-event-head {
  position: absolute;
  top: 20px;
  z-index: 2;
}
.lrn-hero-area-2 .card-wrapper-sm {
  transform: translate(-50px, 20px);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-hero-area-2 .card-wrapper-sm {
    transform: translate(-85px, 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-hero-area-2 .card-wrapper-sm {
    transform: translate(0px, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .lrn-hero-area-2 .card-wrapper-sm {
    transform: translate(50%, -50%);
  }
}
@media only screen and (max-width: 575px) {
  .lrn-hero-area-2 .card-wrapper-sm {
    transform: translate(0, 0);
  }
}
.lrn-hero-area-2 .card-wrapper-sm .text-wrapp {
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  padding: 15px 20px;
  border-radius: 5px;
  backdrop-filter: blur(3px);
}
.lrn-hero-area-2 .card-wrapper-sm .text-wrapp::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.lrn-hero-area-2 .card-wrapper-sm .card img {
  max-width: -webkit-fill-available;
}
.lrn-hero-area-2 .card-wrapper-teachers {
  position: absolute;
  right: 0;
}
.lrn-hero-area-2 .card-wrapper-teachers img {
  border: 2px solid var(--color-dark-100);
}
.lrn-hero-area-2 .card-wrapper-teachers li:nth-child(1) {
  transform: translate(0, -45px);
}
.lrn-hero-area-2 .card-wrapper-teachers li:nth-child(2) {
  transform: translate(-15px, 0);
}
.lrn-hero-area-2 .card-wrapper-teachers li:nth-child(3) {
  transform: translate(-28px, 45px);
}
.lrn-hero-area-2 .card-wrapper-teachers li .item-2 {
  transform: translateY(-45px);
  transition: var(--transition-5);
}
.lrn-hero-area-2 .card-wrapper-teachers li .item-3 {
  transform: translateY(-90px);
  transition: var(--transition-5);
}
.lrn-hero-area-2 .card-wrapper.active .card-wrapper-teachers li .item-2 {
  transform: translateY(0px);
}
.lrn-hero-area-2 .card-wrapper.active .card-wrapper-teachers li .item-3 {
  transform: translateY(0px);
}
.lrn-hero-area-2 .shape-line {
  position: absolute;
  left: -50%;
  opacity: 0.2;
  top: -25%;
  height: 100%;
  overflow: hidden;
  display: block;
  visibility: visible;
  animation: hero2ShapeIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 1199px) {
  .lrn-hero-area-2 .shape-line {
    display: none;
    visibility: hidden;
  }
}
.lrn-hero-area-2 .lrn-gradient-line-2 {
  position: absolute;
  background: transparent;
  z-index: -1;
  overflow: hidden;
  width: 25%;
  height: 163px;
  display: block;
  opacity: 1;
  visibility: visible;
  width: 10%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-hero-area-2 .lrn-gradient-line-2 {
    width: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-hero-area-2 .lrn-gradient-line-2 {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.lrn-hero-area-2 .lrn-gradient-line-2::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 200px;
  background: linear-gradient(133deg, #9e7aff -0.36%, #fe8bbb 31.83%, #ffbd7a 69.8%, #fee398 102.81%);
  filter: blur(30px);
  opacity: 0.7;
}
.lrn-hero-area-2 .lrn-gradient-line-2.line-bg {
  right: -25px;
  top: 20%;
  rotate: -33deg;
}
.lrn-hero-area-2 .lrn-gradient-line-2.line-bg::before {
  top: 90%;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .lrn-hero-area-2 .lrn-gradient-line-2.line-bg {
    right: 0;
    top: 0;
    rotate: 0deg;
  }
  .lrn-hero-area-2 .lrn-gradient-line-2.line-bg::before {
    top: 0;
    right: 0;
  }
}
.lrn-hero-area-2 .lrn-gradient-line-2.line-bg-2 {
  display: block;
  left: -90px;
  bottom: 20px;
  rotate: -33deg;
}
.lrn-hero-area-2 .lrn-gradient-line-2.line-bg-2::before {
  top: 90%;
  left: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 1199px) {
  .lrn-hero-area-2 .lrn-gradient-line-2.line-bg-2 {
    display: none;
  }
}
.lrn-hero-area-2 .lrn-circle-top {
  position: absolute;
  top: -335px;
  left: 30%;
  width: 318px;
  height: 318px;
  border-radius: 318.754px;
  background: linear-gradient(133deg, #9e7aff -0.36%, #fe8bbb 31.83%, #ffbd7a 69.8%, #fee398 102.81%);
  filter: blur(50px);
  border-radius: 50%;
  transform: rotate(-135deg);
}

.lrn-hero-area-3 .desciption {
  max-width: 715px;
  margin: 0 auto;
}
.lrn-hero-area-3 .overlay {
  width: 100%;
  height: 100%;
  background-image: url(../images/header/header-bg-img.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 130px 0 220px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-hero-area-3 .overlay {
    padding: 100px 0 180px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-hero-area-3 .overlay {
    padding: 80px 0 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-hero-area-3 .overlay {
    padding: 60px 0 140px 0;
  }
}
.lrn-hero-area-3 .overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 5, 32, 0.92) -5.61%, var(--color-dark-100) 100%);
  z-index: 1;
}
.lrn-hero-area-3 .overlay > .container {
  position: relative;
  z-index: 2;
}
.lrn-hero-area-3 .title {
  letter-spacing: -0.8px;
}
.lrn-hero-area-3 .col-12 > .lrn-badge-gradient-1,
.lrn-hero-area-3 .col-12 > .title,
.lrn-hero-area-3 .col-12 > .col-sm-10 > * {
  opacity: 0;
  animation: hero3FadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.lrn-hero-area-3 .col-12 > .lrn-badge-gradient-1 {
  animation-delay: 0.1s;
}
.lrn-hero-area-3 .col-12 > .title {
  animation-delay: 0.25s;
}
.lrn-hero-area-3 .col-12 > .col-sm-10 > *:nth-child(1) {
  animation-delay: 0.4s;
}
.lrn-hero-area-3 .col-12 > .col-sm-10 > *:nth-child(2) {
  animation-delay: 0.52s;
}
.lrn-hero-area-3 .col-12 > .col-sm-10 > *:nth-child(3) {
  animation-delay: 0.64s;
}
.lrn-hero-area-3 .cards {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.lrn-hero-area-3 .cards::before {
  position: absolute;
  content: "";
  top: -8%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 9.3125rem;
  height: 9.3125rem;
  background: var(--color-primary-100);
  filter: blur(7.8125rem);
}
.lrn-hero-area-3 .shape-1 {
  position: absolute;
  bottom: -60px;
  left: 20%;
  opacity: 0;
  animation: hero3FadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.75s both;
}

@keyframes hero3FadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 36px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hero2ShapeIn {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 0.2;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hero3BgZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}
.lrn-trustpilot-star {
  gap: 2px;
  list-style: none;
}
.lrn-trustpilot-star li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  width: 20px;
  height: 20px;
  background: var(--color-success-200);
  margin: 0;
}

.lrn-body-content {
  margin-top: -40px;
  position: relative;
  z-index: 3;
}
.lrn-body-content .card-layer {
  position: relative;
  height: 100%;
}
.lrn-body-content .card-layer.has-cursor-follow {
  cursor: pointer;
}
.lrn-body-content .card-layer img {
  display: flex;
  height: 100%;
}
.lrn-body-content .card-layer::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 40px;
  z-index: -1;
  background: rgba(from var(--color-primary-100) r g b/0.05);
  width: calc(100% - 80px);
  height: 80px;
  border-radius: 10px;
}
.lrn-body-content .card-layer::before {
  content: "";
  top: -20px;
  left: 20px;
  z-index: -1;
  background: rgba(from var(--color-primary-100) r g b/0.1);
  position: absolute;
  width: calc(100% - 40px);
  height: 40px;
  border-radius: 10px;
}

.lrn-online-course-2 {
  padding-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .lrn-online-course-2 {
    padding-top: 60px;
  }
}
.lrn-online-course-2 .lrn-course-wrapper {
  overflow: hidden;
}
.lrn-online-course-2 .lrn-course-wrapper .lrn-online-shape .lrn-shape-top {
  position: absolute;
  opacity: 0;
  animation: hero3FadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}
@media only screen and (max-width: 767px) {
  .lrn-online-course-2 .lrn-course-wrapper .lrn-online-shape .lrn-shape-top {
    display: none;
  }
}
.lrn-online-course-2 .lrn-course-wrapper .lrn-online-shape .lrn-shape-bottom {
  position: absolute;
  right: 0;
  top: 600px;
  opacity: 0;
  animation: hero3FadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-online-course-2 .lrn-course-wrapper .lrn-online-shape .lrn-shape-bottom {
    top: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-online-course-2 .lrn-course-wrapper .lrn-online-shape .lrn-shape-bottom {
    top: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-online-course-2 .lrn-course-wrapper .lrn-online-shape .lrn-shape-bottom {
    display: none;
  }
}
.lrn-online-course-2 .lrn-course-wrapper .lrn-online-shape .star-icons {
  position: absolute;
  top: 350px;
  right: 30%;
  opacity: 0;
  animation: hero3FadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}
.lrn-online-course-2 .lrn-course-wrapper .lrn-online-shape .spring {
  position: absolute;
  top: 300px;
  right: 114px;
  opacity: 0;
  animation: hero3FadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
  .lrn-online-course-2 .lrn-course-wrapper .lrn-online-shape .spring {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-online-course-2 .lrn-course-wrapper .title {
    font-size: 65px;
  }
}
.lrn-online-course-2 .lrn-course-wrapper .col-md-6.col-xl-5 > p,
.lrn-online-course-2 .lrn-course-wrapper .col-md-6.col-xl-5 > .lrn-btn-group {
  opacity: 0;
  animation: hero3FadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.lrn-online-course-2 .lrn-course-wrapper .col-md-6.col-xl-5 > p {
  animation-delay: 0.35s;
}
.lrn-online-course-2 .lrn-course-wrapper .col-md-6.col-xl-5 > .lrn-btn-group {
  animation-delay: 0.5s;
}
.lrn-online-course-2 .center-add {
  position: relative;
  opacity: 0;
  animation: hero3FadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}
@media only screen and (max-width: 767px) {
  .lrn-online-course-2 .center-add {
    max-width: 400px;
  }
}
.lrn-online-course-2 .center-add .lrn-img-bottom {
  position: absolute;
  left: -30px;
  bottom: -100px;
  z-index: -1;
}
.lrn-online-course-2 .nums-wrap .nums {
  max-width: 195px;
  border-radius: 12px;
  opacity: 0;
  animation: hero3FadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.lrn-online-course-2 .nums-wrap .nums:nth-child(1) {
  animation-delay: 0.4s;
}
.lrn-online-course-2 .nums-wrap .nums:nth-child(2) {
  position: relative;
  right: -25%;
  animation-delay: 0.52s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-online-course-2 .nums-wrap .nums:nth-child(2) {
    right: auto;
  }
}
.lrn-online-course-2 .nums-wrap .nums:nth-child(3) {
  animation-delay: 0.64s;
}
.lrn-online-course-2 .nums-wrap .nums:nth-child(4) {
  position: relative;
  right: -25%;
  animation-delay: 0.76s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-online-course-2 .nums-wrap .nums:nth-child(4) {
    right: auto;
  }
}
.lrn-online-course-2 .nums-wrap .nums .content {
  width: 195px;
  height: 96px;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lrn-online-course-2 .nums-wrap .nums .content::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: var(--color-basic-100);
  filter: blur(50px);
  border-radius: 100%;
  left: 33%;
  top: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-online-course-2 .nums-wrap .nums .content::before {
    width: 40px;
    height: 40px;
  }
}
.lrn-online-course-2 .nums-wrap .nums .lrn-icon {
  background: var(--color-gradient-300);
}
.lrn-online-course-2 .nums-wrap .text {
  font-size: 40px;
  line-height: 1;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  animation: headerSticky 0.95s ease forwards;
  z-index: 9999;
  padding: 0;
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.rbt-category-menu-wrapper {
  position: relative;
}
.rbt-category-menu-wrapper .category-dropdown-menu {
  min-width: auto;
  height: auto;
  z-index: 90;
  text-align: left;
  padding: 26px 0 0 0;
  display: flex;
  flex-direction: column;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item {
  display: flex;
  gap: 10px;
  align-items: stretch;
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 24px;
  overflow: visible;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav {
  min-width: 234px;
  width: 234px;
  flex-shrink: 0;
  background-color: var(--color-dark-400);
  border: 1px solid rgba(from var(--color-white) r g b/0.1);
  border-radius: 24px;
  padding: 24px;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li a {
  font-weight: 700;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.55;
  display: block;
  color: var(--color-white);
  margin: 0;
  border-radius: 8px;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li:hover a, .rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li.active a {
  color: var(--color-primary-100);
  background: var(--color-dark-100);
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content {
  padding: 0;
  height: auto;
  width: auto;
  min-width: 527px;
  flex: 1;
  border: 1px solid rgba(from var(--color-white) r g b/0.1);
  border-radius: 24px;
  background: var(--color-dark-400) url("../images/header/category-menu-content-bg.png") no-repeat center/cover;
  position: relative;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -6px;
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  background-color: var(--color-dark-400);
  border: 1px solid rgba(from var(--color-white) r g b/0.1);
  z-index: 2;
  clip-path: polygon(0 0%, 50% 50%, 100% 100%, 0% 100%);
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .rbt-vertical-inner {
  height: 100%;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-panel {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  min-height: 436px;
  padding: 32px 32px 32px 24px;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-features {
  flex: 1;
  min-width: 203px;
  max-width: 220px;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-features-head {
  margin-bottom: 16px;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-features-title {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(from var(--color-white) r g b/0.1);
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-features-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-features-list li {
  margin: 0;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-features-list li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: var(--color-secondary-700);
  background: transparent;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-features-list li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-secondary-700);
  flex-shrink: 0;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-features-list li a:hover {
  color: var(--color-secondary-400);
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-features-list li a:hover::before {
  background: var(--color-primary-100);
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-banner {
  width: 240px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: rgba(from var(--color-white) r g b/0.05);
  border: 1px solid rgba(from var(--color-white) r g b/0.1);
  min-height: 370px;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-banner-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 370px;
  padding: 26px 16px 24px;
  text-align: center;
  overflow: hidden;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-banner-inner::before {
  content: "GROW";
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 200px;
  font-weight: 900;
  line-height: 1;
  color: rgba(from var(--color-white) r g b/0.02);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-banner-inner .glow-1 {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  width: 144px;
  height: 51px;
  background: var(--color-primary-100);
  filter: blur(57px);
  border-radius: 100%;
  z-index: 0;
  transform: translateX(-50%);
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-banner-inner .glow-2 {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 144px;
  height: 144px;
  background: var(--color-gradient-100);
  opacity: 0.5;
  filter: blur(59px);
  border-radius: 100%;
  z-index: 0;
  transform: translateX(-50%);
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-banner-title {
  position: relative;
  z-index: 2;
  color: var(--color-white);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 12px;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-banner-media {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-banner-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top center;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-banner-action {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .category-menu-banner-caption {
  margin: 0;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.rbt-category-menu-wrapper:hover .category-dropdown-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  clip: rect(0px, 100vw, 200vh, -30px);
  transition: clip 0.6s linear, opacity 0.4s linear;
}

.lrn-splash-slider {
  position: relative;
}
.lrn-splash-slider .shape-line {
  position: absolute;
  right: 0;
  overflow: hidden;
  display: block;
  visibility: visible;
  bottom: -40%;
  opacity: 0.2;
}
@media only screen and (max-width: 1199px) {
  .lrn-splash-slider .shape-line {
    display: none;
    visibility: hidden;
  }
}
.lrn-splash-slider .shape-line img {
  transform: translateX(100px);
}

.rbt-dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rbt-dropdown-menu.color-body li {
  color: inherit;
}
.rbt-dropdown-menu.color-body li a {
  color: inherit;
}
.rbt-dropdown-menu.color-body li a:hover {
  color: inherit;
}
.rbt-dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rbt-dropdown-menu .rbt-has-child-menu {
  padding: 0;
  margin: 0;
  position: relative;
}
.rbt-dropdown-menu .rbt-has-child-menu a {
  color: var(--color-secondary-200);
  font-size: var(--font-size-b3);
  font-weight: var(--fw-medium);
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
}
.rbt-dropdown-menu .rbt-has-child-menu a svg.chevron-down {
  transition: var(--transition);
}
.rbt-dropdown-menu .rbt-has-child-menu a:hover {
  color: var(--color-secondary-200);
}
.rbt-dropdown-menu .rbt-has-child-menu a:hover svg.chevron-down {
  transform: rotate(180deg);
}
.rbt-dropdown-menu .rbt-has-child-menu .rbt-submenu {
  background: var(--color-dark-300);
  box-shadow: var(--shadow-4);
  padding: 12px 0;
  min-width: 170px;
  border-radius: 10px;
  position: absolute;
  right: 0;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transform: translateZ(0);
  transition: var(--transition);
}
.rbt-dropdown-menu .rbt-has-child-menu .rbt-submenu li {
  padding: 0;
  margin: 0 10px;
}
.rbt-dropdown-menu .rbt-has-child-menu .rbt-submenu li a {
  color: var(--colorheading);
  border-radius: 5px;
  padding: 8px;
}
.rbt-dropdown-menu .rbt-has-child-menu .rbt-submenu li a:hover {
  background: var(--color-dark-100);
  color: var(--color-primary-100);
}
.rbt-dropdown-menu .rbt-has-child-menu .rbt-submenu.lang-switcher {
  top: 30px;
  transition: clip 0.8s ease-in-out, opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, all 0.3s ease-in-out;
}
.rbt-dropdown-menu .rbt-has-child-menu .rbt-submenu.lang-switcher li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rbt-dropdown-menu .rbt-has-child-menu .rbt-submenu.lang-switcher li a .flag-icon {
  height: 18px;
  width: auto;
}
.rbt-dropdown-menu .rbt-has-child-menu:hover .rbt-submenu {
  clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
  transform: translateZ(0);
}

.lrn-header-9-top {
  border-radius: 0 0 16px 16px;
  background: #9382FF;
  padding: 10px 0;
}
.lrn-header-9-top .lrn-header-9-top-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-white);
}
.lrn-header-9-top .offer {
  font-weight: 700;
  color: var(--color-white);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.row-gap-25 {
  gap: 25px 0;
}

.form-inp {
  position: relative;
  color: var(--color-secondary-200);
  background: rgba(from var(--color-secondary-100) r g b/0.1) !important;
  border: 1px solid transparent;
  outline: 0;
  padding: 12px 50px 12px 20px;
  border-radius: var(--radius);
  font-size: var(--font-size-b3);
  resize: none;
  line-height: 1.7;
  font-weight: var(--fw-regular);
  transition: all var(--transition) linear;
}
.form-inp::placeholder {
  color: rgba(from var(--color-secondary-100) r g b/0.7);
}

.inp-shadow {
  box-shadow: 0px -1px 0 1px rgba(151, 154, 178, 0.2117647059);
}

.inp-shadow-hover {
  box-shadow: 0px -1px 0 1px rgba(151, 154, 178, 0.2117647059);
}
.inp-shadow-hover:hover {
  box-shadow: 0px 0px 0 1px var(--color-primary-100);
}
.inp-shadow-hover:focus {
  box-shadow: 0px 0px 0 1px var(--color-primary-100);
}

.lrn-contact .contact-wrapper {
  position: relative;
  border-radius: var(--radius-big);
  background: linear-gradient(180deg, var(--color-dark-400) 0%, var(--color-dark-400) 100%);
  padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-contact .contact-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-contact .contact-wrapper {
    padding: 20px;
  }
}
.lrn-contact .contact-wrapper.v3 {
  padding: 35px 0 50px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-contact .contact-wrapper.v3 {
    padding: 35px 50px 50px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-contact .contact-wrapper.v3 {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-contact .contact-wrapper.v3 {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-contact .contact-wrapper.v3 {
    padding: 25px 20px;
  }
}
.lrn-contact .contact-wrapper.lrn-card-border {
  overflow: visible !important;
  background: linear-gradient(180deg, rgba(214, 218, 240, 0.15), rgba(255, 255, 255, 0)) !important;
}
.lrn-contact .contact-wrapper.lrn-card-border::before {
  background: linear-gradient(180deg, var(--color-dark-400) 0%, var(--color-dark-400) 100%) !important;
}
.lrn-contact .contact-wrapper .contact-list {
  margin-top: 10px;
  list-style: none;
}
.lrn-contact .contact-wrapper .contact-list li {
  font-size: 16px;
  color: rgba(214, 218, 240, 0.7);
}
.lrn-contact .contact-wrapper .contact-list li a {
  color: var(--color-primary-100);
}
.lrn-contact .contact-wrapper .contact-list li a:hover {
  color: var(--color-primary-200);
}
.lrn-contact .contact-wrapper.is-overflow {
  overflow: hidden !important;
}
.lrn-contact .contact-wrapper-img {
  position: absolute;
  bottom: -45px;
  z-index: 1;
}
.lrn-contact .contact-wrapper .lrn-cube-shape {
  position: absolute;
  right: 0;
  top: -204px;
  transform: rotate(-15deg);
  z-index: 0;
  display: block;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-contact .contact-wrapper .lrn-cube-shape {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.lrn-contact .contact-wrapper .lrn-cube-shape--bottom {
  top: 85%;
  right: 39%;
  transform: rotate(314deg);
}
.lrn-contact .contact-wrapper .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.lrn-contact .contact-wrapper .form input {
  background: rgba(from var(--color-secondary-100) r g b/0.1);
}
.lrn-contact .contact-wrapper.v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-contact .contact-wrapper.v2 {
    display: block;
  }
}
.lrn-contact .contact-wrapper.v2 .left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0 50px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-contact .contact-wrapper.v2 .left-side {
    padding: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-contact .contact-wrapper.v2 .left-side {
    padding: 20px;
  }
}
.lrn-contact .lrn-contact-chat {
  margin: 0;
}
.lrn-contact .lrn-contact-chat--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  list-style: none;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-contact .lrn-contact-chat--list {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .lrn-contact .lrn-contact-chat--list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-contact .lrn-contact-chat--list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.lrn-contact .lrn-contact-chat--list .number {
  font-size: 16px;
}
.lrn-contact .lrn-contact-chat--dots img {
  top: -15px;
  right: -15px;
}
.lrn-contact .lrn-contact-chat--shape {
  top: 85% !important;
  right: -12% !important;
  transform: rotate(90deg) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.lrn-contact--box {
  border-radius: var(--radius-big);
  padding: 30px 55px;
  background: var(--color-dark-400) !important;
  cursor: default;
  min-width: 160px;
}
@media only screen and (max-width: 767px) {
  .lrn-contact--box {
    padding: 16px 35px;
  }
}
.lrn-contact--box-2 {
  background: rgba(from var(--color-secondary-100) r g b/0.05);
}
.lrn-contact--box .lrn-icon {
  cursor: default;
}
.lrn-contact .lrn-counter-area .lrn-gradient-circule::before {
  width: 150px;
  height: 150px;
  opacity: 1;
  bottom: 30%;
}

.lrn-contact-tab-btn-list {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: fit-content;
  margin: 0 auto;
  padding-bottom: 24px;
  overflow-x: auto;
  overflow-y: hidden;
}

.lrn-tab-list-border-b {
  border-bottom: 1px solid rgba(214, 218, 240, 0.1);
}

.lrn-contact-tab-btn {
  border-radius: 500px;
  border: 2px solid transparent;
  display: flex;
  padding: 12px 24px;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background-color: transparent;
  color: rgba(214, 218, 240, 0.7);
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.lrn-contact-tab-btn::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 3px;
  background-color: var(--color-secondary-100);
  opacity: 0;
  transition: all 0.3s ease;
}
.lrn-contact-tab-btn.active {
  background: rgba(214, 218, 240, 0.05);
  border-color: rgba(214, 218, 240, 0.1);
  color: var(--color-secondary-100);
}
.lrn-contact-tab-btn.active::after {
  opacity: 1;
}

.lrn-contact-icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #404060 0%, rgba(63, 63, 100, 0) 100%);
  color: var(--color-white);
  position: relative;
  z-index: 2;
}

.lrn-goggle-map {
  filter: grayscale(1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-goggle-map iframe {
    height: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-goggle-map iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-goggle-map iframe {
    height: 420px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-goggle-map iframe {
    height: 380px;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-mainmenu-nav {
  margin: 0 0;
}
.lrn-mainmenu-nav .active {
  background: var(--color-secondary-300);
  color: var(--color-secondary-100);
  padding: 12px 20px;
  border-radius: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 1199px) {
  .lrn-mainmenu-nav .active {
    padding: 12px 16px;
  }
}
.lrn-mainmenu-nav .active i {
  transform: translate(0px, 0);
  transition: all 0.3s linear;
}
.lrn-mainmenu-nav .active:hover i {
  transition: all 0.3s linear;
  rotate: 180deg;
  transform: translate(-5px, 0);
}
.lrn-mainmenu-nav .lrn-menu-item {
  margin: 0;
  padding: 0;
}
.lrn-mainmenu-nav .lrn-menu-item .lrn-menu-link {
  position: relative;
}
.lrn-mainmenu-nav .lrn-menu-item .lrn-menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-dark-600);
  width: 100%;
  height: calc(100% - 54px);
  border-radius: 50px;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.lrn-mainmenu-nav .lrn-menu-item > li {
  position: relative;
}
.lrn-mainmenu-nav .lrn-menu-item > li > a {
  color: var(--color-secondary-200);
  font-size: var(--font-size-b3);
  padding: 39.5px 20px;
  border-radius: 100px;
  font-weight: var(--fw-regular);
  display: block;
  transition: 0.3s;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-mainmenu-nav .lrn-menu-item > li > a {
    padding: 35px 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-mainmenu-nav .lrn-menu-item > li > a {
    padding: 12px 16px;
  }
}
.lrn-mainmenu-nav .lrn-menu-item > li > a i {
  transition: 0.3s;
  margin-left: 5px;
  font-size: 14px;
}
.lrn-mainmenu-nav .lrn-menu-item > li:hover .lrn-menu-link {
  color: var(--color-secondary-100);
}
.lrn-mainmenu-nav .lrn-menu-item > li:hover .lrn-menu-link::before {
  opacity: 1;
}
.lrn-mainmenu-nav .lrn-menu-item > li:hover a::after {
  opacity: 1;
  visibility: visible;
  width: 150%;
}
.lrn-mainmenu-nav .lrn-menu-item > li:hover a i {
  transform: rotate(180deg);
  margin-top: 2px;
}
.lrn-mainmenu-nav .lrn-menu-item li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.lrn-mainmenu-nav .lrn-menu-item li.has-dropdown .submenu {
  min-width: 300px;
  height: auto;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 12px 0;
  transition: 0.3s;
  border-radius: 10px;
  background-color: var(--color-dark-300);
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  box-shadow: var(--shadow-4);
}
.lrn-mainmenu-nav .lrn-menu-item li.has-dropdown .submenu li a {
  font-weight: var(--fw-regular);
  padding: 10px 15px;
  font-size: var(--font-size-b3);
  margin: 0 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.lrn-mainmenu-nav .lrn-menu-item li.has-dropdown .submenu li a:hover, .lrn-mainmenu-nav .lrn-menu-item li.has-dropdown .submenu li a.active {
  background: var(--color-dark-100);
  color: var(--color-primary-100);
}
.lrn-mainmenu-nav .lrn-menu-item li.has-dropdown .submenu li ul.submenu {
  left: 100%;
  top: 0;
  text-align: left;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu {
  position: static;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu:has(> .lrn-megamenu.elements) {
  position: relative;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu {
  position: absolute;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s;
  top: 90%;
  min-width: 80%;
  max-width: 1820px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -5;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu.right-align {
  right: 0;
  left: unset;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu .wrapper {
  border-radius: 10px;
  background-color: var(--color-dark-300);
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  box-shadow: var(--shadow-4);
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu .wrapper .lrn-short-title {
  padding: 15px 25px;
  text-align: left;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  color: var(--color-white);
  font-size: 20px;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu .wrapper .mega-menu-item {
  padding: 15px 10px;
  border-right: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  height: 100%;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu .wrapper .mega-menu-item li .mega-item-title {
  border-bottom: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  padding: 10px 25px;
  display: block;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu .wrapper .mega-menu-item li a {
  font-weight: var(--fw-regular);
  padding: 10px 15px;
  font-size: var(--font-size-b3);
  color: var(--color-secondary-100);
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  text-align: left;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu .wrapper .mega-menu-item li a.disabled:hover, .lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu .wrapper .mega-menu-item li a.disabled.active {
  background: none;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu .wrapper .mega-menu-item li a:hover, .lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu .wrapper .mega-menu-item li a.active {
  background: var(--color-dark-100);
  color: var(--color-primary-100);
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu .wrapper .mega-menu-item li .active {
  background: var(--color-dark-100);
  color: var(--color-primary-100);
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu.with-mega-item-2 {
  width: 600px;
  margin: inherit;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu.common {
  max-width: fit-content;
  min-width: 648px;
  left: auto;
  right: auto;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu.elements {
  max-width: fit-content;
  min-width: 854px;
  width: max-content;
  margin: 0;
  left: 0;
  right: auto;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .lrn-megamenu.elements.mega-align-right {
  left: auto;
  right: 0;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu .single-mega-item:last-child .mega-menu-item {
  border-right: 0 none;
}
.lrn-mainmenu-nav .lrn-menu-item li.with-megamenu:hover .lrn-megamenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 50;
}
.lrn-mainmenu-nav .lrn-menu-item > li .submenu > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  border-radius: 10px;
}

.lrn-home-menu-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  background-color: #1A1A35;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 24px;
  position: relative;
}
.lrn-home-menu-wrapper .glow {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 682px;
  height: 624px;
  border-radius: 682px;
  opacity: 0.2;
  background: linear-gradient(114deg, #B26EF7 0%, #FF71BF 46.5%, #FFBD7A 100%);
  filter: blur(57px);
}
.lrn-home-menu-wrapper .menu-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  max-height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-home-menu-wrapper .menu-item {
    max-height: 220px;
  }
}
.lrn-home-menu-wrapper .menu-item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(15, 16, 42, 0) 0%, #0F102A 100%);
  backdrop-filter: blur(2px);
  z-index: 2;
}
.lrn-home-menu-wrapper .menu-item:hover img {
  transform: translateY(calc(380px - 100%));
}
.lrn-home-menu-wrapper .menu-item img {
  transition: all 6s linear;
}
.lrn-home-menu-wrapper .menu-item .content {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.lrn-home-menu-wrapper .menu-item .content .menu-item-title {
  color: var(--color-white);
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-home-menu-wrapper .menu-item .content .menu-item-title {
    font-size: 14px;
  }
}
.lrn-home-menu-wrapper .menu-item .content .lrn-btn-info i {
  transform: rotate(0deg);
}
.lrn-home-menu-wrapper .menu-item-comming {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  max-height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-home-menu-wrapper .menu-item-comming {
    max-height: 220px;
  }
}
.lrn-home-menu-wrapper .menu-item-comming::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30%;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(15, 16, 42, 0) 0%, #0F102A 100%);
  backdrop-filter: blur(2px);
  z-index: 2;
}
.lrn-home-menu-wrapper .menu-item-comming .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lrn-home-menu-wrapper .menu-item-comming .round-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.lrn-home-menu-wrapper .menu-item-comming .content {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.lrn-home-menu-wrapper .menu-item-comming .content .menu-item-title {
  color: var(--color-primary-100);
  font-size: 16px;
  font-weight: 600;
  line-height: 24.8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-home-menu-wrapper .menu-item-comming .content .menu-item-title {
    font-size: 14px;
  }
}

.lrn-page-menu-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 0.85fr;
  gap: 16px;
  background-color: #1A1A35;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.lrn-page-menu-wrapper .glow {
  position: absolute;
  top: 0;
  left: -166px;
  width: 673px;
  height: 100%;
  border-radius: 673px 0 0 673px;
  opacity: 0.2;
  background: var(--Button-Gradient, linear-gradient(114deg, #B26EF7 0%, #FF71BF 46.5%, #FFBD7A 100%));
  filter: blur(114px);
}

.lrn-elements-menu-wrapper {
  background-color: #1A1A35;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  max-width: 854px;
  margin: 0 auto;
}

.lrn-common-menu-wrapper {
  background-color: #1A1A35;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  max-width: 648px;
  margin: 0 auto;
}

.lrn-mega-menu-item {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #050520;
  padding: 24px;
  position: relative;
  z-index: 2;
}
.lrn-mega-menu-item .head {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.lrn-mega-menu-item .head .title {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24.8px;
}
.lrn-mega-menu-item .menu-list {
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.lrn-mega-menu-item .menu-list.grid-3-column {
  grid-template-columns: repeat(3, 1fr);
}
.lrn-mega-menu-item .menu-list ul {
  margin: 0;
  padding: 0 0 0 28px;
  list-style: disc;
}
.lrn-mega-menu-item .menu-list ul li {
  margin-bottom: 12px;
}
.lrn-mega-menu-item .menu-list ul li a {
  color: #979AB2;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.lrn-mega-menu-item .menu-list ul li a:hover {
  color: var(--color-secondary-100);
}

.lrn-mega-menu-ad {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.lrn-mega-menu-ad .glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 411px;
  height: 214px;
  border-radius: 411px;
  opacity: 0.2;
  background: linear-gradient(114deg, #B26EF7 0%, #FF71BF 46.5%, #FFBD7A 100%);
  filter: blur(57px);
}
.lrn-mega-menu-ad .title {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 600;
  line-height: 24.8px;
  display: block;
  position: relative;
  z-index: 2;
}
.lrn-mega-menu-ad img {
  position: relative;
  z-index: 2;
}
.lrn-mega-menu-ad a {
  position: relative;
  z-index: 2;
}

.lrn-header-2 .lrn-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media screen and (min-width: 1700px) {
  .lrn-header-2 .lrn-header-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-header-2 .lrn-header-wrapper {
    padding: 10px 0;
  }
}
.lrn-header-2 .lrn-header-left {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-header-2 .lrn-header-left {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-header-2 .lrn-header-left {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-header-2 .lrn-header-left {
    gap: 10px;
  }
}
.lrn-header-2 .lrn-menu-item > li > a {
  border-radius: 5px;
  padding: 39.5px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-header-2 .lrn-menu-item > li > a {
    padding: 35px 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-header-2 .lrn-menu-item > li > a {
    padding: 0;
  }
}
.lrn-header-2 .rbt-category-menu-wrapper .category-dropdown-menu {
  padding: 20px 0 0 0;
}
.lrn-header-2 .rbt-category-menu-wrapper.variant-2 .category-dropdown-menu {
  padding: 24px 0 0 0;
}

.lrn-header-3 .lrn-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media screen and (min-width: 1700px) {
  .lrn-header-3 .lrn-header-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-header-3 .lrn-header-wrapper {
    padding: 10px 0;
  }
}
.lrn-header-3 .lrn-header-logo img {
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  .lrn-header-3 .lrn-header-logo img {
    max-width: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-header-3 .lrn-header-logo img {
    max-width: 110px;
  }
}
.lrn-header-3 .lrn-header-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .lrn-header-3 .lrn-header-left {
    gap: 10px;
  }
}
.lrn-header-3 .lrn-header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .lrn-header-3 .lrn-header-right {
    gap: 10px;
  }
}
.lrn-header-3 .lrn-header-right .lrn-header-right-inner {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  .lrn-header-3 .lrn-header-right .lrn-header-right-inner {
    gap: 10px;
  }
}
.lrn-header-3 .lrn-menu-item > li > a {
  border-radius: 5px;
  padding: 39.5px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-header-3 .lrn-menu-item > li > a {
    padding: 35px 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-header-3 .lrn-menu-item > li > a {
    padding: 0;
  }
}
.lrn-header-3 .rbt-category-menu-wrapper .category-dropdown-menu {
  padding: 20px 0 0 0;
}
.lrn-header-3 .rbt-category-menu-wrapper.variant-2 .category-dropdown-menu {
  padding: 24px 0 0 0;
}

.lrn-cart {
  border-radius: 100px;
  cursor: pointer;
  padding: 8px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.lrn-cart.lrn-cart-activation {
  background-color: var(--color-dark-600);
}
@media only screen and (max-width: 767px) {
  .lrn-cart {
    width: 38px;
    height: 38px;
    padding: 4px;
  }
}
.lrn-cart .lrn-cart-badge {
  border-radius: 100px;
  top: 16% !important;
  left: 94% !important;
  font-size: var(--font-size-b5);
  width: 20px;
  height: 20px;
  justify-content: center;
  display: flex;
  line-height: 10px;
  outline: 4px solid var(--color-dark-100);
}
@media only screen and (max-width: 767px) {
  .lrn-cart .lrn-cart-badge {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}

.lrn-cart-2 {
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
  border: 1px solid var(--color-dark-400);
  transition: all var(--transition);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lrn-cart-2.lrn-cart-activation {
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .lrn-cart-2 {
    padding: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-cart-2 {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}
.lrn-cart-2:hover {
  background: var(--color-dark-400);
}
.lrn-cart-2 .lrn-cart-badge {
  border-radius: 6.25rem;
  top: 20% !important;
  left: 40px !important;
  font-size: 11px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 2px solid var(--color-dark-400);
}
@media only screen and (max-width: 767px) {
  .lrn-cart-2 .lrn-cart-badge {
    top: 28% !important;
    left: 30px !important;
    font-size: 10px;
    width: 15px;
    height: 15px;
  }
}
.lrn-cart-2.rounded-full {
  border-radius: 50px;
}

.menu-select {
  background: transparent;
  border: 1px solid transparent;
  color: rgba(from var(--color-secondary-100) r g b/0.7);
  cursor: pointer;
  font-weight: var(--fw-semiBold);
  font-size: 16px;
}
.menu-select option {
  color: rgba(from var(--color-secondary-100) r g b/0.7);
  background: var(--color-dark-300);
}

.topbar {
  background: var(--color-gradient-100);
  padding: 5px 0;
}
.topbar.v2 {
  background: linear-gradient(98deg, #B26EF7 -4.22%, #FF71BF 48.11%, #FF986A 102.56%);
}
.topbar-text {
  padding-left: 8px;
  padding-right: 10px;
}
.topbar-close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  transition: all 0.2s ease;
}
.topbar-close:hover {
  color: var(--color-primary-100);
}
.topbar .offer p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-100);
  color: var(--color-white);
  font-size: 16px;
  font-weight: var(--fw-bold);
  width: 78px;
  height: 30px;
  border-radius: 10px;
}
.topbar .offer p span {
  transform: translate(0, -1px);
}

.lrn-header-4 .lrn-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
}
@media only screen and (max-width: 767px) {
  .lrn-header-4 .lrn-header-top {
    padding: 10px 0;
  }
}
.lrn-header-4 .lrn-header-top .lrn-header-t-left {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-header-4 .lrn-header-top .lrn-header-t-left {
    gap: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-header-4 .lrn-header-top .lrn-header-t-left {
    gap: 5px;
  }
}
.lrn-header-4 .lrn-header-top .lrn-header-t-left .lrn-search-btn-sm {
  background: var(--color-dark-400);
  border: 1px solid rgba(147, 130, 255, 0.1);
}
.lrn-header-4 .lrn-header-top .lrn-header-t-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-header-4 .lrn-header-top .lrn-header-t-right {
    gap: 15px;
  }
}
.lrn-header-4 .lrn-header-top .lrn-header-t-right .hamberger-button {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .lrn-header-4 .lrn-header-top .lrn-header-t-right .hamberger-button svg {
    width: 38px;
    height: 38px;
  }
}
.lrn-header-4 .lrn-header-top .lrn-header-t-right .lrn-cart-2 {
  border: 1px solid rgba(147, 130, 255, 0.1);
  background: var(--color-dark-400);
}
.lrn-header-4 .lrn-header-top .lrn-header-t-right .lrn-user-btn {
  border: 1px solid rgba(147, 130, 255, 0.1);
  background: var(--color-dark-400);
}
.lrn-header-4 .lrn-header-top .lrn-header-t-right .lrn-social-link {
  position: relative;
}
.lrn-header-4 .lrn-header-top .lrn-header-t-right .lrn-social-link::after {
  content: "";
  position: absolute;
  right: -20px;
  height: 28px;
  width: 1px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.lrn-header-4 .lrn-header-top .lrn-header-t-right .lrn-btn3d .lrn-btn3d__text {
  padding: 12px 25px;
}
.lrn-header-4 .lrn-header-top .lrn-header-t-right .header-link {
  font-size: var(--font-size-b3);
  color: var(--color-secondary-400);
}
.lrn-header-4 .lrn-header-top .lrn-header-t-right .header-link:hover {
  color: var(--color-primary-100);
}
.lrn-header-4 .lrn-mainmenu-nav .lrn-menu-item > li > a {
  padding: 23px 20px;
}
.lrn-header-4 .lrn-mainmenu-nav .lrn-menu-item .lrn-menu-link::before {
  height: calc(100% - 24px);
  border: 1px solid rgba(147, 130, 255, 0.1);
  background: var(--color-dark-400);
}
.lrn-header-4 .lrn-header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lrn-header-4 .lrn-header-bottom .lrn-header-b-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.lrn-header-4 .lrn-header-bottom .lrn-header-b-right .header-call {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lrn-header-4 .lrn-header-bottom .lrn-header-b-right .header-call .call-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(from var(--color-primary-100) r g b/0.1);
  background-color: var(--color-dark-400);
  color: var(--color-secondary-400);
}
.lrn-header-4 .lrn-header-bottom .lrn-header-b-right .header-call .call-cont {
  display: flex;
  flex-direction: column;
}
.lrn-header-4 .lrn-header-bottom .lrn-header-b-right .header-call .call-cont span {
  font-size: 14px;
  color: var(--color-secondary-400);
}
.lrn-header-4 .lrn-header-bottom .lrn-header-b-right .lrn-cart-2 {
  border: 1px solid rgba(from var(--color-primary-100) r g b/0.1);
  background-color: var(--color-dark-400);
  color: var(--color-secondary-400);
}
.lrn-header-4 .lrn-header-bottom .lrn-header-b-right .lrn-cart-2:hover {
  background-color: rgba(from var(--color-dark-400) r g b/0.5);
  border-color: rgba(from var(--color-primary-100) r g b/0.2);
}

.lrn-header-cate-searh {
  display: flex;
  align-items: center;
  border: 1px solid rgba(147, 130, 255, 0.1);
  border-radius: 100px;
  background: var(--color-dark-400);
  max-width: 700px;
}
.lrn-header-cate-searh .rbt-category-menu-wrapper .lrn-cate-1 {
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .lrn-header-cate-searh .rbt-category-menu-wrapper .lrn-cate-1 {
    justify-content: center;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-header-cate-searh .rbt-category-menu-wrapper .lrn-cate-1 {
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.lrn-header-cate-searh .rbt-category-menu-wrapper .lrn-cate-1::after {
  content: "";
  position: absolute;
  right: 0px;
  height: 28px;
  width: 1px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1199px) {
  .lrn-header-cate-searh .rbt-category-menu-wrapper .lrn-cate-1::after {
    display: none;
  }
}
.lrn-header-cate-searh .lrn-search-4 {
  position: relative;
}
.lrn-header-cate-searh .lrn-search-4 .search-btn {
  position: absolute;
  right: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--color-primary-100);
  border-radius: 50px;
  padding: 8px 20px;
  color: var(--color-white);
}
.lrn-header-cate-searh .lrn-search-4 .search-btn svg {
  position: static;
  width: auto;
  height: auto;
  transform: translate(0);
}

.lrn-header-5 .lrn-header-main-wrap {
  background-color: var(--color-dark-300);
  border-radius: 25px;
  max-width: 1380px;
  margin: 20px auto 0;
  padding: 0 23px;
}
@media only screen and (max-width: 1199px) {
  .lrn-header-5 .lrn-header-main-wrap {
    border-radius: 0;
    padding: 10px 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .lrn-header-5 .container {
    max-width: 1380px;
  }
}
.lrn-header-5 .lrn-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.lrn-header-5 .lrn-header-wrap .lrn-header-left {
  display: flex;
  align-items: center;
  gap: 70px;
}
.lrn-header-5 .lrn-header-wrap .lrn-header-left .lrn-header-logo {
  position: relative;
}
.lrn-header-5 .lrn-header-wrap .lrn-header-left .lrn-header-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  height: 28px;
  width: 1px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1199px) {
  .lrn-header-5 .lrn-header-wrap .lrn-header-left .lrn-header-logo::after {
    display: none;
  }
}
.lrn-header-5 .lrn-header-wrap .lrn-header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-header-5 .lrn-header-wrap .lrn-header-right {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-header-5 .lrn-header-wrap .lrn-header-right {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-header-5 .lrn-header-wrap .lrn-header-right {
    gap: 10px;
  }
}
.lrn-header-5 .lrn-header-wrap .lrn-header-right .hamberger-button {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .lrn-header-5 .lrn-header-wrap .lrn-header-right .hamberger-button svg {
    width: 38px;
    height: 38px;
  }
}
.lrn-header-5 .lrn-header-wrap .lrn-header-right .lrn-cart-2 {
  border: 1px solid rgba(147, 130, 255, 0.1);
  background: var(--color-dark-400);
}
.lrn-header-5 .lrn-header-wrap .lrn-header-right .lrn-user-btn {
  border: 1px solid rgba(147, 130, 255, 0.1);
  background: var(--color-dark-400);
}
.lrn-header-5 .lrn-header-wrap .lrn-header-right .lrn-social-link {
  position: relative;
}
.lrn-header-5 .lrn-header-wrap .lrn-header-right .lrn-social-link::after {
  content: "";
  position: absolute;
  right: -20px;
  height: 28px;
  width: 1px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.lrn-header-5 .lrn-header-wrap .lrn-header-right .lrn-btn3d .lrn-btn3d__text {
  padding: 12px 25px;
}
.lrn-header-5 .lrn-header-wrap .lrn-header-right .header-link {
  font-size: var(--font-size-b3);
  color: var(--color-secondary-400);
}
.lrn-header-5 .lrn-header-wrap .lrn-header-right .header-link:hover {
  color: var(--color-primary-100);
}

.lrn-header-6 .divider {
  width: 100%;
  height: 1.5px;
  opacity: 0.15;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
}
.lrn-header-6 .lrn-mainmenu-nav .lrn-menu-item > li:hover > a {
  color: var(--color-primary-100);
}
.lrn-header-6 .lrn-mainmenu-nav .lrn-menu-item > li > a {
  color: var(--color-secondary-100);
  font-size: 16px;
  border-radius: 5px;
  padding: 31px 20px;
}
.lrn-header-6 .lrn-mainmenu-nav .lrn-menu-item .lrn-menu-link::before {
  height: 46px;
  background-color: var(--color-dark-400);
}
.lrn-header-6 .lrn-cart-2 {
  border: 1px solid rgba(147, 130, 255, 0.1);
  background: var(--color-dark-400);
}
.lrn-header-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 15px 0;
}
.lrn-header-top .header-t-left {
  display: flex;
  align-items: center;
  gap: 31px;
}
.lrn-header-top .header-t-left .item {
  position: relative;
}
.lrn-header-top .header-t-left .item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
.lrn-header-top .header-t-left .item > i {
  font-size: 16px;
  color: var(--color-primary-100);
  margin-right: 8px;
}
.lrn-header-top .header-t-left .item a.link:hover {
  color: var(--color-primary-100) !important;
}
.lrn-header-top .header-t-left .item .social-media {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.lrn-header-top .header-t-left .item .social-media li {
  margin: 0;
}
.lrn-header-top .header-t-left .item .social-media li a {
  font-size: 15px;
  color: var(--color-secondary-400);
}
.lrn-header-top .header-t-left .item .social-media li a:hover {
  color: var(--color-primary-100);
}
.lrn-header-top .header-t-right {
  display: flex;
  align-items: center;
  gap: 31px;
}
.lrn-header-top .header-t-right .action {
  position: relative;
}
.lrn-header-top .header-t-right .action::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
.lrn-header-top .header-t-right .action .link:hover {
  color: var(--color-primary-100) !important;
}
.lrn-header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-header-bottom {
    padding: 10px 0;
  }
}
.lrn-header-bottom .header-b-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.lrn-header-bottom .lrn-header-b-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lrn-header-bottom .lrn-header-b-right .lrn-search-4 {
  max-width: 340px;
}
.lrn-header-bottom .lrn-header-b-right .lrn-search-4 input {
  background-color: var(--color-dark-400);
  border-color: rgba(147, 130, 255, 0.1);
}

.lrn-header-7 {
  max-width: 1420px;
  margin: 20px auto;
  padding: 0 20px;
}
@media only screen and (max-width: 575px) {
  .lrn-header-7 {
    margin: 15px auto;
    padding: 0 10px;
  }
}
.lrn-header-7 .lrn-header-wrapper {
  border-radius: 25px;
  box-shadow: 0px 0px 40px rgba(29, 31, 64, 0.38);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-header-7 .lrn-header-wrapper {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-header-7 .lrn-header-wrapper {
    border-radius: 12px;
  }
}
.lrn-header-7 .lrn-header-bottom-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.lrn-header-7 .lrn-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .lrn-header-7 .lrn-header-top {
    padding: 10px 15px;
  }
}
.lrn-header-7 .lrn-header-top .lrn-header-t-left {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-header-7 .lrn-header-top .lrn-header-t-left {
    gap: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-header-7 .lrn-header-top .lrn-header-t-left {
    gap: 5px;
  }
}
.lrn-header-7 .lrn-header-top .lrn-header-t-left .lrn-search-btn-sm {
  background: var(--color-dark-400);
  border: 1px solid rgba(147, 130, 255, 0.1);
}
.lrn-header-7 .lrn-header-top .lrn-header-t-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-header-7 .lrn-header-top .lrn-header-t-right {
    gap: 15px;
  }
}
.lrn-header-7 .lrn-header-top .lrn-header-t-right .hamberger-button {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .lrn-header-7 .lrn-header-top .lrn-header-t-right .hamberger-button svg {
    width: 38px;
    height: 38px;
  }
}
.lrn-header-7 .lrn-header-top .lrn-header-t-right .lrn-cart-2 {
  border: 1px solid rgba(147, 130, 255, 0.1);
  background: var(--color-dark-400);
}
.lrn-header-7 .lrn-header-top .lrn-header-t-right .lrn-user-btn {
  border: 1px solid rgba(147, 130, 255, 0.1);
  background: var(--color-dark-400);
}
.lrn-header-7 .lrn-header-top .lrn-header-t-right .lrn-social-link {
  position: relative;
}
.lrn-header-7 .lrn-header-top .lrn-header-t-right .lrn-social-link::after {
  content: "";
  position: absolute;
  right: -20px;
  height: 28px;
  width: 1px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.lrn-header-7 .lrn-header-top .lrn-header-t-right .lrn-btn3d .lrn-btn3d__text {
  padding: 12px 25px;
}
.lrn-header-7 .lrn-header-top .lrn-header-t-right .header-link {
  font-size: var(--font-size-b3);
  color: var(--color-secondary-400);
}
.lrn-header-7 .lrn-header-top .lrn-header-t-right .header-link:hover {
  color: var(--color-primary-100);
}
.lrn-header-7 .lrn-header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.lrn-header-7 .lrn-header-bottom .lrn-menu-item > li:hover > a {
  color: var(--color-primary-100);
}
.lrn-header-7 .lrn-header-bottom .lrn-menu-item > li > a {
  color: var(--color-secondary-100);
  font-size: 17px;
  border-radius: 5px;
  padding: 31px 20px;
}
.lrn-header-7 .lrn-header-bottom .lrn-menu-item .lrn-menu-link::before {
  height: 46px;
  background-color: var(--color-dark-400);
  border: 1px solid rgba(147, 130, 255, 0.1);
}
.lrn-header-7 .lrn-header-bottom .lrn-header-b-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.lrn-header-7 .lrn-header-bottom .lrn-header-b-right .header-call {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lrn-header-7 .lrn-header-bottom .lrn-header-b-right .header-call .call-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(from var(--color-primary-100) r g b/0.1);
  background-color: var(--color-dark-400);
  color: var(--color-secondary-400);
}
.lrn-header-7 .lrn-header-bottom .lrn-header-b-right .header-call .call-cont {
  display: flex;
  flex-direction: column;
}
.lrn-header-7 .lrn-header-bottom .lrn-header-b-right .header-call .call-cont span {
  font-size: 14px;
  color: var(--color-secondary-400);
}
.lrn-header-7 .lrn-header-bottom .lrn-header-b-right .header-call .call-cont a {
  font-size: 16px;
}
.lrn-header-7 .lrn-header-bottom .lrn-header-b-right .lrn-cart-2 {
  border: 1px solid rgba(from var(--color-primary-100) r g b/0.1);
  background-color: var(--color-dark-400);
  color: var(--color-secondary-400);
}

.hamberger-button-circle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(147, 130, 255, 0.1);
  background-color: var(--color-dark-400);
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .hamberger-button-circle {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}
.hamberger-button-circle:hover {
  background-color: var(--color-primary-600);
}
.hamberger-button-circle.v2 {
  background-color: var(--color-dark-600);
}
.hamberger-button-circle.v2:hover {
  background-color: var(--color-primary-500);
}

.lrn-header-8 {
  max-width: 1820px;
  margin: 0 auto;
}
.lrn-header-8-area.sticky {
  box-shadow: 0px 0px 50px #121c30;
}
.lrn-header-8 .header-left {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .lrn-header-8 .header-left {
    gap: 30px;
  }
}
.lrn-header-8 .header-left .header-logo {
  position: relative;
}
.lrn-header-8 .header-left .header-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  height: 28px;
  width: 1px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .lrn-header-8 .header-left .header-logo::after {
    right: -15px;
  }
}
.lrn-header-8 .header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-header-8 .header-right {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-header-8 .header-right {
    gap: 10px;
  }
}
.lrn-header-8 .header-right .lrn-social-link {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-header-8 .header-right .lrn-social-link {
    display: none !important;
  }
}
.lrn-header-8 .header-right .lrn-social-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  height: 28px;
  width: 1px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.lrn-header-8 .lrn-btn3d .lrn-btn3d__text {
  padding: 12px 22px;
}
.lrn-header-8 .lrn-main-navigation .lrn-menu-item > li:hover > a {
  color: var(--color-primary-100);
}
.lrn-header-8 .lrn-main-navigation .lrn-menu-item > li > a {
  color: var(--color-secondary-100);
  font-size: 17px;
  border-radius: 5px;
  padding: 31px 16px 31px 20px;
}
.lrn-header-8 .lrn-main-navigation .lrn-menu-item .lrn-menu-link::before {
  border-radius: 6px;
  height: 46px;
  background-color: var(--color-dark-400);
}

.lrn-language-switcher .switcher-button {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-secondary-400);
  font-size: 16px;
  line-height: 1.75;
}
.lrn-language-switcher .switcher-button img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
}
.lrn-language-switcher .switcher-button .btn-right {
  display: flex;
  align-items: center;
  gap: 6px;
}
.lrn-language-switcher .switcher-button .btn-right i {
  transition: var(--transition) ease;
  color: var(--color-secondary-400);
  font-size: 14px;
}
.lrn-language-switcher .switcher-button.show .btn-right i {
  transform: rotate(180deg);
}
.lrn-language-switcher .dropdown-menu {
  background: var(--color-dark-400);
  padding: 10px;
  min-width: 170px;
  border-radius: 10px;
}
.lrn-language-switcher .dropdown-menu li {
  margin: 0;
}
.lrn-language-switcher .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-secondary-200);
  font-size: 16px;
  line-height: 1.75;
  padding: 6px 10px;
  border-radius: 8px;
}
.lrn-language-switcher .dropdown-menu .dropdown-item img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
}
.lrn-language-switcher .dropdown-menu .dropdown-item:hover {
  background: var(--color-dark-300);
  color: var(--color-primary-100);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*------------------------------
    Popup Menu Styles  
--------------------------------*/
.popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(5, 5, 32, 0.75);
  backdrop-filter: blur(6px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
}
.popup-mobile-menu .lrn-menu-item {
  display: inline-block !important;
}
.popup-mobile-menu .inner-wrapper {
  position: relative;
  width: 400px;
  padding: 0;
  z-index: 999;
  background: linear-gradient(180deg, var(--color-dark-200) 0%, var(--color-dark-300) 40%, var(--color-dark-300) 100%);
  border-right: 1px solid rgba(147, 130, 255, 0.14);
  box-shadow: 8px 0 48px rgba(0, 0, 0, 0.45), 0 0 80px rgba(147, 130, 255, 0.06);
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -80px;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup-mobile-menu .inner-wrapper::-webkit-scrollbar {
  width: 4px;
}
.popup-mobile-menu .inner-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.popup-mobile-menu .inner-wrapper::-webkit-scrollbar-thumb {
  background: rgba(147, 130, 255, 0.35);
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .popup-mobile-menu .inner-wrapper {
    width: 320px;
  }
}
.popup-mobile-menu .inner-wrapper .inner-top {
  padding: 28px 24px 22px;
  border-bottom: 1px solid rgba(147, 130, 255, 0.1);
  background: linear-gradient(135deg, rgba(147, 130, 255, 0.08) 0%, rgba(147, 130, 255, 0.02) 100%);
  flex-shrink: 0;
}
.popup-mobile-menu .inner-wrapper .inner-top .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-mobile-menu .inner-wrapper .inner-top .logo a img {
  max-height: 42px;
}
.popup-mobile-menu .inner-wrapper .inner-top .close-button {
  background: rgba(147, 130, 255, 0.1);
  border: 1px solid rgba(147, 130, 255, 0.2);
  color: var(--color-secondary-100);
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: var(--transition) ease;
}
.popup-mobile-menu .inner-wrapper .inner-top .close-button:hover {
  background: var(--color-primary-100);
  border-color: var(--color-primary-100);
  color: var(--color-white);
  transform: rotate(90deg);
}
.popup-mobile-menu .inner-wrapper .inner-top .description {
  padding-right: 0;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: var(--font-size-b4);
  line-height: 1.65;
  color: var(--color-secondary-100);
}
.popup-mobile-menu .inner-wrapper .inner-top .lrn-information-list {
  list-style: none;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.popup-mobile-menu .inner-wrapper .inner-top .lrn-information-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: rgba(214, 218, 240, 0.04);
  border: 1px solid rgba(214, 218, 240, 0.08);
  transition: var(--transition);
}
.popup-mobile-menu .inner-wrapper .inner-top .lrn-information-list li a i {
  color: var(--color-primary-100);
  font-size: 14px;
  width: 16px;
  text-align: center;
}
.popup-mobile-menu .inner-wrapper .inner-top .lrn-information-list li a:hover {
  background: rgba(147, 130, 255, 0.1);
  border-color: rgba(147, 130, 255, 0.25);
  color: var(--color-white);
}
.popup-mobile-menu .inner-wrapper .mainmenu-nav {
  flex: 1;
  padding: 30px 16px;
}
.popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.popup-mobile-menu.active .inner-wrapper {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}
.popup-mobile-menu .mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-mobile-menu .mainmenu > li {
  overflow: hidden;
  border: 1px solid rgba(214, 218, 240, 0.06);
  background: rgba(214, 218, 240, 0.02);
  transition: border-color var(--transition), background var(--transition);
}
.popup-mobile-menu .mainmenu > li:first-child {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.popup-mobile-menu .mainmenu > li:last-child {
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
.popup-mobile-menu .mainmenu > li:hover {
  border-color: rgba(147, 130, 255, 0.15);
  background: rgba(147, 130, 255, 0.03);
}
.popup-mobile-menu .mainmenu > li + li {
  border-top: none;
}
.popup-mobile-menu .mainmenu > li > a {
  padding: 14px 16px;
  display: block;
  font-size: 15px;
  font-weight: var(--fw-semiBold);
  color: var(--color-secondary-100);
  letter-spacing: 0.01em;
  transition: color var(--transition), background var(--transition);
}
.popup-mobile-menu .mainmenu > li > a.active, .popup-mobile-menu .mainmenu > li > a.open {
  color: var(--color-primary-100) !important;
  background: rgba(147, 130, 255, 0.08);
}
.popup-mobile-menu .mainmenu li {
  margin: 0;
}
.popup-mobile-menu .mainmenu li a.active {
  color: var(--color-primary-200) !important;
}
.popup-mobile-menu .mainmenu .has-dropdown .submenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}
.popup-mobile-menu .mainmenu .has-dropdown .submenu li a {
  font-size: 15px;
}
.popup-mobile-menu .mainmenu .has-dropdown .submenu li a.active {
  color: var(--color-primary-100) !important;
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a,
.popup-mobile-menu .mainmenu .has-menu-childitem > a,
.popup-mobile-menu .mainmenu .has-dropdown > a {
  position: relative;
  padding-right: 48px;
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a::after,
.popup-mobile-menu .mainmenu .has-menu-childitem > a::after,
.popup-mobile-menu .mainmenu .has-dropdown > a::after {
  position: absolute;
  content: "+";
  font-family: "Font Awesome 6 Pro" !important;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(214, 218, 240, 0.08);
  font-size: 11px;
  color: var(--color-primary-100);
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a.open::after,
.popup-mobile-menu .mainmenu .has-menu-childitem > a.open::after,
.popup-mobile-menu .mainmenu .has-dropdown > a.open::after {
  content: "\f068";
  background: rgba(147, 130, 255, 0.2);
  color: var(--color-white);
}
.popup-mobile-menu .mainmenu .lrn-megamenu {
  padding: 14px 14px 14px 20px;
  max-width: 100%;
  list-style: none;
  display: none;
}
.popup-mobile-menu .mainmenu .lrn-megamenu .wrapper {
  padding: 0;
}
.popup-mobile-menu .mainmenu .home-plesentation-wrapper .inner {
  border-bottom: none !important;
}
.popup-mobile-menu .mainmenu .home-plesentation-wrapper .inner .content .title {
  margin-bottom: 0;
}
.popup-mobile-menu .mainmenu .home-plesentation-wrapper .inner .content .title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  border-radius: var(--radius-small);
  font-size: 14px;
  font-weight: var(--fw-medium);
  color: var(--color-secondary-100);
  transition: var(--transition);
}
.popup-mobile-menu .mainmenu .home-plesentation-wrapper .inner .content .title a .btn-icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(147, 130, 255, 0.12);
  opacity: 0;
  transform: translateX(-6px);
  transition: var(--transition);
}
.popup-mobile-menu .mainmenu .home-plesentation-wrapper .inner .content .title a .btn-icon i {
  font-size: 13px;
  color: var(--color-primary-100);
}
.popup-mobile-menu .mainmenu .home-plesentation-wrapper .inner .content .title a:hover {
  background: rgba(147, 130, 255, 0.1);
  color: var(--color-white);
}
.popup-mobile-menu .mainmenu .home-plesentation-wrapper .inner .content .title a:hover .btn-icon {
  opacity: 1;
  transform: translateX(0);
}
.popup-mobile-menu .mainmenu .home-plesentation-wrapper .inner:not(:last-child) {
  margin-bottom: 2px;
}
.popup-mobile-menu .mainmenu .single-mega-item {
  margin-top: 12px !important;
}
.popup-mobile-menu .mainmenu .single-mega-item:first-child {
  margin-top: 4px !important;
}
.popup-mobile-menu .mainmenu .single-mega-item > span,
.popup-mobile-menu .mainmenu .single-mega-item > .h5,
.popup-mobile-menu .mainmenu .single-mega-item .lrn-text-secondary-200 {
  display: block;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: var(--fw-semiBold) !important;
  color: var(--color-primary-100) !important;
  margin-bottom: 8px;
  padding-left: 2px;
  line-height: 1.4;
}
.popup-mobile-menu .mainmenu .single-mega-item .mega-menu-item li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: var(--fw-regular);
  color: var(--color-secondary-100);
  border-radius: var(--radius-small);
  transition: var(--transition);
}
.popup-mobile-menu .mainmenu .single-mega-item .mega-menu-item li a:hover {
  background: rgba(147, 130, 255, 0.1);
  color: var(--color-white);
}
.popup-mobile-menu .mainmenu .single-mega-item .mega-menu-item li a .lrn-badge-card {
  font-size: 10px;
  font-weight: var(--fw-semiBold);
  padding: 2px 8px;
  border-radius: 20px;
  background: var(--color-gradient-900);
  border: 1px solid var(--primary-border);
  color: var(--color-secondary-200);
  line-height: 1.4;
  letter-spacing: 0.3px;
}
.popup-mobile-menu .mainmenu .single-mega-item .mega-menu-item li:last-child {
  border-bottom: none;
}
.popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {
  border-bottom-color: transparent;
}
.popup-mobile-menu .mainmenu .single-dropdown-menu-presentation .single-mega-item {
  margin-top: 0 !important;
}
.popup-mobile-menu .mainmenu .single-dropdown-menu-presentation .single-mega-item .mega-menu-item li a {
  padding: 8px 10px;
  font-size: 14px;
  border-radius: var(--radius-small);
  color: rgba(214, 218, 240, 0.75);
  transition: var(--transition);
}
.popup-mobile-menu .mainmenu .single-dropdown-menu-presentation .single-mega-item .mega-menu-item li a:hover {
  background: rgba(147, 130, 255, 0.1);
  color: var(--color-white);
}
.popup-mobile-menu .mainmenu .single-dropdown-menu-presentation .single-mega-item + .single-mega-item {
  margin-top: 8px !important;
  padding-top: 8px;
  border-top: 1px solid rgba(214, 218, 240, 0.06);
}
.popup-mobile-menu .mainmenu .mega-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-mobile-menu .mainmenu .mega-menu-item li a {
  font-size: 14px;
}
.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
  border-bottom: none;
}
.popup-mobile-menu .mega-top-banner {
  margin: 0;
  margin-top: 10px;
  background-image: inherit;
  background-color: var(--color-secondary-100);
  border-radius: 4px;
  margin-bottom: 9px;
}
.popup-mobile-menu .mega-top-banner .content {
  width: 100%;
  display: block;
}
.popup-mobile-menu .nav-quick-access {
  display: block;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding: 6px 17px;
  overflow: hidden;
}
.popup-mobile-menu .nav-quick-access li a {
  display: flex;
  font-size: 14px;
}
.popup-mobile-menu .nav-quick-access li a i {
  display: flex;
}
.popup-mobile-menu .lrn-ads-wrapper {
  margin-bottom: 20px;
  margin-top: -16px;
  margin-left: -15px;
}
.popup-mobile-menu .btn-wrapper {
  margin-left: -14px;
  margin-bottom: 20px;
  margin-top: -14px;
}
.popup-mobile-menu .lrn-btn.btn-xl {
  padding: 0 15px !important;
  font-size: 14px !important;
  height: 50px;
  line-height: 52px;
  border-radius: 4px !important;
}
.popup-mobile-menu .lrn-btn i {
  display: block !important;
}
.popup-mobile-menu .mega-category-item {
  margin-top: -15px;
  margin-bottom: 15px;
}
.popup-mobile-menu .mega-category-item .nav-category-item {
  padding: 8px 14px;
}
.popup-mobile-menu .mobile-menu-bottom {
  flex-shrink: 0;
  padding: 20px 24px 28px;
  border-top: 1px solid rgba(147, 130, 255, 0.1);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  margin-top: auto;
}
.popup-mobile-menu .mobile-menu-bottom .social-label {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: var(--fw-semiBold);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(214, 218, 240, 0.45);
  margin-bottom: 14px;
}
.popup-mobile-menu .mobile-menu-bottom .social-share-wrapper ul li a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(147, 130, 255, 0.15);
  background: rgba(147, 130, 255, 0.06);
}
.popup-mobile-menu .mobile-menu-bottom .social-share-wrapper ul li a:hover {
  border-color: transparent;
}

.hamberger .hamberger-button {
  border: 0 none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hamberger-2 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid rgba(147, 130, 255, 0.1);
  background: var(--color-dark-400);
}
@media only screen and (max-width: 575px) {
  .hamberger-2 {
    width: 38px;
    height: 38px;
  }
  .hamberger-2 svg {
    width: 16px;
  }
}

.hamberger-btn-square {
  background-color: var(--color-dark-600);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: var(--color-secondary-100);
  font-size: 16px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .hamberger-btn-square {
    width: 38px;
    height: 38px;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-section-head {
  margin: 0 0;
}

.lrn-main-box {
  border-radius: 20px;
  background-color: var(--color-dark-300);
  position: relative;
  overflow: hidden;
  max-width: 1820px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lrn-main-box {
    border-radius: 12px;
  }
}
.lrn-main-box .gradient-bg-top-left {
  position: absolute;
  top: -248px;
  left: -162px;
  width: 586px;
  height: 315px;
  border-radius: 586px;
  background: var(--color-basic-100);
  filter: blur(250px);
}
.lrn-main-box .gradient-bg-mid-right {
  position: absolute;
  top: 464px;
  right: -135px;
  width: 273px;
  height: 111px;
  transform: rotate(90deg);
  border-radius: 273px;
  background: linear-gradient(180deg, var(--color-error-100) 0%, var(--color-basic-100) 100%);
  filter: blur(150px);
}
.lrn-main-box .gradient-bg-bottom-left {
  position: absolute;
  bottom: -137px;
  left: 410px;
  width: 299px;
  height: 161px;
  border-radius: 299px;
  background: linear-gradient(180deg, var(--color-basic-100) 0%, var(--color-error-100) 100%);
  filter: blur(150px);
}
.lrn-main-box .gradient-bg-top-left-2 {
  position: absolute;
  top: -188px;
  left: 121px;
  width: 258px;
  height: 131px;
  transform: rotate(90deg);
  border-radius: 258px;
  background: linear-gradient(180deg, var(--color-basic-100) 0%, var(--color-error-100) 100%);
  filter: blur(100px);
}
.lrn-main-box .gradient-bg-bottom-right-2 {
  position: absolute;
  bottom: 5px;
  right: -225px;
  width: 258px;
  height: 131px;
  transform: rotate(90deg);
  border-radius: 258px;
  background: linear-gradient(180deg, var(--color-basic-100) 0%, var(--color-error-100) 100%);
  filter: blur(100px);
}
.lrn-main-box .gradient-bg-bottom-right {
  position: absolute;
  right: 349px;
  bottom: 200px;
  width: 299px;
  height: 161px;
  border-radius: 299px;
  background: var(--color-basic-100);
  filter: blur(150px);
  border-radius: 200px;
}

.lrn-teacher-stars {
  position: absolute;
  top: 74px;
  left: 122px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .lrn-teacher-stars {
    display: none;
  }
}

.lrn-teacher-shadow {
  position: absolute;
  top: -100px;
  right: 350px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .lrn-teacher-shadow {
    display: none;
  }
}

.rbt-title-style-3 {
  margin-bottom: 24px;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--primary-border);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-badge-1 span {
  font-size: var(--font-size-b4);
  border-radius: 20px;
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
  background: rgba(from var(--color-secondary-100) r g b/0.1);
  padding: 3px 16px;
  color: var(--color-secondary-100);
}
.lrn-badge-1 .badge-sm {
  font-size: 16px;
  font-weight: var(--fw-semiBold);
  padding: 5px 15px;
}
.lrn-badge-1.lrn-badge-position {
  backdrop-filter: blur(15px);
  border-radius: 20px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.lrn-badge-1 .lrn-badge-pin {
  border-radius: 100px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  transition: all var(--transition) linear;
}
.lrn-badge-1 .lrn-badge-pin:hover {
  transition: all var(--transition) linear;
  background: rgba(from var(--color-secondary-100) r g b/0.3);
}
.lrn-badge-1.badge-small span {
  font-size: 12px;
  padding: 4px 16px;
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
  color: rgba(from var(--color-secondary-100) r g b/0.7);
}

.lrn-badge-2 span {
  background: transparent;
  padding: 2px 10px;
  border-radius: 100px;
  color: var(--color-white);
  font-size: var(--font-size-b5);
  font-weight: var(--fw-bold);
  display: inline-block;
  position: relative;
  z-index: 2;
  letter-spacing: 0.5px;
}
.lrn-badge-2 span::before {
  background: var(--color-primary-100);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 1px;
  position: absolute;
  z-index: -1;
  border-radius: 100px;
  background-size: 400% 100%;
}

.lrn-badge-solid {
  outline: none;
  padding: 6px 16px 8px 16px;
  background: var(--color-dark-400);
  color: var(--color-secondary-100);
  border: 2px solid rgba(from var(--color-secondary-400) r g b/0.15);
  transition: all var(--transition) linear;
  font-size: 15px;
}
.lrn-badge-solid.rounded-badge {
  border-radius: 50px;
}
.lrn-badge-solid.v2 {
  border: 1px solid var(--color-dark-600);
  padding: 4px 16px 6px 16px;
}
.lrn-badge-solid.v3 {
  color: var(--color-secondary-100);
  border: 1px solid rgba(214, 218, 240, 0.1);
  background: rgba(214, 218, 240, 0.05);
  font-size: 14px;
  line-height: 1.429;
}

.lrn-badge-solid-hover:hover {
  transition: all var(--transition) linear;
  background: rgba(from var(--color-secondary-400) r g b/0.15);
}

.lrn-badge-gradient-1 {
  outline: none;
  position: relative;
  z-index: 2;
  padding: 4px 15px;
  font-size: 18px;
  background: rgba(214, 218, 240, 0.05);
  border-radius: 100px;
}
@media only screen and (max-width: 575px) {
  .lrn-badge-gradient-1 {
    font-size: 16px;
  }
}
.lrn-badge-gradient-1::before {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 100px;
  inset: 0;
  padding: 1px;
  background: linear-gradient(94deg, rgba(157, 122, 255, 0.25) 0%, rgba(254, 139, 187, 0.25) 32.74%, rgba(255, 188, 122, 0.25) 67.39%, rgba(254, 227, 152, 0.25) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.lrn-badge-gradient-2 {
  padding: 5px 15px;
  background: var(--color-gradient-300);
  font-size: 16px;
  border-radius: 20px;
}

.lrn-badge-dark-gradient {
  background: var(--color-dark-400) !important;
}
.lrn-badge-dark-gradient::before {
  background: linear-gradient(170deg, var(--color-dark-400) 6.13%, var(--color-dark-300) 89%) !important;
}

.lrn-badge-gradient-text {
  display: flex;
}

.lrn-ply-badge span {
  background: rgba(from var(--color-secondary-100) r g b/0.1);
  border: 2px solid rgba(from var(--color-secondary-400) r g b/0.15);
  backdrop-filter: blur(15px);
  padding: 5px 16px;
  border-radius: 100px;
  color: var(--color-secondary-100);
  font-size: var(--font-size-b4);
  font-weight: 400;
  display: inline-block;
  position: relative;
  z-index: 2;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .lrn-ply-badge span {
    padding: 5px 12px;
  }
}

.lrn-badge-success {
  background: rgba(from var(--color-success-100) r g b/0.2);
}

.lrn-badge-primary {
  color: var(--color-white);
  background: var(--color-primary-100);
}
.lrn-badge-primary:focus {
  color: var(--color-white);
}

.lrn-badge-border-2 {
  border: 2px solid var(--color-white);
}

.lrn-badge-3 {
  border-radius: 50px;
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
  background: rgba(from var(--color-secondary-400) r g b/0.08);
  backdrop-filter: blur(4px);
  padding: 2px 10px 4px 10px;
  font-size: 12px;
  line-height: 1;
  color: var(--color-secondary-100);
}

.rbt-badge-2 {
  display: flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid var(--primary-border-2);
  border-radius: 500px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  justify-content: center;
  color: var(--color-heading);
  width: max-content;
}
.rbt-badge-2 img {
  max-height: 30px;
  border-radius: 100%;
}
.rbt-badge-2 .image {
  margin: 0;
  margin-right: 10px;
}
.rbt-badge-2 strong {
  margin-left: 5px;
  display: inline-block;
  color: var(--color-primary);
}
.rbt-badge-2.badge-full-height {
  height: 100%;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 20px;
}
.rbt-badge-2.badge-full-height img {
  max-height: 50px;
}
.rbt-badge-2.badge-full-height .image {
  margin-right: 0;
}

.rbt-badge-5 {
  background: var(--color-dark-400);
  padding: 5px 7px;
  font-size: 12px;
  display: flex;
  height: 22px;
  align-items: center;
  border-radius: var(--radius-small);
  justify-content: center;
  width: max-content;
}

.rbt-badge {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 22px;
  background: var(--color-dark-400);
  font-size: 14px;
  letter-spacing: 0.3px;
  border-radius: 6px;
  color: var(--color-body);
}
.rbt-badge.variation-02 {
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.rbt-badge.variation-03 {
  padding: 0 12px;
  color: var(--color-primary-100);
}

.lrn-badge-4 {
  color: #D6DAF0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 20px;
  border: 2px solid #1A1A35;
  background: linear-gradient(180deg, #7E6FC0 0%, #302A53 100%);
  text-align: center;
  width: fit-content;
  padding: 3px 12px 5px 12px;
  display: inline-block;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-brand-area .lrn-brand-shape-top {
  position: absolute;
  top: 0;
  right: 25%;
}
.lrn-brand-area .lrn-brand-shape-left {
  position: absolute;
  left: 0%;
  bottom: 0;
}
.lrn-brand-area .lrn-brand-shape-right {
  position: absolute;
  bottom: 10%;
  right: 20%;
}

.brand-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .brand-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .brand-grid-3 {
    grid-template-columns: auto;
  }
}

.lrn-brand-list {
  list-style: none;
  gap: 50px;
}
@media only screen and (max-width: 1199px) {
  .lrn-brand-list {
    gap: 30px;
  }
}
.lrn-brand-list img {
  filter: brightness(0.8);
  transition: all 0.3s linear;
}
.lrn-brand-list img:hover {
  filter: brightness(1.5);
  transition: all 0.3s linear;
}

.lrn-brand-list-2 {
  list-style: none;
}
.lrn-brand-list-2.brand-grid-gradient {
  position: relative;
  z-index: 1;
}
.lrn-brand-list-2.brand-grid-gradient::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: var(--color-gradient-100);
  filter: blur(100px);
  top: 0;
  left: 0;
  opacity: 0.4;
}
.lrn-brand-list-2 li {
  margin: 0;
  padding: 0;
}
.lrn-brand-list-2 li .item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  min-width: 200px;
  overflow: hidden;
  transition: all var(--transition);
}
.lrn-brand-list-2 li .item:hover::before {
  transition: all var(--transition);
  opacity: 1;
}
.lrn-brand-list-2 li .item::before {
  position: absolute;
  content: "";
  bottom: 0;
  opacity: 0;
  width: 102px;
  height: 10px;
  border-radius: 102px;
  background: var(--color-primary-100);
  transition: all var(--transition);
  filter: blur(30px);
}
.lrn-brand-list-2 li .item.v2 {
  border: 1px solid transparent;
}
.lrn-brand-list-2 li .item.v2:hover {
  border-color: var(--color-primary-100);
}
.lrn-brand-list-2 li .item.v2::before {
  display: none;
}

.card-grid-gradient {
  position: relative;
  z-index: 1;
}
.card-grid-gradient::before {
  position: absolute;
  content: "";
  width: 220px;
  height: 212px;
  border-radius: 100%;
  background: var(--color-gradient-100);
  filter: blur(100px);
  top: -20%;
  left: auto;
  right: -5%;
  opacity: 0.4;
  z-index: -1;
  background-size: 400% 400%;
  animation: gradient 20s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .card-grid-gradient::before {
    right: 10%;
    top: -10%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.lrn-brand-blur-list {
  display: flex;
  align-items: center;
  gap: 50px;
  list-style: none;
  padding: 0;
  margin-right: 50px;
  margin-bottom: 0;
}
.lrn-brand-blur-list li {
  margin: 0;
}
.lrn-brand-blur .item img {
  transition: all var(--transition) linear;
}
.lrn-brand-blur .item:hover {
  transition: all var(--transition) linear;
}
.lrn-brand-blur .item:hover img {
  transition: all var(--transition) linear;
  filter: brightness(2);
}

.lrn-brand-content-box {
  position: absolute;
  top: auto !important;
  left: 50%;
  transform: translateX(-50%);
}

.brand-line-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-line-title {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-line-title {
    display: block;
  }
}
.brand-line-title h6 {
  transform: translateY(-3px);
}
.brand-line-title .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(147, 130, 255, 0) 0%, var(--color-basic-100) 100%);
}
.brand-line-title .line.right {
  background: linear-gradient(90deg, var(--color-basic-100) 0%, rgba(147, 130, 255, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .brand-line-title .line {
    display: none;
  }
}

.lrn-brand-2-area {
  padding: 0 20px;
}
.lrn-brand-2-box {
  position: relative;
  border-radius: 10px;
  background-color: var(--color-dark-300);
  overflow: hidden;
}
.lrn-brand-2-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  opacity: 0.1;
  background: url("../images/brands/brand-bg.webp") lightgray 50%/cover no-repeat;
  mix-blend-mode: luminosity;
}
.lrn-brand-2-box .shape {
  position: absolute;
  left: 162px;
  top: 84px;
}
.lrn-brand-2-box .container {
  position: relative;
  z-index: 2;
}
.lrn-brand-2-box .glow-1 {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 288px;
  height: 145px;
  border-radius: 288px;
  background: #B26EF7;
  filter: blur(150px);
}
.lrn-brand-2-box .glow-2 {
  position: absolute;
  bottom: -100px;
  right: -150px;
  width: 288px;
  height: 145px;
  transform: rotate(90deg);
  border-radius: 288px;
  background: #B26EF7;
  filter: blur(150px);
}
@media only screen and (max-width: 575px) {
  .lrn-brand-2-box .glow-2 {
    opacity: 0.3;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-social-link {
  list-style: none;
  margin-bottom: 0;
}
.lrn-social-link li {
  margin: 0 0;
  padding: 0;
}
.lrn-social-link li a {
  background-color: rgba(from var(--color-secondary-100) r g b/0.1);
  width: 30px;
  height: 30px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.3s;
  color: var(--color-secondary-100) !important;
  z-index: 2;
  position: relative;
}
.lrn-social-link li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-primary-100);
  transform: scale(0);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
}
.lrn-social-link li a i {
  vertical-align: middle;
  font-size: 16px;
}
.lrn-social-link li a:hover {
  color: var(--color-white) !important;
}
.lrn-social-link li a:hover::after {
  transform: scale(1);
  opacity: 1;
}
.lrn-social-link li a.facebook:hover::after {
  background: var(--color-facebook-100);
}
.lrn-social-link li a.twitter:hover::after {
  background: var(--color-twitter-100);
}
.lrn-social-link li a.whatsapp:hover::after {
  background: var(--color-whatsapp-100);
}
.lrn-social-link li a.youtube:hover::after {
  background: var(--color-youtube-100);
}
.lrn-social-link li a.instagram:hover::after {
  background: var(--color-instagram-100);
}
.lrn-social-link:hover .lrn-social-link--box {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}
.lrn-social-link--box {
  bottom: calc(100% + 14px);
  right: 5px;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.lrn-social-link--box .mask-bg {
  position: absolute;
  top: 0;
  width: 100%;
}
.lrn-social-link--box ul {
  gap: 2px;
}
.lrn-social-link--box ul li a {
  width: 26px;
  height: 26px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(from var(--color-secondary-100) r g b/0.1);
  color: var(--color-white) !important;
}
.lrn-social-link--box ul li a::after {
  background: var(--color-gradient-100);
  transform: scale(0);
}
.lrn-social-link--box ul li a i {
  font-size: 13px;
}
.lrn-social-link--box-2 {
  bottom: 0;
  right: 126%;
}
.lrn-social-link--box-2::before {
  bottom: 9px;
  right: -20px;
  transform: rotate(270deg);
}
.lrn-social-link.social-transparent li a {
  height: 40px !important;
  width: 40px !important;
  color: rgba(from var(--color-secondary-100) r g b/0.7) !important;
  background: transparent;
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
}
.lrn-social-link.social-transparent li a:hover {
  color: var(--color-secondary-100) !important;
}
.lrn-social-link.version-2 {
  background: var(--color-dark-400);
}
.lrn-social-link.version-2 .lrn-social-link--box {
  background: rgba(from var(--color-dark-400) r g b/0.8);
}
.lrn-social-link.version-2 .lrn-social-link--box::before {
  border-top-color: rgba(from var(--color-dark-400) r g b/0.8);
}
.lrn-social-link.with-gradient li a::after {
  background: var(--color-gradient-100);
  transform: scale(0);
}
.lrn-social-link.with-gradient li a:hover::after {
  transform: scale(1);
}

/*-----------------------
    Social Icons 
-------------------------*/
.social-default {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin: -5px;
}
.social-default li {
  margin: 5px;
}
.social-default li a {
  width: 48px;
  background-color: var(--color-dark-300);
  height: 48px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  color: var(--color-body);
  z-index: 2;
  position: relative;
}
.social-default li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-primary-100);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
}
.social-default li a:hover {
  color: var(--color-white);
}
.social-default li a:hover::after {
  transform: scale(1);
  opacity: 1;
}
.social-default li a i {
  vertical-align: middle;
}
.social-default.transparent-with-border li a {
  line-height: 41px;
  background: transparent;
  border: 2px solid var(--primary-border);
}
.social-default.transparent-with-border li a:hover {
  border-color: transparent !important;
}
.social-default.transparent-with-border li a::after {
  border: 1px solid var(--color-primary-100);
}
.social-default.with-gradient li a::after {
  background-image: linear-gradient(to right, var(--color-primary-100), var(--color-secondary-100), var(--color-secondary-100), var(--color-primary-100));
  background-size: 300% 100%;
}
.social-default.with-bg-primary li a {
  background-color: var(--color-primary-100);
  border: 2px solid var(--color-primary-100);
  transition: 0.5s;
  line-height: 40px;
  color: var(--color-white);
}
.social-default.with-bg-primary li a::after {
  display: none;
}
.social-default.with-bg-primary li a:hover {
  background-color: transparent;
  color: var(--color-primary-100);
}
.social-default.icon-naked {
  margin: -10px;
}
.social-default.icon-naked li {
  margin: 10px;
}
.social-default.icon-naked li a {
  background: transparent !important;
  width: auto;
  height: auto;
  line-height: initial;
}
.social-default.icon-naked li a::after {
  display: none;
}
.social-default.icon-naked li a:hover {
  color: var(--color-primary-100) !important;
}
.social-default.icon-large li a {
  font-size: 36px;
  opacity: 0.7;
}
.social-default.color-white li a {
  color: var(--color-white);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.copyright-style-1 {
  position: relative;
  z-index: 2;
}
.copyright-style-1.copyright-border-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  background: linear-gradient(90deg, var(--color-dark-100) -0.57%, var(--color-dark-100) -0.57%, #202035 52.99%, var(--color-dark-100) 100%);
}
@media only screen and (max-width: 575px) {
  .copyright-style-1.copyright-border-top::before {
    top: -5px;
  }
}
.copyright-style-1.border-top-white {
  border-top: 1px solid rgba(from var(--color-white) r g b/0.1);
}
.copyright-style-1 p {
  color: var(--color-secondary-400);
  font-size: 16px;
  line-height: 25px;
}
.copyright-style-1 .copyright-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: -5px;
  margin-bottom: -5px;
  list-style: none;
}
.copyright-style-1 .copyright-link li {
  font-size: 16px;
  line-height: 25px;
  padding: 0 10px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
.copyright-style-1 .copyright-link li a {
  color: var(--color-secondary-400);
  transition: 0.4s;
  font-size: 14px;
}
.copyright-style-1 .copyright-link li a:hover {
  color: var(--color-primary-100);
}
.copyright-style-1 .copyright-link li + li::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  border-radius: 100px;
  background: var(--color-secondary-400);
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-card-area-space {
  padding-top: 520px;
  margin-top: -520px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-card-area-space {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-card-area-space {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-card-area-space {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.lrn-card-area .lrn-card-3 {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 15px;
  background: var(--color-dark-300);
}
.lrn-card-area .lrn-card-3 .lrn-card-thumbnail {
  position: relative;
}
.lrn-card-area .lrn-card-3 .lrn-card-thumbnail img {
  transition: var(--transition);
  scale: 1;
  border-radius: 8px;
}
.lrn-card-area.lrn-swiper-card-2 .lrn-card-3.swiper-slide-next, .lrn-card-area.lrn-swiper-card-2 .lrn-card-3.swiper-slide-prev {
  scale: 0.9;
}
.lrn-card-area .lrn-card-quote {
  position: relative;
  padding: 75px 0 0 0;
}
.lrn-card-area .lrn-card-quote::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 72px;
  height: 60px;
  background-image: url("../images/card/quote.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-card-area .lrn-card-quote p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-card-area .lrn-card-quote p {
    font-size: 22px;
  }
}
.lrn-card-area .lrn-card-submenu {
  border-bottom: 1px solid rgba(214, 218, 240, 0.1);
}
.lrn-card-area .lrn-card-submenu-blur::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 49.343px;
  background: linear-gradient(90deg, rgba(22, 10, 53, 0.26) 0%, #160a35 103.86%);
  right: 80px;
  top: 5px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .lrn-card-area .lrn-card-submenu-blur::before {
    right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .lrn-card-area .lrn-card-submenu-blur::before {
    width: 185px;
  }
}
.lrn-card-area .lrn-card-submenu-blur-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(22, 10, 53, 0.65) 0%, #160a35 103.86%);
  right: 0;
  top: -6px;
}
.lrn-card-area .lrn-card-submenu .rbt-search-icon {
  right: 0px;
}
.lrn-card-area .lrn-card-submenu .rbt-search-icon i {
  margin: -7px 0 0 -7px;
}
.lrn-card-area .lrn-card-submenu .rbt-swiper-arrow {
  top: 42%;
}
.lrn-card-area .lrn-card-submenu .rbt-swiper-arrow.rbt-arrow-left {
  left: 0px;
}
.lrn-card-area .lrn-card-submenu .rbt-swiper-arrow.rbt-arrow-right {
  left: auto;
  right: 60px;
}
@media only screen and (max-width: 767px) {
  .lrn-card-area .lrn-card-submenu .rbt-swiper-arrow.rbt-arrow-right {
    right: 4px;
  }
}
.lrn-card-area .lrn-card-submenu .rbt-swiper-arrow.rbt-arrow-right i.rbt-icon-top {
  transform: translateX(-10rem);
}
.lrn-card-area .lrn-card-submenu .rbt-swiper-arrow.rbt-arrow-right:hover i.rbt-icon {
  transform: translateX(10rem);
}
.lrn-card-area .lrn-card-submenu .rbt-swiper-arrow.rbt-arrow-right:hover i.rbt-icon-top {
  transform: translateX(0);
}
.lrn-card-area .lrn-card-submenu .submenu-slider-1 {
  right: 15px;
  max-width: 1150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-card-area .lrn-card-submenu .submenu-slider-1 {
    max-width: 900px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-card-area .lrn-card-submenu .submenu-slider-1 {
    max-width: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-card-area .lrn-card-submenu .submenu-slider-1 {
    max-width: 500px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-card-area .lrn-card-submenu .submenu-slider-1 {
    max-width: 350px;
    padding: 0 16px;
  }
}
.lrn-card-area .lrn-card-submenu .submenu-slider-1 ul li {
  width: fit-content !important;
  margin-bottom: 20px;
}
.lrn-card-area .lrn-card-submenu .messonry-button .is-checked,
.lrn-card-area .lrn-card-submenu .messonry-button .active {
  border-radius: 100px;
  position: relative;
  color: var(--color-white) !important;
  background: rgba(from var(--color-secondary-100) r g b/0.05) !important;
  border: 2px solid rgba(from var(--color-secondary-400) r g b/0.15) !important;
}
.lrn-card-area .lrn-card-submenu .messonry-button .is-checked .border-bottom-style,
.lrn-card-area .lrn-card-submenu .messonry-button .active .border-bottom-style {
  position: absolute;
  bottom: -65%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  transition: 0.4s;
  background: var(--color-secondary-100);
  visibility: visible;
  opacity: 1;
  width: 65px;
}
.lrn-card-area .lrn-card-submenu .messonry-button .is-checked .border-bottom-42,
.lrn-card-area .lrn-card-submenu .messonry-button .active .border-bottom-42 {
  bottom: -42% !important;
}
.lrn-card-area .lrn-card-submenu .messonry-button .is-checked .border-bottom-70,
.lrn-card-area .lrn-card-submenu .messonry-button .active .border-bottom-70 {
  bottom: -70% !important;
}
.lrn-card-area .lrn-card-submenu .messonry-button a,
.lrn-card-area .lrn-card-submenu .messonry-button button {
  padding: 5px 15px;
  border: 2px solid transparent !important;
  border-radius: 100px;
  position: relative;
  transition: var(--transition) linear;
}
.lrn-card-area .lrn-card-submenu .messonry-button a:hover,
.lrn-card-area .lrn-card-submenu .messonry-button button:hover {
  transition: var(--transition) linear;
  color: var(--color-white) !important;
  background: rgba(from var(--color-secondary-100) r g b/0.05) !important;
  border: 2px solid rgba(from var(--color-secondary-400) r g b/0.15) !important;
}
.lrn-card-area.lrn-card-bg .lrn-card-wrapper {
  background-image: url("../images/card/card-bg-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lrn-card-area .lrn-card-2 {
  margin-left: 22px;
}
.lrn-card-area.has-dots .left-dot {
  position: absolute;
  left: 80px;
  top: 0px;
}
.lrn-card-area.has-dots .left-dot svg rect {
  animation: lightBlink 5s infinite;
}
.lrn-card-area.has-dots .left-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-card-area.has-dots .left-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-card-area.has-dots .left-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-card-area.has-dots .left-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-card-area.has-dots .left-dot {
    display: none;
  }
}
.lrn-card-area.has-dots .right-dot {
  position: absolute;
  right: 60px;
  top: 10px;
}
.lrn-card-area.has-dots .right-dot svg rect {
  animation: lightBlink 5s infinite reverse;
}
.lrn-card-area.has-dots .right-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-card-area.has-dots .right-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-card-area.has-dots .right-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-card-area.has-dots .right-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-card-area.has-dots .right-dot {
    display: none;
  }
}

.lrn-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .lrn-card-grid {
    grid-template-columns: auto;
  }
}

.lrn-card-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .lrn-card-grid-2 {
    grid-template-columns: auto;
  }
}

.lrn-card-4 {
  border: 1px solid transparent;
  transition: all var(--transition) linear;
  padding: 20px;
}
.lrn-card-4:hover {
  border: 1px solid rgba(from var(--color-primary-100) r g b/0.8);
}
.lrn-card-4:hover .image {
  scale: 1.05;
}
.lrn-card-4 .border-solid-2 {
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}
.lrn-card-4--link {
  display: inline-block;
  scale: 1;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.lrn-card-4 .image {
  transition: all var(--transition) linear;
}
@media only screen and (max-width: 575px) {
  .lrn-card-4 .lrn-card-title a {
    font-size: 22px;
  }
}
.lrn-card-4 .lrn-avater-border {
  width: 32px;
  height: 32px;
  border: 2px solid var(--color-primary-700);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lrn-card-4 .lrn-avater-border .avater-link {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lrn-card-4 .lrn-avater-border .avater-link img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.lrn-card-4 .lrn-card-bottom {
  padding: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.lrn-card-4 .lrn-card-bottom .lrn-card-lesson ul {
  list-style: none;
}
.lrn-card-4.border-soft {
  border-color: rgba(147, 130, 255, 0.1);
}
.lrn-card-4.border-soft:hover {
  border: 1px solid rgba(from var(--color-primary-100) r g b/0.8);
}
.lrn-card-4 .lrn-price {
  align-items: center;
}
.lrn-card-4 .lrn-price .off-price {
  font-size: 18px;
  text-decoration-line: line-through;
  color: var(--color-body);
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .lrn-card-4 .lrn-price .off-price {
    font-size: 14px;
  }
}

.lrn-card-submenu-2 {
  list-style: none;
}
.lrn-card-submenu-2 .swiper-slide {
  padding: 5px 0;
  width: fit-content;
  margin-right: 15px;
}
.lrn-card-submenu-2--wrapper {
  position: relative;
  overflow: hidden;
  background: var(--color-dark-100);
  padding: 10px 15px;
  border-radius: 12px;
  box-shadow: 0px 0px 0 0px var(--color-primary-100);
  transition: all var(--transition) linear;
  border: 2px solid var(--color-dark-400);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .lrn-card-submenu-2--wrapper {
    padding: 10px;
  }
}
.lrn-card-submenu-2--wrapper .title {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .lrn-card-submenu-2--wrapper .title {
    font-size: 14px;
  }
}
.lrn-card-submenu-2--wrapper::before {
  position: absolute;
  content: "";
  opacity: 1;
  left: 0;
  transition: all var(--transition) linear;
  background: linear-gradient(170deg, var(--color-dark-400) 6.13%, var(--color-dark-300) 89%);
  width: 100%;
  height: 100%;
}
.lrn-card-submenu-2--wrapper .icon {
  overflow: hidden;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background: var(--color-dark-300);
  color: var(--color-secondary-100);
  transition: all var(--transition) linear;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .lrn-card-submenu-2--wrapper .icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.lrn-card-submenu-2--wrapper .icon::before {
  position: absolute;
  content: "";
  opacity: 0;
  z-index: -1;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #B26EF7 0%, #FF71BF 51.5%, #FFBD7A 100%);
  width: 100%;
  height: 100%;
}
.lrn-card-submenu-2--wrapper .dot {
  display: flex;
  border-radius: 100%;
  margin: 4px 0 0 0;
  width: 5px;
  height: 5px;
  background: var(--color-secondary-700);
}
.lrn-card-submenu-2--wrapper .content ul {
  list-style: none;
}
.lrn-card-submenu-2--wrapper .content ul li {
  font-size: 12px;
}
.lrn-card-submenu-2--wrapper.active, .lrn-card-submenu-2--wrapper:hover, .lrn-card-submenu-2--wrapper.is-checked {
  border: 2px solid transparent;
  transition: all var(--transition) linear;
  box-shadow: 0px 3px 0 0px var(--color-primary-100);
}
.lrn-card-submenu-2--wrapper.active::before, .lrn-card-submenu-2--wrapper:hover::before, .lrn-card-submenu-2--wrapper.is-checked::before {
  opacity: 0;
  transition: all var(--transition) linear;
}
.lrn-card-submenu-2--wrapper.active .icon, .lrn-card-submenu-2--wrapper:hover .icon, .lrn-card-submenu-2--wrapper.is-checked .icon {
  transition: all var(--transition) linear;
}
.lrn-card-submenu-2--wrapper.active .icon::before, .lrn-card-submenu-2--wrapper:hover .icon::before, .lrn-card-submenu-2--wrapper.is-checked .icon::before {
  opacity: 1;
  transition: all var(--transition) linear;
}

.submenu-slider-2.no-have-bg .lrn-card-submenu-2--wrapper.active, .submenu-slider-2.no-have-bg .lrn-card-submenu-2--wrapper:hover, .submenu-slider-2.no-have-bg .lrn-card-submenu-2--wrapper.is-checked {
  border: 2px solid var(--color-dark-400);
}
.submenu-slider-2.no-have-bg .lrn-card-submenu-2--wrapper.active::before, .submenu-slider-2.no-have-bg .lrn-card-submenu-2--wrapper:hover::before, .submenu-slider-2.no-have-bg .lrn-card-submenu-2--wrapper.is-checked::before {
  opacity: 1;
}

.lrn-card-1 {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.lrn-card-1:hover .lrn-card-title-stroke {
  animation: text-scroll 8s linear infinite;
}
.lrn-card-1:hover .lrn-card-img img {
  scale: 1.05;
  transition: var(--transition) linear;
}
.lrn-card-1 .lrn-card-title-stroke {
  opacity: 1;
  visibility: visible;
  position: absolute;
  font-size: 150px;
  transform: translateX(-15%);
  color: transparent;
  width: 800px;
  height: 100%;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(from var(--color-secondary-100) r g b/0.05);
}
.lrn-card-1 .lrn-card-img {
  position: absolute;
  top: 35%;
  right: -15%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-card-1 .lrn-card-img {
    top: 32%;
    right: -5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-card-1 .lrn-card-img {
    right: -15%;
    top: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-card-1 .lrn-card-img {
    top: 30%;
    right: -10%;
  }
}
.lrn-card-1 .lrn-card-img img {
  scale: 1;
  transition: var(--transition) linear;
  position: relative;
  z-index: 5;
  width: 268px;
  min-height: 440px;
  object-fit: cover;
}
.lrn-card-1:hover .lrn-overlay::after {
  background: var(--color-primary-100);
}
.lrn-card-1 .lrn-overlay {
  position: absolute;
}
.lrn-card-1 .lrn-overlay::after {
  transition: all var(--transition) linear;
  position: absolute;
  content: "";
  background: transparent;
  filter: blur(150px);
  width: 250px;
  height: 250px;
  right: 20%;
  top: 15%;
  z-index: 0;
}
.lrn-card-1 .lrn-card-body {
  position: relative;
  z-index: 99;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .lrn-card-1 .lrn-card-body {
    padding: 20px;
  }
}
.lrn-card-1 .lrn-card-body .lrn-avater img {
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.3);
  padding: 3px;
}
.lrn-card-1 .lrn-card-body .lrn-rating ul {
  list-style: none;
}
.lrn-card-1 .lrn-card-body .lrn-rating ul li {
  font-size: 14px;
}
.lrn-card-1 .lrn-card-body .lrn-author-info {
  letter-spacing: 0.5px;
}
.lrn-card-1 .lrn-card-body .lrn-author-info a {
  margin: 0;
  transition: all var(--transition) linear;
}
.lrn-card-1 .lrn-card-body .lrn-author-info a:hover {
  transition: all var(--transition) linear;
  color: var(--color-primary-100) !important;
}
.lrn-card-1 .lrn-card-body .lrn-card-bottom {
  border-radius: 10px;
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
  background: rgba(from var(--color-dark-400) r g b/0.2);
  backdrop-filter: blur(10px);
  padding: 12px 16px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-card-1 .lrn-card-body .lrn-card-bottom .lrn-card-left {
    margin-bottom: 10px;
  }
}
.lrn-card-1 .lrn-card-body .lrn-card-bottom .off-price {
  color: rgba(from var(--color-secondary-100) r g b/0.7);
  text-decoration: line-through;
  margin-left: 6px;
}
.lrn-card-1 .lrn-card-body .lrn-card-bottom .lrn-meta {
  list-style: none;
  gap: 10px;
}
.lrn-card-1 .lrn-card-title a:hover {
  color: var(--color-primary-100) !important;
}
.lrn-card-1 .rating-count {
  font-size: 14px;
  line-height: 20px;
}
.lrn-card-1.overly-success:hover .lrn-overlay::after {
  background: var(--color-success-100);
}
.lrn-card-1.overly-basic:hover .lrn-overlay::after {
  background: var(--color-basic-100);
}
.lrn-card-1.overly-orange:hover .lrn-overlay::after {
  background: #CA822E;
}
.lrn-card-1.overly-secondary:hover .lrn-overlay::after {
  background: var(--color-secondary-100);
}
.lrn-card-1.overly-info:hover .lrn-overlay::after {
  background: var(--color-info-100);
}
.lrn-card-1.overly-purple:hover .lrn-overlay::after {
  background: #C729FE;
}

.lrn-card-2 {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 15px;
  background: rgba(from var(--color-secondary-100) r g b/0.1);
  padding: 10px;
  border: 2px solid rgba(from var(--color-secondary-400) r g b/0.15);
  min-width: 290px;
  min-height: 345px;
  width: 290px;
}
@media only screen and (max-width: 767px) {
  .lrn-card-2 {
    min-width: 210px;
    min-height: 248px;
  }
}
.lrn-card-2 .lrn-card-thumbnail {
  position: relative;
}
.lrn-card-2 .lrn-card-thumbnail::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.lrn-card-2 .lrn-card-thumbnail img {
  transition: all var(--transition-5) ease;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
}
.lrn-card-2:hover img {
  transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.lrn-card-2 .lrn-card-overlay {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}
.lrn-card-2 .lrn-card-overlay .thumbnail {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .lrn-card-2 .lrn-card-overlay .thumbnail {
    padding: 20px;
  }
}
.lrn-card-2 .lrn-card-overlay .thumbnail ul {
  list-style: none;
}
.lrn-card-2.card-angle:nth-child(1) {
  transform: rotateZ(10deg) !important;
}
.lrn-card-2.card-angle:nth-child(2) {
  transform: rotateZ(-10deg) !important;
}
.lrn-card-2.card-angle:nth-child(3) {
  transform: rotateZ(10deg) !important;
}
.lrn-card-2.card-angle:nth-child(4) {
  transform: rotateZ(-10deg) !important;
}
.lrn-card-2.card-angle:nth-child(5) {
  transform: rotateZ(10deg) !important;
}
.lrn-card-2.card-angle:nth-child(6) {
  transform: rotateZ(-10deg) !important;
}
.lrn-card-2.card-angle:nth-child(7) {
  transform: rotateZ(10deg) !important;
}
.lrn-card-2.card-angle:nth-child(8) {
  transform: rotateZ(-10deg) !important;
}

.lrn-card-border {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(214, 218, 240, 0.1), rgba(255, 255, 255, 0));
}
.lrn-card-border::before {
  content: "";
  top: 2px;
  left: 2px;
  position: absolute;
  background: var(--color-dark-100);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 10px;
}

.lrn-card-border-3 {
  background: linear-gradient(180deg, rgb(39, 20, 73), rgba(255, 255, 255, 0));
}
.lrn-card-border-3::before {
  background: var(--color-dark-200);
}

.lrn-card-border-2::before {
  background: var(--color-gradient-16);
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border-radius: 10px;
}

.lrn-event-title:hover {
  transition: all var(--transition) linear;
  color: var(--color-primary-100) !important;
}

.rbt-card {
  padding: 20px;
  border-radius: 12px;
  position: relative;
  height: 100%;
  transition: all var(--transition) linear;
}
@media only screen and (max-width: 767px) {
  .rbt-card {
    padding: 15px;
  }
}
.rbt-card:hover {
  transition: all var(--transition) linear;
  box-shadow: 0px 14px 102px 0px rgba(80, 48, 125, 0.3);
}
.rbt-card-shape {
  position: absolute;
  opacity: 0.2;
  width: 400px;
  height: 260px;
  right: 0;
  top: 0;
  display: flex;
  justify-content: end;
  rotate: 30deg;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .rbt-card-shape {
    top: 50%;
  }
}
.rbt-card.card-list-2 {
  display: flex;
  border-radius: 12px;
  align-items: center;
  height: 100%;
  position: relative;
  transition: all var(--transition) linear;
  background: linear-gradient(0deg, rgb(26, 26, 53), rgba(255, 255, 255, 0.1490196078));
  padding: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .rbt-card.card-list-2 {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .rbt-card.card-list-2 {
    display: block;
  }
}
.rbt-card.card-list-2::before {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border-radius: 12px;
  background: var(--color-dark-400);
}
.rbt-card.card-list-2 .rbt-card-img {
  flex-basis: 40%;
  height: 100%;
}
.rbt-card.card-list-2 .rbt-card-img a {
  display: block;
  height: 100%;
  width: 100%;
}
.rbt-card.card-list-2 .rbt-card-img a img {
  border-radius: var(--radius);
  max-height: 100%;
  max-width: 100%;
}
.rbt-card.card-list-2 .rbt-card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 60%;
  padding-left: 30px;
}
.rbt-card.card-list-2.event-list-card .rbt-card-img {
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card.card-list-2.event-list-card .rbt-card-img {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .rbt-card.card-list-2.event-list-card .rbt-card-img {
    height: auto;
  }
}
.rbt-card.card-list-2.event-list-card .rbt-card-img a {
  height: 100%;
}
.rbt-card.card-list-2.event-list-card .rbt-card-img a img {
  position: relative;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-card.card-list-2.event-list-card .rbt-card-img a img {
    max-width: 100%;
    height: auto;
  }
}
.rbt-card.card-list-2.event-list-card .rbt-card-body {
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .rbt-card.card-list-2.event-list-card .rbt-card-body {
    padding-left: 0;
  }
}
.rbt-card.card-list-2.event-list-card .rbt-card-body .rbt-card-title {
  font-size: 26px;
  margin-bottom: 25px;
  line-height: 1.15;
}
.rbt-card.card-list-2.event-list-card .rbt-card-body .rbt-card-title a {
  color: var(--color-secondary-100);
  transition: all var(--transition) linear;
}
.rbt-card.card-list-2.event-list-card .rbt-card-body .rbt-card-title a:hover {
  transition: all var(--transition) linear;
  color: var(--color-primary-100);
}
.rbt-card.card-list-2.event-list-card .event-list-card-display {
  font-size: 150px;
  font-weight: var(--fw-regular);
  text-align: center;
  opacity: 0.1;
  background: linear-gradient(180deg, #7e6fc0 0%, #1a1a35 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rbt-card.card-list-2.event-list-card .event-list-card-bottom {
  top: 90%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-card.card-list-2.event-list-card .event-list-card-bottom {
    top: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .rbt-card.card-list-2.event-list-card .event-list-card-bottom {
    opacity: 0;
    visibility: hidden;
  }
}
.rbt-card.card-list-2.event-list-card.event-list-card-sticky {
  position: sticky !important;
  margin-bottom: 30px;
}
.rbt-card.card-list-2.event-list-card.event-list-card-sticky:nth-child(1) {
  top: 140px;
}
.rbt-card.card-list-2.event-list-card.event-list-card-sticky:nth-child(2) {
  top: 170px;
}
.rbt-card.card-list-2.event-list-card.event-list-card-sticky:nth-child(3) {
  top: 190px;
}
.rbt-card.card-list-bg {
  background: linear-gradient(180deg, rgba(33, 20, 72, 0.73) 0%, rgba(26, 26, 53, 0.2196078431) 100%);
  height: 440px;
  padding: 30px !important;
}
@media only screen and (max-width: 575px) {
  .rbt-card.card-list-bg {
    padding: 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .rbt-card.card-list-bg {
    height: auto;
  }
}
.rbt-card.card-list-bg:hover {
  transition: all var(--transition) linear;
  box-shadow: none;
}
.rbt-card.card-list-bg::before {
  background: var(--color-dark-200);
}
.rbt-card .lrn-card-shadow {
  position: relative;
}
.rbt-card .lrn-card-shadow::before {
  position: absolute;
  content: "";
  background: var(--color-primary-100);
  filter: blur(150px);
  width: 149px;
  height: 149px;
  left: 50%;
  border-radius: 100%;
  z-index: -1;
}

.lrn-course-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-course-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .lrn-course-grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.lrn-card-light-top {
  position: absolute;
  top: -8%;
  right: 5%;
  width: 149px;
  height: 149px;
  background: var(--color-primary-100);
  filter: blur(125px);
}
.lrn-card-light-top.version-2 {
  background: var(--color-error-100);
}

.lrn-card-bottom-left {
  position: absolute;
  bottom: -8%;
  left: 5%;
  width: 149px;
  height: 149px;
  background: var(--color-primary-100);
  filter: blur(125px);
}

.lrn-card-light-center {
  position: absolute;
  top: -6%;
  left: -16%;
  width: 149px;
  height: 149px;
  background: var(--color-primary-100);
  filter: blur(125px);
}

.lrn-card-light-bottom {
  position: absolute;
  bottom: 16%;
  right: -4%;
  width: 74px;
  height: 237px;
  background: var(--color-primary-100);
  filter: blur(125px);
}

.lrn-card-wrapper {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  overflow: initial;
}

.lrn-card-bg-gradient {
  position: relative;
}
.lrn-card-bg-gradient::before {
  position: absolute;
  content: "";
  bottom: 2%;
  left: 22%;
  width: 150px;
  height: 150px;
  background: var(--color-gradient-100);
  filter: blur(100px);
  background-size: 400% 400%;
  animation: gradient 20s linear infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.lrn-card-svg {
  position: absolute;
  z-index: 1;
  left: 8%;
  top: -3%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-card-svg {
    top: -2%;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-card-svg {
    top: -1%;
  }
}
.lrn-card-svg.v2 {
  top: 86px;
}

.num {
  position: absolute;
  right: -20px;
  top: auto;
}
@media only screen and (max-width: 767px) {
  .num {
    top: -20%;
    right: -10px;
  }
}
.num-count {
  font-size: 100px;
  opacity: 0.2;
  background: linear-gradient(180deg, #7e6fc0 0%, #1a1a35 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .num-count {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .num-count {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .num-count {
    font-size: 65px;
  }
}

.lrn-border-gradient-1 {
  position: relative;
}
.lrn-border-gradient-1:hover::before {
  transition: all var(--transition) linear;
  opacity: 1;
}
.lrn-border-gradient-1::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  transition: all var(--transition) linear;
  background: var(--color-gradient-300);
  opacity: 0.2;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  border-radius: 10px;
}

.lrn-card-anim:hover .lrn-card-anim-icon svg,
.lrn-card-anim:hover .lrn-card-anim-icon img {
  animation: bounceIn var(--transition-5) linear;
}

.lrn-course-card-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--color-dark-300);
}
.lrn-course-card-item > a {
  display: block;
  overflow: hidden;
}
.lrn-course-card-item .card-img {
  width: 100%;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.lrn-course-card-item:hover .card-img {
  transform: scale(1.08);
}
.lrn-course-card-item .card-content {
  padding: 20px 30px 30px 30px;
  position: relative;
}
.lrn-course-card-item .card-content .card-icon {
  position: absolute;
  right: 30px;
  top: -34px;
  border-radius: 60px;
  border: 2px solid var(--color-dark-300);
  background: var(--color-gradient-100);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lrn-course-card-item .card-content .card-title {
  color: var(--color-secondary-100);
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
}
.lrn-course-card-item .card-content .card-title:hover {
  color: var(--color-primary-100);
}
.lrn-course-card-item .card-content .card-lesson {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}

.lrn-teacher-card {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.lrn-teacher-card::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  border-radius: 12px 12px 0 0;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(8.3px);
}
.lrn-teacher-card::after {
  content: "";
  position: absolute;
  border-radius: 12px 12px 0 0;
  bottom: 0;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 60px);
  padding: 2px;
  background: linear-gradient(180deg, rgba(147, 130, 255, 0.8) 40%, rgba(255, 255, 255, 0) 80%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: all 0.3s ease;
}
.lrn-teacher-card:hover::after {
  opacity: 1;
}
.lrn-teacher-card .teacher-card-social {
  position: absolute;
  right: 30px;
  top: 90px;
  z-index: 3;
}
.lrn-teacher-card .teacher-card-social .social-button {
  background: var(--color-gradient-600);
  color: var(--color-secondary-100);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
}
.lrn-teacher-card .teacher-card-social .social-button i {
  position: relative;
  z-index: 1;
}
.lrn-teacher-card .teacher-card-social .social-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-gradient-100);
  opacity: 0;
  transition: all 0.3s ease;
}
.lrn-teacher-card .teacher-card-social .social-button:hover:after {
  opacity: 1;
}
.lrn-teacher-card .teacher-card-social .social-button:hover .social-list {
  visibility: visible;
}
.lrn-teacher-card .teacher-card-social .social-button:hover .social-list a {
  transform: translateY(0);
}
.lrn-teacher-card .teacher-card-social .social-list {
  position: absolute;
  top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  visibility: hidden;
}
.lrn-teacher-card .teacher-card-social .social-list a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-radius: 30px;
  border: 1px solid rgba(147, 130, 255, 0.1);
  background: rgba(214, 218, 240, 0.1);
  font-size: 16px;
  color: var(--color-white);
  transition: all 0.3s ease;
}
.lrn-teacher-card .teacher-card-social .social-list a:hover {
  background: var(--color-primary-100);
  border-color: var(--color-primary-100);
}
.lrn-teacher-card .teacher-card-social .social-list a:nth-child(2) {
  transform: translateY(-30px);
  transition-delay: 0.05s;
}
.lrn-teacher-card .teacher-card-social .social-list a:nth-child(3) {
  transform: translateY(-60px);
  transition-delay: 0.1s;
}
.lrn-teacher-card .teacher-card-img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.lrn-teacher-card .teacher-card-body {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 30px 30px 0 30px;
  width: 100%;
  z-index: 3;
}
.lrn-teacher-card .teacher-card-body::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 213px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, rgba(15, 16, 42, 0) 0%, rgba(15, 16, 42, 0.7) 62.5%, #0F102A 100%);
  z-index: -1;
}
.lrn-teacher-card .teacher-card-body .designation {
  color: var(--color-secondary-400);
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}
.lrn-teacher-card .teacher-card-body .name {
  color: var(--color-white);
  font-size: 24px;
  line-height: 1.03;
  margin-top: 5px;
  margin-bottom: 0;
}
.lrn-teacher-card .teacher-card-body .name a:hover {
  color: var(--color-primary-100);
}
.lrn-teacher-card .teacher-card-body .link {
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-secondary-400);
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}
.lrn-teacher-card .teacher-card-body .link:hover {
  color: var(--color-primary-100);
}

.lrn-teacher-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-teacher-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-teacher-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .lrn-teacher-card-grid {
    grid-template-columns: auto;
  }
}

.lrn-card-bg-glow {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 10px;
  background: #050520;
}
.lrn-card-bg-glow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: calc(100% - 300px);
  background: #DB00FF;
  opacity: 0.1;
  filter: blur(50px);
}

.card-author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(214, 218, 240, 0.1);
}
.card-author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-team-area.lrn-py-1 {
  padding-bottom: 515px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-team-area.lrn-py-1 {
    padding-bottom: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-team-area.lrn-py-1 {
    padding-bottom: 460px;
  }
}
.lrn-team-area .lrn-team-2::after, .lrn-team-area .lrn-team-2::before {
  background: transparent;
  opacity: 0;
  visibility: hidden;
}
.lrn-team-area-light::after, .lrn-team-area-light::before {
  position: absolute;
  content: "";
  width: 586px;
  height: 315px;
  border-radius: 17.5rem;
  filter: blur(9.375rem);
  z-index: 2;
  background: var(--color-primary-100);
}
.lrn-team-area-light::after {
  bottom: 0%;
  right: -35%;
}
.lrn-team-area-light::before {
  top: -25%;
  left: -12%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-team-area-light::after {
    display: none;
  }
  .lrn-team-area-light::before {
    display: none;
  }
}
.lrn-team-area.has-dots .left-dot {
  position: absolute;
  left: 80px;
  top: 0px;
}
.lrn-team-area.has-dots .left-dot svg rect {
  animation: lightBlink 5s infinite;
}
.lrn-team-area.has-dots .left-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-team-area.has-dots .left-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-team-area.has-dots .left-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-team-area.has-dots .left-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-team-area.has-dots .left-dot {
    display: none;
  }
}
.lrn-team-area.has-dots .right-dot {
  position: absolute;
  right: 60px;
  top: 10px;
}
.lrn-team-area.has-dots .right-dot svg rect {
  animation: lightBlink 5s infinite reverse;
}
.lrn-team-area.has-dots .right-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-team-area.has-dots .right-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-team-area.has-dots .right-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-team-area.has-dots .right-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-team-area.has-dots .right-dot {
    display: none;
  }
}

.lrn-team {
  position: relative;
  border-radius: 10px;
  background: rgba(from var(--color-secondary-100) r g b/0.1);
}
.lrn-team::before {
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  content: "";
  cursor: pointer;
  background: linear-gradient(180deg, rgba(from var(--color-white) r g b/0.1), rgba(0, 0, 0, 0));
  border-radius: 10px;
}
.lrn-team::after {
  position: absolute;
  content: "";
  top: 0%;
  right: 0;
  left: 30%;
  display: block;
  z-index: 0;
  cursor: pointer;
  width: 170px;
  height: 170px;
  border-radius: 170px;
  background: var(--color-basic-100);
  filter: blur(150px);
}
.lrn-team .thumbnail {
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-top: 16px;
  overflow: hidden;
}
.lrn-team .thumbnail img {
  width: auto;
  height: 100%;
  scale: 1;
  transition: scale var(--transition) ease;
}
.lrn-team .content {
  position: absolute;
  bottom: 5%;
  left: 8%;
  width: 85%;
  z-index: 2;
  background: rgba(from var(--color-dark-100) r g b/0.7);
  border-radius: 10px;
}

.lrn-team-4 .lrn-team {
  overflow: hidden;
}
.lrn-team-4 .lrn-team:hover .thumbnail img {
  scale: 1.04;
}

.lrn-team-wrapper {
  position: relative;
}
.lrn-team-wrapper::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 100px;
  background: var(--color-primary-100);
  filter: blur(150px);
  right: 45%;
  transform: translate(50%, 0);
  z-index: -1;
}

.lrn-team-5 {
  background: rgba(from var(--color-secondary-100) r g b/0.1) !important;
  margin: auto;
  width: 100%;
}
.lrn-team-5:hover .person img {
  filter: grayscale(0);
  transition: var(--transition);
}
.lrn-team-5 .person {
  width: 200px;
  height: 255px;
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.lrn-team-5 .person img {
  position: absolute;
  filter: grayscale(1);
  bottom: 0px;
  object-fit: contain;
  transition: var(--transition);
}

.lrn-team-6 {
  position: relative;
  border-radius: var(--radius-big);
  transition: transform var(--transition) ease;
}
.lrn-team-6:hover {
  transform: translateY(-8px);
}
.lrn-team-6:hover::after {
  transition: all var(--transition) linear;
  opacity: 1;
}
.lrn-team-6::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(147, 130, 255, 0.5882352941), rgba(255, 255, 255, 0));
  top: 0;
  left: 0;
  transition: all var(--transition) linear;
  border-radius: var(--radius-10);
  opacity: 0.2;
}
.lrn-team-6::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  background: var(--color-dark-200);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: var(--radius);
  z-index: 1;
}
.lrn-team-6 .lrn-team-title-stroke {
  position: absolute;
  top: 35%;
  left: -15%;
  rotate: 270deg;
  z-index: 1;
  color: rgba(from var(--color-secondary-100) r g b/0.1);
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
}
.lrn-team-6 .team-body {
  border-radius: 0 0 12px 12px;
  margin: -45px 0 0 0;
  padding: 30px;
  background-color: var(--color-dark-200);
  border-radius: 0 0 12px 12px;
  backdrop-filter: blur(8.3px);
}
@media only screen and (max-width: 767px) {
  .lrn-team-6 .team-body {
    padding: 20px 15px;
  }
}
.lrn-team-6 .team-body .glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}
.lrn-team-6 .team-body .glow::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background: var(--color-primary-100);
  border-radius: 200px;
  z-index: -1;
  filter: blur(150px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lrn-team-6 .person-img {
  position: relative;
  z-index: 1;
  width: auto;
  transform: translate(0, -45px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-team-6 .person-img {
    transform: translate(-20px, -45px);
  }
}
@media only screen and (max-width: 767px) {
  .lrn-team-6 .person-img {
    transform: translate(0px, -45px);
    width: 100%;
  }
}

.lrn-team-shape {
  position: absolute;
  top: 30px;
  left: -55%;
  width: 100%;
  height: 100%;
  transform: rotate(110deg);
  opacity: 0.5;
}

.lrn-event-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-event-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-event-team-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  padding-left: 0;
}
@media only screen and (max-width: 575px) {
  .lrn-pagination {
    gap: 5px;
  }
}
.lrn-pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-secondary-100);
  font-weight: var(--fw-regular);
  border-radius: 100px;
  margin: 0;
  stroke-width: 1px;
  border: 1px solid rgba(214, 218, 240, 0.1019607843);
  transition: var(--transition);
  font-size: 20px;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 575px) {
  .lrn-pagination li {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.lrn-pagination li a {
  background: linear-gradient(141deg, rgba(from var(--color-secondary-100) r g b/0.1) 0%, rgba(from var(--color-white) r g b/0) 100%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lrn-pagination li a:hover {
  transition: var(--transition);
  background: var(--color-primary-100);
  color: var(--color-secondary-100);
}
.lrn-pagination .lrn-ellipsis {
  rotate: 90deg;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-aboutus-01 .about-slider-1 {
  position: relative;
}
.lrn-aboutus-01 .about-slider-1 .swiper-slide {
  width: 316px !important;
}
.lrn-aboutus-01 .about-slider-1::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 0px;
  z-index: 0;
  right: 50%;
  transform: translate(50%, -50%);
  filter: blur(72px);
  background: var(--color-primary-100);
}
.lrn-aboutus-01 .about-slider-1::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  bottom: 110px;
  opacity: 0.9;
  z-index: 0;
  right: 50%;
  transform: translate(50%, -50%);
  filter: blur(72px);
  background: var(--color-primary-100);
}
.lrn-aboutus-01-body {
  width: 320px;
}
.lrn-aboutus-01-body img {
  object-fit: cover;
}
.lrn-aboutus-01-body .lrn-card-thumbnail {
  height: 570px;
}
@media only screen and (max-width: 767px) {
  .lrn-aboutus-01-body .lrn-card-thumbnail {
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-aboutus-01-body .lrn-card-thumbnail {
    height: 350px;
  }
}
.lrn-aboutus-01-body .lrn-card-thumbnail-overlay img {
  position: relative;
  z-index: 2;
}
.lrn-aboutus-01-body .lrn-card-thumbnail-overlay a {
  z-index: 3 !important;
}
.lrn-aboutus-01-body .lrn-card-thumbnail-overlay::before {
  position: absolute;
  content: "";
  height: 92px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--color-dark-100) 100%);
  bottom: 0;
  left: 0;
  z-index: 3;
}
.lrn-aboutus-01-body .lrn-card-thumbnail-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, var(--color-primary-700) 0%, var(--color-primary-600) 100%);
  top: 0;
  left: 0;
  border-radius: 8px;
}
.lrn-aboutus-01 .inner {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .lrn-aboutus-01 .inner {
    overflow: visible;
  }
}
.lrn-aboutus-01 .inner .shape {
  position: absolute;
  top: -80px;
  right: -360px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 1199px) {
  .lrn-aboutus-01 .inner .shape {
    display: none;
  }
}
.lrn-aboutus-01 .left-dot {
  position: absolute;
  bottom: 50px;
  left: 200px;
}
.lrn-aboutus-01 .left-dot svg rect {
  animation: lightBlink 5s infinite;
}
.lrn-aboutus-01 .left-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-aboutus-01 .left-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-aboutus-01 .left-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-aboutus-01 .left-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 1199px) {
  .lrn-aboutus-01 .left-dot {
    display: none;
  }
}

.lrn-aboutus-2-content {
  max-width: 560px;
}
.lrn-aboutus-2 .lrn-aboutus-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 0;
}
@media only screen and (max-width: 575px) {
  .lrn-aboutus-2 .lrn-aboutus-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lrn-aboutus-2 .swiper-testing .swiper-slide-prev {
  margin-right: -92px;
}
.lrn-aboutus-2 .swiper-testing .swiper-slide-next {
  margin-left: -92px;
}
.lrn-aboutus-2-sticky {
  top: 130px !important;
  position: -webkit-sticky;
  position: sticky;
}

.lrn-aboutus-03 .lrn-aboutus-img {
  display: block;
  opacity: 1;
  visibility: visible;
  left: auto;
}
.lrn-aboutus-03 .lrn-aboutus-img::before {
  position: absolute;
  content: "";
  width: 273px;
  height: 111px;
  top: 50%;
  right: 100px;
  z-index: -1;
  border-radius: 273px;
  background: linear-gradient(180deg, #ff71bf 0%, #b26ef7 100%);
  filter: blur(150px);
}
.lrn-aboutus-03 .lrn-aboutus-img .lrn-aboutus-dots {
  position: absolute;
  top: 65px;
  left: -40px;
  z-index: -1;
}
.lrn-aboutus-03 .lrn-aboutus-img .lrn-aboutus-line {
  position: absolute;
  bottom: 5%;
  left: -50px;
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .lrn-aboutus-03 .lrn-aboutus-img .lrn-aboutus-line {
    display: none;
  }
}
.lrn-aboutus-03 .lrn-aboutus-img .lrn-aboutus-star {
  position: absolute;
  right: 32%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-aboutus-03 .lrn-aboutus-img .lrn-aboutus-star {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-aboutus-03 .lrn-aboutus-img .lrn-aboutus-star {
    top: 23%;
    right: 32%;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-aboutus-03 .lrn-aboutus-img .lrn-aboutus-star {
    display: none;
  }
}
.lrn-aboutus-03 .lrn-event-head-rotate-2 {
  rotate: 0deg !important;
  bottom: 10% !important;
  right: 0 !important;
  background: linear-gradient(237deg, var(--color-basic-100) -73.04%, var(--color-primary-600) 56.48%);
  border: 2px solid #4e4587;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-aboutus-03 .lrn-event-head-rotate-2 {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.lrn-aboutus-03 .rbt-like-total-2 {
  position: absolute;
  top: 25%;
  left: -25%;
  background: linear-gradient(180deg, var(--color-primary-700) 0%, var(--color-primary-600) 100%);
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-aboutus-03 .rbt-like-total-2 {
    left: -30%;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-aboutus-03 .rbt-like-total-2 {
    display: none !important;
  }
}
.lrn-aboutus-03 .lrn-shape-circle {
  position: absolute;
  right: 8%;
  top: 8%;
}
.lrn-aboutus-03 .lrn-aboutus-list-wrapper {
  display: flex;
  gap: 70px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .lrn-aboutus-03 .lrn-aboutus-list-wrapper {
    display: block;
  }
}
.lrn-aboutus-03 .lrn-aboutus-list {
  list-style: none;
}
.lrn-aboutus-03 .lrn-aboutus-list li {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 575px) {
  .lrn-aboutus-03 .lrn-aboutus-list li {
    margin-bottom: 5px;
  }
}
.lrn-aboutus-03 .lrn-aboutus-list li:first-child {
  margin-top: 0;
}
.lrn-aboutus-03 .lrn-aboutus-list li:last-child {
  margin-bottom: 0;
}

.lrn-about-wrap {
  display: grid;
  grid-template-columns: 1fr 645px;
  gap: 40px 120px;
  padding-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-about-wrap {
    display: flex;
    flex-direction: column;
  }
}
.lrn-about-wrap .about-left {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-about-wrap .about-left {
    max-width: 500px;
    margin: 0 auto;
  }
}
.lrn-about-wrap .about-left .lines {
  position: absolute;
  top: -15px;
  left: 0;
}
.lrn-about-wrap .about-left .dots {
  position: absolute;
  bottom: -30px;
  right: 100px;
}
.lrn-about-wrap .about-left .tutor {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  max-width: 258px;
  margin-top: -305px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-about-wrap .about-left .tutor {
    max-width: 220px;
    margin-top: -250px;
  }
}
.lrn-about-wrap .about-left .tutor .overlay {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  border: 4px solid var(--Neutral-Color, #050520);
  background: var(--Neutral-Grey-Dark, #0f102a);
  border-radius: 10px;
  overflow: hidden;
}
.lrn-about-wrap .about-left .tutor .overlay::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 40px;
  height: 310px;
  width: 156px;
  border-radius: 310px;
  background: linear-gradient(180deg, #b26ef7 0%, #ff71bf 100%);
  filter: blur(150px);
  z-index: 1;
}
.lrn-about-wrap .about-left .tutor img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
.lrn-about-wrap .about-left .university {
  position: absolute;
  top: -50px;
  right: -62px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-about-wrap .about-left .university {
    max-width: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-about-wrap .about-left .university {
    max-width: 100px;
    right: 0;
  }
}
.lrn-about-wrap .about-left .banner {
  display: flex;
  justify-content: center;
  position: relative;
}
.lrn-about-wrap .about-left .banner img {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-about-wrap .about-right {
    text-align: center;
  }
}
.lrn-about-wrap .about-right .btn-wrap {
  margin-top: 40px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-about-wrap .about-right .btn-wrap {
    justify-content: center;
  }
}
.lrn-about-wrap .about-right .description {
  max-width: 510px;
  color: var(--color-secondary-400);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-about-wrap .about-right .description {
    margin: 0 auto;
  }
}
.lrn-about-wrap .about-right .about-tab-content {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-about-wrap .about-right .about-tab-content .desciption {
    max-width: 800px;
    margin: 0 auto;
  }
}
.lrn-about-wrap .about-right .about-tab-btn-wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: fit-content;
  overflow-x: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-about-wrap .about-right .about-tab-btn-wrap {
    margin: 30px auto 0;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-submenu-slider-wrap .rbt-arrow-left {
  left: -65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
  .lrn-submenu-slider-wrap .rbt-arrow-left {
    left: -20px;
  }
}
.lrn-submenu-slider-wrap .rbt-arrow-right {
  right: -65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
  .lrn-submenu-slider-wrap .rbt-arrow-right {
    right: -20px;
  }
}

.lrn-course-slider {
  margin-right: -430px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-course-slider {
    margin-right: -100px;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-course-slider {
    margin-right: 0px;
  }
}

.course-grid-2-star {
  position: absolute;
  right: 146px;
  top: 210px;
  animation: rotation 15s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .course-grid-2-star {
    right: 80px;
    top: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .course-grid-2-star {
    display: none;
  }
}

.lrn-course-tab-btn-wrap {
  display: flex;
  overflow-x: auto;
  align-items: center;
  gap: 10px;
}
.lrn-course-tab-btn {
  display: flex;
  flex: 0 0 auto;
  padding: 12px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(170deg, var(--color-dark-400) 6.13%, var(--color-dark-300) 89%);
  position: relative;
  z-index: 1;
}
.lrn-course-tab-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid var(--color-primary-100);
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  transition: all var(--transition) ease;
}
.lrn-course-tab-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-dark-400);
  border-radius: 12px;
  z-index: -1;
  transition: all var(--transition) ease;
}
.lrn-course-tab-btn:hover::after, .lrn-course-tab-btn.active::after {
  opacity: 1;
}
.lrn-course-tab-btn:hover::before, .lrn-course-tab-btn.active::before {
  opacity: 0;
}
.lrn-course-tab-btn .text {
  color: var(--color-secondary-100);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.lrn-slider-area-box {
  position: relative;
}
.lrn-slider-area-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 50px);
  height: 100%;
  border-radius: 20px 0 0 20px;
  background-color: var(--color-dark-300);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
  .lrn-slider-area-box::after {
    width: 100%;
    border-radius: 0;
  }
}
.lrn-slider-area-box .container {
  position: relative;
  z-index: 2;
}

.rbt-course-top-wrapper .select-label {
  opacity: 0.8;
  color: var(--color-heading);
}
.rbt-course-top-wrapper .default-exp-wrapper {
  border-top: 1px solid var(--primary-border);
  margin-top: 30px;
}
.rbt-course-top-wrapper .default-exp-wrapper .filter-inner {
  padding-bottom: 0;
}
.rbt-course-top-wrapper .default-exp-wrapper .filter-inner .bootstrap-select {
  width: 100% !important;
  max-width: 245px;
}
.rbt-course-top-wrapper .default-exp-wrapper.top-border-less {
  border: 0 none;
  margin-top: 0;
}
.rbt-course-top-wrapper .price__output--wrap .price--output input,
.rbt-course-top-wrapper .price__output--wrap .price--output span {
  opacity: 0.8;
  color: var(--color-heading);
}
.rbt-course-top-wrapper .ui-widget-content {
  background: var(--white-opacity) none repeat scroll 0 0;
}

.grid-metro2 {
  margin: -30px -15px 0;
}
.grid-metro2 .maso-item {
  width: 33.33%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro2 .maso-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro2 .maso-item {
    width: 100%;
  }
}
.grid-metro2 .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro2 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro2 .resizer {
    width: 100%;
  }
}

.rbt-course-feature-box .rbt-show-more-btn::before {
  background: linear-gradient(to bottom, rgba(from var(--color-dark-200) r g b/0.6), var(--color-dark-300));
}
.rbt-course-feature-box .rbt-list-style-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rbt-course-feature-box .rbt-list-style-1 li {
  display: flex;
  gap: 10px;
}
.rbt-course-feature-box .rbt-list-style-1 li i {
  color: var(--color-primary-100);
  margin-top: 5px;
}

.about-author {
  padding: 40px 0;
  border-bottom: 1px solid var(--color-border);
}
.about-author .media {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .about-author .media {
    display: block;
  }
}
.about-author .thumbnail a img {
  border-radius: 6px;
  margin-right: 30px;
  margin-bottom: 20px;
  min-width: 105px;
  max-height: 105px;
}
@media only screen and (max-width: 767px) {
  .about-author .thumbnail a img {
    margin-right: 20px;
  }
}
.about-author .media-body .author-info .title {
  margin-bottom: 0;
}
.about-author .media-body .author-info .title a .hover-flip-item span::before {
  color: var(--color-heading);
}
.about-author .media-body .author-info .title a .hover-flip-item span::after {
  color: var(--color-primary);
}
.about-author .media-body .author-info .subtitle {
  color: var(--color-body);
  display: block;
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .about-author .media-body .author-info .subtitle {
    margin-top: 8px;
  }
}
.about-author .media-body .content .description {
  margin-top: 6px;
  margin-bottom: 0;
}
.about-author .media-body .content .social-icon {
  margin-top: 10px;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*---------------------------
    Filter Extended  
-----------------------------*/
.default-exp-wrapper {
  border-top: 1px solid var(--primary-border);
}
.default-exp-wrapper .filter-inner {
  display: flex;
  padding: 40px 0;
  justify-content: flex-end;
  margin: -10px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .default-exp-wrapper .filter-inner {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .default-exp-wrapper .filter-inner {
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .default-exp-wrapper .filter-inner {
    justify-content: start;
    padding: 20px 0;
  }
}
.default-exp-wrapper .filter-inner .filter-select-option {
  flex-basis: 20%;
  padding: 10px;
  position: relative;
  z-index: 999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .default-exp-wrapper .filter-inner .filter-select-option {
    flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .default-exp-wrapper .filter-inner .filter-select-option {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .default-exp-wrapper .filter-inner .filter-select-option {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .default-exp-wrapper .filter-inner .filter-select-option {
    flex-basis: 100%;
  }
}
.default-exp-wrapper .filter-inner .filter-select-option .filter-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.default-exp-wrapper .filter-inner .filter-select-option .nice-select {
  width: 100%;
  padding-left: 20px;
  padding-right: 40px;
}
.default-exp-wrapper .filter-inner .filter-select-option .nice-select::after {
  right: 22px;
  height: 8px;
  width: 8px;
  opacity: 0.5;
}
.default-exp-wrapper .filter-inner .filter-select-option .nice-select .list {
  min-width: 100%;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(from var(--color-secondary-100) r g b/0.3) transparent;
}
.default-exp-wrapper .filter-inner .filter-select-option .nice-select .list::-webkit-scrollbar {
  width: 4px;
}
.default-exp-wrapper .filter-inner .filter-select-option .nice-select .list::-webkit-scrollbar-track {
  background: transparent;
}
.default-exp-wrapper .filter-inner .filter-select-option .nice-select .list::-webkit-scrollbar-thumb {
  background: rgba(from var(--color-secondary-100) r g b/0.3);
  border-radius: 4px;
}
.default-exp-wrapper .filter-select select {
  width: 100%;
  min-width: 100%;
}

.default-exp-expand {
  display: none;
}

/*-------------------------
    Price Filter  
--------------------------*/
.price--output input {
  border: 0 none;
}

.price--output span {
  color: var(--color-body);
  font-size: 14px;
}

.price--filter {
  display: inline-block;
}

.price--output {
  display: inline-block;
}

.ui-widget-content {
  background: var(--color-gray-lighter) none repeat scroll 0 0;
  border: 0 none;
  color: var(--color-primary-100);
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background: var(--color-primary-100) none repeat scroll 0 0;
}

.ui-slider-horizontal {
  height: 4px;
}

.ui-slider .ui-slider-handle {
  border-radius: 100%;
  cursor: default;
  height: 10px;
  position: absolute;
  touch-action: none;
  width: 10px;
  z-index: 2;
  outline: none;
  cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  margin-left: -3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: var(--color-primary-100) none repeat scroll 0 0;
  border: 0 none;
  color: var(--color-primary-100);
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background: var(--color-primary-100) none repeat scroll 0 0;
}

.ui-slider-horizontal {
  margin-bottom: 8px;
  margin-top: 15px;
}

.price__output--wrap {
  display: flex;
  align-items: center;
}
.price__output--wrap .price--output {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.price__output--wrap .price--output span {
  color: var(--color-body);
  font-size: 12px;
  display: inline-block;
  letter-spacing: 0.5px;
  font-weight: 600;
  opacity: 0.5;
  text-transform: uppercase;
}
.price__output--wrap .price--output input {
  border: 0 none;
  flex-grow: 1;
  font-size: 12px;
  font-weight: 400;
  width: 100px;
  letter-spacing: 0.5px;
  box-shadow: none;
  font-weight: 600;
  opacity: 0.5;
}
.price__output--wrap .price--filter {
  display: inline-block;
  margin-top: -2px;
}
.price__output--wrap .price--filter a.rbt-btn {
  padding: 6px 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--color-white);
  border-radius: 6px;
  line-height: 16px;
  height: auto;
  background-color: var(--color-primary-100);
}
.price__output--wrap .price--filter a.rbt-btn:hover {
  background-color: rgba(from var(--color-primary-100) r g b/0.8);
}

.rating i {
  color: #FF9747;
  font-size: 14px;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-cate-area .lrn-cate-wrapper {
  margin: 0 auto;
  max-width: 1560px;
  border-radius: 12px;
  overflow: initial;
}
.lrn-cate-area .lrn-cate-wrapper .left-dot {
  position: absolute;
  left: 120px;
  top: 60px;
}
.lrn-cate-area .lrn-cate-wrapper .left-dot svg rect {
  animation: lightBlink 5s infinite;
}
.lrn-cate-area .lrn-cate-wrapper .left-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-cate-area .lrn-cate-wrapper .left-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-cate-area .lrn-cate-wrapper .left-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-cate-area .lrn-cate-wrapper .left-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-cate-area .lrn-cate-wrapper .left-dot {
    display: none;
  }
}
.lrn-cate-area .lrn-cate-wrapper .right-dot {
  position: absolute;
  right: 120px;
  top: 60px;
}
.lrn-cate-area .lrn-cate-wrapper .right-dot svg rect {
  animation: lightBlink 5s infinite reverse;
}
.lrn-cate-area .lrn-cate-wrapper .right-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-cate-area .lrn-cate-wrapper .right-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-cate-area .lrn-cate-wrapper .right-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-cate-area .lrn-cate-wrapper .right-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-cate-area .lrn-cate-wrapper .right-dot {
    display: none;
  }
}
.lrn-cate-area .category-activation.open {
  color: var(--color-primary-100) !important;
}
.lrn-cate-area .category-activation.open i {
  rotate: 180deg;
  transform: translate(-2px, -2px);
}
.lrn-cate-area .expand-category {
  display: none;
}

.lrn-cate-box {
  position: relative;
  z-index: 2;
}
.lrn-cate-box .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.lrn-cate-box .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.lrn-cate-box .lrn-content {
  position: relative;
  z-index: 1;
}
.lrn-cate-box .lrn-inner {
  transition: var(--transition) linear;
}
.lrn-cate-box .lrn-inner a {
  display: block;
  padding: 25px 20px;
}
.lrn-cate-box .lrn-inner:hover {
  transition: var(--transition) linear;
  transform: translate(0, -5px);
}
.lrn-cate-box .lrn-inner:hover::after {
  transition: var(--transition) linear;
  background: transparent;
}
.lrn-cate-box .lrn-inner::after {
  transition: var(--transition) linear;
  position: absolute;
  background: var(--color-dark-400);
  opacity: 0.8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 12px;
}

@keyframes hero-background-dot {
  0%, 90.001%, to {
    transform: translateZ(0) translateY(172px);
  }
  90% {
    transform: translateZ(0) translateY(-272px);
  }
}
/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-cta-area .lrn-cta-title {
  position: relative;
  z-index: 30;
}
@media screen and (min-width: 576px) {
  .lrn-cta-area .lrn-cta-title {
    font-size: 40px;
  }
}
.lrn-cta-area .lrn-cta-badge {
  font-size: 20px;
}
@media only screen and (max-width: 575px) {
  .lrn-cta-area .lrn-cta-badge {
    font-size: 14px;
  }
}
.lrn-cta-area .lrn-cta-wrapper {
  display: flex;
  align-items: center;
  background-color: var(--color-dark-200);
  border-radius: 12px;
  justify-content: space-between;
  padding: 75px 90px 75px 80px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-cta-area .lrn-cta-wrapper {
    padding: 50px 70px 50px 40px;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-cta-area .lrn-cta-wrapper {
    padding: 40px 20px;
    display: block;
  }
}
.lrn-cta-area .lrn-cta-wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 200px;
  height: 200px;
  border-radius: 280px;
  background: var(--color-basic-100);
  filter: blur(150px);
  z-index: 11;
}
.lrn-cta-area .lrn-cta-wrapper::after {
  position: absolute;
  content: "";
  top: 16%;
  right: 8%;
  transform: translate(50%, -50%);
  width: 320px;
  height: 320px;
  border-radius: 280px;
  background: var(--color-basic-100);
  filter: blur(150px);
  z-index: 11;
}
.lrn-cta-area .lrn-cta-h-437 {
  height: 437px;
}
.lrn-cta-area .lrn-shape {
  position: absolute;
  left: 50%;
  opacity: 0.3;
}
.lrn-cta-area .lrn-cta-left {
  position: relative;
  z-index: 20;
}
.lrn-cta-area .lrn-cta-left .dots-right {
  position: absolute;
  top: 0;
  left: 470px;
}
.lrn-cta-area .lrn-cta-left .dots-right svg rect {
  animation: lightBlink 5s infinite reverse;
}
.lrn-cta-area .lrn-cta-left .dots-right svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-cta-area .lrn-cta-left .dots-right svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-cta-area .lrn-cta-left .dots-right svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-cta-area .lrn-cta-left .dots-right svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-cta-area .lrn-cta-left .dots-right {
    display: none;
  }
}
.lrn-cta-area .lrn-cta-right {
  position: absolute;
  top: 3%;
  right: 7%;
  z-index: 12;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1199px) {
  .lrn-cta-area .lrn-cta-right {
    opacity: 0;
    visibility: hidden;
  }
}
.lrn-cta-area .lrn-cta-right--lg {
  right: 7% !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 1199px) {
  .lrn-cta-area .lrn-cta-right--lg {
    right: 0 !important;
  }
}
.lrn-cta-area .lrn-cta-item ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .lrn-cta-area .lrn-cta-item ul {
    gap: 15px;
  }
}
.lrn-cta-area .lrn-cta-item ul li {
  border-radius: 8px;
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.15);
  background: linear-gradient(80deg, rgba(214, 218, 240, 0.1), rgba(255, 255, 255, 0));
  min-width: 280px;
  margin: 0 0;
  cursor: pointer;
  text-align: center;
  transition: all var(--transition) linear;
}
@media only screen and (max-width: 767px) {
  .lrn-cta-area .lrn-cta-item ul li {
    min-width: 50px;
  }
}
.lrn-cta-area .lrn-cta-item ul li:hover {
  transition: all var(--transition) linear;
  background: rgba(from var(--color-secondary-100) r g b/0.2);
  border: 2px solid transparent;
}
.lrn-cta-area .lrn-cta-item ul li a {
  font-size: 24px;
  line-height: 1.4;
  color: var(--color-secondary-100);
  font-weight: var(--fw-medium);
  padding: 10px 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .lrn-cta-area .lrn-cta-item ul li a {
    font-size: 16px;
  }
}
.lrn-cta-area .lrn-cta-item-2 ul li {
  transition: all var(--transition) linear;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
}
@media only screen and (max-width: 575px) {
  .lrn-cta-area .lrn-cta-item-2 ul li {
    border-radius: 10px;
  }
}
.lrn-cta-area .lrn-cta-item-2 ul li:hover::before {
  transition: all var(--transition) linear;
  opacity: 1;
}
.lrn-cta-area .lrn-cta-item-2 ul li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--color-gradient-300);
  transition: all var(--transition) linear;
}
.lrn-cta-area .lrn-cta-item-2 ul li a {
  position: relative;
}
.lrn-cta-area .lrn-cta-shape {
  position: relative;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .lrn-cta-area .lrn-cta-shape {
    display: none;
  }
}
.lrn-cta-area .lrn-cta-shape .lrn-cta-img-top {
  margin-bottom: -165px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-cta-area .lrn-cta-shape .lrn-cta-img-top {
    margin-bottom: -335px;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-cta-area .lrn-cta-shape .lrn-cta-img-top {
    display: none;
  }
}
.lrn-cta-area .lrn-cta-shape .lrn-cta-img-bottom {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .lrn-cta-area .lrn-cta-shape .lrn-cta-img-bottom {
    display: none;
  }
}

.lrn-cta-shape--wrapper {
  position: absolute;
  left: 6%;
}
.lrn-cta-shape--wrapper-2 {
  position: absolute;
  right: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-cta-shape--wrapper-2 {
    display: none;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-box-wdt {
  max-width: 1720px;
  margin: -400px auto 0 auto;
  border-radius: 12px;
}
.lrn-box-wdt-space {
  margin: 6rem auto -25rem auto;
}
.lrn-box-wdt.lrn-gradient-circule-2 {
  position: relative;
}
.lrn-box-wdt.lrn-gradient-circule-2::before {
  position: absolute;
  content: "";
  background: var(--color-gradient-500);
  bottom: 45%;
  left: 48%;
  filter: blur(150px);
  z-index: -1;
  transform: translate(-50%, 50%);
  width: 400px;
  height: 490px;
  border-radius: 100%;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
@media only screen and (max-width: 767px) {
  .lrn-box-wdt.lrn-gradient-circule-2::before {
    left: 25%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.lrn-box-wdt.lrn-gradient-circule-2.bottom--80::before {
  bottom: 150px !important;
  height: 300px !important;
}

.lrn-counter-area .dots-right {
  top: 60px;
  right: 60px;
  position: absolute;
}
.lrn-counter-area .dots-right svg rect {
  animation: lightBlink 5s infinite;
}
.lrn-counter-area .dots-right svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-counter-area .dots-right svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-counter-area .dots-right svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-counter-area .dots-right svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-counter-area .dots-right {
    display: none;
  }
}
.lrn-counter-area.has-dots .left-dot {
  position: absolute;
  left: 80px;
  top: 0px;
}
.lrn-counter-area.has-dots .left-dot svg rect {
  animation: lightBlink 5s infinite;
}
.lrn-counter-area.has-dots .left-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-counter-area.has-dots .left-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-counter-area.has-dots .left-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-counter-area.has-dots .left-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-counter-area.has-dots .left-dot {
    display: none;
  }
}
.lrn-counter-area.has-dots .right-dot {
  position: absolute;
  right: 60px;
  top: 10px;
}
.lrn-counter-area.has-dots .right-dot svg rect {
  animation: lightBlink 5s infinite reverse;
}
.lrn-counter-area.has-dots .right-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-counter-area.has-dots .right-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-counter-area.has-dots .right-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-counter-area.has-dots .right-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-counter-area.has-dots .right-dot {
    display: none;
  }
}
.lrn-counter-area .lrn-counter-wrapper {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 2px;
}
.lrn-counter-area .lrn-counter-wrapper::after, .lrn-counter-area .lrn-counter-wrapper::before {
  position: absolute;
  content: "";
  width: 280px;
  height: 280px;
  border-radius: 280px;
  filter: blur(150px);
  z-index: 1;
  background: var(--color-basic-100);
}
.lrn-counter-area .lrn-counter-wrapper::before {
  top: -130px;
  left: -130px;
}
.lrn-counter-area .lrn-counter-wrapper::after {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.lrn-counter-area .lrn-counter-wrapper.lrn-counter-primary::after, .lrn-counter-area .lrn-counter-wrapper.lrn-counter-primary::before {
  background: var(--color-primary-100) !important;
}
.lrn-counter-area .thumbnail {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .lrn-counter-area .thumbnail {
    display: none;
  }
}
.lrn-counter-area .thumbnail img {
  position: absolute;
  top: -16px;
  left: 16px;
  max-width: 1075px;
  width: 22%;
  visibility: visible;
  opacity: 1;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-counter-area .thumbnail img {
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-counter-area .thumbnail img {
    width: 65%;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-counter-area .thumbnail img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
.lrn-counter-area .lrn-gradient-circule {
  position: relative;
}
.lrn-counter-area .lrn-gradient-circule::before {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 50%;
  background: var(--color-gradient-100);
  filter: blur(50px);
  opacity: 0.1;
  transform: translate(-50%, 50%);
  width: 230px;
  height: 230px;
  border-radius: 280px;
}
.lrn-counter-area .lrn-counter-bg {
  position: absolute;
  top: 0%;
  bottom: 0;
}
.lrn-counter-area .lrn-event-head-rotate {
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 1199px) {
  .lrn-counter-area .lrn-event-head-rotate {
    display: none;
  }
}
.lrn-counter-area .lrn-event-head-rotate-2 {
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 1199px) {
  .lrn-counter-area .lrn-event-head-rotate-2 {
    display: none;
  }
}

.lrn-counter .lrn-counter-inner {
  border-radius: var(--radius-big);
  padding: 15px 55px;
  background: var(--color-dark-400);
  min-width: 130px;
}
@media only screen and (min-width: 400px) {
  .lrn-counter .lrn-counter-inner {
    min-width: 175px;
  }
}
@media only screen and (min-width: 500px) {
  .lrn-counter .lrn-counter-inner {
    min-width: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-counter .lrn-counter-inner {
    padding: 16px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-counter .lrn-counter-inner {
    padding: 16px 35px;
  }
}
.lrn-counter .lrn-counter-inner-2 {
  background: rgba(from var(--color-secondary-100) r g b/0.05);
}
.lrn-counter .lrn-counter-inner-2 {
  border-radius: 20px !important;
  min-width: 160px;
  padding: 20px 25px;
  background: var(--color-gradient-300) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-counter .lrn-counter-inner-2 {
    min-width: 140px;
    padding: 16px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-counter .lrn-counter-inner-2 {
    padding: 16px 35px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-counter .lrn-counter-inner-2 {
    padding: 16px 20px;
    min-width: 116px;
  }
}
.lrn-counter .lrn-counter-border-gradient {
  position: relative;
}
.lrn-counter .lrn-counter-border-gradient::before, .lrn-counter .lrn-counter-border-gradient::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, rgba(from var(--color-white) r g b/0.5) 0, rgba(255, 255, 255, 0) 29%);
  z-index: -1;
  border-radius: 20px;
}
.lrn-counter .lrn-counter-border-gradient::before {
  top: -1px;
  left: -1px;
}
.lrn-counter .lrn-counter-border-gradient::after {
  bottom: -0.8px;
  left: 0.8px;
  rotate: 180deg;
}
.lrn-counter .lrn-counter-shadow {
  position: relative;
  overflow: hidden;
}
.lrn-counter .lrn-counter-shadow::before {
  position: absolute;
  bottom: 6%;
  transform: translate(-50%, 50%);
  content: "";
  width: 88px;
  height: 12px;
  background: var(--color-secondary-100);
  filter: blur(11px);
}
.lrn-counter-grid {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .lrn-counter-grid {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-counter-grid {
    display: grid;
  }
}
.lrn-counter-grid .lrn-counter-inner {
  border-radius: var(--radius-big);
  padding: 20px;
  background: var(--color-dark-400);
  min-width: 190px;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-counter-grid .lrn-counter-inner {
    padding: 16px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-counter-grid .lrn-counter-inner {
    padding: 16px;
    min-width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-counter-grid .lrn-counter-inner {
    padding: 16px 0px;
    min-width: 100px;
  }
}
.lrn-counter.countdown .lrn-counter-inner-2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-counter.countdown .lrn-counter-inner-2 {
    display: block;
  }
}
.lrn-counter.countdown.version-02 .lrn-counter-inner-2 {
  display: block;
  border-radius: 20px !important;
  min-width: 160px;
  padding: 20px 25px;
  background: url("../images/counter/countdown-bg.png") no-repeat center center !important;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-counter.countdown.version-02 .lrn-counter-inner-2 {
    min-width: 140px;
    padding: 16px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-counter.countdown.version-02 .lrn-counter-inner-2 {
    padding: 16px 35px;
    min-width: 116px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-counter.countdown.version-02 .lrn-counter-inner-2 {
    padding: 16px 20px;
  }
}
.lrn-counter.countdown.version-02 .lrn-counter-inner-2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  width: 88px;
  height: 12px;
  border-radius: 50%;
  background: #d6daf0;
  filter: blur(11px);
}
.lrn-counter.countdown.version-02 .lrn-counter-inner-2 .countdown-heading {
  margin-top: 0px;
}
.lrn-counter.countdown.version-03 .lrn-counter-inner {
  display: block;
  min-width: 100px;
  height: 100px;
  position: relative;
  padding: 0 !important;
}
.lrn-counter.countdown.version-03 .lrn-counter-inner .content {
  padding: 10px 10px;
  position: relative;
  backdrop-filter: blur(7px);
  background: #23243F !important;
  border-radius: 20px;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lrn-counter.countdown.version-03 .lrn-counter-inner::after {
  content: "";
  position: absolute;
  top: -0.5px;
  left: -0.5px;
  width: 80%;
  height: 80%;
  border-radius: 20px;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 30%);
}
.lrn-counter.countdown.version-03 .lrn-counter-inner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 80%;
  height: 80%;
  border-radius: 20px;
  background: linear-gradient(320deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 30%);
}
.lrn-counter.countdown.version-03 .lrn-counter-inner .countdown-heading {
  margin-top: 0px;
}

.lrn-counter-2 {
  position: relative;
}
.lrn-counter-2 .lrn-counter-inner {
  padding: 30px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-counter-2 .lrn-counter-inner {
    padding: 15px 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-counter-2 .lrn-counter-inner {
    padding: 25px !important;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-counter-2 .lrn-counter-inner {
    padding: 10px;
  }
}
.lrn-counter-2 .thumbnail-2 {
  width: 100%;
  position: absolute;
  right: 3%;
  opacity: 0.2;
  top: 0%;
  transition: all 0.3s linear;
}
.lrn-counter-2:hover .counter-glow {
  opacity: 1;
}
.lrn-counter-2:hover .thumbnail-2 {
  opacity: 0.5;
}
.lrn-counter-2 .rotate {
  left: 0;
  right: 0;
  rotate: Y 180deg;
}
.lrn-counter-2 .counter-glow {
  position: absolute;
  left: 34px;
  bottom: 10px;
  width: 160px;
  height: 123px;
  background: linear-gradient(119deg, #B26EF7 11.15%, #FF71BF 51.47%, #FF986A 96.79%);
  filter: blur(50px);
  opacity: 0;
  transition: all 0.3s linear;
}

.lrn-counter-3-area {
  position: relative;
}
.lrn-counter-3-area .shapes {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lrn-counter-3-area .shapes .background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.1;
}
.lrn-counter-3-area .shapes .light {
  position: absolute;
  left: 0;
  top: 28px;
}
.lrn-counter-3-area .shapes .star {
  position: absolute;
  top: 81px;
  right: 165px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-counter-3-area .shapes .star {
    right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 1199px) {
  .lrn-counter-3-area .shapes .star {
    display: none;
  }
}
.lrn-counter-3-area .shapes .books {
  position: absolute;
  right: 208px;
  bottom: -5px;
  mix-blend-mode: soft-light;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-counter-3-area .shapes .books {
    right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 1199px) {
  .lrn-counter-3-area .shapes .books {
    display: none;
  }
}
.lrn-counter-3-area .counter-thumb {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100%;
}
.lrn-counter-3-area .counter-thumb img {
  margin-top: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-counter-3-area .counter-thumb img {
    margin-top: 60px;
  }
}
.lrn-counter-3-area .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-counter-3-area .content-wrap {
    padding: 40px 0 60px 0;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.swiper-slide-active .lrn-event .lrn-card .lrn-event-body {
  box-shadow: 0px 14px 45px 0px rgba(80, 48, 125, 0.4);
}
@media only screen and (max-width: 1199px) {
  .swiper-slide-active .lrn-event .lrn-card .lrn-event-body {
    box-shadow: none;
  }
}

.lrn-event-slider-1 .swiper-slide {
  padding: 4px 4px 0 4px;
  border-radius: 10px;
}

.lrn-event-sidebar .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-event-sidebar .sticky-top {
    position: static;
  }
}
.lrn-event-sidebar-gap {
  gap: 0px;
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-event-sidebar-gap {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-event-sidebar-gap {
    gap: 0px;
  }
}
.lrn-event-sidebar.has-dots .left-dot {
  position: absolute;
  left: 80px;
  top: 0px;
}
.lrn-event-sidebar.has-dots .left-dot svg rect {
  animation: lightBlink 5s infinite;
}
.lrn-event-sidebar.has-dots .left-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-event-sidebar.has-dots .left-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-event-sidebar.has-dots .left-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-event-sidebar.has-dots .left-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-event-sidebar.has-dots .left-dot {
    display: none;
  }
}
.lrn-event-sidebar.has-dots .right-dot {
  position: absolute;
  right: 60px;
  top: 10px;
}
.lrn-event-sidebar.has-dots .right-dot svg rect {
  animation: lightBlink 5s infinite reverse;
}
.lrn-event-sidebar.has-dots .right-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-event-sidebar.has-dots .right-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-event-sidebar.has-dots .right-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-event-sidebar.has-dots .right-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-event-sidebar.has-dots .right-dot {
    display: none;
  }
}

.lrn-event-2 {
  margin-top: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-event-2 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-event-2 {
    padding-bottom: 75px;
  }
}
.lrn-event-2 .event-bottom-btn {
  transform: translateY(95px);
}
@media only screen and (max-width: 767px) {
  .lrn-event-2 .event-bottom-btn {
    transform: translateY(75px);
  }
}
.lrn-event .lrn-card {
  position: relative;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .lrn-event .lrn-card {
    height: 590px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-event .lrn-card {
    height: 430px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-event .lrn-card {
    height: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-event .lrn-card {
    height: 440px;
  }
}
.lrn-event .lrn-card .lrn-event-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.47%, #090932 58%);
  height: auto;
  padding: 96px 0 32px 0;
  overflow: hidden;
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-event .lrn-card .lrn-event-body {
    padding: 96px 0 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-event .lrn-card .lrn-event-body {
    padding: 380px 0 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-event .lrn-card .lrn-event-body {
    padding: 190px 0 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-event .lrn-card .lrn-event-body {
    padding: 192px 0 32px 0;
  }
}
.lrn-event .lrn-card .lrn-event-img {
  height: 420px;
  overflow: hidden;
  border-radius: 12px;
}
.lrn-event .lrn-card .lrn-event-img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  transition: scale var(--transition) ease;
}
.lrn-event .lrn-card .inner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.47%, #090932 54%);
}
.lrn-event .lrn-card .lrn-event-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  rotate: -28deg;
  opacity: 0.3;
}
.lrn-event .lrn-card:hover .lrn-event-img img {
  scale: 1.08;
}
.lrn-event .lrn-event-time li {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.lrn-event .lrn-event-time li i {
  color: var(--color-primary-100);
  background: rgba(from var(--color-primary-100) r g b/0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 10px;
  font-size: 16px;
  width: 30px;
  height: 30px;
}
.lrn-event .lrn-event-time.lrn-event-time-gradient li i {
  color: var(--color-white);
  background: var(--color-gradient-300) !important;
}

/*-------------------------
    Course Grid Column  
---------------------------*/
.rbt-course-grid-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-course-grid-column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rbt-course-grid-column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rbt-course-grid-column .course-grid-2,
.rbt-course-grid-column .course-grid-4 {
  padding-right: 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-course-grid-column .course-grid-2,
  .rbt-course-grid-column .course-grid-4 {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-course-grid-column .course-grid-2,
  .rbt-course-grid-column .course-grid-4 {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-course-grid-column .course-grid-2,
  .rbt-course-grid-column .course-grid-4 {
    padding: 10px;
  }
}
.rbt-course-grid-column .course-grid-2 .rbt-card,
.rbt-course-grid-column .course-grid-4 .rbt-card {
  transition: 0.4s;
}
.rbt-course-grid-column .course-grid-4 {
  flex: 0 0 auto;
  width: 25%;
}
.rbt-course-grid-column .course-grid-3 {
  flex: 0 0 auto;
}
.rbt-course-grid-column .course-grid-2 {
  flex: 0 0 auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .rbt-course-grid-column .course-grid-2 {
    width: 100%;
  }
}
.rbt-course-grid-column.active-list-view .course-grid-3,
.rbt-course-grid-column.active-list-view .course-grid-2 {
  width: 100%;
}
.rbt-course-grid-column.list-column-half.active-list-view .course-grid-3,
.rbt-course-grid-column.list-column-half.active-list-view .course-grid-2,
.rbt-course-grid-column.list-column-half.active-list-view .course-grid-4 {
  width: 50%;
}
.rbt-course-grid-column .rbt-card .rbt-card-img {
  transition: none;
}
.rbt-course-grid-column .rbt-card .rbt-card-img a {
  transition: none;
}
.rbt-course-grid-column .rbt-card .rbt-card-img a img {
  transition: none;
}

.lrn-event-head {
  padding: 100px 0 170px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-event-head {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-event-head {
    padding: 60px 0;
  }
}
.lrn-event-head.shapes {
  padding: 0;
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-event-head.shapes {
    display: none;
  }
}
.lrn-event-head.shapes img {
  position: absolute;
  top: -80px;
  z-index: 9;
}
.lrn-event-head.lrn-event-head-rotate {
  position: absolute;
  z-index: 99;
  transform: rotate(-25.136deg);
  top: 20%;
  left: -4%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-event-head.lrn-event-head-rotate {
    top: 5%;
    left: -2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-event-head.lrn-event-head-rotate {
    top: -10%;
    left: 0%;
    opacity: 0;
    visibility: hidden;
  }
}
.lrn-event-head.lrn-event-head-rotate .avatar {
  position: relative;
  z-index: 2;
}
.lrn-event-head.lrn-event-head-rotate .avatar::after, .lrn-event-head.lrn-event-head-rotate .avatar::before {
  --scale: 0;
  --arrow-size: 8px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: bottom center;
  z-index: 10;
}
.lrn-event-head.lrn-event-head-rotate .avatar::before {
  --translate-y: calc(-100% - var(--arrow-size));
  content: attr(data-tooltip);
  color: var(--color-white);
  padding: 5px 8px;
  background: var(--color-primary-100);
  width: max-content;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
}
.lrn-event-head.lrn-event-head-rotate .avatar::after {
  --translate-y: calc(-1 * var(--arrow-size));
  content: "";
  border: var(--arrow-size) solid transparent;
  border-top-color: var(--color-primary-100);
}
.lrn-event-head.lrn-event-head-rotate .avatar:hover::before, .lrn-event-head.lrn-event-head-rotate .avatar:hover::after {
  --scale: 1;
}
.lrn-event-head.lrn-event-head-rotate-2 {
  position: absolute;
  z-index: 99;
  bottom: 20%;
  right: -6%;
  rotate: -25.136deg;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-event-head.lrn-event-head-rotate-2 {
    bottom: 5%;
    right: -4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-event-head.lrn-event-head-rotate-2 {
    opacity: 0;
    visibility: hidden;
    bottom: 0%;
    right: 0%;
  }
}
.lrn-event-head.lrn-event-head-rotate-2 .shape {
  position: relative;
}
.lrn-event-head.lrn-event-head-rotate-2 .shape img {
  width: 90px;
  height: 220px;
  position: absolute;
  right: -46px;
  top: -80px;
}
.lrn-event-head .lrn-event-light-left {
  width: 155px;
  height: 240px;
  background: var(--color-primary-100);
  filter: blur(50px);
  position: absolute;
  opacity: 0.1;
  border-radius: 545.255px;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lrn-event-head .lrn-event-light-center {
  width: 200px;
  height: 200px;
  border-radius: 510px;
  background: linear-gradient(90deg, #9e7aff 0%, #fe8bbb 32%, #ffbd7a 65.5%, #fee398 100%);
  filter: blur(100px);
  position: absolute;
  left: 50%;
  top: -20%;
  transform: translate(-50%, -50%);
  background-size: 400% 400%;
  animation: gradient 20s linear infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.lrn-event-head .lrn-event-light-right {
  width: 116px;
  height: 47px;
  background: var(--color-primary-100);
  filter: blur(50px);
  position: absolute;
  right: 90px;
  bottom: -30px;
}

.rbt-event-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .rbt-event-grid {
    grid-template-columns: 1fr;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.video {
  margin: 0 0;
}
.video-1 {
  position: relative;
  outline: 0;
}
.video-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(177deg, var(--color-dark-400) 2.68%, rgba(25, 26, 53, 0) 94.49%);
}
.video .lrn-ply-badge span {
  transition: var(--transition);
}
.video .lrn-ply-badge:hover span {
  border-color: var(--color-primary-300);
  color: var(--color-primary-100);
}

.is-compact .fancybox__content > .f-button.is-close-btn,
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 100px;
  --f-button-color: var(--color-secondary-100);
  --f-button-hover-color: var(--color-secondary-100);
  --f-button-bg: var(--color-primary-100);
  --f-button-hover-bg: var(--color-primary-100);
  --f-button-svg-width: 16px;
  --f-button-svg-height: 16px;
  top: -16px;
  right: -16px;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .is-compact .fancybox__content > .f-button.is-close-btn,
  .fancybox__content > .f-button.is-close-btn {
    top: -5px;
    right: -5px;
  }
}

.lrn-video-background {
  position: relative;
  padding: 0 20px;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .lrn-video-background {
    padding: 0 8px;
  }
}
.lrn-video-background .video-overlay {
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 10px;
  opacity: 0.5;
  background: var(--color-dark-100);
  mix-blend-mode: hard-light;
}
@media only screen and (max-width: 575px) {
  .lrn-video-background .video-overlay {
    left: 8px;
    width: calc(100% - 16px);
  }
}
.lrn-video-background .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.lrn-video-background .lrn-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  will-change: transform;
  pointer-events: none;
}
.lrn-video-background:hover .lrn-play-btn {
  color: var(--color-primary-100);
  border-color: var(--color-primary-100);
}
.lrn-video-background .video-timer {
  position: absolute;
  right: 40px;
  bottom: 20px;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(214, 218, 240, 0.1);
  background: rgba(169, 177, 224, 0.08);
  backdrop-filter: blur(4.3px);
  color: var(--color-white);
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 575px) {
  .lrn-video-background .video-timer {
    right: 20px;
  }
}
.lrn-video-background .video-timer i {
  font-size: 13px;
  display: block;
  transform: translateY(1px);
}
.lrn-video-background.v2 {
  padding: 0;
}
.lrn-video-background.v2 .video-overlay {
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .lrn-video-background.v2 .video-overlay {
    left: 0;
    width: 100%;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.blog-detils {
  margin: 0;
}
.blog-detils .lrn-card-wrapper {
  padding: 76px 76px 30px 76px;
  border-radius: 15px;
  background: rgba(from var(--color-secondary-100) r g b/0.1);
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-detils .lrn-card-wrapper {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detils .lrn-card-wrapper {
    padding: 20px;
  }
}
.blog-detils .lrn-card-content {
  padding: 150px 0 60px 0;
  border-bottom: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
}
@media only screen and (max-width: 767px) {
  .blog-detils .lrn-card-content {
    padding: 100px 0 50px 0;
  }
}
.blog-detils .lrn-card-shape {
  position: absolute;
  top: -5%;
  right: -20%;
  opacity: 0.7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-detils .lrn-card-shape {
    right: -30%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detils .lrn-card-shape {
    right: -50%;
  }
}
.blog-detils .line {
  margin: 0;
  border: 0;
  width: 8px;
  height: auto;
  background: var(--color-gradient-200);
  border-radius: 10px;
  opacity: 1;
}
.blog-detils .lrn-profile {
  width: 240px;
  height: 240px;
  border-radius: 8px;
  padding: 8px;
  background: var(--color-dark-600);
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  display: flex;
  align-items: center;
}
.blog-detils .lrn-profile img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.blog-detils .rbt-progress {
  padding: 10px 0 0 0;
  margin: 40px 0 0 0;
}
.blog-detils .rbt-progress progress {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 12px;
  border: none;
  background: transparent;
}
.blog-detils .rbt-progress progress::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(from var(--color-secondary-100) r g b/0.1);
  border-radius: 12px;
  z-index: 1;
}
.blog-detils .rbt-progress progress::-webkit-progress-bar {
  background: transparent;
}
.blog-detils .rbt-progress progress::-webkit-progress-value {
  background: var(--color-primary-100);
  border-radius: 12px;
  background-attachment: fixed;
  position: relative;
  z-index: 11;
}
.blog-detils .rbt-progress progress::-moz-progress-bar {
  background: var(--color-primary-100);
  background-attachment: fixed;
  border-radius: 12px;
  position: relative;
  z-index: 11;
}
.blog-detils .rbt-progress .rbt-blog-read-time span {
  color: var(--color-secondary-700);
  text-transform: uppercase;
  font-weight: 400;
}
.blog-detils .rbt-onepagenav .current a {
  color: var(--color-primary-100) !important;
}
.blog-detils .scroll-right {
  overflow: auto;
  max-height: 150px;
}
.blog-detils .scroll-right::-webkit-scrollbar {
  width: 2px;
  margin-right: 24px;
}
.blog-detils .scroll-right::-webkit-scrollbar-track {
  background: transparent;
}
.blog-detils .scroll-right::-webkit-scrollbar-thumb {
  background: rgba(from var(--color-secondary-100) r g b/0.1);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.event-details .round-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.event-details .round-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.event-details .event-list {
  position: relative;
}
.event-details .event-list .event-body {
  position: relative;
}
.event-details .event-list .event-body::before {
  position: absolute;
  content: "";
  bottom: -25%;
  right: -25%;
  opacity: 0.1;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  z-index: 1;
  background: var(--color-gradient-100);
  filter: blur(75px);
}
.event-details .rbt-sidebar-widget-wrapper .rbt-single-widget {
  position: relative;
}
.event-details .rbt-sidebar-widget-wrapper .rbt-single-widget::before {
  bottom: 0% !important;
  right: 0% !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0% !important;
  z-index: 0 !important;
  background: rgba(from var(--color-secondary-100) r g b/0.1) !important;
  filter: blur(0) !important;
}
.event-details-tab:not(.collapsed) .rbt-widget-title {
  color: var(--color-primary-100);
}
.event-details-tab:not(.collapsed) .widget-icon {
  color: var(--color-primary-100);
}
.event-details-tab:not(.collapsed) .rbt-widget-text {
  color: var(--color-primary-100);
}
.event-details-tab.collapsed .rbt-widget-title {
  color: var(--color-white);
}
.event-details-tab.collapsed .widget-icon {
  color: var(--color-white);
}
.event-details-tab.collapsed .rbt-widget-text {
  color: var(--color-secondary-700);
}
.event-details-price {
  border-radius: 5px;
  border: 2px solid rgba(214, 218, 240, 0.1);
}

.lrn-border-gradient {
  border-radius: 14px;
  background: linear-gradient(180deg, #191a35 0%, #191a35 100%);
  border: none;
  outline: none;
  position: relative;
}
.lrn-border-gradient::after {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(180deg, rgba(214, 218, 240, 0.19), rgb(0, 0, 40));
  top: -2px;
  left: -2px;
  z-index: -1;
  border-radius: 15px;
}

.event-countdown {
  width: 83px;
  height: 80px;
}
.event-countdown .text span {
  font-size: 16px;
}

.event-border-bottom {
  border-bottom: 2px solid rgba(214, 218, 240, 0.1);
}

.event-quantity {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.event-quantity .count-icon {
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  color: var(--color-secondary-100);
  font-size: 14px;
  cursor: pointer;
}
.event-quantity .count-plus {
  right: 10px;
}
.event-quantity .count-min {
  left: 15px;
}
.event-quantity .count-input {
  color: var(--color-secondary-100);
  background: transparent;
  font-size: 14px;
  border: 0;
  outline: 0;
  border-radius: 5px;
  max-width: 77px;
  width: 30px;
  height: 26px;
  padding: 0 0 0 2px;
  text-align: center;
}

.lrn-details-right-sidebar {
  margin-top: -380px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-details-right-sidebar {
    margin-top: 0;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-blog-card {
  background: rgba(from var(--color-secondary-100) r g b/0.1);
  border-radius: 12px;
  padding: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 1199px) {
  .lrn-blog-card {
    padding: 15px;
  }
}
.lrn-blog-card .lrn-badge-1 {
  opacity: 0;
  transition: all 0.3s ease;
}
.lrn-blog-card:hover .lrn-badge-1 {
  opacity: 1;
}
.lrn-blog-card .lrn-card-head {
  position: relative;
}
.lrn-blog-card .lrn-card-head img {
  width: 100%;
  transition: 0.5s;
  object-fit: cover;
  border-radius: var(--radius);
}
.lrn-blog-card .lrn-card-author img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.lrn-blog-card .lrn-card-date li {
  color: var(--color-secondary-700);
  font-weight: 400;
}
.lrn-blog-card .lrn-card-shape {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 100%;
  height: 100%;
  rotate: 294deg;
  z-index: 2;
  opacity: 0.3;
  scale: 1.2;
}
.lrn-blog-card.lrn-blog-2 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all var(--transition) linear;
}
.lrn-blog-card.lrn-blog-2:hover {
  transition: all var(--transition) linear;
}
.lrn-blog-card.lrn-blog-2:hover::after {
  transition: all var(--transition) linear;
  opacity: 1 !important;
}
.lrn-blog-card.lrn-blog-2::before {
  content: "";
  top: 2px;
  left: 2px;
  position: absolute;
  background: var(--color-dark-300);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 10px;
}
.lrn-blog-card.lrn-blog-2::after {
  position: absolute;
  content: "";
  background: var(--color-gradient-300);
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all var(--transition) linear;
  opacity: 0;
}
.lrn-blog-card-2 .lrn-blog-top {
  overflow: hidden;
}
.lrn-blog-card-2 .lrn-blog-top img {
  transition: transform 0.5s ease;
}
.lrn-blog-card-2 .lrn-blog-top .lrn-badge-solid:hover {
  background-color: var(--color-primary-200);
  color: var(--color-white);
}
.lrn-blog-card-2:hover .lrn-blog-top {
  animation: blogImageTranslate 1s ease-in-out;
}

.lrn-blog-body {
  position: relative;
  z-index: 3;
  background: var(--color-dark-300);
  padding: 30px;
  max-width: calc(100% - 80px);
  margin: -35px auto 0;
}
@media only screen and (max-width: 767px) {
  .lrn-blog-body {
    margin-top: 15px;
    max-width: 100%;
  }
}
.lrn-blog-body:hover::after {
  transition: all 0.3s linear;
  opacity: 1;
}
.lrn-blog-body::before {
  content: "";
  top: 2px;
  left: 2px;
  position: absolute;
  background: var(--color-dark-300);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 10px;
}
.lrn-blog-body::after {
  position: absolute;
  content: "";
  background: var(--color-gradient-300);
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all var(--transition) linear;
  opacity: 0;
  border-radius: 10px;
}
.lrn-blog-body .name {
  color: var(--color-secondary-100);
}
.lrn-blog-body .name:hover {
  color: var(--color-primary-100);
}
.lrn-blog-body .title a {
  color: var(--color-secondary-100);
}
.lrn-blog-body .title a:hover {
  color: var(--color-primary-100);
}
.lrn-blog-body .lrn-card-date {
  list-style: none;
}
.lrn-blog-body .lrn-card-date li {
  margin: 0;
}

.lrn-section-faq-shap {
  position: relative;
}
.lrn-section-faq-shap .shape-top-left {
  position: absolute;
  left: 5%;
  top: -5%;
}
.lrn-section-faq-shap .shape-bottom-right {
  position: absolute;
  right: 5%;
  bottom: -5%;
}

.lrn-blog-area-4 .lrn-blog-wrap {
  border-radius: 20px;
  background: var(--color-dark-300);
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 575px) {
  .lrn-blog-area-4 .lrn-blog-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lrn-blog-area-4 .lrn-blog-wrap .blog-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  z-index: -1;
}
.lrn-blog-area-4 .lrn-blog-wrap .light-shape {
  width: 189px;
  height: 103px;
  transform: rotate(68deg);
  background: linear-gradient(90deg, var(--color-basic-100) 0%, var(--color-error-100) 100%);
  filter: blur(100px);
  position: absolute;
  bottom: -135px;
  right: 400px;
  z-index: -1;
}

.lrn-blog-list-card {
  border-radius: var(--radius-big);
  background: var(--color-dark-300);
  padding: 30px 36px 30px 75px;
  display: flex;
  justify-content: space-between;
  gap: 30px 40px;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-blog-list-card {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-blog-list-card {
    padding: 20px;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-blog-list-card {
    flex-direction: column-reverse;
    align-items: start;
  }
}
.lrn-blog-list-card:hover::after {
  opacity: 1;
}
.lrn-blog-list-card::after {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 3px);
  background: linear-gradient(180deg, var(--color-primary-700) 0%, rgba(from var(--color-primary-700) r g b/0) 100%);
  top: -2px;
  left: -2px;
  transition: all var(--transition) linear;
  border-radius: 14px;
  opacity: 0;
  z-index: -1;
}
.lrn-blog-list-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border: 2px solid rgba(from var(--color-white) r g b/0.06);
  border-radius: var(--radius-big);
}
.lrn-blog-list-card .card-content {
  position: relative;
  z-index: 2;
}
.lrn-blog-list-card .card-content::after {
  content: "";
  position: absolute;
  left: 120px;
  bottom: 0;
  width: 149px;
  height: 149px;
  background: var(--color-primary-100);
  filter: blur(150px);
  border-radius: 50%;
  z-index: -1;
}
.lrn-blog-list-card .card-content .meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lrn-blog-list-card .card-content .meta li {
  color: var(--color-secondary-400);
  font-size: 15px;
  margin: 0;
}
.lrn-blog-list-card .card-content .meta li i {
  margin-right: 5px;
}
.lrn-blog-list-card .card-content .title {
  font-size: 24px;
}
@media only screen and (max-width: 575px) {
  .lrn-blog-list-card .card-content .title {
    font-size: 22px;
  }
}
.lrn-blog-list-card .card-img {
  width: fit-content;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}
.lrn-blog-list-card .card-img img {
  border-radius: 10px;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.lrn-blog-list-card:hover .card-img img {
  transform: scale(1.08);
}

.lrn-blog-card-3 {
  border-radius: 10px;
  border: 1px solid rgba(147, 130, 255, 0.1);
  background: var(--color-dark-100);
}
.lrn-blog-card-3 .blog-card-head {
  padding: 20px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.lrn-blog-card-3 .blog-card-head .blog-card-img {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.lrn-blog-card-3 .blog-card-head .blog-card-img img {
  border-radius: 8px;
  width: 100%;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.lrn-blog-card-3 .blog-card-head .date {
  position: absolute;
  left: 30px;
  top: 30px;
  border-radius: 6px;
  border: 2px solid var(--color-dark-100);
  background: var(--color-secondary-400);
  padding: 6px 10px;
  width: 62px;
  height: 62px;
  z-index: 1;
}
.lrn-blog-card-3 .blog-card-head .date .day {
  display: block;
  color: var(--color-dark-100);
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.lrn-blog-card-3 .blog-card-head .date .month {
  display: block;
  color: var(--color-dark-600);
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
.lrn-blog-card-3 .blog-card-head .category {
  border-radius: 100px;
  border: 1px solid rgba(214, 218, 240, 0.15);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8.25px);
  padding: 4px 14px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}
.lrn-blog-card-3 .blog-card-head .category:hover {
  background-color: var(--color-dark-300);
}
.lrn-blog-card-3:hover .blog-card-head .blog-card-img img {
  transform: scale(1.08);
}
.lrn-blog-card-3 .blog-card-body {
  padding: 0 30px 30px 30px;
}
.lrn-blog-card-3 .blog-card-body .auth {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-secondary-400);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.lrn-blog-card-3 .blog-card-body .auth:hover {
  color: var(--color-primary-100);
}
.lrn-blog-card-3 .blog-card-body .auth .auth-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.lrn-blog-card-3 .blog-card-body .title {
  color: var(--color-secondary-100);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-blog-card-3 .blog-card-body .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-blog-card-3 .blog-card-body .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-blog-card-3 .blog-card-body .title {
    font-size: 20px;
  }
}
.lrn-blog-card-3 .blog-card-body .title:hover {
  color: var(--color-primary-100);
}

.lrn-blog-card-3-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-blog-card-3-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .lrn-blog-card-3-wrap {
    grid-template-columns: 1fr;
  }
}

.lrn-blog-3-area {
  padding: 0 20px;
}
.lrn-blog-3-box {
  background: var(--color-dark-300);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.lrn-blog-3-box .shadow-1 {
  position: absolute;
  left: 125px;
  top: -120px;
  width: 258px;
  height: 131px;
  transform: rotate(90deg);
  border-radius: 258px;
  background: #B26EF7;
  filter: blur(100px);
}
.lrn-blog-3-box .shadow-2 {
  position: absolute;
  right: -210px;
  bottom: 190px;
  width: 258px;
  height: 131px;
  transform: rotate(90deg);
  border-radius: 258px;
  background: #B26EF7;
  filter: blur(100px);
}
.lrn-blog-3-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-blog-3-wrap {
    grid-template-columns: 1fr;
  }
}
.lrn-blog-3-card-latest {
  padding: 30px;
  border-radius: 12px;
}
@media only screen and (max-width: 575px) {
  .lrn-blog-3-card-latest {
    padding: 20px;
  }
}
.lrn-blog-3-card-latest .card-top {
  position: relative;
}
.lrn-blog-3-card-latest .card-top .card-img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.lrn-blog-3-card-latest .card-top .card-img img {
  width: 100%;
  border-radius: 10px;
  scale: 1;
  transition: scale var(--transition) ease;
}
.lrn-blog-3-card-latest .card-top .category {
  padding: 7px 14px;
  border-radius: 100px;
  border: 1px solid rgba(214, 218, 240, 0.1);
  background: var(--color-primary-100);
  backdrop-filter: blur(11.5px);
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--color-white);
  font-size: 14px;
  line-height: 1;
}
.lrn-blog-3-card-latest .card-bottom {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lrn-blog-3-card-latest .card-bottom {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-blog-3-card-latest .card-bottom {
    margin-top: 20px;
    gap: 0;
  }
}
.lrn-blog-3-card-latest .card-bottom .card-date {
  position: relative;
  width: 70px;
}
@media only screen and (max-width: 575px) {
  .lrn-blog-3-card-latest .card-bottom .card-date {
    width: 60px;
  }
}
.lrn-blog-3-card-latest .card-bottom .card-date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(170deg, rgba(126, 111, 192, 0.614) 0%, rgba(48, 42, 83, 0.322) 50%);
}
.lrn-blog-3-card-latest .card-bottom .card-date::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: var(--color-dark-400);
}
.lrn-blog-3-card-latest .card-bottom .card-date .date-wrap {
  border-radius: 6px;
  background: var(--color-secondary-400);
  text-align: center;
  padding: 6px 12px;
  width: 70px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .lrn-blog-3-card-latest .card-bottom .card-date .date-wrap {
    width: 60px;
  }
}
.lrn-blog-3-card-latest .card-bottom .card-date .date-wrap .date {
  color: var(--color-dark-100);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 575px) {
  .lrn-blog-3-card-latest .card-bottom .card-date .date-wrap .date {
    font-size: 24px;
  }
}
.lrn-blog-3-card-latest .card-bottom .card-date .date-wrap .date-format {
  color: var(--color-dark-600);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 575px) {
  .lrn-blog-3-card-latest .card-bottom .card-date .date-wrap .date-format {
    font-size: 14px;
  }
}
.lrn-blog-3-card-latest .card-bottom .card-date .year {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lrn-blog-3-card-latest .card-bottom .card-date .year {
    display: none;
  }
}
.lrn-blog-3-card-latest .card-bottom .card-date .year .year-number {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  background: var(--color-gradient-900);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: -4px;
}
.lrn-blog-3-card-latest .card-bottom .card-content .author {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .lrn-blog-3-card-latest .card-bottom .card-content .author {
    position: absolute;
    top: 12px;
    left: 85px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-blog-3-card-latest .card-bottom .card-content .author {
    top: 5px;
    left: 70px;
  }
}
.lrn-blog-3-card-latest .card-bottom .card-content .author .img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(214, 218, 240, 0.1);
}
.lrn-blog-3-card-latest .card-bottom .card-content .author .auth-info {
  display: flex;
  flex-direction: column;
}
.lrn-blog-3-card-latest .card-bottom .card-content .author .auth-name {
  color: var(--color-secondary-100);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.lrn-blog-3-card-latest .card-bottom .card-content .author .auth-name:hover {
  color: var(--color-primary-100);
}
.lrn-blog-3-card-latest .card-bottom .card-content .author .designation {
  color: var(--color-secondary-400);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.lrn-blog-3-card-latest .card-bottom .card-content .title {
  font-weight: 600;
  margin: 15px 0 20px 0;
}
.lrn-blog-3-card-latest .card-bottom .card-content .title a:hover {
  color: var(--color-primary-100);
}
.lrn-blog-3-card-latest .card-bottom .card-content .btn-wrap {
  display: flex;
}
.lrn-blog-3-card-latest:hover .card-top .card-img img {
  scale: 1.08;
}
.lrn-blog-3-card-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.lrn-blog-3-card {
  border-radius: 10px;
  display: grid;
  grid-template-columns: 308px 1fr;
  gap: 30px;
  align-items: center;
  padding: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-blog-3-card {
    grid-template-columns: 260px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-blog-3-card {
    grid-template-columns: 1fr;
  }
}
.lrn-blog-3-card .card-left {
  position: relative;
}
.lrn-blog-3-card .card-left .card-img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.lrn-blog-3-card .card-left .card-img img {
  border-radius: 10px;
  width: 100%;
  scale: 1;
  transition: scale var(--transition) ease;
}
.lrn-blog-3-card .card-left .category {
  padding: 7px 14px;
  border-radius: 100px;
  border: 1px solid rgba(214, 218, 240, 0.1);
  background: var(--color-primary-100);
  backdrop-filter: blur(11.5px);
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--color-white);
  font-size: 14px;
  line-height: 1;
}
.lrn-blog-3-card .card-content .author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lrn-blog-3-card .card-content .author .img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(214, 218, 240, 0.1);
}
.lrn-blog-3-card .card-content .author .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lrn-blog-3-card .card-content .author .auth-name {
  color: var(--color-secondary-100);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.lrn-blog-3-card .card-content .author .auth-name:hover {
  color: var(--color-primary-100);
}
.lrn-blog-3-card .card-content .info {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.lrn-blog-3-card .card-content .info .info-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-secondary-400);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.lrn-blog-3-card .card-content .title {
  font-weight: 600;
  margin: 10px 0 20px 0;
}
.lrn-blog-3-card .card-content .title a:hover {
  color: var(--color-primary-100);
}
.lrn-blog-3-card:hover .card-left .card-img img {
  scale: 1.08;
}

.lrn-blog-area.has-dots .left-dot {
  position: absolute;
  left: 80px;
  top: -30px;
}
.lrn-blog-area.has-dots .left-dot svg rect {
  animation: lightBlink 5s infinite;
}
.lrn-blog-area.has-dots .left-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-blog-area.has-dots .left-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-blog-area.has-dots .left-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-blog-area.has-dots .left-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-blog-area.has-dots .left-dot {
    display: none;
  }
}
.lrn-blog-area.has-dots .right-dot {
  position: absolute;
  right: 60px;
  top: 10px;
}
.lrn-blog-area.has-dots .right-dot svg rect {
  animation: lightBlink 5s infinite reverse;
}
.lrn-blog-area.has-dots .right-dot svg rect:nth-child(2n) {
  animation-delay: 0.3s;
}
.lrn-blog-area.has-dots .right-dot svg rect:nth-child(3n) {
  animation-delay: 0.6s;
}
.lrn-blog-area.has-dots .right-dot svg rect:nth-child(4n) {
  animation-delay: 0.9s;
}
.lrn-blog-area.has-dots .right-dot svg rect:nth-child(5n) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .lrn-blog-area.has-dots .right-dot {
    display: none;
  }
}

@keyframes blogImageTranslate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/**************************************************************

	Search Style

	|	|___ MenuBar Search
	|	|___ Course Search

***************************************************************/
.lrn-search-1 {
  margin: 0 0;
  width: 100%;
  max-width: 650px;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .lrn-search-1 {
    display: flex !important;
  }
}
.lrn-search-1 i {
  font-size: 14px;
  color: rgba(214, 218, 240, 0.7);
  position: absolute;
  left: 3%;
  top: 36%;
}
.lrn-search-1 input {
  color: var(--color-white);
  background-color: var(--color-dark-600);
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.15);
  border-radius: 100px;
  font-size: 16px;
  font-weight: var(--fw-medium);
  width: 100%;
  padding: 14px 36px 14px 40px;
  outline: 0;
  transition: all var(--transition) linear;
}
.lrn-search-1 input::placeholder {
  color: rgba(from var(--color-secondary-100) r g b/0.7);
}
.lrn-search-1 input:focus {
  transition: all var(--transition) linear;
  border: 1px solid var(--color-primary-100);
}

@media screen and (min-width: 1920px) {
  .lrn-search-1-small {
    display: none;
  }
}

.lrn-search-2 {
  margin: 0;
  width: 100%;
  max-width: 530px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lrn-search-2 {
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-search-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-search-2 {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .lrn-search-2 {
    display: flex !important;
  }
}
.lrn-search-2 .lrn-search-icon {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid rgba(214, 218, 240, 0.1019607843);
  color: var(--color-secondary-200);
  background: rgba(214, 218, 240, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}
.lrn-search-2 .lrn-search-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color-primary-100);
  transition: var(--transition);
  transform: scale(0);
}
.lrn-search-2 .lrn-search-icon i {
  position: relative;
  z-index: 2;
}
.lrn-search-2 .lrn-search-icon:hover {
  color: var(--color-white);
}
.lrn-search-2 .lrn-search-icon:hover::after {
  transform: scale(1);
}
.lrn-search-2 input {
  color: var(--color-secondary-100);
  background-color: var(--color-dark-600);
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.15);
  border-radius: 100px;
  font-size: 16px;
  font-weight: var(--fw-medium);
  outline: 0;
  transition: all var(--transition) linear;
  min-width: 300px;
  width: 100%;
  padding: 14px 56px 14px 30px;
  height: 51px !important;
}
.lrn-search-2 input:focus {
  transition: all var(--transition) linear;
  border: 1px solid var(--color-primary-100);
}
.lrn-search-2 input::placeholder {
  color: var(--color-secondary-100);
  opacity: 1;
}
.lrn-search-2.lrn-search-position {
  position: absolute;
  top: 41%;
  right: -10px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .lrn-search-2.lrn-search-position {
    top: 9px;
    right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-search-2.lrn-search-position {
    top: 10px;
    right: -8px;
  }
}
.lrn-search-2.lrn-search-position input {
  top: -25px;
  right: 7px;
}
.lrn-search-2.lrn-search-position button {
  width: 45px;
  height: 45px;
}
.lrn-search-2 .expand-inp {
  position: absolute;
  right: 5px;
  width: 0;
  padding: 14px 50px 14px 0;
  opacity: 0;
  visibility: hidden;
}
.lrn-search-2 .expand-inp.active {
  width: 100%;
  padding: 14px 56px 14px 30px;
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.lrn-search-2.v2 input {
  height: 60px !important;
  border-width: 2px;
}
@media only screen and (max-width: 767px) {
  .lrn-search-2.v2 input {
    height: 54px !important;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-search-2.blog-list-search-form {
    top: 0;
    right: 0;
  }
}
.lrn-search-2.blog-list-search-form button {
  background-color: var(--color-dark-400);
}

.lrn-course-search {
  margin: 0;
  width: 100%;
  max-width: 530px;
  position: relative;
}
.lrn-course-search .lrn-search-icon {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid rgba(214, 218, 240, 0.1019607843);
  color: var(--color-secondary-200);
  background: rgba(214, 218, 240, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}
.lrn-course-search .lrn-search-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color-primary-100);
  transition: var(--transition);
  transform: scale(0);
}
.lrn-course-search .lrn-search-icon i {
  position: relative;
  z-index: 2;
}
.lrn-course-search .lrn-search-icon:hover {
  color: var(--color-white);
}
.lrn-course-search .lrn-search-icon:hover::after {
  transform: scale(1);
}
.lrn-course-search input {
  color: var(--color-secondary-100);
  background-color: var(--color-dark-600);
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.15);
  border-radius: 100px;
  font-size: 16px;
  font-weight: var(--fw-medium);
  outline: 0;
  transition: all var(--transition) linear;
  min-width: 300px;
  width: 100%;
  padding: 14px 56px 14px 30px;
  height: 50px !important;
}
.lrn-course-search input:focus {
  transition: all var(--transition) linear;
  border: 1px solid var(--color-primary-100);
}
.lrn-course-search input::placeholder {
  color: var(--color-secondary-100);
  opacity: 1;
}
.lrn-course-search.lrn-search-position {
  position: absolute;
  top: 41%;
  right: -10px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .lrn-course-search.lrn-search-position {
    top: 9px;
    right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-course-search.lrn-search-position {
    top: 10px;
    right: -8px;
  }
}
.lrn-course-search.lrn-search-position input {
  top: -25px;
  right: 7px;
}
.lrn-course-search.lrn-search-position button {
  width: 45px;
  height: 45px;
}

.lrn-search-3 {
  width: 400px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-search-3 {
    width: 270px;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-search-3 {
    width: 230px;
  }
}
.lrn-search-3 input {
  border-radius: 10px;
  padding: 18px 65px 18px 20px;
  height: 60px;
}
.lrn-search-3 svg {
  width: 50px;
  height: 50px;
  color: var(--color-secondary-200);
  position: absolute;
  right: 5px;
  top: 4px;
  left: auto;
  border-radius: 10px;
  background: var(--color-dark-100);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all var(--transition);
  border: 1px solid transparent;
}
.lrn-search-3 svg:hover {
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.15);
  transition: all var(--transition);
  background: var(--color-dark-400);
}

.lrn-search-4 {
  width: 380px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-search-4 {
    width: 270px;
  }
}
@media only screen and (max-width: 1199px) {
  .lrn-search-4 {
    width: 230px;
  }
}
.lrn-search-4 input {
  border-radius: 100px;
  padding: 18px 65px 18px 20px;
  height: 54px;
}
.lrn-search-4 svg {
  width: 50px;
  height: 50px;
  color: var(--color-secondary-200);
  position: absolute;
  right: 5px;
  transform: translateY(-50%);
  left: auto;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.lrn-header-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.45s;
}
.lrn-header-search-overlay.active {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.lrn-header-search-overlay .lrn-header-search-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.lrn-header-search-overlay.active .lrn-header-search-backdrop {
  opacity: 1;
}
.lrn-header-search-overlay .lrn-header-search-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #1a1a35;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
  border-radius: 0 0 24px 24px;
  padding: 36px 0;
  max-height: 600px;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: var(--header-height, 72px);
  box-shadow: 0 4px 11.55px rgba(147, 130, 255, 0.1);
}
.lrn-header-search-overlay .lrn-header-search-panel::-webkit-scrollbar {
  width: 4px;
}
.lrn-header-search-overlay .lrn-header-search-panel::-webkit-scrollbar-track {
  background: transparent;
}
.lrn-header-search-overlay .lrn-header-search-panel::-webkit-scrollbar-thumb {
  background: rgba(147, 130, 255, 0.35);
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .lrn-header-search-overlay .lrn-header-search-panel {
    padding: 24px 0;
    border-radius: 0 0 16px 16px;
  }
}
.lrn-header-search-overlay.active .lrn-header-search-panel {
  transform: translateY(0);
}
.lrn-header-search-overlay .lrn-header-search-light {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 320px;
  background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(147, 130, 255, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.lrn-header-search-overlay .lrn-header-search-inner {
  position: relative;
  z-index: 1;
  max-width: 870px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media only screen and (max-width: 575px) {
  .lrn-header-search-overlay .lrn-header-search-inner {
    gap: 24px;
  }
}
.lrn-header-search-overlay .lrn-header-search-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lrn-header-search-overlay .lrn-header-search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  height: 60px;
  padding: 6px 6px 6px 20px;
  background: #050520;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  box-shadow: 0 4px 11.55px rgba(147, 130, 255, 0.1);
}
@media only screen and (max-width: 575px) {
  .lrn-header-search-overlay .lrn-header-search-form {
    height: 40px;
    padding: 6px 6px 6px 20px;
  }
}
.lrn-header-search-overlay .lrn-header-search-form input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: var(--color-white);
  font-size: 17px;
  font-weight: var(--fw-regular);
  line-height: 28px;
  padding: 0;
}
.lrn-header-search-overlay .lrn-header-search-form input::placeholder {
  color: #979ab2;
}
.lrn-header-search-overlay .lrn-header-search-submit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 17px 20px;
  border: none;
  border-radius: 100px;
  background: var(--color-primary-100);
  color: var(--color-white);
  font-size: 16px;
  font-weight: var(--fw-semiBold);
  line-height: 1;
  transition: background var(--transition);
}
.lrn-header-search-overlay .lrn-header-search-submit:hover {
  background: var(--color-primary-200);
}
@media only screen and (max-width: 575px) {
  .lrn-header-search-overlay .lrn-header-search-submit span {
    display: none;
  }
  .lrn-header-search-overlay .lrn-header-search-submit {
    padding: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.lrn-header-search-overlay .lrn-header-search-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.lrn-header-search-overlay .lrn-header-search-tag {
  padding: 10px 14px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #a9b1e0;
  font-size: 14px;
  font-weight: var(--fw-semiBold);
  line-height: 1;
  transition: all var(--transition);
}
.lrn-header-search-overlay .lrn-header-search-tag:hover {
  border-color: rgba(147, 130, 255, 0.4);
  color: var(--color-white);
}
@media only screen and (max-width: 575px) {
  .lrn-header-search-overlay .lrn-header-search-tag {
    padding: 4px 10px;
    font-size: 10px;
    line-height: 1.4;
  }
}
.lrn-header-search-overlay .lrn-header-search-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0) 100%);
}
.lrn-header-search-overlay .lrn-header-search-courses-title {
  margin: 0 0 24px;
  color: #979ab2;
  font-size: 16px;
  font-weight: var(--fw-semiBold);
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: block;
}
@media only screen and (max-width: 575px) {
  .lrn-header-search-overlay .lrn-header-search-courses-title {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 24px;
  }
}
.lrn-header-search-overlay .lrn-header-search-course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-header-search-overlay .lrn-header-search-course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lrn-header-search-overlay .lrn-search-course-card {
  background: #050520;
  border: 1px solid rgba(147, 130, 255, 0.1);
  border-radius: 5px;
  overflow: hidden;
  transition: border-color var(--transition);
}
.lrn-header-search-overlay .lrn-search-course-card:hover {
  border-color: rgba(147, 130, 255, 0.8);
}
.lrn-header-search-overlay .lrn-search-course-card-top {
  position: relative;
  padding: 10px 10px 0;
}
.lrn-header-search-overlay .lrn-search-course-card-img {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.lrn-header-search-overlay .lrn-search-course-card-img img {
  width: 100%;
  height: 124px;
  object-fit: cover;
  display: block;
  transition: transform var(--transition);
}
.lrn-header-search-overlay .lrn-search-course-card-img:hover img {
  transform: scale(1.03);
}
.lrn-header-search-overlay .lrn-search-course-card-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 4px 8px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--color-primary-100);
  color: var(--color-white);
  font-size: 11px;
  font-weight: var(--fw-bold);
  line-height: 1;
}
.lrn-header-search-overlay .lrn-search-course-card-body {
  padding: 12px 15px 15px;
}
.lrn-header-search-overlay .lrn-search-course-card-body .lrn-avater img {
  width: 16px;
  height: 16px;
}
.lrn-header-search-overlay .lrn-search-course-card-body .lrn-author-info {
  font-size: 10px;
  line-height: 1.4;
}
.lrn-header-search-overlay .lrn-search-course-card-title {
  margin: 10px 0 8px;
}
.lrn-header-search-overlay .lrn-search-course-card-title a {
  color: var(--color-secondary-100);
  font-size: 15px;
  font-weight: var(--fw-bold);
  line-height: 1.25;
  transition: color var(--transition);
}
.lrn-header-search-overlay .lrn-search-course-card-title a:hover {
  color: var(--color-primary-100);
}
.lrn-header-search-overlay .lrn-review {
  gap: 5px;
}
.lrn-header-search-overlay .lrn-review .lrn-rating {
  list-style: none;
}
.lrn-header-search-overlay .lrn-review .lrn-rating i {
  font-size: 8px;
}
.lrn-header-search-overlay .lrn-review .rating-count {
  font-size: 9px;
}
.lrn-header-search-overlay .lrn-search-course-card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 32, 0.04);
  backdrop-filter: blur(4px);
}
.lrn-header-search-overlay .lrn-search-course-card-meta .lrn-price {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}
.lrn-header-search-overlay .lrn-search-course-card-meta .lrn-price .current-price {
  color: var(--color-white);
  font-size: 14px;
  font-weight: var(--fw-bold);
  line-height: 1;
}
.lrn-header-search-overlay .lrn-search-course-card-meta .lrn-price .off-price {
  color: #979ab2;
  font-size: 14px;
  font-weight: var(--fw-semiBold);
  text-decoration: line-through;
  line-height: 1;
}
.lrn-header-search-overlay .lrn-search-course-card-meta .lrn-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.lrn-header-search-overlay .lrn-search-course-card-meta .lrn-meta li {
  color: #979ab2;
  font-size: 10px;
  line-height: 1.4;
}
.lrn-header-search-overlay .lrn-search-course-card-meta .lrn-meta li i {
  margin-right: 4px;
  font-size: 8px;
}
.lrn-header-search-overlay .lrn-search-course-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  padding: 7px 10px;
  border-radius: 50px;
  background: linear-gradient(144deg, #b26ef7 0%, #ff71bf 46.5%, #ffbd7a 100%);
  box-shadow: 0 1px 0 rgba(255, 113, 191, 0.55);
  color: var(--color-white);
  font-size: 11px;
  font-weight: var(--fw-bold);
  line-height: 1;
  white-space: nowrap;
  transition: transform var(--transition), box-shadow var(--transition);
}
.lrn-header-search-overlay .lrn-search-course-card-btn i {
  font-size: 10px;
}
.lrn-header-search-overlay .lrn-search-course-card-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 113, 191, 0.35);
  color: var(--color-white);
}

.lrn-header-search-toggle {
  position: relative;
  flex-shrink: 0;
}
.lrn-header-search-toggle .lrn-header-search-close {
  display: none;
}

body.lrn-header-search-open {
  overflow: hidden;
}
body.lrn-header-search-open .lrn-header-search-activation {
  display: none !important;
}
body.lrn-header-search-open .lrn-header-search-close {
  display: flex !important;
  position: relative;
  z-index: 10000;
  transition: all var(--transition);
}
body.lrn-header-search-open .lrn-header-search-close:hover {
  color: #ff71bf;
}

@media only screen and (max-width: 575px) {
  .lrn-card-4.search-card {
    padding: 0;
    border-radius: 5px;
  }
  .lrn-card-4.search-card .lrn-badge {
    margin: 8px 8px 0 0 !important;
  }
  .lrn-card-4.search-card .lrn-badge-solid {
    padding: 2px 8px 2px 8px;
    font-size: 10px;
    border-width: 1px;
    font-weight: 400;
  }
  .lrn-card-4.search-card .course-card-body {
    padding: 0 5px;
    margin-top: 5px !important;
  }
  .lrn-card-4.search-card .course-card-body .lrn-author-info a, .lrn-card-4.search-card .course-card-body .lrn-author-info span {
    font-size: 10px;
  }
  .lrn-card-4.search-card .course-card-body .lrn-card-title {
    margin: 5px 0 !important;
  }
  .lrn-card-4.search-card .course-card-body .lrn-card-title a {
    font-size: 14px;
  }
  .lrn-card-4.search-card .course-card-body .lrn-review {
    display: none !important;
  }
  .lrn-card-4.search-card .course-card-body .lrn-card-bottom {
    padding: 0 0 8px 0;
    margin-top: 5px;
    border: none;
    flex-wrap: nowrap;
    gap: 6px;
  }
  .lrn-card-4.search-card .course-card-body .lrn-card-bottom .lrn-btn-primary.btn-xs {
    padding: 4px 6px !important;
    font-size: 10px !important;
    border-radius: 5px;
  }
  .lrn-card-4.search-card .course-card-body .lrn-card-bottom .lrn-btn-primary.btn-xs .btn-text-wrap {
    height: 15px;
  }
  .lrn-card-4.search-card .course-card-body .lrn-card-bottom .lrn-card-left .lrn-price {
    font-size: 12px;
    padding-bottom: 0 !important;
  }
  .lrn-card-4.search-card .course-card-body .lrn-card-bottom .lrn-card-left .lrn-card-lesson {
    display: none;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*---------------------------
    Blog Sidebar Styles  
----------------------------*/
.rbt-course-sidebar-sticky.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-height20px, 120px) + 4px);
  z-index: 10;
}

.rbt-categori-leftbar {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: column;
}

.rbt-sidebar-widget-wrapper {
  border-radius: 14px;
  background: linear-gradient(180deg, #191a35 0%, #191a35 100%);
  border: none;
  outline: none;
  position: relative;
  color: var(--color-secondary-100);
}
.rbt-sidebar-widget-wrapper::after {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(180deg, rgba(214, 218, 240, 0.19), rgb(0, 0, 40));
  top: -2px;
  left: -2px;
  z-index: -1;
  border-radius: 15px;
}
.rbt-sidebar-widget-wrapper .rbt-widget-categories {
  background: transparent;
  border: none;
  padding: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 9px;
}
.rbt-sidebar-widget-wrapper .rbt-single-widget {
  position: relative;
}
.rbt-sidebar-widget-wrapper .rbt-single-widget::before {
  position: absolute;
  content: "";
  bottom: -8%;
  right: -8%;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: var(--color-gradient-100);
  filter: blur(75px);
}
.rbt-sidebar-widget-wrapper.with-card-style {
  box-shadow: none;
  border-radius: inherit;
  background: inherit;
  padding: 0;
}
.rbt-sidebar-widget-wrapper.with-card-style::before {
  display: none;
}
.rbt-sidebar-widget-wrapper.with-card-style .rbt-single-widget {
  padding: 30px;
  height: 100%;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #191a35 0%, #191a35 100%);
  box-shadow: var(--shadow-1);
}
.rbt-sidebar-widget-wrapper .rbt-lable {
  background: rgba(from var(--color-secondary-100) r g b/0.1);
  color: rgba(from var(--color-secondary-100) r g b/0.7);
  padding: 5px 7px;
  font-size: 12px;
  display: flex;
  height: 22px;
  align-items: center;
  border-radius: 5px;
}
.rbt-sidebar-widget-wrapper-border {
  border-bottom: 2px solid rgba(214, 218, 240, 0.1);
}
.rbt-sidebar-widget-wrapper .rbt-widget-title {
  font-size: 18px;
  font-weight: var(--fw-bold);
  color: var(--color-secondary-100);
  line-height: 1.2;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.rbt-sidebar-widget-wrapper .rbt-widget-title.with-bottom-border {
  border-bottom: 2px solid rgba(214, 218, 240, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.rbt-show-more-btn {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary-100);
  display: block;
  margin-top: 5px;
  position: relative;
  padding: 3px 0;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
}
.rbt-show-more-btn::before {
  position: absolute;
  content: "";
  background: linear-gradient(213deg, rgba(25, 26, 53, 0) 18.07%, rgba(25, 26, 53, 0.768627451) 49.58%);
  left: -20px;
  bottom: -20px;
  width: calc(100% + 40px);
  height: 70px;
}
.rbt-show-more-btn::after {
  position: absolute;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rbt-show-more-btn.active::before {
  background: none;
  display: none;
}
.rbt-show-more-btn.active::after {
  content: "-";
}
.rbt-show-more-btn span {
  position: relative;
  z-index: 2;
}

.has-show-more .has-show-more-inner-content {
  max-height: 254px;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
  margin: 0;
}
.has-show-more .has-show-more-inner-content.active {
  max-height: inherit !important;
}
.has-show-more .has-show-more-inner-content.v2 {
  max-height: 172px;
}
.has-show-more .rbt-course-details-list-wrapper {
  max-height: 230px;
}
.has-show-more .rbt-featured-review-list-wrapper {
  max-height: 550px;
}
.has-show-more.active .has-show-more-inner-content {
  max-height: inherit !important;
}
.has-show-more.active .rbt-show-more-btn::before {
  background: none;
  display: none;
}
.has-show-more.active .rbt-show-more-btn::after {
  content: "-";
}

.event-post-list li {
  margin-bottom: 0 !important;
  cursor: pointer;
}

.recent-post-list li {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}
.recent-post-list li .thumbnail {
  margin-right: 12px;
}
.recent-post-list li .thumbnail a {
  display: block;
}
.recent-post-list li .thumbnail a img {
  height: 60px;
  width: 60px;
  border-radius: 8px;
  object-fit: cover;
  min-width: 60px;
  min-height: 60px;
}
.recent-post-list li .content .title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: var(--fw-regular);
  color: var(--color-secondary-100);
}
.recent-post-list li .content .title a {
  transition: all var(--transition);
}
.recent-post-list li .content .title a:hover {
  transition: all var(--transition);
}
.recent-post-list li .content .rbt-meta li {
  font-size: 12px;
  margin-bottom: 0;
}
.recent-post-list li .content .rbt-meta li i {
  margin-right: 5px;
}

.rbt-check-group {
  position: relative;
}
.rbt-check-group label {
  display: flex;
  justify-content: space-between;
}

.rbt-categori-list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.rbt-categori-list a {
  border: 0 none;
  padding: 0px 35px;
  text-transform: capitalize;
  background: var(--color-white);
  color: var(--color-body);
  box-shadow: var(--shadow-1);
  height: 65px;
  line-height: 65px;
  border-radius: 500px;
  font-size: 18px;
  letter-spacing: -0.6px;
  transition: 0.4s;
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.rbt-categori-list a.blank {
  box-shadow: 19px 20px 34px 0 rgba(164, 160, 196, 0.19);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
}
.rbt-categori-list a i {
  margin-right: 6px;
}
.rbt-categori-list a:hover {
  background: red;
  color: var(--color-white);
  transform: scale(1.1);
}
.rbt-categori-list.medium-size a {
  padding: 0px 25px;
  font-size: 16px;
  height: 50px;
  line-height: 49px;
}

.meta-list {
  display: flex;
  align-items: center;
  margin: -10px;
  padding: 0;
  flex-wrap: wrap;
}
.meta-list li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 18px;
  padding: 10px;
  font-size: var(--font-size-b3);
}
.meta-list li a:hover {
  color: var(--color-primary-100) !important;
}
.meta-list li i {
  display: inline-block;
  margin-right: 6px;
  font-size: 16px;
}
.meta-list li .author-thumbnail {
  max-width: 45px;
  border-radius: 100%;
  height: 45px;
  margin-right: 8px;
}
.meta-list li .author-thumbnail img {
  border-radius: 100%;
  width: 100%;
  object-fit: contain;
}
.meta-list li .author-info a {
  display: inline-block;
  transition: 0.3s;
}
.meta-list li span {
  display: inline-block;
}

.lrn-sidebar-accordion-btn {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(214, 218, 240, 0.1);
  padding-bottom: 15px;
}
.lrn-sidebar-accordion-btn::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  right: 0;
  transition: all 0.3s ease;
  color: var(--color-secondary-100);
  font-size: 14px;
}
.lrn-sidebar-accordion-btn.collapsed::after {
  transform: rotate(-180deg);
}

/*------------------------
    Rbt Single Widget  
-------------------------*/
.remove-shadow .rbt-single-widget::before {
  display: none;
}
.remove-shadow .rbt-single-widget .rbt-show-more-btn::before {
  display: none;
}

.rbt-single-widget {
  padding-top: 30px;
}
.rbt-single-widget:first-child {
  padding-top: 0;
}
.rbt-single-widget.accordion-item {
  padding-top: 20px;
}
.rbt-single-widget .rbt-widget-title-2 {
  font-size: 12px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--primary-border-2);
  margin-bottom: 15px;
  color: var(--color-heading);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
.rbt-single-widget ul.rbt-sidebar-list-wrapper li + li {
  margin-top: 10px;
}
.rbt-single-widget ul.rbt-sidebar-list-wrapper.recent-post-list li + li {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid var(--primary-border-2);
}
.rbt-single-widget input[type=checkbox] ~ label,
.rbt-single-widget input[type=radio] ~ label {
  padding-left: 23px;
}
.rbt-single-widget .rating {
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.rbt-single-widget .rating .off {
  color: var(--color-body);
  opacity: 0.4;
}
.rbt-single-widget .rbt-lable {
  background: var(--color-gray-light);
  padding: 5px 7px;
  font-size: 12px;
  display: flex;
  height: 22px;
  align-items: center;
  border-radius: var(--radius-small);
}
.rbt-single-widget .recent-post-list li {
  display: flex;
  align-items: center;
}
.rbt-single-widget .recent-post-list li .thumbnail {
  margin-right: 12px;
}
.rbt-single-widget .recent-post-list li .thumbnail a {
  display: block;
}
.rbt-single-widget .recent-post-list li .thumbnail a img {
  height: 60px;
  width: 60px;
  border-radius: var(--radius);
  object-fit: cover;
  min-width: 60px;
  min-height: 60px;
}
.rbt-single-widget .recent-post-list li .content .title {
  margin-bottom: 12px;
  font-size: 14px;
}
.rbt-single-widget .recent-post-list li .content .rbt-meta li {
  font-size: 12px;
}
.rbt-single-widget .recent-post-list li .content .rbt-meta li i {
  margin-right: 5px;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.signup-area {
  position: relative;
  overflow: hidden;
}
.signup-area--bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.signup-area--bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: var(--color-basic-100);
  filter: blur(180px);
  opacity: 0.1;
}
.signup-area--bg img {
  position: absolute;
  opacity: 0.08;
}
.signup-area--bg img.shape-1 {
  top: 8%;
  left: 4%;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .signup-area--bg img.shape-1 {
    width: 90px;
  }
}
.signup-area--bg img.shape-2 {
  bottom: 8%;
  right: 4%;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .signup-area--bg img.shape-2 {
    width: 80px;
  }
}
.signup-area--bg img.shape-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 820px;
  opacity: 0.04;
}
.signup-area--wrapper {
  margin: 0;
  background: var(--color-dark-400);
}
.signup-area--wrapper .signup-head img {
  max-width: 100px;
}
.signup-area--icon {
  width: 18px;
  height: 18px;
}
.signup-area .signup-social--bg {
  display: flex;
  align-items: center;
  border: 2px solid rgba(151, 154, 178, 0.2117647059);
  border-radius: 5px;
  padding: 10px 20px;
  gap: 10px;
  background: transparent;
  transition: all 0.3s linear;
  color: var(--color-secondary-100);
}
.signup-area .signup-social--bg:hover {
  transition: all 0.3s linear;
  background: var(--color-primary-100);
}
.signup-area .password-field {
  position: relative;
}
.signup-area .password-field .password-toggle {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(from var(--color-secondary-100) r g b/0.7);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: color var(--transition) linear;
}
.signup-area .password-field .password-toggle:hover, .signup-area .password-field .password-toggle:focus-visible {
  color: var(--color-primary-100);
  outline: 0;
}

.text-social-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.text-social-area hr {
  height: 1px;
  background: rgba(151, 154, 178, 0.2117647059);
  width: 100%;
}
.text-social-area span {
  width: 100%;
}

.btn-read-more span {
  position: relative;
  color: var(--color-primary-100);
  display: inline-block;
  line-height: 35px;
  transition: 0.3s;
}
.btn-read-more span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: rgba(151, 154, 178, 0.2117647059);
  transition: 0.3s;
  width: 100%;
  bottom: 3px;
}
.btn-read-more span::before {
  position: absolute;
  content: "";
  left: auto;
  bottom: 2px;
  background: var(--color-primary-100);
  width: 0;
  height: 2px;
  transition: 0.3s;
  right: 0;
}
.btn-read-more:hover span {
  color: var(--color-primary-100);
}
.btn-read-more:hover span::before {
  width: 100%;
  left: 0;
  right: auto;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*-----------------------
    Service Area  
------------------------*/
.service__badge {
  position: absolute;
  top: -2px;
  right: -4px;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: var(--color-gradient-100);
  border: 2px solid var(--color-dark-100);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-wrapper {
  position: relative;
  z-index: 10;
  background: var(--color-dark-300);
  border-radius: 10px;
}

.service__style--1 {
  z-index: 2;
  text-align: left;
  padding: 45px 35px;
  position: relative;
  height: 100%;
  transition: 0.3s;
}
.service__style--1::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--color-dark-100);
  box-shadow: 0px 0px 54.6px 0px rgba(147, 130, 255, 0.17);
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
.service__style--1 .icon {
  margin-bottom: 22px;
}
.service__style--1 .icon svg {
  font-size: 60px;
  stroke-width: 1;
  color: var(--color-primary-100);
  width: 60px;
  height: 60px;
}
.service__style--1 .icon img {
  max-height: 60px;
}
.service__style--1 .content p {
  line-height: 28px;
}
.service__style--1:hover {
  transform: translateY(-20px) scale(1.03);
  border-color: transparent;
}
.service__style--1:hover::before {
  opacity: 1;
  transform: scale(1);
}

.service-shape-atom {
  position: absolute;
  top: -64px;
  right: 20%;
  animation: rotation 15s linear infinite;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.testimonials-box {
  position: relative;
  padding: 0 0px;
}
@media only screen and (max-width: 767px) {
  .testimonials-box {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonials-box {
    padding: 0 5px;
  }
}
.testimonials-box .message-wrap {
  transition: all 0.8s ease;
  transition-delay: 0.2s;
  padding: 2px;
  width: 460px;
  left: 50px;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonials-box .message-wrap {
    width: 380px;
    left: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials-box .message-wrap {
    left: 155px;
    width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-box .message-wrap {
    width: 375px;
    left: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-box .message-wrap {
    position: static;
    transform: translate(0%, 0%);
    width: 367px;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .testimonials-box .message-wrap {
    width: auto;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.testimonials-box-message {
  position: relative;
  padding: 30px 40px;
}
@media only screen and (max-width: 1199px) {
  .testimonials-box-message {
    padding: 30px;
  }
}
.testimonials-box-message::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-dark-300);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}
.testimonials-box-message .lrn-rating ul {
  list-style: none;
}
.testimonials-box-desc {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .testimonials-box-desc {
    font-size: 16px;
  }
}

.testimonials-slider .swiper-slide-active .message-wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.lrn-testimonial-right {
  border-radius: 10px;
  background: var(--color-dark-300);
  padding: 60px 0 35px 60px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .lrn-testimonial-right {
    padding: 60px 0 35px 35px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-testimonial-right {
    padding: 50px 0 30px 30px;
  }
}
.lrn-testimonial-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.lrn-testimonial-slider {
  overflow: hidden;
}
.lrn-testimonial-slider .quotes-icon {
  position: absolute;
  top: 0;
  right: 52px;
}
.lrn-testimonial-slider .lrn-swiper-pagination-3 {
  margin: 30px 0 0 0;
}
.lrn-testimonial-card {
  padding-right: 20px;
}
.lrn-testimonial-card .auth {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.lrn-testimonial-card .auth .auth-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.lrn-testimonial-card .auth .auth-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.lrn-testimonial-card .auth .auth-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lrn-testimonial-card .auth .auth-info .name {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.lrn-testimonial-card .auth .auth-info .location-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lrn-testimonial-card .auth .auth-info .location-wrap .flag {
  max-width: 22px;
}
.lrn-testimonial-card .auth .auth-info .location-wrap .location {
  color: var(--color-secondary-100);
  font-size: 16px;
  line-height: 1;
}
.lrn-testimonial-card .more-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.lrn-testimonial-card .more-info .rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.lrn-testimonial-card .more-info .rating .stars {
  display: flex;
  align-items: center;
  gap: 1px;
}
.lrn-testimonial-card .more-info .rating .stars i {
  color: var(--color-warning);
  font-size: 18px;
}
.lrn-testimonial-card .more-info .rating .rating-point {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.lrn-testimonial-card .more-info .badge {
  border-radius: 50px;
  background: rgba(46, 202, 127, 0.2);
  backdrop-filter: blur(4.9px);
  padding: 3px 9px;
}
.lrn-testimonial-card .more-info .badge span {
  color: var(--color-success-100);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  transform: translateY(-1px);
}
.lrn-testimonial-card blockquote {
  color: var(--color-secondary-100);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-testimonial-card blockquote {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-testimonial-card blockquote {
    font-size: 20px;
  }
}
.lrn-testimonial-card .line {
  opacity: 0.1;
  background: var(--color-white);
  width: 100%;
  height: 1.5px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .lrn-testimonial-card .line {
    margin-top: 30px;
  }
}

.lrn-testimonials-navigation {
  margin-top: 60px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-testimonials-navigation {
    position: absolute;
    bottom: -10px;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .lrn-testimonials-navigation .rbt-swiper-arrow {
    position: relative;
    top: auto;
    transform: translateY(0);
  }
  .lrn-testimonials-navigation .rbt-swiper-arrow.rbt-testimonials-right {
    margin: 0 !important;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-review-card {
  padding: 30px 35px;
  border-radius: 12px;
  background: rgba(214, 218, 240, 0.08);
  backdrop-filter: blur(5.3px);
}
@media only screen and (max-width: 767px) {
  .lrn-review-card {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-review-card {
    padding: 20px 20px;
  }
}
.lrn-review-card .review-card-body .card-head .person a {
  color: var(--color-white);
}
.lrn-review-card .review-card-body .card-head .person a:hover {
  color: var(--color-primary-100);
}
.lrn-review-card .review-card-body .card-head .person ul {
  list-style: none;
}
.lrn-review-card .review-card-body .card-head .person ul li {
  margin: 0;
}
.lrn-review-card-border {
  position: relative;
}
.lrn-review-card-border::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  background: var(--color-dark-400);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 12px;
}

.lrn-card-middle-left {
  position: absolute;
  top: 30%;
  left: 26%;
  width: 206px;
  height: 206px;
  filter: blur(125px);
  z-index: 1;
  background: rgba(178, 110, 247, 0.26);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-card-middle-left {
    background: auto;
  }
}

.lrn-review-2-area {
  margin-top: -50px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-review-2-area {
    margin-top: 0;
    padding-top: 40px;
  }
}
.lrn-review-2-box {
  border-radius: 10px;
  background: var(--color-dark-300);
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-review-2-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .lrn-review-2-box {
    grid-template-columns: 1fr;
  }
}
.lrn-review-2-card {
  border-radius: 10px;
  background: var(--color-dark-400);
  padding: 30px;
}
.lrn-review-2-card .card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lrn-review-2-card .card-top .rating {
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 4px;
  border-radius: 54px;
  background: var(--color-primary-100);
}
.lrn-review-2-card .card-top .rating .rating-text {
  color: var(--color-white);
  font-size: 16px;
  line-height: 1;
}
.lrn-review-2-card .card-disc {
  margin-top: 15px;
  margin-bottom: 0;
  color: var(--color-secondary-400);
  font-size: 16px;
  line-height: 24px;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.rbt-section-bg-shape-7 {
  position: absolute;
  left: 8%;
}

.rbt-component-symbol {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
}

.tab-light::before {
  position: absolute;
  content: "";
  width: 295px;
  height: 76px;
  top: 170px;
  left: 100px;
  border-radius: 295px;
  background: #f771c5;
  filter: blur(75px);
  z-index: -1;
}

.rbt-elastic-btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px 20px;
  list-style: none;
}
.rbt-elastic-btn-list li {
  margin: 0;
}

.rbt-accordion-area {
  background: linear-gradient(145deg, #0A0B29 -2.12%, #060623 121.13%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.rbt-accordion-area::before {
  position: absolute;
  content: "";
  width: 295px;
  height: 76px;
  top: -30px;
  border-radius: 295px;
  background: #f771c5;
  filter: blur(75px);
}
.rbt-accordion-area::after {
  position: absolute;
  content: "";
  width: 295px;
  height: 76px;
  bottom: -30px;
  right: 0;
  border-radius: 295px;
  background: #b26ef7;
  filter: blur(75px);
}
.rbt-accordion-area .lrn-btn-group .lrn-btn.is-shadow::before {
  border: 1px solid transparent !important;
}
.rbt-accordion-area .lrn-btn-group .lrn-gradient-btn {
  background: var(--color-dark-400) !important;
  box-shadow: var(--shadow-4);
}
.rbt-accordion-area .lrn-btn-group .lrn-gradient-btn.active {
  background: var(--color-gradient-300) !important;
}
.rbt-accordion-area .accordion-bg-shape {
  position: absolute;
  z-index: -1;
  bottom: -50px;
  right: 0;
  opacity: 0.5;
  pointer-events: none;
}
.rbt-accordion-area .accordion-shape img {
  position: absolute;
}

.rbt-accordion .accordion-item {
  background: #1a1a35;
  color: white;
  border: none;
  margin: 0 0 15px 0;
  border-radius: 10px;
  padding: 15px;
}
.rbt-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.rbt-accordion .accordion-header .accordion-btn-number {
  background: var(--color-dark-300);
  color: var(--color-secondary-400);
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex: 0 0 auto;
}
.rbt-accordion .accordion-header .accordion-btn-number.bg-color-dark-400 {
  background: var(--color-dark-400);
  color: var(--color-secondary-100);
}
.rbt-accordion .accordion-header .accordion-button {
  font-size: 20px;
  line-height: inherit;
  background: transparent;
  color: var(--color-secondary-100);
  font-weight: 600;
  padding: 0;
  padding-right: 30px;
  display: flex;
  gap: 30px;
  align-items: start;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .rbt-accordion .accordion-header .accordion-button {
    font-size: 18px;
  }
}
.rbt-accordion .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.rbt-accordion .accordion-header .accordion-button::after {
  font-family: "Font Awesome 6 Pro";
  color: var(--color-secondary-100);
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  visibility: visible;
  content: "\f067";
  font-weight: 400;
}
.rbt-accordion .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.rbt-accordion .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.rbt-accordion .accordion-header .accordion-button .rbt-accordion-arrow {
  transform: rotate(0deg);
  transition: all 0.3s linear;
}
.rbt-accordion .accordion-header .accordion-button.collapsed .rbt-accordion-arrow {
  transform: rotate(90deg);
}
.rbt-accordion .accordion-header .accordion-button.collapsed .rbt-accordion-arrow svg stop {
  stop-color: var(--color-white);
}
.rbt-accordion .accordion-header .accordion-button.collapsed .rbt-accordion-arrow svg stop:last-child {
  stop-color: var(--color-primary-100);
}
.rbt-accordion .accordion-header .accordion-button .accordion-btn-text {
  color: var(--color-secondary-100);
}
.rbt-accordion .accordion-body {
  padding: 0;
  padding-left: 60px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .rbt-accordion .accordion-body {
    padding-left: 0;
  }
}
.rbt-accordion .accordion-body p {
  font-size: 18px;
  color: var(--color-secondary-700);
}
@media only screen and (max-width: 575px) {
  .rbt-accordion .accordion-body p {
    font-size: 16px;
  }
}
.rbt-accordion .accordion-header {
  color: var(--color-white);
}

.rbt-faq-area .rbt-accordion {
  padding-right: 60px;
}

/*-------------------------
    Accordion Area  
--------------------------*/
.rbt-accordion-style .card {
  background: var(--color-primary-lighter);
  border: 0;
  border-radius: var(--radius) !important;
}
.rbt-accordion-style .card .card-header {
  background-color: transparent;
  border-bottom: 0 none;
  box-shadow: none;
  padding: 20px 30px;
  margin-bottom: 0;
  padding-right: 38px;
}
@media only screen and (max-width: 767px) {
  .rbt-accordion-style .card .card-header {
    padding-left: 20px;
  }
}
.rbt-accordion-style .card .card-header button {
  font-size: 18px;
  line-height: 27px;
  outline: none;
  text-decoration: none;
  box-shadow: none;
  width: 100%;
  text-align: left;
  padding: 0;
  background-color: transparent;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .rbt-accordion-style .card .card-header button {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-accordion-style .card .card-header button .rbt-badge-5 {
    margin-left: 0 !important;
    margin-top: 7px;
  }
}
.rbt-accordion-style .card .card-header button[aria-expanded=true] {
  color: var(--color-primary-100);
}
.rbt-accordion-style .card .card-header button[aria-expanded=true]::before {
  color: var(--color-primary-100);
}
.rbt-accordion-style .card .card-header button::before {
  position: absolute;
  content: "\e996";
  font-family: "feather" !important;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.rbt-accordion-style .card .card-header button.collapsed {
  color: var(--color-secondary-100);
}
.rbt-accordion-style .card .card-header button.collapsed::before {
  content: "\e9b1";
}
.rbt-accordion-style .card .card-body {
  border-top: 1px solid var(--white-opacity);
  padding: 20px 30px 25px;
}
@media only screen and (max-width: 767px) {
  .rbt-accordion-style .card .card-body {
    padding: 20px 20px;
  }
}
.rbt-accordion-style .card + .card {
  margin-top: 20px;
}
.rbt-accordion-style.rbt-accordion-01 .card {
  background: var(--color-dark-300);
  box-shadow: var(--shadow-10);
}
.rbt-accordion-style.rbt-accordion-01 .card .card-body {
  background: var(--gradient-6);
}
.rbt-accordion-style.rbt-accordion-02 .card {
  background: transparent;
  border-radius: 0 !important;
}
.rbt-accordion-style.rbt-accordion-02 .card .card-header {
  border-bottom: 1px solid var(--primary-border);
  padding: 0px 20px 20px 0;
}
.rbt-accordion-style.rbt-accordion-02 .card .card-header button::before {
  right: -20px;
}
.rbt-accordion-style.rbt-accordion-02 .card .card-header .accordion-button::after {
  display: none;
}
.rbt-accordion-style.rbt-accordion-02 .card .card-body {
  padding: 20px 20px 20px 0;
  border-top: 0;
  background: transparent;
}
.rbt-accordion-style.rbt-accordion-02.right-no-padding .card .card-body {
  padding-right: 0;
}
.rbt-accordion-style.rbt-accordion-02.for-right-content .card .card-header {
  padding: 12px 44px 12px 16px;
}
.rbt-accordion-style.rbt-accordion-02.for-right-content .card .card-body {
  padding: 10px 16px;
}
.rbt-accordion-style.rbt-accordion-03 .card {
  background: transparent;
  border-radius: 0 !important;
}
.rbt-accordion-style.rbt-accordion-03 .card .card-header {
  border: 1px solid var(--primary-border);
  padding: 15px 20px;
  border-radius: var(--radius) !important;
}
.rbt-accordion-style.rbt-accordion-03 .card .card-body {
  padding: 15px 20px 10px 0;
  border: 0;
  background: transparent;
}
.rbt-accordion-style.rbt-accordion-04 .card {
  border: 2px solid var(--primary-border);
  background: transparent;
  border-radius: var(--radius) !important;
}
.rbt-accordion-style.rbt-accordion-04 .card .card-header {
  padding: 15px 20px;
  padding-right: 38px;
  border-radius: var(--radius) !important;
}
.rbt-accordion-style.rbt-accordion-04 .card .card-body {
  border-top: 2px solid var(--primary-border);
  background: transparent;
}
.rbt-accordion-style.rbt-accordion-05 .card {
  border: 0 none;
  background: transparent;
  border-radius: var(--radius) !important;
}
.rbt-accordion-style.rbt-accordion-05 .card .card-header {
  padding: 0px;
  border-radius: none !important;
}
.rbt-accordion-style.rbt-accordion-05 .card .card-header button {
  padding-left: 32px;
}
.rbt-accordion-style.rbt-accordion-05 .card .card-header button::before {
  right: auto;
  left: 0;
}
.rbt-accordion-style.rbt-accordion-05 .card .card-body {
  border-top: 0 none;
  padding: 0px;
  margin-top: 12px;
  background: transparent;
}
.rbt-accordion-style.rbt-accordion-06 .card .card-body {
  background: transparent;
  border-top: 1px solid var(--primary-border);
}

.accordion-button::after {
  visibility: hidden;
}

.accordion-thumbnail {
  position: relative;
}
.accordion-thumbnail .thumb-1 {
  max-width: 390px;
  margin-left: auto;
}
@media only screen and (max-width: 575px) {
  .accordion-thumbnail .thumb-1 img {
    pointer-events: none;
    transform: none !important;
  }
}
.accordion-thumbnail .thumb-2 {
  margin-top: -244px;
}
@media only screen and (max-width: 575px) {
  .accordion-thumbnail .thumb-2 {
    margin-top: -100px;
  }
}
.accordion-thumbnail .thumb-2 img {
  border-radius: var(--radius-10);
  border: 3px solid var(--color-white);
}
@media only screen and (max-width: 575px) {
  .accordion-thumbnail .thumb-2 img {
    pointer-events: none;
    transform: none !important;
  }
}
.accordion-thumbnail .moon {
  position: absolute;
  top: 55px;
  left: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .accordion-thumbnail .moon {
    display: none;
  }
}
.accordion-thumbnail .shape {
  position: absolute;
  right: 20px;
  bottom: 9px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .accordion-thumbnail .shape {
    display: none;
  }
}

/*--------------------------
  Rbt Card Table  
--------------------------*/
.rbt-table {
  border: 0 none;
}
.rbt-table.rbt-table-scroll {
  overflow-x: auto;
  min-width: 1230px;
}
.rbt-table tr th,
.rbt-table tr td {
  padding: 10px 20px;
  border: 0 none;
}
.rbt-table thead tr th,
.rbt-table thead tr td {
  background: var(--primary-opacity);
}
.rbt-table thead tr th,
.rbt-table thead tr td,
.rbt-table tfoot tr th,
.rbt-table tfoot tr td {
  color: var(--color-secondary-100);
  font-weight: 600;
  font-size: 16px;
}
.rbt-table tbody tr th,
.rbt-table tbody tr td {
  font-weight: 400;
  color: var(--color-body);
  font-size: 16px;
}
.rbt-table tfoot tr th,
.rbt-table tfoot tr td {
  background: var(--color-grey);
}

.rbt-table tbody tr:nth-child(even) th,
.rbt-table tbody tr:nth-child(even) td {
  background: rgba(from var(--color-dark-100) r g b/0.35);
}

.table > :not(caption) > * > * {
  background-color: transparent;
}

/*-----------------------------
  Accordion Color White  
-------------------------------*/
.rbt-accordion-color-white .rbt-accordion-style .card .card-header button[aria-expanded=true] {
  color: var(--color-white);
}
.rbt-accordion-color-white .rbt-accordion-style.rbt-accordion-01 .card .card-body {
  color: var(--color-white-off);
}
.rbt-accordion-color-white .rbt-accordion-style.rbt-accordion-01 .card {
  background: var(--primary-opacity);
  box-shadow: none;
}
.rbt-accordion-color-white .rbt-accordion-style .card .card-header button[aria-expanded=true]::before {
  color: var(--primary-border-2);
}
.rbt-accordion-color-white .rbt-accordion-style .card .card-header button.collapsed {
  color: var(--color-white-off);
}
.rbt-accordion-color-white .rbt-accordion-style .card .card-header button[aria-expanded=true]::before,
.rbt-accordion-color-white .rbt-accordion-style .card .card-header button::before {
  background: linear-gradient(90deg, var(--primary-border-2), var(--primary-border-2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
  white-space: nowrap;
}
.rbt-accordion-color-white .rbt-accordion-style .card .card-body {
  border-top: none;
}
.rbt-accordion-color-white .rbt-accordion-style .card .card-body,
.rbt-accordion-color-white .rbt-accordion-style .card .card-body a {
  color: var(--color-white-off);
}
.rbt-accordion-color-white .rbt-accordion-style.rbt-accordion-02 .card .card-header {
  border-bottom: 2px solid var(--primary-border-2);
}

/* Accordion New Lesson Page  */
.rbt-accordion-style.for-right-content .rbt-course-main-content .course-content-right {
  flex-shrink: 0;
}
.rbt-accordion-style.for-right-content .rbt-course-main-content .course-content-right span.rbt-check i {
  font-size: 13px;
  width: 18px;
  height: 18px;
  background: var(--color-primary-100);
  border-radius: 100%;
  color: var(--color-white);
  display: inline-block;
  text-align: center;
  line-height: 18px;
}
.rbt-accordion-style.for-right-content .rbt-course-main-content .course-content-right span.rbt-check.unread i {
  background: transparent;
  color: var(--color-primary-opacity);
  font-size: 16px;
  opacity: 0.3;
  width: auto;
  height: auto;
}
.rbt-accordion-style.for-right-content .rbt-course-main-content li a {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.rbt-accordion-style.for-right-content .rbt-course-main-content li a .course-content-left {
  padding-right: 15px;
  align-items: flex-start;
}
.rbt-accordion-style.for-right-content .rbt-course-main-content li a .course-content-left i {
  margin-top: 3px;
}
.rbt-accordion-style.for-right-content .card .card-header {
  padding: 12px 32px 12px 16px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-accordion-style.for-right-content .card .card-header button {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-accordion-style.for-right-content .card .card-header button {
    display: flex;
  }
}

.accordion-section-02 {
  overflow: hidden;
}
.accordion-section-02 .union-shape {
  position: absolute;
  top: -50px;
  right: -59px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .accordion-section-02 .union-shape {
    display: none;
  }
}
.accordion-section-02 .union-shape img {
  animation: edu_rotatation_round 25s linear infinite reverse;
}
.accordion-section-02 .thumbnail {
  position: relative;
  z-index: 2;
}

.lrn-testimonial-accordion .rbt-accordion .accordion-item {
  background-color: var(--color-dark-300);
}
.lrn-testimonial-accordion .rbt-accordion .accordion-header .accordion-btn-number {
  background-color: var(--color-dark-400);
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] ~ label {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: var(--body-color);
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 0;
}
input[type=checkbox] ~ label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid rgba(214, 218, 240, 0.1019607843);
  border-radius: 2px;
  transition: all 0.3s;
}
input[type=checkbox] ~ label::after {
  content: " ";
  position: absolute;
  top: 9px;
  left: 2px;
  width: 10px;
  height: 5px;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type=checkbox]:checked ~ label::before {
  background-color: var(--color-primary-100);
  border-color: var(--color-primary-100);
}
input[type=checkbox]:checked ~ label::after {
  opacity: 1;
}

input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=radio] ~ label {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: var(--body-color);
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid rgba(214, 218, 240, 0.1019607843);
  border-radius: 50px;
  transition: all 0.3s;
}
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s;
}
input[type=radio]:checked ~ label::before {
  background-color: var(--color-primary-100);
  border-color: var(--color-primary-100);
}
input[type=radio]:checked ~ label::after {
  opacity: 1;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-newsletter .lrn-newsletter-wrapper {
  overflow: hidden;
  height: 650px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-newsletter .lrn-newsletter-wrapper {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-newsletter .lrn-newsletter-wrapper {
    height: 460px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-newsletter .lrn-newsletter-wrapper {
    height: auto;
    padding-bottom: 30px;
  }
}
.lrn-newsletter .lrn-newsletter-wrapper.has-bg-lines {
  background: url("../images/newsletter/newsletter-line-bg.png");
}
.lrn-newsletter .lrn-newsletter-wrapper .lrn-newsletter-content-box {
  width: 80%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
}
@media only screen and (max-width: 1199px) {
  .lrn-newsletter .lrn-newsletter-wrapper .lrn-newsletter-content-box {
    top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-newsletter .lrn-newsletter-wrapper .lrn-newsletter-content-box {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-newsletter .lrn-newsletter-wrapper .lrn-newsletter-content-box {
    width: auto;
    position: static;
    transform: translateX(0);
  }
}
.lrn-newsletter .lrn-newsletter-wrapper .lrn-newsletter-content-box .trustpilot {
  list-style: none;
}
.lrn-newsletter .lrn-newsletter-wrapper .lrn-newsletter-content-box .trustpilot li {
  margin: 0;
}
.lrn-newsletter .lrn-newsletter-wrapper .lrn-newsletter-content-box .trustpilot li ul {
  list-style: none;
}
.lrn-newsletter .lrn-newsletter-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/brands/brand-bg.png") no-repeat center center;
  right: 0;
  z-index: 1;
  backdrop-filter: blur(75px);
}
.lrn-newsletter.lrn-newsletter-position {
  margin: 0 0 -200px 0;
  z-index: 9;
  position: relative;
}
.lrn-newsletter .lrn-newsletter-layer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 1300px;
  max-height: 1300px;
  height: 1300px;
  left: auto;
  border-radius: 100%;
  background: var(--color-dark-100);
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-newsletter .lrn-newsletter-layer {
    width: 900px;
    height: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-newsletter .lrn-newsletter-layer {
    width: 700px;
    height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-newsletter .lrn-newsletter-layer {
    width: 550px;
    height: 550px;
    left: -16px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-newsletter .lrn-newsletter-layer {
    position: static;
    width: auto;
    height: auto;
  }
}
.lrn-newsletter .lrn-newsletter-layer::after {
  position: absolute;
  content: "";
  top: 0%;
  right: 15%;
  width: 70%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(90deg, #9e7aff 0%, #fe8bbb 32%, #ffbd7a 65.5%, #fee398 100%);
  filter: blur(50px);
  z-index: -1;
  animation: rotate 13s linear infinite alternate;
}
@media only screen and (max-width: 575px) {
  .lrn-newsletter .lrn-newsletter-layer::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-newsletter .lrn-newsletter-layer.v1 {
    display: block;
  }
  .lrn-newsletter .lrn-newsletter-layer.v1 .lrn-newsletter-layer-wrapp {
    display: block;
  }
}
.lrn-newsletter .lrn-newsletter-layer .gradient {
  position: absolute;
  border-radius: 100%;
  background: var(--color-dark-100);
  width: 100%;
  height: 100%;
  animation: rotate-2 13s linear infinite alternate;
}
.lrn-newsletter .lrn-newsletter-layer .gradient::before {
  position: absolute;
  content: "";
  top: 20%;
  left: 10%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background: linear-gradient(90deg, #9e7aff 0%, #fe8bbb 32%, #ffbd7a 65.5%, #fee398 100%);
  filter: blur(50px);
  z-index: -1;
  animation: rotate-2 13s linear infinite alternate;
}
@media only screen and (max-width: 575px) {
  .lrn-newsletter .lrn-newsletter-layer .gradient::before {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-newsletter .lrn-newsletter-layer .gradient {
    display: none;
  }
}
.lrn-newsletter .lrn-newsletter-layer-wrapp {
  border-radius: 100%;
  background: var(--color-dark-100);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
  max-width: 1130px;
  max-height: 1130px;
  width: 1130px;
  height: 1130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-newsletter .lrn-newsletter-layer-wrapp {
    width: 820px;
    height: 820px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-newsletter .lrn-newsletter-layer-wrapp {
    width: 650px;
    height: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-newsletter .lrn-newsletter-layer-wrapp {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-newsletter .lrn-newsletter-layer-wrapp {
    position: static;
    width: auto;
    height: auto;
  }
}
.lrn-newsletter .lrn-newsletter-layer-wrapp .lrn-newsletter-layer-text {
  color: rgba(from var(--color-secondary-100) r g b/0.5);
}

.lrn-newsletter-2 .lrn-newsletter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-dark-200);
  border-radius: 12px;
  padding: 75px 90px 75px 80px;
  position: relative;
  overflow: hidden;
  height: auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-newsletter-2 .lrn-newsletter-wrapper {
    padding: 50px 70px 50px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-newsletter-2 .lrn-newsletter-wrapper {
    padding: 40px 20px;
  }
}
.lrn-newsletter-2 .lrn-newsletter-wrapper .swiper-wrapper {
  transition-timing-function: linear;
}
.lrn-newsletter-2 .lrn-newsletter-shape {
  filter: blur(75px);
  position: absolute;
}
.lrn-newsletter-2 .trustpilot {
  list-style: none;
}
.lrn-newsletter-2 .trustpilot li {
  margin: 0;
}

.lrn-newsletter-3 {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-newsletter-3 .newsletter-left {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-newsletter-3 .newsletter-left {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-newsletter-3 .newsletter-left {
    padding-bottom: 40px;
  }
}
.lrn-newsletter-3 .newsletter-left .title {
  font-size: 100px;
  line-height: 1;
  font-weight: 600;
  margin: 15px 0 20px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-newsletter-3 .newsletter-left .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-newsletter-3 .newsletter-left .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-newsletter-3 .newsletter-left .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-newsletter-3 .newsletter-left .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-newsletter-3 .newsletter-left .title {
    font-size: 36px;
  }
}
.lrn-newsletter-3 .newsletter-right {
  position: relative;
  max-width: 570px;
  flex: 0 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .lrn-newsletter-3 .newsletter-right {
    display: none;
  }
}
.lrn-newsletter-3 .newsletter-right .shape {
  position: absolute;
  left: 60px;
  bottom: -100px;
}
.lrn-newsletter-3 .newsletter-right .newsletter-img {
  position: relative;
}
.lrn-newsletter-3 .action-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .lrn-newsletter-3 .action-btn {
    margin-top: 15px;
    position: static;
    transform: translateY(0);
  }
}
.lrn-newsletter-3 .action-btn .lrn-btn-primary {
  height: 54px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 26px;
  display: flex;
  align-items: center;
}
.lrn-newsletter-3 .action-btn .lrn-btn-primary .btn-text-wrap {
  height: 21px;
}

.newsletter-form-1 {
  position: relative;
  max-width: 475px;
  z-index: 1;
}
.newsletter-form-1.radius-round input {
  border-radius: 500px;
}
.newsletter-form-1 input {
  background: rgba(214, 218, 240, 0.1019607843);
  box-shadow: 0px 4px 4px 0px rgba(from rgba(0, 0, 0, 0) r g b/0.25);
  border-radius: var(--radius-big);
  line-height: 66px;
  padding: 0 170px 0 20px;
  width: 100%;
  color: var(--color-white);
  font-size: 18px;
  border: 1px solid transparent;
  transition: all var(--transition) linear;
  height: 66px;
}
@media only screen and (max-width: 575px) {
  .newsletter-form-1 input {
    height: 56px;
    padding: 0 16px;
  }
}
.newsletter-form-1 input:focus {
  transition: all var(--transition) linear;
  border: 1px solid var(--color-primary-100);
}
.newsletter-form-1 input:focus {
  outline: 0;
  box-shadow: none;
}
.newsletter-form-1 input {
  /* -- Placeholder -- */
}
.newsletter-form-1 input::placeholder {
  color: rgba(214, 218, 240, 0.7);
  /* Firefox */
  opacity: 1;
}
.newsletter-form-1 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(214, 218, 240, 0.7);
  opacity: 1;
}
.newsletter-form-1 input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(214, 218, 240, 0.7);
  opacity: 1;
}
.newsletter-form-1 .action-btn {
  position: absolute;
  top: 50%;
  right: 6px;
  width: auto;
  transform: translateY(-50%);
}
.newsletter-form-1 .action-btn .lrn-btn-primary {
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 26px;
  display: flex;
  align-items: center;
}
.newsletter-form-1 .action-btn .lrn-btn-primary .btn-text-wrap {
  height: 21px;
}
@media only screen and (max-width: 575px) {
  .newsletter-form-1 .action-btn .lrn-btn-primary {
    height: 46px;
    font-size: 14px;
    padding: 10px 20px;
  }
  .newsletter-form-1 .action-btn .lrn-btn-primary i {
    margin: 0 !important;
  }
}

.newsletter-form-2 {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  z-index: 1;
}
.newsletter-form-2.radius-round input {
  border-radius: 500px;
}
.newsletter-form-2 input {
  border-radius: var(--radius-big);
  line-height: 66px;
  padding: 0 170px 0 20px;
  width: 100%;
  color: var(--color-white);
  font-size: 18px;
  border: 1px solid transparent;
  transition: all var(--transition) linear;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(214, 218, 240, 0.1);
  box-shadow: 0px 4px 38.6px 0px rgba(17, 17, 61, 0.11);
}
@media only screen and (max-width: 575px) {
  .newsletter-form-2 input {
    height: 56px;
    padding: 0 128px 0 20px;
  }
}
.newsletter-form-2 input:focus {
  transition: all var(--transition) linear;
  border: 1px solid var(--color-primary-100);
}
.newsletter-form-2 input:focus {
  outline: 0;
  box-shadow: none;
}
.newsletter-form-2 input {
  /* -- Placeholder -- */
}
.newsletter-form-2 input::placeholder {
  color: rgba(214, 218, 240, 0.7);
  /* Firefox */
  opacity: 1;
}
.newsletter-form-2 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(214, 218, 240, 0.7);
  opacity: 1;
}
.newsletter-form-2 input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(214, 218, 240, 0.7);
  opacity: 1;
}
.newsletter-form-2 .lrn-btn-wrap {
  position: absolute;
  top: 50%;
  right: 6px;
  width: auto;
  transform: translateY(-50%);
}
.newsletter-form-2 .lrn-btn-wrap .lrn-btn-primary {
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 26px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-2 .lrn-btn-wrap .lrn-btn-primary {
    height: 44px;
    padding: 10px 10px;
  }
}
.newsletter-form-2 .lrn-btn-wrap .lrn-btn-primary .btn-text-wrap {
  height: 21px;
}

.newsletter-form-3 {
  position: relative;
  max-width: 475px;
  z-index: 1;
}
.newsletter-form-3 input {
  border-radius: 58px;
  background: rgba(214, 218, 240, 0.1);
  padding: 6px 160px 6px 24px;
  color: var(--color-secondary-400);
  height: 66px;
}
@media only screen and (max-width: 575px) {
  .newsletter-form-3 input {
    height: 52px;
    padding: 6px 16px;
  }
}
.newsletter-form-3 input::placeholder {
  color: rgba(214, 218, 240, 0.7);
  opacity: 1;
}
.newsletter-form-3 input:-ms-input-placeholder {
  color: rgba(214, 218, 240, 0.7);
  opacity: 1;
}
.newsletter-form-3 input::-ms-input-placeholder {
  color: rgba(214, 218, 240, 0.7);
  opacity: 1;
}
.newsletter-form-3 .lrn-btn3d {
  position: absolute;
  top: 5px;
  right: 6px;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .newsletter-form-3 .lrn-btn3d {
    margin-top: 15px;
    position: relative;
  }
}
.newsletter-form-3 .disc {
  color: var(--color-secondary-400);
  font-size: 16px;
  margin-top: 15px;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*-------------------------
    Back To Top  
---------------------------*/
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.paginacontainer {
  height: 3000px;
}

.rbt-progress-parent {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(from var(--color-secondary-100) r g b/0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media only screen and (max-width: 767px) {
  .rbt-progress-parent {
    right: 15px;
  }
}
.rbt-progress-parent.rbt-backto-top-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rbt-progress-parent::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--color-primary-100);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.rbt-progress-parent:hover::after {
  color: var(--color-primary-100);
}
.rbt-progress-parent::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #0d0d12;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: var(--color-primary-100);
}
.rbt-progress-parent svg path {
  fill: none;
}
.rbt-progress-parent svg.rbt-back-circle path {
  stroke: var(--color-primary-100);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0.6;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*-------------------------
    Preloader
---------------------------*/
.lrn-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-dark-100);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.lrn-preloader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 420px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--color-basic-100);
  filter: blur(160px);
  opacity: 0.16;
  pointer-events: none;
}
.lrn-preloader.lrn-preloader-deactivate {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lrn-preloader-inner {
  position: relative;
  z-index: 1;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lrn-preloader-logo {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-10);
  overflow: hidden;
  animation: lrnPreloaderPulse 1.6s ease-in-out infinite;
  box-shadow: var(--shadow-2);
}
.lrn-preloader-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lrn-preloader-spinner {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: lrnPreloaderSpin 1.2s linear infinite;
}
.lrn-preloader-spinner span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.lrn-preloader-spinner span:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #b26ef7;
  box-shadow: 0 0 14px rgba(178, 110, 247, 0.55);
}
.lrn-preloader-spinner span:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #ff71bf;
  box-shadow: 0 0 14px rgba(255, 113, 191, 0.55);
}
.lrn-preloader-spinner span:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffbd7a;
  box-shadow: 0 0 14px rgba(255, 189, 122, 0.55);
}
.lrn-preloader-spinner span:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #9e7aff;
  box-shadow: 0 0 14px rgba(158, 122, 255, 0.55);
}

@keyframes lrnPreloaderSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lrnPreloaderPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
/* Kill CSS animations until preloader finishes (restarts them on reveal) */
body:not(.lrn-page-loaded) > *:not(.lrn-preloader) {
  animation: none !important;
}
body:not(.lrn-page-loaded) > *:not(.lrn-preloader) *,
body:not(.lrn-page-loaded) > *:not(.lrn-preloader) *::before,
body:not(.lrn-page-loaded) > *:not(.lrn-preloader) *::after {
  animation: none !important;
}

@media only screen and (max-width: 767px) {
  .lrn-preloader-inner {
    width: 96px;
    height: 96px;
  }
  .lrn-preloader-logo {
    width: 54px;
    height: 54px;
  }
  .lrn-preloader-spinner span {
    width: 10px;
    height: 10px;
  }
}
/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-filter.lrn-filter-1 .lrn-filter-select-arrow {
  position: relative;
}
.lrn-filter.lrn-filter-1 .lrn-filter-select-arrow::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f078";
  color: var(--color-secondary-200);
  font-size: var(--font-size-b3);
  right: 5%;
  top: 38%;
}
.lrn-filter.lrn-filter-1 .lrn-filter-select {
  position: relative;
  color: var(--color-secondary-200);
  background: rgba(from var(--color-secondary-100) r g b/0.1);
  border: 1px solid transparent;
  outline: 0;
  padding: 12px 50px 12px 20px;
  width: 345px;
  border-radius: var(--radius);
  font-size: var(--font-size-b3);
  line-height: 1.7;
  font-weight: var(--fw-regular);
  transition: all var(--transition) linear;
  box-shadow: none;
}
.lrn-filter.lrn-filter-1 .lrn-filter-select::placeholder {
  color: rgba(from var(--color-secondary-100) r g b/0.7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-filter.lrn-filter-1 .lrn-filter-select {
    width: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-filter.lrn-filter-1 .lrn-filter-select {
    width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-filter.lrn-filter-1 .lrn-filter-select {
    width: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-filter.lrn-filter-1 .lrn-filter-select {
    width: 270px;
  }
}
.lrn-filter.lrn-filter-1 .lrn-filter-select option {
  background: var(--color-dark-100);
  color: var(--color-secondary-200);
}

.lrn-filter-search {
  position: relative;
}
.lrn-filter-search-inp {
  position: relative;
  color: var(--color-secondary-200);
  background: rgba(from var(--color-secondary-100) r g b/0.1) !important;
  border: 1px solid transparent;
  outline: 0;
  padding: 12px 50px 12px 20px;
  border-radius: var(--radius);
  font-size: var(--font-size-b3);
  line-height: 1.7;
  font-weight: var(--fw-regular);
  transition: all var(--transition) linear;
}
.lrn-filter-search-inp::placeholder {
  color: rgba(from var(--color-secondary-100) r g b/0.7);
}
.lrn-filter-search::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f002";
  right: 12px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lrn-filter-icon {
  background: linear-gradient(140deg, rgba(214, 218, 240, 0.1) -5.08%, rgba(255, 255, 255, 0) 99.02%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  border: 2px solid rgba(214, 218, 240, 0.1019607843);
  transition: all 0.3s linear;
}
.lrn-filter-icon i {
  color: rgba(from var(--color-secondary-100) r g b/0.7);
  font-size: 20px;
  line-height: 28px;
  transition: all 0.3s linear;
}
.lrn-filter-icon-hover:hover {
  border: 2px solid var(--color-primary-100);
  transition: all 0.3s linear;
}
.lrn-filter-icon-hover:hover i {
  transition: all 0.3s linear;
  color: var(--color-primary-100);
}

.setting-btn {
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  transform: rotate(90deg);
}
.setting-btn:hover .bar1::before {
  transform: translateX(4px);
}
.setting-btn:hover .bar2::before {
  transform: translateX(-4px);
}
.setting-btn .bar {
  width: 50%;
  height: 2px;
  background-color: rgba(214, 218, 240, 0.6980392157);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 2px;
}
.setting-btn .bar::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #191a35;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #d6daf0;
  transition: all 0.3s;
}
.setting-btn .bar1::before {
  transform: translateX(-4px);
}
.setting-btn .bar2::before {
  transform: translateX(4px);
}

.discover-filter-activation.open .setting-btn:hover .bar1::before {
  transform: translateX(-4px);
}
.discover-filter-activation.open .setting-btn:hover .bar2::before {
  transform: translateX(4px);
}
.discover-filter-activation.open .setting-btn .bar1::before {
  transform: translateX(4px);
}
.discover-filter-activation.open .setting-btn .bar2::before {
  transform: translateX(-4px);
}

.lrn-filter-icon-active {
  border: 2px solid var(--color-primary-100);
  transition: all 0.3s linear;
}
.lrn-filter-icon-active i {
  transition: all 0.3s linear;
  color: var(--color-primary-100);
}

.lrn-filter-box {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(214, 218, 240, 0.17), rgba(255, 255, 255, 0));
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .lrn-filter-box {
    padding: 20px;
  }
}
.lrn-filter-box::before {
  content: "";
  top: 2px;
  left: 2px;
  position: absolute;
  background: linear-gradient(180deg, #191a35 0%, #191a35 100%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 10px;
}
.lrn-filter-box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-filter-box-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-filter-box-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-filter-box-list {
    grid-template-columns: auto;
    gap: 15px 20px;
  }
}
.lrn-filter-box-list label {
  color: rgba(214, 218, 240, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.lrn-filter-box-list .filter-action-wrap {
  display: flex;
  align-items: end;
}
.lrn-filter-box-list .filter-action-wrap .lrn-btn-primary {
  width: 100%;
  padding: 12px 20px;
}
.lrn-filter-box-list .filter-action-wrap .lrn-btn-primary .btn-text-wrap {
  margin: 0 auto;
}
.lrn-filter-box-search {
  width: 293px;
  height: 45px;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.lrn-grid-filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 20px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-grid-filter {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-grid-filter {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-grid-filter {
    grid-template-columns: 1fr;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-footer {
  margin: 0 0;
  position: relative;
}
.lrn-footer .glow {
  position: absolute;
  top: -185px;
  left: 50%;
  transform: translateX(-50%);
  width: 345px;
  height: 160px;
  border-radius: 345px;
  background: linear-gradient(270deg, #B26EF7 0%, #FF71BF 100%);
  filter: blur(100px);
  z-index: 1;
}
.lrn-footer-border-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0px;
  background: linear-gradient(90deg, var(--color-dark-100) -0.57%, var(--color-dark-100) -0.57%, #202035 52.99%, var(--color-dark-100) 100%);
}
@media only screen and (max-width: 575px) {
  .lrn-footer-border-top::before {
    top: 25px;
  }
}
.lrn-footer .lrn-footer-item {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.lrn-footer .lrn-footer-item li {
  margin: 0 0 12px 0;
  font-size: 16px;
}
.lrn-footer .lrn-footer-item li a {
  color: var(--color-secondary-700);
  display: inline-block;
  position: relative;
  font-weight: var(--fw-regular);
}
.lrn-footer .lrn-footer-item li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.3px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.lrn-footer .lrn-footer-item li a:hover {
  color: var(--color-primary-100) !important;
}
.lrn-footer .lrn-footer-item li a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.lrn-footer .lrn-footer-item.arrow-icon li a {
  padding-right: 22px;
}
.lrn-footer .lrn-footer-item.arrow-icon li a::after {
  display: none;
}
.lrn-footer .lrn-footer-item.arrow-icon li a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f061";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-8px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: currentColor;
}
.lrn-footer .lrn-footer-item.arrow-icon li a:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.lrn-footer .lrn-store a {
  display: inline-block;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.lrn-footer .lrn-store a img {
  max-height: 44px;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}
.lrn-footer .lrn-store a:hover {
  transform: translateY(-2px);
}
.lrn-footer .lrn-store a:hover img {
  transform: scale(1.001);
}
.lrn-footer .lrn-store a:active {
  transform: translateY(-2px);
}
.lrn-footer .lrn-footer-wrapper {
  max-width: 1820px;
  border-radius: 10px;
  background: var(--color-dark-300);
  position: relative;
  z-index: 2;
}
.lrn-footer .lrn-footer-wrapper--py {
  padding: 300px 0 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-footer .lrn-footer-wrapper--py {
    padding: 260px 0 60px 0;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-footer .lrn-footer-wrapper--py {
    padding: 200px 0 40px 0;
  }
}
.lrn-footer .lrn-footer-wrapper--pt {
  position: relative;
  padding: 300px 0 10px 0;
}
@media screen and (min-width: 1830px) {
  .lrn-footer .lrn-footer-wrapper--pt {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-footer .lrn-footer-wrapper--pt {
    padding-top: 260px;
  }
}
.lrn-footer .lrn-footer-wrapper--pt .star-shape {
  position: absolute;
  right: 64px;
  bottom: 290px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-footer .lrn-footer-wrapper--pt .star-shape {
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 1199px) {
  .lrn-footer .lrn-footer-wrapper--pt .star-shape {
    display: none;
  }
}
.lrn-footer.lrn-footer-title {
  font-size: 200px;
  line-height: 0.9;
  background: linear-gradient(180deg, rgba(178, 110, 247, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -35px !important;
  transform: translateY(-18px);
}
@media screen and (max-width: 1800px) {
  .lrn-footer.lrn-footer-title {
    font-size: 180px;
  }
}
@media screen and (max-width: 1600px) {
  .lrn-footer.lrn-footer-title {
    font-size: 155px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-footer.lrn-footer-title {
    font-size: 120px;
    transform: translateY(0px);
    margin-bottom: -12px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-footer.lrn-footer-title {
    font-size: 100px;
    transform: translateY(0px);
    margin-bottom: -10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-footer.lrn-footer-title {
    font-size: 80px;
    transform: translateY(0px);
    margin-bottom: -8px !important;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-footer.lrn-footer-title {
    font-size: 60px;
    transform: translateY(0px);
    margin-bottom: -5px !important;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-footer.lrn-footer-title {
    font-size: 35px;
    margin-bottom: -2px !important;
  }
}
.lrn-footer-logo a {
  display: inline-block;
}
.lrn-footer-logo a img {
  max-width: 200px;
}
@media only screen and (max-width: 575px) {
  .lrn-footer-logo a img {
    max-width: 140px;
  }
}

.lrn-footer-4-area .lrn-footer-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 1830px) {
  .lrn-footer-4-area .lrn-footer-wrapper {
    margin-bottom: 50px;
  }
}
.lrn-footer-4-area .lrn-footer-wrapper .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lrn-footer-4-area.v2 {
  padding: 0 20px;
}
.lrn-footer-4-area.v2 .lrn-footer-wrapper {
  max-width: 100%;
  margin: 20px 0;
}

.lrn-footer-5-area {
  max-width: 1820px;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  .lrn-footer-5-area {
    padding-bottom: 50px !important;
  }
}
.lrn-footer-5-area .lrn-footer-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.lrn-footer-5-area .lrn-footer-wrapper .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lrn-footer-5-area .lrn-footer-wrapper .footer-star {
  position: absolute;
  top: 128px;
  right: 106px;
  display: none;
}
@media screen and (min-width: 1400px) {
  .lrn-footer-5-area .lrn-footer-wrapper .footer-star {
    display: block;
  }
}
.lrn-footer-5-area .lrn-footer-wrapper .footer-shadow {
  width: 258px;
  height: 131px;
  transform: rotate(90deg);
  border-radius: 258px;
  background: #B26EF7;
  filter: blur(100px);
  position: absolute;
  left: 60px;
  bottom: -140px;
}

.lrn-footer-newsletter {
  border-bottom: 1px solid rgba(from var(--color-white) r g b/0.15);
  margin-bottom: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lrn-footer-newsletter {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.lrn-footer-newsletter .newsletter-form-2 {
  min-width: 475px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .lrn-footer-newsletter .newsletter-form-2 {
    min-width: auto;
  }
}
.lrn-footer-newsletter.without-footer {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-offcanvas-side-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.lrn-offcanvas-side-menu .inner-wrapper {
  width: 450px;
  z-index: 999;
  position: absolute;
  background-color: var(--color-dark-100);
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
  padding: 60px 50px;
  position: relative;
  overflow-y: auto;
}
@media only screen and (max-width: 575px) {
  .lrn-offcanvas-side-menu .inner-wrapper {
    width: 310px;
    padding: 30px;
  }
}
.lrn-offcanvas-side-menu .inner-wrapper .inner-top {
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lrn-offcanvas-side-menu .inner-wrapper .inner-top {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.lrn-offcanvas-side-menu.active-offcanvas {
  visibility: visible;
  opacity: 1;
}
.lrn-offcanvas-side-menu.active-offcanvas .inner-wrapper {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}
.lrn-offcanvas-side-menu .lrn-offcanvas-btn-wrap .lrn-btn3d .lrn-btn3d__text {
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .lrn-vertical-nav-list-wrapper .vartical-nav-content-menu-wrapper {
    display: none;
  }
}
/*---------------------------------
    cateory Side Menu
-----------------------------------*/
.lrn-category-sidemenu .lrn-vertical-nav-list-wrapper {
  margin: 0;
  padding: 0;
}
.lrn-category-sidemenu .lrn-vertical-nav-list-wrapper li {
  margin-top: 14px;
  margin-bottom: 14px;
}
.lrn-category-sidemenu .lrn-vertical-nav-list-wrapper li:first-child {
  margin-top: 0;
}
.lrn-category-sidemenu .lrn-vertical-nav-list-wrapper .vartical-nav-content-menu-wrapper {
  padding-left: 15px;
  margin-bottom: 20px;
}
.lrn-category-sidemenu .lrn-vertical-nav-list-wrapper .vartical-nav-content-menu-wrapper .vartical-nav-content-menu + .vartical-nav-content-menu {
  margin-top: 20px;
}
.lrn-category-sidemenu .lrn-vertical-nav-list-wrapper .vartical-nav-content-menu-wrapper a {
  font-size: 16px;
  font-weight: 500;
}
.lrn-category-sidemenu .lrn-vertical-nav-list-wrapper .vertical-nav-item {
  margin: 0;
}
.lrn-category-sidemenu .lrn-vertical-nav-list-wrapper .vertical-nav-item > a {
  padding: 14px 0;
  display: block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.lrn-category-sidemenu .lrn-vertical-nav-list-wrapper .vertical-nav-item > a::after {
  position: absolute;
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.lrn-category-sidemenu .lrn-vertical-nav-list-wrapper .vertical-nav-item > a.active::after {
  content: "\f068";
}
.lrn-category-sidemenu .lrn-vertical-nav-list-wrapper .vertical-nav-item.active > a::after {
  content: "\f068";
}
.lrn-category-sidemenu .lrn-vertical-nav-list-wrapper .vertical-nav-item + .vertical-nav-item {
  border-top: 1px solid var(--color-dark-400);
}

@media only screen and (min-width: 1200px) {
  .lrn-category-sidemenu {
    display: none !important;
  }
}
/*---------------------------------
    Cart Side Menu (Right)
-----------------------------------*/
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .inner-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -150px;
  width: 420px;
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 575px) {
  .lrn-offcanvas-side-menu.lrn-cart-offcanvas .inner-wrapper {
    width: 100%;
    max-width: 360px;
    padding: 30px 20px 20px;
  }
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas.active-offcanvas .inner-wrapper {
  left: auto;
  right: 0;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-top {
  flex-shrink: 0;
  border-bottom: 1px solid var(--color-dark-400);
  margin-bottom: 0;
  padding-bottom: 20px;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 0;
  margin-right: -10px;
  padding-right: 10px;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-body::-webkit-scrollbar {
  width: 4px;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-body::-webkit-scrollbar-thumb {
  background: var(--color-dark-500);
  border-radius: 4px;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(from var(--color-secondary-100) r g b/0.08);
  position: relative;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-item:first-child {
  padding-top: 0;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--color-dark-400);
  background: var(--color-dark-300);
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-content {
  flex: 1;
  min-width: 0;
  padding-right: 24px;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-title {
  display: block;
  font-size: 15px;
  font-weight: var(--fw-semiBold);
  line-height: 1.4;
  margin-bottom: 2px;
  transition: color var(--transition);
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-title:hover {
  color: var(--color-primary-100);
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-category {
  display: block;
  font-size: 13px;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-price {
  font-size: 15px;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-qty {
  max-width: 110px;
  height: 36px;
  border: 1px solid var(--color-dark-400);
  border-radius: 8px;
  background: var(--color-dark-300);
  display: flex;
  align-items: center;
  margin: 0;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-qty .qtybtn {
  width: 32px;
  height: 100%;
  line-height: 1;
  font-size: 16px;
  font-weight: var(--fw-bold);
  color: var(--color-secondary-100);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color var(--transition);
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-qty .qtybtn:hover {
  color: var(--color-primary-100);
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-qty input {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
  text-align: center;
  background: transparent;
  color: var(--color-secondary-100);
  font-size: 13px;
  font-weight: var(--fw-semiBold);
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-remove {
  position: absolute;
  top: 4px;
  right: 0;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--color-secondary-700);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  cursor: pointer;
  font-size: 14px;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-remove:hover {
  color: var(--color-error-100);
  background: rgba(from var(--color-error-100) r g b/0.12);
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-footer {
  flex-shrink: 0;
  border-top: 1px solid var(--color-dark-400);
  padding-top: 20px;
  margin-top: auto;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 15px;
}
.lrn-offcanvas-side-menu.lrn-cart-offcanvas .lrn-cart-offcanvas-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lrn-close-offcanvas,
.lrn-close-cart-offcanvas {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  color: var(--color-white);
  transition: all var(--transition);
  position: relative;
}
.lrn-close-offcanvas::after,
.lrn-close-cart-offcanvas::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(from var(--color-error-100) r g b/0.12);
  opacity: 0;
  transform: scale(0.8);
  transition: var(--transition);
}
.lrn-close-offcanvas:hover,
.lrn-close-cart-offcanvas:hover {
  color: var(--color-error-100);
}
.lrn-close-offcanvas:hover::after,
.lrn-close-cart-offcanvas:hover::after {
  opacity: 1;
  transform: scale(1);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-course-3-page-bg {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.lrn-course-3-hero-area {
  overflow: hidden;
  position: relative;
  padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-course-3-hero-area {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-course-3-hero-area {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-course-3-hero-area {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-course-3-hero-area {
    padding-top: 30px;
  }
}
.lrn-course-3-hero-area .shape-1 {
  position: absolute;
  left: 0;
  bottom: 0px;
  opacity: 0;
  animation: heroFadeIn 1.2s ease 0.6s both;
}
.lrn-course-3-hero-area .title {
  letter-spacing: -0.8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-course-3-hero-area .title {
    letter-spacing: normal;
  }
}
.lrn-course-3-hero-area .col-xl-6 > p {
  opacity: 0;
  animation: universitySlideFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}
.lrn-course-3-hero-area .col-xl-6 > .d-flex {
  opacity: 0;
  animation: universitySlideFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}
.lrn-course-3-hero-area .col-xl-6 > .profile-share {
  opacity: 0;
  animation: universitySlideFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}
.lrn-course-3-hero-area .col-xl-6 > ul {
  opacity: 0;
  animation: universitySlideFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
}
.lrn-course-3-hero-slider {
  overflow: hidden;
  margin-right: -340px;
  margin-left: 30px;
  opacity: 0;
  animation: course3HeroSliderIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-course-3-hero-slider {
    margin-right: 0;
    margin-left: 0;
    margin-top: 40px;
  }
}
.lrn-course-3-hero-slide {
  padding-top: 25px;
  border-radius: 22px;
  background: var(--color-dark-300);
  position: relative;
  overflow: hidden;
}
.lrn-course-3-hero-slide:hover::after {
  opacity: 0.5;
}
.lrn-course-3-hero-slide::after {
  content: "";
  width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(15, 16, 42, 0) 18.23%, var(--color-primary-100) 100%);
  transition: all 0.3s ease;
}
.lrn-course-3-hero-slide.bg-version-2::after {
  background: linear-gradient(180deg, rgba(15, 16, 42, 0) 18.23%, var(--color-error-100) 100%);
}
.lrn-course-3-hero-slide.bg-version-3::after {
  background: linear-gradient(180deg, rgba(15, 16, 42, 0) 18.23%, var(--color-basic-100) 100%);
}
.lrn-course-3-hero-slide .img-wrap img {
  width: 100%;
}
.lrn-course-3-hero-slide .content {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  z-index: 2;
  padding: 30px;
}
.lrn-course-3-hero-slide .content .designation {
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-white);
}

.lrn-coaching-hero-area {
  position: relative;
}
.lrn-coaching-hero-area .light-shape {
  position: absolute;
  z-index: -1;
  bottom: -240px;
  left: 50%;
  opacity: 0;
  animation: heroFadeIn 1.2s ease 0.5s both;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-coaching-hero-area .light-shape {
    display: none;
  }
}
.lrn-coaching-hero-content {
  border-radius: 29px;
  background: var(--color-dark-300);
  padding-top: 50px;
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-coaching-hero-content {
    flex-direction: column;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-coaching-hero-content {
    padding: 20px 20px 0 20px;
  }
}
.lrn-coaching-hero-content::after {
  content: "";
  position: absolute;
  left: -143px;
  top: -41px;
  width: 189px;
  height: 103px;
  transform: rotate(68deg);
  background: linear-gradient(90deg, var(--color-basic-100) 0%, var(--color-error-100) 100%);
  filter: blur(100px);
  z-index: -1;
}
.lrn-coaching-hero-content::before {
  content: "";
  position: absolute;
  right: 167px;
  top: -58px;
  width: 189px;
  height: 103px;
  transform: rotate(68deg);
  background-color: var(--color-basic-100);
  filter: blur(100px);
  z-index: -1;
}
.lrn-coaching-hero-content .shape-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: luminosity;
  opacity: 0;
  height: 100%;
  animation: coachingHeroShapeIn 1s ease 0.2s both;
}
.lrn-coaching-hero-content .left-side {
  padding-bottom: 50px;
  flex-basis: 345px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-coaching-hero-content .left-side {
    padding-bottom: 40px;
    max-width: 400px;
  }
}
.lrn-coaching-hero-content .left-side .profile {
  opacity: 0;
  animation: universitySlideFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.lrn-coaching-hero-content .left-side .lrn-badge-gradient-1 {
  opacity: 0;
  animation: universitySlideFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
.lrn-coaching-hero-content .left-side > div > p {
  opacity: 0;
  animation: universitySlideFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}
.lrn-coaching-hero-content .left-side .lrn-btn-group {
  opacity: 0;
  animation: universitySlideFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}
.lrn-coaching-hero-content .hero-img-wrap {
  display: flex;
  align-items: end;
  max-width: 520px;
  opacity: 0;
  animation: onlineCourse3HeroImg 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}
.lrn-coaching-hero-content .hero-img-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}
.lrn-coaching-hero-content .profile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.lrn-coaching-hero-content .profile .img-wrap {
  border-radius: 50%;
  border: 2px solid var(--color-primary-700);
  background: linear-gradient(180deg, var(--color-primary-700) 0%, var(--color-primary-600) 100%);
  position: relative;
}
.lrn-coaching-hero-content .profile .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var(--color-dark-300);
  background-color: #0acc6f;
}
.lrn-coaching-hero-content .profile .img-wrap img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.lrn-coaching-hero-content .title {
  font-size: 34px;
  margin-bottom: 8px;
  margin-top: 20px;
}
.lrn-coaching-hero-card-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-coaching-hero-card-wrap {
    flex-direction: row;
  }
}
.lrn-coaching-hero-card-1, .lrn-coaching-hero-card-2 {
  border-radius: 29px;
  background: var(--color-dark-300);
  padding: 30px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 50%;
  opacity: 0;
  animation: universitySlideFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.lrn-coaching-hero-card-1 .shape-bg, .lrn-coaching-hero-card-2 .shape-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: plus-lighter;
  opacity: 0.4;
  border-radius: 29px;
  width: 100%;
  height: 100%;
}
.lrn-coaching-hero-card-1 .icon, .lrn-coaching-hero-card-2 .icon {
  display: inline-block;
  margin-bottom: 15px;
}
.lrn-coaching-hero-card-1 {
  gap: 30px;
  animation-delay: 0.4s;
}
.lrn-coaching-hero-card-2 {
  gap: 35px;
  animation-delay: 0.55s;
}
.lrn-coaching-hero-card-2 .divider {
  height: 1px;
  width: 100%;
  opacity: 0.1;
  background: var(--color-white);
}

.lrn-coaching-brand {
  border-radius: 24px;
  background: var(--color-dark-300);
  box-shadow: 0px 4px 65.6px 0px rgba(25, 35, 53, 0.05);
  padding: 68px 30px 60px 30px;
}
@media only screen and (max-width: 767px) {
  .lrn-coaching-brand {
    padding: 40px 25px;
  }
}
.lrn-coaching-brand .title-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .lrn-coaching-brand .title-wrap {
    display: block;
  }
}
.lrn-coaching-brand .title-wrap .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, rgba(169, 177, 224, 0.4) 0%, rgba(169, 177, 224, 0) 100%);
}
.lrn-coaching-brand .title-wrap .line.right {
  background: linear-gradient(90deg, rgba(169, 177, 224, 0.4) 0%, rgba(169, 177, 224, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .lrn-coaching-brand .title-wrap .line {
    display: none;
  }
}
.lrn-coaching-brand .barnd-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-coaching-brand .barnd-wrap {
    gap: 15px 40px;
  }
}
.lrn-coaching-brand .barnd-wrap .brand-item {
  transition: transform 0.25s ease;
}
.lrn-coaching-brand .barnd-wrap .brand-item img {
  opacity: 0.65;
  transition: opacity 0.25s ease, filter 0.25s ease;
}
.lrn-coaching-brand .barnd-wrap .brand-item:hover {
  transform: translateY(-3px);
}
.lrn-coaching-brand .barnd-wrap .brand-item:hover img {
  opacity: 1;
  filter: brightness(1.2);
}

.lrn-online-course-3-hero {
  padding: 0 20px;
}
@media screen and (min-width: 1400px) {
  .lrn-online-course-3-hero {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-online-course-3-hero {
    padding: 0 15px;
  }
}
.lrn-online-course-3-hero .lrn-course-wrapper {
  max-width: 1820px;
  margin: 0 auto;
  background: var(--color-dark-300) url("/src/assets/images/hero/online-course-3-hero-bg.png") no-repeat center/cover;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-online-course-3-hero .lrn-course-wrapper {
    padding: 40px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-online-course-3-hero .lrn-course-wrapper {
    border-radius: 12px;
  }
}
.lrn-online-course-3-hero .lrn-course-wrapper .title-wrap {
  margin-bottom: -280px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-wrap {
    margin-bottom: -230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-wrap {
    margin-bottom: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-wrap {
    margin-bottom: 0;
  }
}
.lrn-online-course-3-hero .lrn-course-wrapper .title-big-one {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary-100);
  font-size: 200px;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -8px;
  color: transparent;
  opacity: 0;
  text-align: center;
  margin-bottom: -40px;
  animation: onlineCourse3TitleOutline 1s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-big-one {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-big-one {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-big-one {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-big-one {
    font-size: 80px;
    letter-spacing: -4px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-big-one {
    font-size: 60px;
    letter-spacing: -2px;
    margin-bottom: -25px;
  }
}
.lrn-online-course-3-hero .lrn-course-wrapper .title-big-two {
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -8px;
  text-align: center;
  background: linear-gradient(180deg, var(--color-primary-700) 0%, var(--color-primary-600) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  animation: universitySlideFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-big-two {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-big-two {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-big-two {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-big-two {
    font-size: 80px;
    letter-spacing: -4px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .title-big-two {
    font-size: 50px;
    letter-spacing: -2px;
  }
}
.lrn-online-course-3-hero .lrn-course-wrapper .content-wrap {
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .content-wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.lrn-online-course-3-hero .lrn-course-wrapper .content-wrap .left-content {
  max-width: 330px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: universitySlideFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .content-wrap .left-content {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .content-wrap .left-content {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .content-wrap .left-content ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .content-wrap .left-content p {
    text-align: center;
  }
}
.lrn-online-course-3-hero .lrn-course-wrapper .content-wrap .right-content {
  text-align: right;
  max-width: 330px;
  margin-left: -50px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: universitySlideFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.65s both;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .content-wrap .right-content {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-online-course-3-hero .lrn-course-wrapper .content-wrap .right-content {
    padding-bottom: 0;
    margin-left: 0;
    text-align: center;
  }
}
.lrn-online-course-3-hero .lrn-course-wrapper .content-wrap .middle-img {
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: onlineCourse3HeroImg 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}
.lrn-online-course-3-hero .lrn-course-wrapper .content-wrap .middle-img img {
  display: block;
}
.lrn-online-course-3-hero .lrn-course-wrapper .content-wrap .gradient-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  border-radius: 801px;
  opacity: 0;
  background: linear-gradient(180deg, #9382FF 7.57%, #FF71BF 151.93%);
  filter: blur(100px);
  width: 590px;
  height: 801px;
  bottom: -332px;
  z-index: 1;
  animation: onlineCourse3GradientIn 1.2s ease 0.3s both;
}

.lrn-course-hero-4-area .hero-wrapper {
  max-width: 1820px;
  margin: 0 auto;
  padding-top: 170px;
  padding-bottom: 180px;
  position: relative;
  background-color: var(--color-dark-300);
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-course-hero-4-area .hero-wrapper {
    padding: 100px 0 120px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-course-hero-4-area .hero-wrapper {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-course-hero-4-area .hero-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-course-hero-4-area .hero-wrapper {
    padding: 50px 0;
  }
}
.lrn-course-hero-4-area .hero-wrapper .shape {
  position: absolute;
  top: -110px;
  left: 500px;
  z-index: 1;
  opacity: 0;
  animation: heroFadeIn 1s ease 0.2s both;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-course-hero-4-area .hero-wrapper .shape {
    max-width: 200px;
    top: -90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-course-hero-4-area .hero-wrapper .shape {
    display: none;
  }
}
.lrn-course-hero-4-area .hero-wrapper .shadow-1 {
  width: 299px;
  height: 161px;
  border-radius: 299px;
  background: linear-gradient(180deg, var(--color-basic-100) 0%, var(--color-error-100) 100%);
  filter: blur(150px);
  position: absolute;
  left: -80px;
  top: -165px;
}
.lrn-course-hero-4-area .hero-wrapper .noise {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.lrn-course-hero-4-area .hero-wrapper .gd-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-course-hero-4-area .hero-wrapper .gd-bg {
    opacity: 0.35;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap {
  display: flex;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap {
    display: block;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left {
  max-width: 675px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left {
    max-width: 580px;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .subtitle,
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap,
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .disc,
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form {
  opacity: 0;
  animation: universitySlideFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .subtitle {
  animation-delay: 0.1s;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .subtitle .text {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap {
  animation-delay: 0.25s;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .title {
  display: inline;
  font-size: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .title {
    font-size: 36px;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .title .title-img {
  transform: translateY(-10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .title .title-img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .title .title-img {
    max-width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .title .title-img {
    max-width: 50px;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .profile-share-wrap {
  display: inline-block;
  transform: translateY(-15px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .profile-share-wrap {
    transform: translate(0);
    display: block;
    margin-top: 15px;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .profile-share-wrap .profile-share a img {
  width: 43px;
  height: 43px;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .hero-title-wrap .profile-share-wrap .profile-share .more-author-text .subtitle {
  font-size: 14px;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .disc {
  animation-delay: 0.4s;
  max-width: 590px;
  color: var(--color-secondary-400);
  font-size: 22px;
  line-height: 1.3;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .disc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .disc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .disc {
    font-size: 16px;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form {
  animation-delay: 0.55s;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .hero-search {
  position: relative;
  max-width: 450px;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .hero-search input {
  border-radius: 12px;
  border: 2px solid rgba(147, 130, 255, 0.1);
  background: var(--color-dark-400);
  padding: 8px 100px 8px 48px;
  height: 60px;
  color: var(--color-secondary-400);
  font-size: 17px;
  line-height: 1;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .hero-search input::placeholder {
  color: var(--color-secondary-300);
}
@media only screen and (max-width: 575px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .hero-search input {
    height: 50px;
    font-size: 14px;
    border-width: 1px;
    padding: 8px 80px 8px 12px;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .hero-search .search-icon {
  position: absolute;
  left: 20px;
  top: 21px;
}
@media only screen and (max-width: 575px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .hero-search .search-icon {
    display: none;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .hero-search button {
  display: inline-flex;
  padding: 14px 20px;
  border-radius: 8px;
  background: var(--color-primary-100);
  border: none;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .hero-search button {
    padding: 12px 14px;
    font-size: 14px;
    right: 6px;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .hero-search button:hover {
  background: var(--color-primary-200);
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .search-tags {
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .search-tag {
  border-radius: 38px;
  border: 1px solid var(--color-dark-400);
  background: var(--color-dark-300);
  padding: 9px 14px;
  color: var(--color-secondary-700);
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  transition: all var(--transition) ease;
}
@media only screen and (max-width: 575px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .search-tag {
    font-size: 12px;
    padding: 7px 10px;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-left .search-form .search-tag:hover {
  background-color: var(--color-primary-100);
  color: var(--color-white);
  border-color: var(--color-primary-100);
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right {
  position: relative;
  transform: translate(80px, -60px);
  opacity: 0;
  animation: heroFadeIn 1s ease 0.35s both;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right {
    transform: translate(40px, -60px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right {
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right {
    display: none;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right .main-img {
  display: block;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right .icon {
  position: absolute;
  opacity: 0;
  animation: blurFade 5s infinite ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right .icon {
    display: none;
  }
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right .icon-1 {
  right: -32px;
  top: 5px;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right .icon-2 {
  right: -170px;
  top: 42%;
  transform: translateY(-50%);
  animation-delay: 0.5s;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right .icon-3 {
  right: -160px;
  bottom: 35px;
  animation-delay: 1s;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right .icon-4 {
  right: -27px;
  bottom: -85px;
  animation-delay: 1.5s;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right .icon-5 {
  left: 85px;
  bottom: -110px;
  animation-delay: 2s;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right .icon-6 {
  left: -70px;
  bottom: 40px;
  animation-delay: 2.5s;
}
.lrn-course-hero-4-area .hero-wrapper .hero-content-wrap .hero-right .icon-7 {
  left: -100px;
  top: 100px;
  animation-delay: 3s;
}

@keyframes blurFade {
  0%, 100% {
    opacity: 1;
    filter: blur(0);
  }
  40%, 60% {
    opacity: 0.5;
    filter: blur(1.5px);
  }
}
@keyframes heroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes universitySlideFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes onlineCourse3TitleOutline {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 0.1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes onlineCourse3HeroImg {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0) scale(1.04);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes onlineCourse3GradientIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@keyframes coachingHeroShapeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes course3HeroSliderIn {
  from {
    opacity: 0;
    transform: translate3d(60px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes universityElementIn {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.lrn-university-slider {
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .lrn-university-slider {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-university-slider.v2 .slider-controller {
    width: 100%;
    position: static;
    margin-top: 10px;
  }
}
.lrn-university-slider .swiper-slide .element-1,
.lrn-university-slider .swiper-slide .element-2 {
  opacity: 0;
}
.lrn-university-slider .swiper-slide .hero-content > * {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}
.lrn-university-slider .swiper-slide .lrn-university-hero .banner {
  overflow: hidden;
}
.lrn-university-slider .swiper-slide .lrn-university-hero .banner img {
  transform: scale(1.08);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.lrn-university-slider .swiper-slide .lrn-university-2-hero .banner img {
  transform: scale(1.08);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.lrn-university-slider .swiper-slide .lrn-university-2-hero .line-shape {
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
}
.lrn-university-slider .swiper-slide .lrn-university-2-hero .lrn-university-2-hero-box > * {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}
.lrn-university-slider .swiper-slide.slide-animated .element-1 {
  animation: universityElementIn 0.8s ease 0.35s both;
}
.lrn-university-slider .swiper-slide.slide-animated .element-2 {
  animation: universityElementIn 0.8s ease 0.5s both;
}
.lrn-university-slider .swiper-slide.slide-animated .hero-content > * {
  animation: universitySlideFadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.lrn-university-slider .swiper-slide.slide-animated .hero-content > *:nth-child(1) {
  animation-delay: 0.1s;
}
.lrn-university-slider .swiper-slide.slide-animated .hero-content > *:nth-child(2) {
  animation-delay: 0.22s;
}
.lrn-university-slider .swiper-slide.slide-animated .hero-content > *:nth-child(3) {
  animation-delay: 0.34s;
}
.lrn-university-slider .swiper-slide.slide-animated .hero-content > *:nth-child(4) {
  animation-delay: 0.46s;
}
.lrn-university-slider .swiper-slide.slide-animated .hero-content > *:nth-child(5) {
  animation-delay: 0.58s;
}
.lrn-university-slider .swiper-slide.slide-animated .lrn-university-hero .banner img {
  transform: scale(1);
}
.lrn-university-slider .swiper-slide.slide-animated .lrn-university-2-hero .banner img {
  transform: scale(1);
}
.lrn-university-slider .swiper-slide.slide-animated .lrn-university-2-hero .line-shape {
  animation: universityElementIn 0.8s ease 0.15s both;
}
.lrn-university-slider .swiper-slide.slide-animated .lrn-university-2-hero .lrn-university-2-hero-box > * {
  animation: universitySlideFadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.lrn-university-slider .swiper-slide.slide-animated .lrn-university-2-hero .lrn-university-2-hero-box > *:nth-child(1) {
  animation-delay: 0.15s;
}
.lrn-university-slider .swiper-slide.slide-animated .lrn-university-2-hero .lrn-university-2-hero-box > *:nth-child(2) {
  animation-delay: 0.28s;
}
.lrn-university-slider .swiper-slide.slide-animated .lrn-university-2-hero .lrn-university-2-hero-box > *:nth-child(3) {
  animation-delay: 0.4s;
}
.lrn-university-slider .swiper-slide.slide-animated .lrn-university-2-hero .lrn-university-2-hero-box > *:nth-child(4) {
  animation-delay: 0.52s;
}
.lrn-university-slider .slider-controller {
  position: absolute;
  z-index: 2;
  right: 80px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .lrn-university-slider .slider-controller {
    width: 100%;
    position: static;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-university-slider .slider-controller {
    right: 30px;
  }
}
.lrn-university-slider .slider-controller .lrn-navigation {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .lrn-university-slider .slider-controller .lrn-navigation {
    display: none;
  }
}
.lrn-university-slider .slider-controller .lrn-swiper-pagination-3 {
  margin-top: 258px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-university-slider .slider-controller .lrn-swiper-pagination-3 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-university-slider .slider-controller .lrn-swiper-pagination-3 {
    margin-top: 0;
  }
}
.lrn-university-slider .slider-controller .lrn-swiper-pagination-3 .swiper-pagination-bullet {
  background: var(--color-secondary-100);
}
.lrn-university-slider .slider-controller .lrn-swiper-pagination-3 .swiper-pagination-bullet-active {
  background: var(--color-primary-100);
}

.lrn-university-hero {
  position: relative;
  padding: 182px 0;
  overflow: hidden;
  border-radius: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-university-hero {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-university-hero {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-university-hero {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-university-hero {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-university-hero {
    padding-top: 50px;
  }
}
.lrn-university-hero .bg-blur {
  position: fixed;
  left: -1px;
  top: 0;
  height: 100%;
  width: 1170px;
  background: linear-gradient(275deg, rgba(5, 5, 32, 0) 3.99%, rgba(5, 5, 32, 0.75) 62.96%, rgba(5, 5, 32, 0.95) 100%);
  z-index: 2;
}
.lrn-university-hero .shadow-1 {
  position: absolute;
  left: -262px;
  top: -100px;
  border-radius: 348px;
  background: linear-gradient(90deg, #B26EF7 0%, #FF71BF 100%);
  filter: blur(150px);
  width: 348px;
  height: 175px;
  transform: rotate(90deg);
  z-index: 2;
}
.lrn-university-hero .shadow-2 {
  position: absolute;
  top: -150px;
  right: -80px;
  width: 348px;
  height: 175px;
  transform: rotate(90deg);
  border-radius: 348px;
  background: #15047F;
  filter: blur(200px);
  z-index: 1;
}
.lrn-university-hero .element-1 {
  position: absolute;
  z-index: 2;
  bottom: 90px;
  left: 104px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-university-hero .element-1 {
    bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-university-hero .element-1 {
    display: none;
  }
}
.lrn-university-hero .element-2 {
  position: absolute;
  top: 100px;
  left: 35%;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-university-hero .element-2 {
    display: none;
  }
}
.lrn-university-hero .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.lrn-university-hero .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.lrn-university-hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.lrn-university-hero .hero-content .title {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .lrn-university-hero .hero-content .title {
    margin-top: 20px;
  }
}
.lrn-university-hero .hero-content .description {
  color: var(--color-secondary-100);
  font-size: 20px;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .lrn-university-hero .hero-content .description {
    font-size: 18px;
    line-height: 1.4;
  }
}
.lrn-university-hero .hero-content .btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.lrn-university-hero .hero-content .profile-share {
  margin-top: 40px;
}
.lrn-university-hero .hero-content .profile-share a img {
  border-color: var(--color-dark-100);
  width: 44px;
  height: 44px;
}
.lrn-university-hero .hero-content .profile-share .more-author-text .subtitle {
  font-size: 14px;
}

.lrn-university-2-hero {
  border-radius: 10px;
  position: relative;
  padding: 270px 0 50px 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-university-2-hero {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-university-2-hero {
    padding: 50px 0;
  }
}
.lrn-university-2-hero .overlay {
  position: fixed;
  left: -1px;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(275deg, rgba(5, 5, 32, 0) 3.99%, rgba(5, 5, 32, 0.05) 28.61%, rgba(5, 5, 32, 0.75) 62.96%, rgba(5, 5, 32, 0.95) 100%);
  z-index: 1;
}
.lrn-university-2-hero .line-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.lrn-university-2-hero .line-shape img {
  border-top-left-radius: 10px;
}
.lrn-university-2-hero .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lrn-university-2-hero .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.lrn-university-2-hero-box {
  border-radius: 23px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-university-2-hero-box {
    background-color: transparent;
    border: 0;
    padding: 0;
    backdrop-filter: blur(0px);
    max-width: 500px;
  }
}
.lrn-university-2-hero-box::after {
  content: "";
  position: absolute;
  left: -50px;
  top: -20px;
  width: calc(100% + 60px);
  height: calc(100% + 80px);
  border-radius: 853px;
  opacity: 0.6;
  background: linear-gradient(288deg, #9382FF 7.57%, #FF71BF 151.93%);
  filter: blur(100px);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-university-2-hero-box::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.lrn-university-2-hero-box .subtitle {
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #8169a2;
  backdrop-filter: blur(4.8px);
  display: inline-flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.lrn-university-2-hero-box .title {
  color: var(--color-white);
  letter-spacing: -0.72px;
  margin-top: 20px;
}
.lrn-university-2-hero-box .title .stroke-text {
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--color-white);
  color: transparent;
}
.lrn-university-2-hero-box .title img {
  transform: translateY(-5px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-university-2-hero-box .title img {
    max-width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-university-2-hero-box .title img {
    max-height: 30px;
  }
}
.lrn-university-2-hero-box .description {
  color: var(--color-white);
  font-size: 20px;
  line-height: 1.6;
  margin-top: 10px;
}
.lrn-university-2-hero-box .btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.lrn-university-2-hero-box .outline-btn {
  display: inline-flex;
  padding: 22px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid var(--color-secondary-400);
  color: var(--color-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-achievement-card {
  border-radius: 24px;
  background: var(--color-dark-300);
  padding: 60px 30px 30px 30px;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-achievement-card {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-achievement-card {
    padding: 30px 20px;
  }
}
.lrn-achievement-card .display--2 img {
  transform: translateY(-4px);
}
@media only screen and (max-width: 575px) {
  .lrn-achievement-card .display--2 img {
    max-height: 30px;
  }
}
.lrn-achievement-card .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  opacity: 0.5;
  mix-blend-mode: plus-lighter;
  z-index: -1;
}
.lrn-achievement-card .card-box {
  margin-top: 74px;
  padding: 50px;
  border-radius: 24px;
  border: 1px solid rgba(from var(--color-white) r g b/0.3);
  background: rgba(from var(--color-dark-300) r g b/0.42);
  backdrop-filter: blur(6px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-achievement-card .card-box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-achievement-card .card-box {
    padding: 30px;
  }
}
.lrn-achievement-card .card-box .box-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .lrn-achievement-card .card-box .box-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.lrn-achievement-card .card-box .box-row:not(:last-child) {
  border-bottom: 1px solid rgba(from var(--color-white) r g b/0.1);
  padding-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .lrn-achievement-card .card-box .box-row:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.lrn-achievement-card .card-box .box-row:not(:first-child) {
  padding-top: 20px;
}
@media only screen and (max-width: 575px) {
  .lrn-achievement-card .card-box .box-row:not(:first-child) {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-achievement-card .card-box .box-row:last-child .item:last-child {
    padding-bottom: 0;
  }
}
.lrn-achievement-card .card-box .box-row .item {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
@media only screen and (max-width: 575px) {
  .lrn-achievement-card .card-box .box-row .item {
    padding-bottom: 15px;
    align-items: center;
  }
}
.lrn-achievement-card .card-box .box-row .item .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--color-primary-700) 0%, var(--color-primary-600) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.lrn-achievement-card .card-box .box-row .item .icon img {
  max-width: 20px;
  max-height: 20px;
}
.lrn-achievement-card .card-box .box-row .item .number {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-achievement-card .card-box .box-row .item .number {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-achievement-card .card-box .box-row .item .number {
    font-size: 28px;
  }
}
.lrn-achievement-card-2 {
  border-radius: 24px;
  background: var(--color-dark-300);
  padding: 60px 30px 30px 30px;
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-achievement-card-2 {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-achievement-card-2 {
    padding: 30px 20px;
  }
}
.lrn-achievement-card-2 .display--2 img {
  transform: translateY(-4px);
}
@media only screen and (max-width: 575px) {
  .lrn-achievement-card-2 .display--2 img {
    max-height: 30px;
  }
}
.lrn-achievement-card-2 .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  opacity: 0.5;
  mix-blend-mode: plus-lighter;
  z-index: -1;
}
.lrn-achievement-card-2 ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}
.lrn-achievement-card-2 ul li {
  color: var(--color-secondary-100);
  margin-top: 0;
}
.lrn-achievement-card-2 ul li:not(:last-child) {
  margin-bottom: 10px;
}
.lrn-achievement-card-2 ul li i {
  margin-right: 8px;
}
.lrn-achievement-card-3 {
  border-radius: 10px;
  background: var(--color-dark-300);
  padding: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .lrn-achievement-card-3 {
    padding: 25px 16px;
  }
}
.lrn-achievement-card-3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/shape/achievement-card-bg-3.webp") no-repeat top right;
  z-index: -1;
}
.lrn-achievement-card-3 .card-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-radius: 50px;
  background: var(--color-gradient-900);
  position: relative;
  z-index: 1;
}
.lrn-achievement-card-3 .card-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-gradient-200);
  z-index: -1;
  transition: all var(--transition) ease;
  opacity: 0;
}
.lrn-achievement-card-3 .number {
  color: var(--color-white);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.04;
  margin-bottom: 5px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-achievement-card-3 .number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-achievement-card-3 .number {
    font-size: 30px;
  }
}
.lrn-achievement-card-3 .title {
  color: var(--color-secondary-400);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .lrn-achievement-card-3 .title {
    font-size: 14px;
  }
}
.lrn-achievement-card-3:hover .card-icon::after {
  opacity: 1;
}
.lrn-achievement-card-3-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-achievement-card-3-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .lrn-achievement-card-3-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-success-story-slider .swiper-slide {
  width: min(86%, 1155px);
}

.lrn-success-story-slider .swiper-slide:not(.swiper-slide-active) .lrn-success-story-card {
  opacity: 0.4;
}

.lrn-success-story-card {
  border-radius: 10px;
  background-color: var(--color-dark-300);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-success-story-card {
    flex-direction: column;
    gap: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-success-story-card {
    padding: 15px;
  }
}
.lrn-success-story-card .card-left {
  position: relative;
  background-color: var(--color-dark-400);
  width: 600px;
  flex: 0 0 auto;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-success-story-card .card-left {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-success-story-card .card-left {
    width: 100%;
  }
}
.lrn-success-story-card .card-left .lrn-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.lrn-success-story-card .card-left .main-img {
  position: relative;
  z-index: 2;
}
.lrn-success-story-card .card-left .graduate-icon {
  position: absolute;
  left: 20px;
  top: 20px;
}
@media only screen and (max-width: 575px) {
  .lrn-success-story-card .card-left .graduate-icon {
    display: none;
  }
}
.lrn-success-story-card .card-left .text-big {
  position: absolute;
  right: 0;
  top: 40px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .lrn-success-story-card .card-left .text-big {
    max-width: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-success-story-card .card-left .text-big {
    max-width: 150px;
    top: 20px;
    gap: 10px;
  }
}
.lrn-success-story-card .card-left .text-big span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(from var(--color-white) r g b/0.2);
  font-size: 100px;
  font-weight: 700;
  line-height: 0.8;
  color: rgba(from var(--color-primary-100) r g b/0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-success-story-card .card-left .text-big span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-success-story-card .card-left .text-big span {
    font-size: 35px;
  }
}
.lrn-success-story-card .card-left .main-title {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--color-dark-400);
  padding: 10px 25px 10px 80px;
  width: 336px;
  height: 128px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 336 128'%3E%3Cpath fill='white' d='M68.0474 8.476L2.76002 113.179C-4.88187 125.435 4.29605 141.247 18.7282 140.69L318.483 129.12C328.147 128.747 335.789 120.805 335.789 111.134V18C335.789 8.05887 327.73 0 317.789 0H83.3214C77.1084 0 71.3347 3.20401 68.0474 8.476Z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 336 128'%3E%3Cpath fill='white' d='M68.0474 8.476L2.76002 113.179C-4.88187 125.435 4.29605 141.247 18.7282 140.69L318.483 129.12C328.147 128.747 335.789 120.805 335.789 111.134V18C335.789 8.05887 327.73 0 317.789 0H83.3214C77.1084 0 71.3347 3.20401 68.0474 8.476Z'/%3E%3C/svg%3E") no-repeat center/contain;
  display: flex;
  align-items: center;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-success-story-card .card-left .main-title {
    height: 100px;
    width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-success-story-card .card-left .main-title {
    height: 80px;
    width: 260px;
  }
}
.lrn-success-story-card .card-left .main-title .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-success-story-card .card-left .main-title .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-success-story-card .card-left .main-title .title {
    font-size: 18px;
  }
}
.lrn-success-story-card .card-right .description {
  color: var(--color-secondary-400);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.54;
  margin: 20px 0 40px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-success-story-card .card-right .description {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-success-story-card .card-right .description {
    font-size: 18px;
    margin: 15px 0 20px 0;
  }
}
.lrn-success-story-card .card-right .personal-info {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.lrn-success-story-card .card-right .personal-info .name {
  color: var(--color-secondary-100);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .lrn-success-story-card .card-right .personal-info .name {
    font-size: 18px;
  }
}
.lrn-success-story-card .card-right .personal-info .designation {
  color: var(--color-secondary-400);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.lrn-success-story-shadow-1 {
  position: absolute;
  top: -30px;
  left: 0;
}

.lrn-success-story-shadow-2 {
  position: absolute;
  bottom: 0;
  right: -175px;
  width: 273px;
  height: 85px;
  transform: rotate(90deg);
  border-radius: 273px;
  background: linear-gradient(180deg, #FF71BF 0%, #B26EF7 100%);
  filter: blur(100px);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-webinar-wrap {
  display: grid;
  grid-template-columns: 645px 1fr;
  gap: 60px;
  align-items: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-webinar-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-webinar-wrap {
    grid-template-columns: 1fr;
  }
}
.lrn-webinar-left .title-content-wrap {
  max-width: 530px;
}
.lrn-webinar-left .title-content-wrap .description {
  font-size: 22px;
  line-height: 1.45;
  color: var(--color-secondary-400);
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .lrn-webinar-left .title-content-wrap .description {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-left .title-content-wrap .description {
    font-size: 18px;
  }
}
.lrn-webinar-left .webinar-card-wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lrn-webinar-left .schedule-btn-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-left .schedule-btn-wrap {
    margin-top: 30px;
  }
}
.lrn-webinar-card {
  border-radius: 10px;
  background-color: var(--color-dark-300);
  padding: 10px 40px 10px 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: transform var(--transition) ease, background-color var(--transition) ease;
}
.lrn-webinar-card:hover {
  transform: translateY(-6px);
  background-color: var(--color-dark-400);
}
.lrn-webinar-card:hover .content-wrap .date {
  background-color: var(--color-dark-300);
}
.lrn-webinar-card:hover .content-wrap .title-time .title {
  color: var(--color-primary-100);
}
.lrn-webinar-card .content-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-card .content-wrap {
    gap: 15px;
  }
}
.lrn-webinar-card .content-wrap .date {
  min-width: 90px;
  height: 100%;
  padding: 8px;
  border-radius: 10px;
  background-color: var(--color-dark-400);
}
.lrn-webinar-card .content-wrap .date .date-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.lrn-webinar-card .content-wrap .date .date-top .day {
  color: var(--color-primary-100);
  font-size: 36px;
  line-height: 1.33;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-card .content-wrap .date .date-top .day {
    font-size: 24px;
  }
}
.lrn-webinar-card .content-wrap .date .date-top .month {
  color: var(--color-secondary-400);
  font-size: 16px;
  line-height: 1;
}
.lrn-webinar-card .content-wrap .date .year {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.88px;
  background: var(--color-gradient-900);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 8px;
}
.lrn-webinar-card .content-wrap .title-time {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lrn-webinar-card .content-wrap .title-time .title {
  color: var(--color-secondary-100);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.41;
  margin-bottom: 0;
  transition: color var(--transition) ease;
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-card .content-wrap .title-time .title {
    font-size: 20px;
  }
}
.lrn-webinar-card .content-wrap .title-time .title-time-bottom {
  display: flex;
  align-items: center;
  gap: 10px 16px;
  flex-wrap: wrap;
}
.lrn-webinar-card .content-wrap .title-time .title-time-bottom .time {
  display: flex;
  align-items: center;
  gap: 6px;
}
.lrn-webinar-card .content-wrap .title-time .title-time-bottom .time .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-dark-400);
  font-size: 12px;
  color: var(--color-secondary-400);
}
.lrn-webinar-card .content-wrap .title-time .title-time-bottom .time .text {
  color: var(--color-secondary-400);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.lrn-webinar-card .lrn-btn3d .lrn-btn3d__text {
  padding-left: 50px;
  padding-right: 50px;
}
.lrn-webinar-right {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-webinar-right {
    max-width: 650px;
    margin: 60px auto 50px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-right {
    margin: 0 auto;
  }
}
.lrn-webinar-images {
  position: relative;
  background: url("../images/webinar/webinar-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-images {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.lrn-webinar-images .video-call {
  border-radius: 3px;
}
.lrn-webinar-images .instructor-wrap {
  border-radius: 10px;
  background: var(--color-gradient-200);
  padding: 2px;
  position: relative;
  z-index: 2;
}
.lrn-webinar-images .instructor-wrap img {
  border-radius: 8px;
}
.lrn-webinar-images .dots {
  position: absolute;
  bottom: -14px;
  right: -14px;
  z-index: -1;
}
.lrn-webinar-images .toolbar {
  position: absolute;
  bottom: -50px;
  left: 10px;
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-images .toolbar {
    max-width: 30px;
  }
}
.lrn-webinar-session {
  position: absolute;
  right: 40px;
  top: -80px;
  border-radius: 10px;
  border: 2px solid var(--color-dark-400);
  background-color: var(--color-dark-300);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 70px;
  padding: 25px;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-session {
    position: static;
    flex-direction: column;
    align-items: start;
  }
}
.lrn-webinar-session .curve-arrow {
  position: absolute;
  top: 25px;
  left: 140px;
}
.lrn-webinar-session .left-side {
  display: flex;
  gap: 15px;
}
.lrn-webinar-session .left-side .icon {
  margin-top: 6px;
}
.lrn-webinar-session .left-side .title {
  color: var(--color-secondary-100);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.lrn-webinar-session .profile-share a img {
  border-color: var(--color-dark-300);
}
.lrn-webinar-session .profile-share .more-author-text .subtitle {
  font-size: 14px;
}
.lrn-webinar-award {
  border-radius: 10px;
  border: 2px solid rgba(147, 130, 255, 0.15);
  background-color: var(--color-dark-100);
  padding: 14px;
  position: absolute;
  bottom: -50px;
  right: 100px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-award {
    right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-award img {
    max-height: 30px;
  }
}
.lrn-webinar-award .title-wrap {
  border-radius: 10px;
  background-color: var(--color-dark-400);
  padding: 8px 12px;
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-award .title-wrap {
    padding: 4px 10px;
  }
}
.lrn-webinar-award .title-wrap .title {
  margin-bottom: 0;
  color: var(--color-secondary-100);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .lrn-webinar-award .title-wrap .title {
    font-size: 16px;
  }
}
.lrn-webinar-shadow {
  position: absolute;
  top: -150px;
  right: 100px;
  width: 273px;
  height: 85px;
  transform: rotate(90deg);
  border-radius: 273px;
  background: linear-gradient(180deg, #FF71BF 0%, #B26EF7 100%);
  filter: blur(100px);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-area-of-study {
  padding: 0 20px;
}
@media only screen and (max-width: 575px) {
  .lrn-area-of-study {
    padding: 0 8px;
  }
}
.lrn-area-of-study-box {
  background-color: var(--color-dark-300);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.lrn-area-of-study-box .shadow-1 {
  position: absolute;
  left: 100px;
  bottom: 150px;
  z-index: 2;
  width: 192px;
  height: 45px;
  transform: rotate(90deg);
  background-color: #FF71BF;
  filter: blur(100px);
  border-radius: 150px;
}
.lrn-area-of-study-box .shadow-2 {
  position: absolute;
  right: -40px;
  top: -90px;
  z-index: 2;
  width: 288px;
  height: 145px;
  transform: rotate(90deg);
  border-radius: 288px;
  background: #B26EF7;
  filter: blur(150px);
  border-radius: 150px;
}
.lrn-area-of-study-box .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-area-of-study-box .shape-1 {
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-area-of-study-box .shape-1 {
    display: none;
  }
}
.lrn-area-of-study-box .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-area-of-study-box .shape-2 {
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-area-of-study-box .shape-2 {
    display: none;
  }
}

.lrn-area-of-study-card {
  border-radius: 12px;
  padding: 30px 10px 10px 30px;
  border: 1px solid var(--color-dark-100);
  transition: var(--transition) ease;
  display: block;
}
.lrn-area-of-study-card:hover {
  border-color: var(--color-primary-100);
  box-shadow: 0 28px 35px -19px rgba(147, 130, 255, 0.19);
}
.lrn-area-of-study-card .number {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--color-secondary-400);
  font-size: 14px;
  line-height: 20px;
  margin-left: auto;
}
.lrn-area-of-study-card .title {
  line-height: 1.41;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-academic-overview {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-academic-overview {
    grid-template-columns: 1fr;
  }
}
.lrn-academic-overview .overview-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .lrn-academic-overview .overview-right {
    grid-template-columns: 1fr;
  }
}
.lrn-academic-overview .overview-right .academic-img {
  position: relative;
}
.lrn-academic-overview .overview-right .academic-since {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 14px;
  background: var(--color-primary-100);
  width: fit-content;
  padding: 20px;
  display: flex;
  gap: 10px;
}
.lrn-academic-overview .overview-right .academic-since .title {
  color: var(--color-white);
  font-size: 20px;
  line-height: 1;
}
.lrn-academic-overview .overview-right .academic-since .number {
  color: var(--color-white);
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.64px;
  display: block;
}
.lrn-academic-overview .overview-right .btn-wrap {
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .lrn-academic-overview .overview-right .btn-wrap {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-academic-overview .overview-right .btn-wrap {
    margin-top: 30px;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-quantified-area {
  padding: 280px 20px 100px 20px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-quantified-area {
    overflow: hidden;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-quantified-area {
    padding: 100px 0;
    margin: 100px 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-quantified-area {
    padding: 80px 0;
    margin: 80px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-quantified-area {
    padding: 60px 0;
    margin: 60px 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-quantified-area {
    margin: 60px 8px 0;
  }
}
.lrn-quantified-area .shadow-1 {
  border-radius: 301px;
  background: #FF71BF;
  filter: blur(150px);
  width: 301px;
  height: 126px;
  transform: rotate(90deg);
  position: absolute;
  left: 55px;
  bottom: -80px;
  z-index: 2;
}
.lrn-quantified-area .shadow-2 {
  width: 288px;
  height: 145px;
  transform: rotate(90deg);
  border-radius: 288px;
  background: #B26EF7;
  filter: blur(150px);
  position: absolute;
  right: -25px;
  top: -55px;
  z-index: 2;
}
.lrn-quantified-area .shape {
  position: absolute;
  right: 125px;
  top: -45px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-quantified-area .shape {
    display: none;
  }
}
.lrn-quantified-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/quantified/quantified.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/quantified/mask.webp");
  mask-repeat: no-repeat;
  mask-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-quantified-img {
    mask-image: none;
  }
}
.lrn-quantified-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark-300);
  opacity: 0.9;
  border-radius: 10px;
}
.lrn-quantified-card-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-quantified-card-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .lrn-quantified-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .lrn-quantified-card-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.lrn-quantified-card .dots {
  display: flex;
  align-items: center;
  gap: 3px;
}
.lrn-quantified-card .dots .dot-1,
.lrn-quantified-card .dots .dot-2,
.lrn-quantified-card .dots .dot-3 {
  border-radius: 50%;
  background-color: var(--color-primary-100);
  transform-origin: center;
}
.lrn-quantified-card .dots .dot-1 {
  width: 10px;
  height: 10px;
}
.lrn-quantified-card .dots .dot-2 {
  width: 8px;
  height: 8px;
  opacity: 0.8;
}
.lrn-quantified-card .dots .dot-3 {
  width: 6px;
  height: 6px;
  opacity: 0.6;
}
.lrn-quantified-card .number {
  color: var(--color-white);
  font-size: 60px;
  font-weight: 600;
  line-height: 0.8;
  margin-top: 20px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-quantified-card .number {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-quantified-card .number {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-quantified-card .number {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-quantified-card .number {
    font-size: 30px;
  }
}
.lrn-quantified-card .card-info {
  margin-top: 20px;
  display: inline-flex;
  padding: 2px 16px 2px 2px;
  align-items: center;
  gap: 10px;
  border-radius: 42px;
  background: var(--color-dark-400);
}
.lrn-quantified-card .card-info .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-gradient-900);
  flex: 0 0 auto;
}
.lrn-quantified-card .card-info .title {
  color: var(--color-primary-100);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-department-area {
  padding: 0 20px;
}
.lrn-department-box {
  border-radius: 10px;
  background-color: var(--color-dark-300);
  position: relative;
  overflow: hidden;
}
.lrn-department-box .shadow-1 {
  position: absolute;
  left: 100px;
  bottom: 150px;
  z-index: 2;
  width: 192px;
  height: 45px;
  transform: rotate(90deg);
  background-color: #FF71BF;
  filter: blur(100px);
  border-radius: 150px;
}
.lrn-department-box .shadow-2 {
  position: absolute;
  right: -40px;
  top: -90px;
  z-index: 2;
  width: 288px;
  height: 145px;
  transform: rotate(90deg);
  border-radius: 288px;
  background: #B26EF7;
  filter: blur(150px);
  border-radius: 150px;
}
.lrn-department-box .wave-top {
  position: absolute;
  top: 0;
  right: 0;
}
.lrn-department-box .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.lrn-department-box .star {
  position: absolute;
  top: 132px;
  left: 157px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-department-box .star {
    display: none;
  }
}
.lrn-department-card {
  border-radius: 12px;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .lrn-department-card {
    padding: 20px 16px;
  }
}
.lrn-department-card .card-img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.lrn-department-card .card-img img {
  border-radius: 10px;
  width: 100%;
  scale: 1;
  transition: scale var(--transition) ease;
}
.lrn-department-card .title {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 600;
}
.lrn-department-card .title a:hover {
  color: var(--color-primary-100);
}
.lrn-department-card .description {
  color: var(--color-secondary-400);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
  margin-top: 6px;
}
.lrn-department-card:hover .card-img img {
  scale: 1.08;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-faculty-wrap {
  display: grid;
  grid-template-columns: 645px 1fr;
  gap: 30px 70px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-faculty-wrap {
    grid-template-columns: 450px 1fr;
    gap: 30px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-faculty-wrap {
    grid-template-columns: 1fr;
  }
}
.lrn-faculty-wrap .faculty-left {
  position: relative;
}
.lrn-faculty-wrap .faculty-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/faculty/faculty-bg.webp") lightgray 50%/cover no-repeat;
  opacity: 0.1;
  mix-blend-mode: luminosity;
  z-index: 1;
  border-radius: 10px;
}
.lrn-faculty-wrap .faculty-left img {
  position: relative;
  z-index: 2;
}
.lrn-faculty-wrap .faculty-right {
  max-width: 400px;
}
.lrn-faculty-wrap .faculty-right .title {
  font-weight: 600;
  margin-bottom: 0;
}
.lrn-faculty-wrap .faculty-right .description {
  color: var(--color-secondary-400);
  font-size: 16px;
  line-height: 1.75;
  margin-top: 10px;
  margin-bottom: 0px;
}
.lrn-faculty-wrap .faculty-right .btn-wrap {
  display: flex;
  margin-top: 50px;
}
.lrn-faculty-wrap .faculty-right ul {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.lrn-faculty-wrap .faculty-right ul li {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
  color: var(--color-secondary-400);
}
.lrn-faculty-wrap .faculty-right ul li i {
  color: var(--color-primary-100);
}

.lrn-faculty-btn-wrap {
  display: flex;
  max-width: fit-content;
  margin: 0 auto;
  gap: 10px;
  margin-top: 40px;
  overflow-x: auto;
}

.lrn-faculty-btn {
  padding: 10px 20px;
  border-radius: 12px;
  border: none;
  color: var(--color-secondary-100);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  background-color: transparent;
  white-space: nowrap;
}
.lrn-faculty-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: var(--default-gradient-2);
  border: 2px solid var(--primary-border);
  z-index: -1;
  transition: var(--transition) ease;
}
.lrn-faculty-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
  border-radius: 12px;
  background-color: var(--color-primary-100);
  z-index: -1;
  transition: var(--transition) ease;
  opacity: 0;
}
.lrn-faculty-btn.active::after {
  height: calc(100% - 2px);
}
.lrn-faculty-btn.active::before {
  opacity: 1;
}
.lrn-faculty-btn:hover::before {
  opacity: 1;
}
.lrn-faculty-btn:hover::after {
  height: calc(100% - 2px);
}

.lrn-faculty-tab-content {
  margin-top: 40px;
  position: relative;
}
.lrn-faculty-tab-content .star-1 {
  position: absolute;
  left: -50px;
  top: 30px;
}
.lrn-faculty-tab-content .star-2 {
  position: absolute;
  bottom: 55px;
  right: 100px;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-event-3-area {
  padding: 140px 20px 238px 20px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-event-3-area {
    padding: 80px 20px 180px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-event-3-area {
    padding: 80px 20px 180px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-event-3-area {
    padding: 60px 20px 180px 20px;
  }
}
.lrn-event-3-area .shadow-1 {
  border-radius: 301px;
  background: linear-gradient(90deg, #FF71BF 0%, #B26EF7 100%);
  filter: blur(150px);
  width: 301px;
  height: 126px;
  transform: rotate(90deg);
  position: absolute;
  left: 55px;
  bottom: -150px;
  z-index: 2;
}
.lrn-event-3-area .shadow-2 {
  width: 288px;
  height: 145px;
  transform: rotate(90deg);
  border-radius: 288px;
  background: #B26EF7;
  filter: blur(150px);
  position: absolute;
  right: -25px;
  top: -55px;
  z-index: 2;
}
.lrn-event-3-area .shape {
  position: absolute;
  right: 125px;
  top: -45px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-event-3-area .shape {
    display: none;
  }
}
.lrn-event-3-area .rbt-like-total {
  position: relative;
  z-index: 2;
}
.lrn-event-3-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/event/event-3-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url("../images/event/event-bg-mask.webp");
  mask-repeat: no-repeat;
  mask-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-event-3-img {
    mask-image: none;
  }
}
.lrn-event-3-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark-300);
  opacity: 0.9;
  border-radius: 10px;
}
.lrn-event-3-top {
  position: relative;
  z-index: 2;
}

.lrn-event-card {
  background-color: var(--color-dark-300);
  padding: 30px 30px 30px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px 60px;
  border-radius: 12px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-event-card {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-event-card {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-event-card {
    padding: 20px;
  }
}
.lrn-event-card-wrap {
  padding: 2px;
}
.lrn-event-card::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(180deg, rgba(126, 111, 192, 0.4) 0%, rgba(126, 111, 192, 0.12) 100%);
  border-radius: 12px;
  z-index: -1;
}
.lrn-event-card .card-content {
  max-width: 490px;
}
.lrn-event-card .card-content .badge-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lrn-event-card .card-content .title {
  margin: 24px 0 20px 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-event-card .card-content .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-event-card .card-content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-event-card .card-content .title {
    font-size: 22px;
  }
}
.lrn-event-card .card-content .title a:hover {
  color: var(--color-primary-100);
}
.lrn-event-card .card-content .more-info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.lrn-event-card .card-content .more-info .info-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.lrn-event-card .card-content .more-info .info-item .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--color-white);
  background: var(--color-gradient-900);
  border-radius: 50%;
}
.lrn-event-card .card-content .more-info .info-item .info-text {
  color: var(--color-secondary-700);
  font-size: 16px;
}
.lrn-event-card .card-content .btn-wrap {
  display: flex;
  margin-top: 30px;
}
.lrn-event-card .card-content .card-badge {
  padding: 4px 14px;
  border-radius: 50px;
  border: 1px solid rgba(214, 218, 240, 0.1);
  background: rgba(169, 177, 224, 0.08);
  backdrop-filter: blur(4.3px);
  color: var(--color-secondary-100);
  font-size: 14px;
  line-height: 20px;
}
.lrn-event-card .card-img {
  max-width: fit-content;
  overflow: hidden;
  border-radius: 10px;
}
.lrn-event-card .card-img img {
  border-radius: 10px;
  scale: 1;
  transition: scale var(--transition) ease;
}
.lrn-event-card:hover .card-img img {
  scale: 1.08;
}

.lrn-stacking-wrap {
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
  margin-top: -130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-stacking-wrap {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-stacking-wrap {
    margin-top: -70px;
  }
}

.lrn-stacking-card {
  position: sticky;
  top: 0;
}
.lrn-stacking-card:nth-child(1) {
  top: 140px;
}
.lrn-stacking-card:nth-child(2) {
  top: 190px;
}
.lrn-stacking-card:nth-child(3) {
  top: 210px;
}

.lrn-event-4-slider {
  max-height: 500px;
  margin-bottom: -300px;
  padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-event-4-slider {
    margin-bottom: 0;
    padding-right: 0;
    max-height: 580px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-event-4-slider {
    margin-bottom: 0;
    padding-right: 0;
    max-height: 510px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-event-4-slider {
    margin-bottom: 0;
    padding-right: 0;
    max-height: 490px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-event-4-slider {
    max-height: 520px;
  }
}
.lrn-event-4-area {
  padding: 0 20px;
}
.lrn-event-4-box {
  position: relative;
  background-color: var(--color-dark-300);
  margin-bottom: 90px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-event-4-box {
    margin-bottom: 0;
  }
}
.lrn-event-4-box .all-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.lrn-event-4-box .shape {
  position: absolute;
  opacity: 0.2;
  left: 108px;
  top: 0;
}
.lrn-event-4-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0.1;
  background: url("../images/event/event-4-bg.webp") lightgray 50%/cover no-repeat;
  mix-blend-mode: luminosity;
  border-radius: 10px;
}
.lrn-event-4-box .shadow-1 {
  position: absolute;
  left: -106px;
  top: -40px;
  width: 363px;
  height: 42px;
  transform: rotate(73deg);
  border-radius: 363px;
  background: linear-gradient(90deg, #FF71BF 0%, #B26EF7 100%);
  filter: blur(40px);
}
.lrn-event-4-box .shadow-2 {
  position: absolute;
  left: 500px;
  bottom: -215px;
  width: 297px;
  height: 437px;
  transform: rotate(90deg);
  border-radius: 437px;
  background: linear-gradient(121deg, #B26EF7 18.6%, #FF71BF 141.57%);
  filter: blur(150px);
}
.lrn-event-4-box .shadow-3 {
  position: absolute;
  right: 0px;
  top: -60px;
  width: 258px;
  height: 131px;
  transform: rotate(90deg);
  border-radius: 258px;
  background: #B26EF7;
  filter: blur(100px);
}
.lrn-event-4-wrap {
  display: grid;
  grid-template-columns: 445px 1fr;
  gap: 40px 130px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-event-4-wrap {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-event-4-wrap {
    grid-template-columns: 1fr;
  }
}
.lrn-event-4-wrap .btn-top {
  display: none;
}
@media screen and (min-width: 1200px) {
  .lrn-event-4-wrap .btn-top {
    display: block;
  }
}
.lrn-event-4-wrap .btn-bottom {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .lrn-event-4-wrap .btn-bottom {
    display: none !important;
  }
}
.lrn-event-4-content .rbt-like-total {
  margin-top: 20px;
}
.lrn-event-4-content .btn-wrap {
  margin-top: 40px;
}
.lrn-event-4-card {
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(11.25px);
}
.lrn-event-4-card .card-top {
  position: relative;
}
.lrn-event-4-card .card-top .card-img {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.lrn-event-4-card .card-top .card-img img {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  scale: 1;
  transition: scale var(--transition) ease;
}
.lrn-event-4-card .card-top .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--color-secondary-400);
  color: var(--color-dark-600);
  padding: 5px 10px;
  border-radius: 10px 0 10px 0;
  z-index: 2;
}
.lrn-event-4-card .card-top .date .day {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
.lrn-event-4-card .card-top .date .month {
  font-size: 16px;
  line-height: 1;
}
.lrn-event-4-card:hover .card-top .card-img img {
  scale: 1.08;
}
.lrn-event-4-card .card-bottom {
  text-align: center;
  padding: 30px 30px 40px 30px;
}
@media only screen and (max-width: 575px) {
  .lrn-event-4-card .card-bottom {
    padding: 30px 15px;
  }
}
.lrn-event-4-card .card-bottom .title {
  color: var(--color-white);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .lrn-event-4-card .card-bottom .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-event-4-card .card-bottom .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-event-4-card .card-bottom .title {
    font-size: 22px;
  }
}
.lrn-event-4-card .card-bottom .more-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.lrn-event-4-card .card-bottom .more-info .info-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.lrn-event-4-card .card-bottom .more-info .info-item .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--color-white);
  background: var(--color-gradient-900);
  border-radius: 50%;
}
.lrn-event-4-card .card-bottom .more-info .info-item .info-text {
  color: var(--color-secondary-700);
  font-size: 16px;
}
.lrn-event-4-card .card-bottom .btn-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.lrn-event-4-right {
  position: relative;
}

.lrn-event-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .lrn-event-column {
    grid-template-columns: 1fr;
  }
}

.lrn-event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-event-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .lrn-event-grid {
    grid-template-columns: 1fr;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-campus-area {
  padding: 0 20px;
}
.lrn-campus-area .shadow-1 {
  width: 184px;
  height: 121px;
  transform: rotate(90deg);
  background: linear-gradient(90deg, #B26EF7 0%, #FF71BF 100%);
  filter: blur(100px);
  position: absolute;
  top: -135px;
  left: 170px;
}
.lrn-campus-area .shadow-2 {
  width: 165px;
  height: 83px;
  transform: rotate(165deg);
  background: linear-gradient(90deg, #B26EF7 0%, #FF71BF 100%);
  filter: blur(100px);
  position: absolute;
  bottom: -25px;
  right: 20px;
}
.lrn-campus-area .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lrn-campus-area .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lrn-campus-box {
  border-radius: 10px;
  background: var(--color-dark-300);
  position: relative;
  overflow: hidden;
}
.lrn-campus-highlight-text {
  position: absolute;
  left: 54px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: sideways-lr;
  text-orientation: mixed;
  direction: ltr;
  color: var(--color-dark-400);
  font-size: 89px;
  font-weight: 600;
  line-height: 0.87;
  text-align: center;
  margin-bottom: 0;
  height: 100%;
}
.lrn-campus-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px 60px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-campus-wrap {
    gap: 30px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-campus-wrap {
    flex-direction: column;
  }
}
.lrn-campus-left {
  max-width: 335px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-campus-left {
    text-align: center;
  }
}
.lrn-campus-left .btn-wrap {
  display: flex;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-campus-left .btn-wrap {
    justify-content: center;
    margin-top: 30px;
  }
}
.lrn-campus-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .lrn-campus-right {
    grid-template-columns: 1fr;
  }
}
.lrn-campus-card {
  border-radius: 12px;
  background: var(--color-dark-400);
  padding: 30px;
  transition: transform var(--transition) ease;
}
@media only screen and (max-width: 575px) {
  .lrn-campus-card {
    padding: 20px;
  }
}
.lrn-campus-card .card-img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.lrn-campus-card .card-img img {
  width: 100%;
  border-radius: 10px;
  scale: 1;
  transition: scale var(--transition) ease;
}
.lrn-campus-card .title {
  margin-top: 30px;
  margin-bottom: 6px;
  font-weight: 600;
}
.lrn-campus-card .title a:hover {
  color: var(--color-primary-100);
}
.lrn-campus-card .description {
  color: var(--color-secondary-400);
  font-size: 16px;
  line-height: 1.75;
}
.lrn-campus-card:hover {
  transform: translateY(-8px);
}
.lrn-campus-card:hover .card-img img {
  scale: 1.08;
}

.lrn-campus-2-area {
  padding: 0 20px;
}
.lrn-campus-2-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-campus-2-wrap {
    grid-template-columns: 1fr;
  }
}
.lrn-campus-2-card {
  background-color: var(--color-dark-300);
  border-radius: 10px;
}
.lrn-campus-2-card .card-img {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.lrn-campus-2-card .card-img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  scale: 1;
  transition: scale var(--transition) ease;
}
.lrn-campus-2-card:hover .card-img img {
  scale: 1.08;
}
.lrn-campus-2-card .card-content {
  padding: 60px 100px 60px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-campus-2-card .card-content {
    padding: 40px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-campus-2-card .card-content {
    padding: 30px;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}
.lrn-campus-2-card .card-content .content-left {
  max-width: 330px;
}
.lrn-campus-2-card .card-content .content-left .title {
  font-weight: 600;
  margin-bottom: 0;
}
.lrn-campus-2-card .card-content .content-left .description {
  margin-top: 8px;
  margin-bottom: 0;
  color: var(--color-secondary-400);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-marquee-text {
  flex: 0 0 auto;
}
.lrn-marquee-text-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
  overflow: hidden;
}
.lrn-marquee-text-wrap .title {
  font-size: 160px;
  font-weight: 600;
  text-transform: capitalize;
  background: -webkit-linear-gradient(114deg, #B26EF7 0%, #FF71BF 46.5%, #FFBD7A 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  color: var(--color-dark-100);
  white-space: nowrap;
  flex: 0 0 auto;
  margin-bottom: 0;
  line-height: normal;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-marquee-text-wrap .title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-marquee-text-wrap .title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-marquee-text-wrap .title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-marquee-text-wrap .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-marquee-text-wrap .title {
    font-size: 50px;
  }
}
.lrn-marquee-text-wrap .img {
  flex: 0 0 auto;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrn-marquee-text-wrap .img {
    max-height: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-marquee-text-wrap .img {
    max-height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-marquee-text-wrap .img {
    max-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-marquee-text-wrap .img {
    max-height: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-marquee-text-wrap .img {
    max-height: 50px;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*---------------------------------------
    One Page Navigation Inner Section 
------------------------------------------*/
.rbt-inner-onepage-navigation {
  border-radius: 500px;
  background: var(--color-dark-400);
  overflow: hidden;
  padding: 7px;
  top: 130px;
  box-shadow: var(--shadow-4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-inner-onepage-navigation {
    padding: 0;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-inner-onepage-navigation {
    padding: 0;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-inner-onepage-navigation {
    padding: 0;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-inner-onepage-navigation {
    position: static;
  }
}
.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu {
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin: -3px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu {
    padding: 17px;
  }
}
.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  margin: 3px;
  flex-grow: 1;
  text-align: center;
}
.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li a {
  margin: 0;
  position: relative;
  display: block;
  color: var(--color-heading);
  z-index: 2;
  padding: 10px 25px;
  border-radius: 500px;
}
.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li a::after {
  position: absolute;
  content: "";
  left: 0;
  background: var(--black-opacity);
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 1;
  transition: 0.4s;
  z-index: -1;
  border-radius: 500px;
}
.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li.current a, .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li:hover a {
  color: var(--color-white);
}
.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li.current a::after, .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li:hover a::after {
  width: 100%;
  opacity: 1;
  background: var(--color-primary-100);
}
.rbt-inner-onepage-navigation.version-02 {
  z-index: 11;
}
.rbt-inner-onepage-navigation.version-02 .mainmenu-nav .mainmenu li {
  flex-grow: 0;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*-------------------------
    Course Details  
--------------------------*/
/*-------------------------
    Single Course Meta  
--------------------------*/
.rbt-single-course-meta .rbt-course-review {
  margin-left: 15px;
}

/*---------------------------
    Video Course Content  
----------------------------*/
.rbt-course-main-content li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .rbt-course-main-content li a {
    display: block;
  }
}
.rbt-course-main-content li a.active {
  color: var(--color-primary);
}
.rbt-course-main-content li:first-child {
  margin-top: 0;
}
.rbt-course-main-content li:last-child {
  margin-bottom: 0;
}
.rbt-course-main-content .course-content-left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rbt-course-main-content .course-content-left {
    margin-bottom: 12px;
  }
}
.rbt-course-main-content .course-content-left i {
  padding-right: 6px;
}
.rbt-course-main-content .course-content-left span {
  font-size: 16px;
}
.rbt-course-main-content .course-content-right {
  margin: 0 -5px;
  margin-bottom: -10px;
}
.rbt-course-main-content .course-content-right span {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px;
}
.rbt-course-main-content .course-content-right .min-lable,
.rbt-course-main-content .course-content-right .course-lock {
  font-size: 16px;
}
.rbt-course-main-content .course-content-right.only-lock {
  margin: 0;
  margin-bottom: -10px;
}

.about-author-list .about-author:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.about-author-list .rbt-show-more-btn::before {
  display: none;
}

@media only screen and (max-width: 575px) {
  .rbt-instructor .about-author .media {
    display: block;
  }
}
.rbt-instructor .about-author .thumbnail a img {
  margin-bottom: 0;
  min-width: 250px;
  max-height: 250px;
  object-fit: cover;
  border-radius: 100%;
}
@media only screen and (max-width: 575px) {
  .rbt-instructor .about-author .thumbnail a img {
    margin-bottom: 0;
    min-width: 100%;
    max-height: initial;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-instructor .about-author .media-body {
    margin-top: 20px;
  }
}
.rbt-instructor .about-author .media-body .rbt-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rbt-instructor .about-author .media-body .rbt-meta li {
  display: flex;
  align-items: center;
}

.video-course-content li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*----------------------------
    Rbt rating Styles  
------------------------------*/
.rating-box {
  border-radius: 5px;
  background: var(--warning-opacity);
  text-align: center;
  padding: 22px 10px;
  padding-top: 10px;
}
.rating-box .rating-number {
  font-weight: 800;
  font-size: 66px;
  line-height: 80px;
  color: var(--color-secondary-100);
}
.rating-box span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.rating-box .rating svg {
  color: var(--color-warning);
}
.rating-box .sub-title {
  color: var(--color-warning);
}

.review-wrapper .single-progress-bar {
  position: relative;
  top: -14px;
}
@media only screen and (max-width: 767px) {
  .review-wrapper .single-progress-bar {
    margin-bottom: 15px;
  }
}
.review-wrapper .single-progress-bar .rating-text {
  display: inline-block;
  position: relative;
  top: 14px;
}
@media only screen and (max-width: 767px) {
  .review-wrapper .single-progress-bar .rating-text {
    top: 0;
    margin-bottom: 8px;
  }
}
.review-wrapper .single-progress-bar .rating-text svg {
  color: var(--color-warning);
}
.review-wrapper .progress {
  max-width: 70%;
  margin-left: 115px;
  height: 6px;
  background: var(--color-dark-400);
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .review-wrapper .progress {
    max-width: 61%;
  }
}
@media only screen and (max-width: 767px) {
  .review-wrapper .progress {
    max-width: 83%;
    margin-left: 0;
  }
}
.review-wrapper .progress .progress-bar {
  background-color: var(--color-warning);
  border-radius: 0;
}
.review-wrapper span.value-text {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 500;
  font-size: 16px;
}

/*---------------------------------
    Featured Review List Wrapper  
-----------------------------------*/
.rbt-course-review.about-author {
  padding: 25px 0;
}
.rbt-course-review.about-author:first-child {
  padding-top: 0;
}
.rbt-course-review.about-author .rating {
  margin-top: 5px;
  margin-bottom: 10px;
}

/*---------------------------
    Course Top  
----------------------------*/
.rbt-course-top-wrapper .select-label {
  opacity: 0.8;
  color: var(--color-secondary-100);
}
.rbt-course-top-wrapper .default-exp-wrapper {
  border-top: 1px solid var(--color-border-2);
  margin-top: 30px;
}
.rbt-course-top-wrapper .default-exp-wrapper .filter-inner {
  padding-bottom: 0;
}
.rbt-course-top-wrapper .default-exp-wrapper .filter-inner .bootstrap-select {
  width: 100% !important;
  max-width: 245px;
}
.rbt-course-top-wrapper .default-exp-wrapper.top-border-less {
  border: 0 none;
  margin-top: 0;
}
.rbt-course-top-wrapper .price__output--wrap .price--output input,
.rbt-course-top-wrapper .price__output--wrap .price--output span {
  opacity: 0.8;
  color: var(--color-secondary-100);
}
.rbt-course-top-wrapper .ui-widget-content {
  background: var(--white-opacity) none repeat scroll 0 0;
}

.rbt-sorting-list {
  margin: -10px -10px;
}
.rbt-sorting-list .rbt-short-item {
  margin: 10px 10px;
}
.rbt-sorting-list .course-switch-layout {
  display: flex;
  align-items: center;
  background: var(--white-opacity);
  border-radius: 500px;
  padding: 8px;
  margin: 0;
}
.rbt-sorting-list .course-switch-layout li {
  margin: 0;
}
.rbt-sorting-list .course-switch-layout li button {
  background: transparent;
  display: block;
  padding: 7px 16px;
  border-radius: 500px;
  font-size: 16px;
  transition: 0.4s;
  border: 0 none;
  box-shadow: none;
}
.rbt-sorting-list .course-switch-layout li button i {
  font-size: 14px;
  transition: 0.4s;
}
.rbt-sorting-list .course-switch-layout li button.active {
  background: var(--color-white);
  color: var(--color-primary);
}
.rbt-sorting-list .course-switch-layout li button.active i {
  color: var(--color-primary);
}

.rbt-short-item .course-index {
  color: var(--color-secondary-100);
  font-size: 16px;
}

/*-------------------------
    Course Grid Column  
---------------------------*/
.rbt-course-grid-column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -30px;
}
.rbt-course-grid-column .course-grid-3,
.rbt-course-grid-column .course-grid-2,
.rbt-course-grid-column .course-grid-4 {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
}
.rbt-course-grid-column .course-grid-3 .rbt-card,
.rbt-course-grid-column .course-grid-2 .rbt-card,
.rbt-course-grid-column .course-grid-4 .rbt-card {
  transition: 0.4s;
}
.rbt-course-grid-column .course-grid-4 {
  flex: 0 0 auto;
  width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-course-grid-column .course-grid-4 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-course-grid-column .course-grid-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-course-grid-column .course-grid-4 {
    width: 100%;
  }
}
.rbt-course-grid-column .course-grid-3 {
  flex: 0 0 auto;
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-course-grid-column .course-grid-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-course-grid-column .course-grid-3 {
    width: 100%;
  }
}
.rbt-course-grid-column .course-grid-2 {
  flex: 0 0 auto;
  width: 50%;
}
.rbt-course-grid-column.active-list-view .course-grid-3,
.rbt-course-grid-column.active-list-view .course-grid-2 {
  width: 100%;
}
.rbt-course-grid-column.list-column-half.active-list-view .course-grid-3,
.rbt-course-grid-column.list-column-half.active-list-view .course-grid-2,
.rbt-course-grid-column.list-column-half.active-list-view .course-grid-4 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .rbt-course-grid-column.list-column-half.active-list-view .course-grid-3,
  .rbt-course-grid-column.list-column-half.active-list-view .course-grid-2,
  .rbt-course-grid-column.list-column-half.active-list-view .course-grid-4 {
    width: 100%;
  }
}
.rbt-course-grid-column .rbt-card .rbt-card-img {
  transition: none;
}
.rbt-course-grid-column .rbt-card .rbt-card-img a {
  transition: none;
}
.rbt-course-grid-column .rbt-card .rbt-card-img a img {
  transition: none;
}

/*-------------------------
    Course Details 
---------------------------*/
.course-details-content.version-02 {
  border-radius: var(--radius-10);
  padding: 92px 100px;
  position: relative;
  background: linear-gradient(90deg, #2F57EF 25.63%, rgba(197, 134, 238, 0.35) 100%);
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .course-details-content.version-02 {
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .course-details-content.version-02 {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .course-details-content.version-02 {
    padding: 40px 20px;
  }
}
.course-details-content.version-02 .light-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.course-details-content.version-02 .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.65;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .course-details-content.version-02 .shape-1 {
    display: none;
  }
}
.course-details-content.version-02 .shape-1 img {
  height: 100%;
}
.course-details-content.version-02 .opacity-8 {
  opacity: 0.8;
}
.course-details-content.version-02 .course-details-feature .feature-sin .icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.course-details-content.version-02 .divider {
  background-color: var(--color-white);
  opacity: 0.1;
}
.course-details-content.version-02 .rounded-player {
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.42);
}
@media only screen and (max-width: 767px) {
  .course-details-content.version-02 .rounded-player {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .course-details-content.version-02 .rounded-player {
    width: 60px;
    height: 60px;
  }
}
.course-details-content .course-details-feature {
  gap: 10px 20px;
}
.course-details-content .course-details-feature .feature-sin {
  margin: 0px;
  display: flex;
  gap: 10px;
  position: relative;
}
.course-details-content .course-details-feature .feature-sin:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  height: 20px;
  width: 1px;
  background-color: var(--color-secondary-100);
  opacity: 0.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .course-details-content .course-details-feature .feature-sin:not(:last-child)::after {
    display: none;
  }
}
.course-details-content .course-details-feature .feature-sin .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  background-color: rgba(107, 115, 133, 0.1);
  font-size: 15px;
}
.course-details-content .course-details-feature .feature-sin .icon i {
  color: var(--color-body);
}
.course-details-content .course-details-feature .feature-sin.rating {
  font-weight: 400;
}
.course-details-content .profile-share a img {
  max-width: 40px;
  border: 2px solid var(--color-white);
  box-shadow: none;
}
.course-details-content .divider {
  background-color: var(--color-secondary-100);
  opacity: 0.1;
}
.course-details-content .number {
  font-size: 16px;
}
.course-details-content .small-text {
  font-size: 12px;
}

.rbt-meta {
  padding: 0;
  margin: -7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-meta {
    margin: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-meta {
    margin: -3px;
  }
}
.rbt-meta li {
  font-size: 14px;
  line-height: 15px;
  color: var(--color-body);
  display: inline-block;
  margin: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-meta li {
    margin: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-meta li {
    margin: 3px;
    font-size: var(--font-size-b4);
  }
}
.rbt-meta li i {
  margin-right: 5px;
}
.rbt-meta.rbt-meta-white li {
  color: var(--color-white);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*------------------------- 
Course Sidebar 
-------------------------*/
.course-sidebar-top {
  margin-top: -500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-sidebar-top {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .course-sidebar-top {
    margin-top: 0;
  }
}
.course-sidebar-top.sidebar-top-110 {
  margin-top: -110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-sidebar-top.sidebar-top-110 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .course-sidebar-top.sidebar-top-110 {
    margin-top: 0;
  }
}

.course-sidebar .title {
  font-size: 22px;
  font-weight: var(--f-medium);
}
.course-sidebar .subtitle {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.course-sidebar .social-share-wrapper {
  margin: 0 -27px -27px;
  padding: 30px;
  border-radius: 0 0 6px 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .course-sidebar .social-share-wrapper {
    margin: 0 -10px -10px;
    padding: 20px;
    border-radius: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-sidebar .social-share-wrapper {
    margin: 0 -10px -10px;
    padding: 20px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .course-sidebar .social-share-wrapper {
    margin: 0 -10px -10px;
    padding: 20px;
    border-radius: 6px;
  }
}
.course-sidebar .social-share-wrapper .rbt-post-share span {
  font-size: 16px;
}
.course-sidebar .contact-with-us p {
  margin-bottom: 0;
  font-size: 14px;
}
.course-sidebar .inner .course-item {
  display: flex;
  gap: 10px 15px;
  border-top: 1px solid var(--primary-border);
  padding: 15px 0;
}
.course-sidebar .inner .course-item .item-img {
  max-width: 130px;
}
.course-sidebar .inner .course-item .item-img img {
  border-radius: 2px;
}
.course-sidebar .inner .course-item .rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.course-sidebar .inner .course-item .rating i {
  font-size: 14px;
  color: var(--color-warning);
}
.course-sidebar .inner .course-item .author {
  font-size: 14px;
}

/* Course Video Wrapper  */
.video-popup-with-text.video-popup-wrapper-2 {
  position: relative;
  display: block;
  z-index: 2;
}
.video-popup-with-text.video-popup-wrapper-2 .play-view-text {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.video-popup-with-text.video-popup-wrapper-2 .position-to-top {
  z-index: 2;
}
.video-popup-with-text.video-popup-wrapper-2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 1;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  cursor: pointer;
  border-radius: 6px;
}

.rbt-widget-details .rbt-course-details-list-wrapper li,
.rbt-widget-details .rbt-default-sidebar-list li,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li {
  display: flex;
  justify-content: space-between;
}
.rbt-widget-details .rbt-course-details-list-wrapper li i,
.rbt-widget-details .rbt-default-sidebar-list li i,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li i,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li i {
  color: var(--color-body);
  margin-right: 10px;
  font-size: 16px;
}
.rbt-widget-details .rbt-course-details-list-wrapper li span,
.rbt-widget-details .rbt-default-sidebar-list li span,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li span,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.rbt-widget-details .rbt-course-details-list-wrapper li span.rbt-feature-value,
.rbt-widget-details .rbt-default-sidebar-list li span.rbt-feature-value,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li span.rbt-feature-value,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li span.rbt-feature-value {
  font-size: 12px;
}
.rbt-widget-details .rbt-course-details-list-wrapper li a,
.rbt-widget-details .rbt-default-sidebar-list li a,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li a,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li a {
  color: var(--color-body);
  transition: 0.4s;
}
.rbt-widget-details .rbt-course-details-list-wrapper li a:hover,
.rbt-widget-details .rbt-default-sidebar-list li a:hover,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li a:hover,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li a:hover {
  color: var(--color-primary-100);
}
.rbt-widget-details .rbt-course-details-list-wrapper li + li,
.rbt-widget-details .rbt-default-sidebar-list li + li,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li + li,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--primary-border);
}

.rbt-widget-details .rbt-show-more-btn::before {
  background: linear-gradient(to bottom, rgba(from var(--color-dark-300) r g b/0.5), var(--color-dark-300));
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.video-popup-wrapper-2 {
  position: relative;
}
.video-popup-wrapper-2 .position-to-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.video-popup-wrapper-2 .rbt-btn.rounded-player:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-popup-wrapper-2.version-02 .v-shape-1 {
  position: absolute;
  left: -20px;
  bottom: -14px;
}
.video-popup-wrapper-2.version-02 .v-shape-1.style-02 {
  left: -38px;
  bottom: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .video-popup-wrapper-2.version-02 .v-shape-1.style-02 {
    display: none;
  }
}
.video-popup-wrapper-2.version-02 .feature-1 {
  position: absolute;
  top: 162px;
  left: -80px;
  min-width: 152px;
  max-width: 200px;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid var(--color-white);
  box-shadow: 0px 7px 40.9px rgba(47, 87, 239, 0.11);
  backdrop-filter: blur(7.15px);
  border-radius: var(--radius-big);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .video-popup-wrapper-2.version-02 .feature-1 {
    left: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .video-popup-wrapper-2.version-02 .feature-1 {
    display: none;
  }
}
.video-popup-wrapper-2.version-02 .feature-1 .number {
  font-weight: var(--f-semi-bold);
  font-size: var(--h5);
  line-height: 25px;
  color: var(--color-darker);
  margin-bottom: 0;
}
.video-popup-wrapper-2.version-02 .feature-1 .subtitle {
  font-weight: var(--f-medium);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-body);
  margin-bottom: 0;
}
.video-popup-wrapper-2.version-02 .rbt-btn.btn-white {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid var(--color-white);
  backdrop-filter: blur(4.65px);
}
@media only screen and (max-width: 767px) {
  .video-popup-wrapper-2.version-02 .rbt-btn.btn-white {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .video-popup-wrapper-2.version-02 .rbt-btn.btn-white {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.video-popup-wrapper-2.version-02 .rbt-btn.btn-white .play-icon::before {
  border-left-color: var(--color-white);
  transition: var(--transition);
}
.video-popup-wrapper-2.version-02 .rbt-btn.btn-white:hover .play-icon::before {
  border-left-color: var(--color-primary-100);
}

.rbt-btn {
  padding: 0 26px;
  background: var(--color-primary-100);
  height: 60px;
  line-height: 60px;
  color: var(--color-white);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  border: 0 none;
  outline: none;
  text-decoration: none;
}
@media only screen and (max-width: 575px) {
  .rbt-btn {
    padding: 0 20px;
    height: 52px;
    line-height: 52px;
  }
}
.rbt-btn.btn-secondary {
  background: var(--color-secondary);
}
.rbt-btn.btn-secondary:hover {
  background: var(--color-primary-100);
}
.rbt-btn.btn-coral {
  background: var(--color-coral);
}
.rbt-btn.btn-coral:hover {
  background: var(--color-primary-100);
}
.rbt-btn.btn-violet {
  background: var(--color-violet);
}
.rbt-btn.btn-violet:hover {
  background: var(--color-primary-100);
}
.rbt-btn.btn-pink {
  background: var(--color-pink);
}
.rbt-btn.btn-pink:hover {
  background: var(--color-primary-100);
}
.rbt-btn.btn-white {
  box-shadow: var(--shadow-1);
  background: var(--color-white);
  color: var(--color-heading);
}
.rbt-btn.btn-white:hover {
  background: var(--color-primary-100);
  color: var(--color-white);
}
.rbt-btn.btn-border {
  background: transparent;
  border: 2px solid var(--primary-border);
  color: var(--color-secondary-100);
  line-height: 57px;
}
@media only screen and (max-width: 575px) {
  .rbt-btn.btn-border {
    line-height: 48px;
  }
}
.rbt-btn.btn-border:hover {
  background: var(--color-primary-100);
  border-color: var(--color-primary-100);
  color: var(--color-white);
}
.rbt-btn.btn-border.color-white-off {
  border-color: var(--color-border-2);
  color: var(--color-white-off);
}
.rbt-btn.btn-border.color-white-off:hover {
  border-color: var(--color-primary-100);
  color: var(--color-white);
}
.rbt-btn.btn-active {
  background: var(--color-primary-100);
  border: 2px solid transparent;
  color: var(--color-white);
}
.rbt-btn.btn-gradient {
  color: var(--color-white);
  background-size: 300% 100%;
  background-image: linear-gradient(to right, var(--color-primary-100), var(--color-secondary), var(--color-secondary), var(--color-primary-100));
}
.rbt-btn.btn-gradient.btn-gradient-2 {
  background-image: linear-gradient(to right, var(--color-pink), var(--color-violet), var(--color-violet), var(--color-pink));
}
.rbt-btn.btn-gradient.btn-gradient-3 {
  background-image: linear-gradient(to right, var(--color-secondary), var(--color-primary-100), var(--color-primary-100), var(--color-secondary));
}
.rbt-btn.btn-gradient:hover {
  background-position: 102% 0;
  transition: all 0.4s ease-in-out;
}
.rbt-btn.rbt-marquee-btn {
  overflow: hidden;
}
.rbt-btn.rbt-marquee-btn span {
  display: inline-flex;
  position: relative;
  z-index: 3;
  line-height: 1.2;
}
.rbt-btn.rbt-marquee-btn span::after {
  content: attr(data-text);
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 100%;
  transform: translate(100%, -50%);
}
.rbt-btn.rbt-marquee-btn.marquee-text-y span::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
}
.rbt-btn.rbt-marquee-btn.marquee-auto span {
  animation: btnTxtMarqueeX 2s linear infinite;
}
.rbt-btn.rbt-switch-btn {
  overflow: hidden;
}
.rbt-btn.rbt-switch-btn span {
  display: inline-flex;
  position: relative;
  z-index: 3;
  transition: opacity 0.65s, transform 0.85s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.rbt-btn.rbt-switch-btn span::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  transition: inherit;
  left: 100%;
  transform: translate(50%, -50%);
}
.rbt-btn.rbt-switch-btn.rbt-switch-y span::after {
  left: 50%;
  transform: translate(-50%, 100%);
}
.rbt-btn.icon-hover .btn-text {
  transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
  display: inline-block;
  transition: transform 0.5s;
  transform: translateX(7px);
}
.rbt-btn.icon-hover .btn-icon {
  margin-inline-start: -7px;
  display: inline-block;
}
.rbt-btn.icon-hover .btn-icon i {
  transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
  display: inline-block;
  opacity: 0;
  transform: translateX(-7px);
  transition: opacity 0.25s, transform 0.5s;
  padding-left: 0;
}
.rbt-btn.icon-hover.icon-hover-left .btn-text {
  transform: translateX(-7px);
}
.rbt-btn.icon-hover.icon-hover-left .btn-icon {
  margin-inline-start: 0;
  margin-inline-end: -7px;
}
.rbt-btn.icon-hover.icon-hover-left .btn-icon i {
  transform: translateX(7px);
}
.rbt-btn.icon-hover.icon-hover-left:hover .btn-icon i {
  transform: translateX(-7px);
}
.rbt-btn.icon-hover.icon-hover-left:hover .btn-text {
  transform: translateX(7px);
}
.rbt-btn.hover-icon-reverse .icon-reverse-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rbt-btn.hover-icon-reverse .btn-text {
  display: inline-block;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
  margin-inline-start: -23px;
}
.rbt-btn.hover-icon-reverse .btn-icon {
  display: inline-block;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.rbt-btn.hover-icon-reverse .btn-icon + .btn-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  display: inline-block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0s;
  order: -2;
}
.rbt-btn.hover-icon-reverse .btn-icon + .btn-icon i {
  padding-left: 0;
  padding-right: 6px;
}
.rbt-btn.rounded-player {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 0;
  line-height: 100px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rbt-btn.rounded-player {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.rbt-btn.rounded-player span {
  display: inline-block;
}
.rbt-btn.rounded-player span i {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.rbt-btn.rounded-player.border {
  background-image: inherit;
  border-color: var(--color-white) !important;
  border-width: 2px !important;
}
.rbt-btn.rounded-player.border:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary) !important;
}
.rbt-btn.rounded-player.sm-size {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.rbt-btn.rounded-player:focus {
  outline: none;
  color: var(--color-white);
}
.rbt-btn.rounded-player:hover {
  transform: scale(1.1);
  background: var(--color-primary-100);
}
.rbt-btn.border-rounded {
  border: 2px solid var(--color-white);
}
.rbt-btn.rounded-player-2 {
  border: 0;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  border-radius: 100%;
  background: var(--color-white);
  margin: 0 auto;
  display: inline-block;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .rbt-btn.rounded-player-2 {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-btn.rounded-player-2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.rbt-btn.rounded-player-2 .play-icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rbt-btn.rounded-player-2 .play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-6px, -9px);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid var(--color-primary-100);
}
.rbt-btn.rounded-player-2.btn-large {
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-top: 0;
}
.rbt-btn.rounded-player-2.sm-size {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
@media only screen and (max-width: 767px) {
  .rbt-btn.rounded-player-2.sm-size {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.rbt-btn.rounded-player-2.btn-theme-color {
  background: var(--color-primary-100);
}
.rbt-btn.rounded-player-2.btn-theme-color::after {
  border-color: var(--color-primary-100);
}
.rbt-btn.rounded-player-2.btn-theme-color::before {
  border-color: var(--color-primary-100);
}
.rbt-btn.rounded-player-2.btn-theme-color .play-icon::before {
  border-left: 15px solid var(--color-white);
}
.rbt-btn.rounded-player-2.btn-theme-color:hover {
  color: inherit;
  background: var(--color-primary-100);
}
.rbt-btn.rounded-player-2:hover {
  color: inherit;
  background: var(--color-white);
}
.rbt-btn.rounded-player-2.bounced-btn {
  width: 100px;
  height: 100px;
  border: none !important;
}
.rbt-btn.rounded-player-2.bounced-btn::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 2px solid var(--color-white);
  transition: all 0.4s ease;
}
.rbt-btn.rounded-player-2.bounced-btn:hover::after {
  animation: roading-falgs 10s linear infinite;
  border: 2px dotted var(--color-primary-100);
}
.rbt-btn.with-animation::after, .rbt-btn.with-animation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  border: 1.5px solid var(--color-white);
}
.rbt-btn.with-animation::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.rbt-btn.with-animation::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
.rbt-btn:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
  transform: translate3d(0, -2px, 0);
  box-shadow: var(--shadow-7);
}
.rbt-btn:hover.icon-hover .btn-text {
  transform: translateX(-7px);
}
.rbt-btn:hover.icon-hover .btn-icon i {
  opacity: 1;
  transform: translateX(7px);
}
.rbt-btn:hover.hover-icon-reverse .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}
.rbt-btn:hover.hover-icon-reverse .btn-icon {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(10px);
}
.rbt-btn:hover.hover-icon-reverse .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.225s;
}
.rbt-btn:hover.rbt-switch-btn span {
  transform: translateX(-200%);
}
.rbt-btn:hover.rbt-switch-btn span::after {
  opacity: 1;
  transform: translate(100%, -50%);
}
.rbt-btn:hover.rbt-switch-btn.rbt-switch-y span {
  transform: translateY(-200%);
}
.rbt-btn:hover.rbt-switch-btn.rbt-switch-y span::after {
  transform: translate(-50%, 150%);
}
.rbt-btn:hover.rbt-marquee-btn span {
  animation: btnTxtMarqueeX 2s linear infinite;
}
.rbt-btn:hover.rbt-marquee-btn.marquee-text-y span {
  animation: btnTxtMarqueeY 0.5s linear infinite;
}
.rbt-btn.btn-xs {
  padding: 0 14px;
  font-size: var(--font-size-b3);
  height: 30px;
  line-height: 29px;
  font-size: 14px;
}
.rbt-btn.btn-sm {
  padding: 0 22px;
  font-size: var(--font-size-b3);
  height: 45px;
  line-height: 43px;
}
@media only screen and (max-width: 767px) {
  .rbt-btn.btn-sm {
    padding: 0 10px;
  }
}
.rbt-btn.btn-md {
  padding: 0 25px;
  font-size: var(--font-size-b3);
  height: 50px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .rbt-btn.btn-md {
    padding: 0 15px;
  }
}
.rbt-btn.btn-lg {
  height: 70px;
  line-height: 70px;
  padding: 0 35px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .rbt-btn.btn-lg {
    padding: 0 17px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-btn.btn-lg.btn-mobile {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
  }
}
.rbt-btn.btn-xl {
  padding: 0 45px;
  font-size: 20px;
  height: 75px;
  line-height: 75px;
}
@media only screen and (max-width: 767px) {
  .rbt-btn.btn-xl {
    padding: 0 20px;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
  }
}
.rbt-btn.btn-xxl {
  padding: 0 60px;
  font-size: 22px;
  height: 100px;
  line-height: 100px;
}
@media only screen and (max-width: 767px) {
  .rbt-btn.btn-xxl {
    padding: 0 20px;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
  }
}
.rbt-btn i {
  padding-left: 6px;
  display: inline-block;
  top: 2px;
  position: relative;
  font-size: 17px;
}
.rbt-btn i.image-icon {
  top: inherit;
  transition: 0.4s;
}
.rbt-btn.btn-border-gradient {
  background: linear-gradient(90deg, #CFA2E8, #637FEA);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  color: var(--color-heading);
  box-shadow: 0 10px 13px 0 rgba(209, 211, 237, 0.39);
  border-radius: 0;
}
.rbt-btn.btn-border-gradient::before {
  content: "";
  z-index: -1;
  top: 3px;
  left: 3px;
  position: absolute;
  background: #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.rbt-btn.btn-border-gradient.radius-round {
  border-radius: 500px;
}
.rbt-btn.btn-border-gradient.radius-round::before {
  border-radius: 500px;
}
.rbt-btn.hover-transform-none:hover {
  transform: none;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.rbt-meta {
  margin: -7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-meta {
    margin: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-meta {
    margin: -3px;
  }
}
.rbt-meta li {
  font-size: 14px;
  line-height: 15px;
  color: var(--color-body);
  display: inline-block;
  margin: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-meta li {
    margin: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-meta li {
    margin: 3px;
    font-size: var(--font-size-b4);
  }
}
.rbt-meta li i {
  margin-right: 5px;
}
.rbt-meta.rbt-meta-white li {
  color: var(--color-white);
}

.rbt-category {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.rbt-category a {
  display: inline-block;
  padding: 0 20px;
  height: 34px;
  line-height: 33px;
  border: 1px solid var(--color-border);
  border-radius: 500px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-body);
  transition: 0.4s;
  margin: 0 5px;
  min-width: 56px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-category a {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-category a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-category a {
    padding: 0 10px;
  }
}
.rbt-category a:hover {
  background-color: var(--color-grey);
}

.lesson-number {
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
}
.lesson-number .lesson-time {
  font-weight: 400;
}

.rbt-review {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rbt-review .rating {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.rbt-review .rating i {
  font-size: 13px;
  color: #FF9747;
  transition: 0.3s;
}
.rbt-review .rating-count {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.rating i {
  font-size: 13px;
  color: #FF9747;
  transition: 0.3s;
}
.rating i.off {
  font-weight: 400;
}

.rbt-price {
  display: flex;
  align-items: center;
}
.rbt-price .current-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-secondary-100);
}
.rbt-price .off-price {
  font-size: 20px;
  font-weight: 500;
  text-decoration: line-through;
  opacity: 0.4;
  margin-left: 7px;
}
.rbt-price .off-price.version-02 {
  font-size: 22px;
  font-weight: 400;
  opacity: 0.5;
}
.rbt-price.large-size .current-price {
  font-size: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-price.large-size .current-price {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-price.large-size .current-price {
    font-size: 28px;
  }
}
.rbt-price.large-size .off-price {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-price.large-size .off-price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-price.large-size .off-price {
    font-size: 16px;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*--------------------------
    Lesson Styles
-----------------------------*/
.rbt-lesson-content-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 100vh;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-lesson-content-wrapper {
    flex-direction: column-reverse;
  }
}
.rbt-lesson-content-wrapper .rbt-lesson-leftsidebar {
  flex: 0 0 400px;
  width: 400px;
  background-color: var(--color-dark-300);
  border-right: 1px solid var(--primary-border);
  max-height: 100%;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-lesson-content-wrapper .rbt-lesson-leftsidebar {
    width: 100%;
    border-right: 0 none;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-lesson-content-wrapper .rbt-lesson-leftsidebar {
    width: 100%;
    border-right: 0 none;
  }
}
.rbt-lesson-content-wrapper .rbt-lesson-rightsidebar {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--color-dark-300);
}

/*-------------------------
    Lesson Page Style
--------------------------*/
.rbt-lesson-leftsidebar .rbt-title-style-3,
.rbt-lesson-leftsidebar .lesson-search-wrapper {
  padding: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-lesson-leftsidebar .rbt-course-main-content li a {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-lesson-leftsidebar .rbt-course-main-content li a {
    display: flex;
  }
}
.rbt-lesson-leftsidebar .rbt-title-style-3 {
  margin-bottom: 10px;
}
.rbt-lesson-leftsidebar.sibebar-none {
  display: none;
}

.rbt-lesson-rightsidebar {
  display: flex;
}
.rbt-lesson-rightsidebar .inner {
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-lesson-rightsidebar .inner {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-lesson-rightsidebar .inner {
    padding: 30px 0;
  }
}
.rbt-lesson-rightsidebar .content {
  padding: 40px 50px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-lesson-rightsidebar .content {
    padding: 40px 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-lesson-rightsidebar .content {
    padding: 40px 30px;
    width: 100%;
  }
}
.rbt-lesson-rightsidebar .content .section-title h4 {
  color: var(--color-secondary-100);
}
.rbt-lesson-rightsidebar .content .section-title p {
  color: var(--color-body);
}
.rbt-lesson-rightsidebar.lesson-video .inner {
  padding: 0;
}

/*----------------------
    Lesson Top Bar
-------------------------*/
.lesson-top-bar {
  background: var(--color-gradient-900);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  padding-right: 10px;
}
.lesson-top-bar h5 {
  margin-bottom: 0;
  color: var(--color-white);
  font-weight: 500;
}
.lesson-top-bar .rbt-round-btn i {
  color: var(--color-white);
}
.lesson-top-bar .rbt-round-btn:hover i {
  color: var(--color-primary-100);
}
.lesson-top-bar .lesson-top-left {
  display: flex;
  align-items: center;
}
.lesson-top-bar .lesson-top-left .rbt-lesson-toggle {
  margin-right: 20px;
}
.lesson-top-bar .lesson-top-left .rbt-lesson-toggle .sidebar-hide i::before {
  transition: 0.3s;
  content: "\e912";
}

/*----------------------
    Lesson Pagination
-------------------------*/
.lesson-pagination-bar {
  background-color: var(--color-dark-400);
  border-top: 1px solid var(--primary-border);
}

/*----------------------
    Lesson Utilities
-------------------------*/
.rbt-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -10px;
}
.rbt-button-group a,
.rbt-button-group button {
  margin: 10px;
}

.rbt-round-btn {
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 0;
  border: 0 none;
  display: block;
}
@media only screen and (max-width: 767px) {
  .rbt-round-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.rbt-round-btn i {
  margin-right: 0;
}
.rbt-round-btn::after {
  background: rgba(from var(--color-primary-100) r g b/0.15);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.4s;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 100%;
  z-index: -1;
}
.rbt-round-btn:hover, .rbt-round-btn.open {
  color: var(--color-primary-100);
}
.rbt-round-btn:hover::after, .rbt-round-btn.open::after {
  opacity: 1;
  transform: scale(1);
}

.btn-round-white-opacity {
  padding: 0;
  border: 0 none;
  background: var(--white-opacity);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: var(--color-white);
  font-size: 16px;
  line-height: 37px;
  transition: var(--transition);
}
.btn-round-white-opacity:hover {
  background: rgba(from var(--color-primary-100) r g b/0.25);
}

.rbt-search-style-1 {
  position: relative;
}
.rbt-search-style-1 input {
  height: 50px;
  line-height: 50px;
  padding-right: 50px;
  background-color: var(--color-dark-300);
  border: 1px solid var(--primary-border-2);
  color: var(--color-secondary-100);
  border-radius: var(--radius-small);
}
.rbt-search-style-1 input::placeholder {
  color: var(--color-body);
}
.rbt-search-style-1 input:focus {
  border-color: var(--color-primary-100);
  outline: none;
}
.rbt-search-style-1 .search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background: transparent;
  padding: 0;
  border: 0 none;
  display: block;
  width: 50px;
  text-align: center;
  transition: 0.4s;
  color: var(--color-body);
}
.rbt-search-style-1 .search-btn:hover {
  color: var(--color-primary-100);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*-----------------------------------
    Create Course
-----------------------------------*/
.rbt-create-course-area {
  background: var(--color-dark-100);
}
.rbt-create-course-area .section-title .title {
  color: var(--color-secondary-100);
}
.rbt-create-course-area .rbt-btn.btn-gradient {
  background-image: var(--color-gradient-100);
}
.rbt-create-course-area .bg-primary-opacity {
  background: rgba(from var(--color-primary-100) r g b/0.15) !important;
  color: var(--color-secondary-100) !important;
  border: 2px solid var(--primary-border);
}
.rbt-create-course-area .bg-primary-opacity:hover {
  background: var(--color-primary-100) !important;
  color: var(--color-white) !important;
}

.edu-bg-gray {
  background: var(--color-card-bg);
  border: 1px solid var(--primary-border);
  border-radius: var(--radius);
  padding: 20px;
}
.edu-bg-gray h6 {
  color: var(--color-secondary-100);
  margin-bottom: 15px;
}

.rbt-gradient-border {
  background: var(--color-gradient-100) !important;
  position: relative;
  z-index: 1;
}
.rbt-gradient-border::before {
  content: "";
  z-index: -1;
  top: 2px;
  left: 2px;
  position: absolute;
  background: var(--color-dark-200);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: var(--radius);
}

.rbt-create-course-sidebar.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .rbt-create-course-sidebar.sticky-top {
    position: static;
  }
}
.rbt-create-course-sidebar .rbt-course-upload-tips ul li {
  color: var(--color-body);
}
.rbt-create-course-sidebar .rbt-course-upload-tips ul li i {
  color: var(--color-primary-100);
}

.rbt-course-field-wrapper .course-field label,
.rbt-course-field-wrapper .course-field h6 {
  color: var(--color-secondary-100);
}
.rbt-course-field-wrapper .course-field small {
  color: var(--color-body);
  font-size: 13px;
}
.rbt-course-field-wrapper .course-field small i {
  color: var(--color-primary-100);
  margin-right: 4px;
}
.rbt-course-field-wrapper .course-field small a {
  color: var(--color-primary-100);
}

.rbt-default-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-secondary-100);
}
.rbt-default-form input:not([type=checkbox]):not([type=radio]),
.rbt-default-form textarea {
  width: 100%;
  background: rgba(from var(--color-secondary-100) r g b/0.1);
  border: 2px solid var(--primary-border);
  border-radius: var(--radius);
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--color-body);
  margin-bottom: 15px;
  box-shadow: none;
}
.rbt-default-form input:not([type=checkbox]):not([type=radio]):focus,
.rbt-default-form textarea:focus {
  border-color: var(--color-primary-100);
}
.rbt-default-form input:not([type=checkbox]):not([type=radio]).input-border-color-2,
.rbt-default-form textarea.input-border-color-2 {
  border-color: #2b2b4c;
}
.rbt-default-form .upload-attachment-btn {
  width: fit-content;
  cursor: pointer;
}

.rbt-default-tab-button {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  border: none;
}
.rbt-default-tab-button li {
  margin: 3px;
  flex-grow: 1;
  text-align: center;
}
.rbt-default-tab-button li a {
  position: relative;
  display: block;
  color: var(--color-secondary-100);
  z-index: 2;
  padding: 10px 25px;
  border-radius: 500px;
  outline: none;
  text-decoration: none;
}
.rbt-default-tab-button li a::after {
  position: absolute;
  content: "";
  left: 0;
  background: rgba(from var(--color-secondary-100) r g b/0.08);
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 1;
  transition: 0.4s;
  z-index: -1;
  border-radius: 500px;
}
.rbt-default-tab-button li a.active, .rbt-default-tab-button li a:hover {
  color: var(--color-white);
}
.rbt-default-tab-button li a.active::after, .rbt-default-tab-button li a:hover::after {
  background: var(--color-primary-100);
}

.advance-tab-button-1 .rbt-default-tab-button {
  gap: 20px;
}
.advance-tab-button-1 .rbt-default-tab-button li {
  margin: 0 0 8px;
}
.advance-tab-button-1 .rbt-default-tab-button li a {
  border-radius: var(--radius);
}
.advance-tab-button-1 .rbt-default-tab-button li a::after {
  border-radius: var(--radius);
}

.advance-tab-content-1 {
  padding-top: 10px;
}

.rbt-create-course-thumbnail .brows-file-wrapper {
  position: relative;
  border: 2px dashed #606060;
  border-radius: var(--radius);
  min-height: 200px;
}
.rbt-create-course-thumbnail .brows-file-wrapper input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}
.rbt-create-course-thumbnail .brows-file-wrapper label {
  position: relative;
  z-index: 3;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: var(--color-secondary-100);
  cursor: pointer;
  margin: 0;
  padding: 20px;
}
.rbt-create-course-thumbnail .brows-file-wrapper label i {
  font-size: 24px;
  margin-bottom: 8px;
  color: var(--color-primary-100);
}
.rbt-create-course-thumbnail .brows-file-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
  border-radius: var(--radius);
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.rbt-create-course-thumbnail .brows-file-wrapper:hover label {
  transform: scale(0.95);
}

.pro-quantity .pro-qty {
  max-width: 140px;
  height: 50px;
  border: 2px solid var(--primary-border-2);
  border-radius: var(--radius);
  padding: 0;
  display: flex;
  align-items: center;
}
.pro-quantity .pro-qty .qtybtn {
  width: 45px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
}
.pro-quantity .pro-qty input {
  flex: 1;
  border: 0 !important;
  text-align: center;
  margin: 0 !important;
  height: 46px;
  padding: 0 !important;
  background: transparent;
  color: var(--color-secondary-100);
  background-color: transparent !important;
}

.rbt-course {
  position: relative;
  background-color: var(--color-card-bg) !important;
  border-radius: var(--radius) !important;
}
.rbt-course .rbt-course-icon {
  cursor: pointer;
}
.rbt-course .rbt-course-icon::before, .rbt-course .rbt-course-icon::after {
  position: absolute;
  color: var(--color-secondary-100);
  font-family: "feather" !important;
  font-size: 18px;
  transform: translateY(-50%);
  top: 50%;
  transition: 0.4s;
  z-index: 9;
}
.rbt-course .rbt-course-icon.rbt-course-edit::after {
  content: "\e958";
  right: 100px;
}
.rbt-course .rbt-course-icon.rbt-course-del::before {
  content: "\e9e3";
  right: 70px;
}
.rbt-course-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rbt-course-list li {
  margin: 0 !important;
}
.rbt-course-list li i {
  margin: 0 !important;
  color: var(--color-body) !important;
  background: transparent;
  padding: 7px !important;
  border-radius: 50px;
  transition: 0.4s;
  cursor: pointer;
}
.rbt-course-list li i:hover {
  background: rgba(from var(--color-primary-100) r g b/0.15) !important;
  color: var(--color-primary-100) !important;
}
.rbt-course-wrape {
  border: 1px solid var(--primary-border) !important;
  border-radius: var(--radius);
  padding: 10px 16px;
  cursor: pointer;
}
.rbt-course-wrape .rbt-title {
  color: var(--color-secondary-100);
}
.rbt-course-wrape .cursor-scroll {
  cursor: all-scroll;
  color: var(--color-body);
}

.rbt-sm-btn-2 {
  padding: 0 14px;
  font-size: 14px;
  height: 34px;
  line-height: 28px !important;
}

.rbt-default-modal {
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.8078431373);
  padding: 60px 15px !important;
}
.rbt-default-modal .modal-dialog {
  width: 100%;
  max-width: 900px;
}
.rbt-default-modal .modal-dialog .modal-content {
  padding: 45px;
  border-radius: var(--radius-10);
  overflow: hidden;
  border: 1px solid var(--primary-border);
  z-index: 1;
  background: var(--color-dark-300);
  box-shadow: var(--shadow-4);
}
@media only screen and (max-width: 767px) {
  .rbt-default-modal .modal-dialog .modal-content {
    padding: 30px;
  }
}
.rbt-default-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}
.rbt-default-modal .modal-dialog .modal-content .modal-header .rbt-round-btn {
  right: 20px;
  position: absolute;
  top: 20px;
  opacity: 1;
  transition: var(--transition);
  background: var(--color-card-bg);
  border: 1px solid var(--primary-border);
  color: var(--color-secondary-100);
}
.rbt-default-modal .modal-dialog .modal-content .modal-header .rbt-round-btn:hover {
  background: var(--color-primary-100);
  color: var(--color-white);
}
.rbt-default-modal .modal-dialog .modal-content .modal-title {
  color: var(--color-secondary-100);
}
.rbt-default-modal .modal-dialog .modal-content .modal-footer {
  border-top: 1px solid var(--primary-border);
}

.quiz-modal .progress {
  height: 2px;
  background: var(--primary-border);
}
.quiz-modal .quiz-modal-btn {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: var(--color-white);
  background: var(--color-card-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-border);
  font-size: 11px;
  padding: 0;
}
.quiz-modal__active {
  color: var(--color-white) !important;
  background: var(--color-primary-100) !important;
  border-color: var(--color-primary-100) !important;
}
.quiz-modal__edit-btn {
  font-size: 20px;
  color: var(--color-secondary-100);
  padding: 0;
  outline: 0 !important;
  border: 1px solid transparent !important;
  background: transparent;
}
.quiz-modal__edit-btn::after {
  display: none;
}

.rbt-separator {
  border-color: var(--primary-border);
}

.modal-content {
  color: var(--color-secondary-100);
}

.rbt-list-style-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rbt-list-style-1 li {
  display: flex;
  gap: 10px;
  margin-bottom: 7px;
}
.rbt-list-style-1 li i {
  color: var(--color-primary-100);
  margin-top: 4px;
}
.rbt-list-style-1 li span {
  color: var(--color-secondary-100);
}

.certificate-inner input[type=radio] ~ label::before {
  background-color: rgba(from var(--color-dark-100) r g b/0.3);
}
.certificate-inner input[type=radio] ~ label::after {
  border-bottom: 2px solid var(--color-dark-100);
  border-left: 2px solid var(--color-dark-100);
  border-radius: 50%;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
/*-----------------------------------
    Instructor Dashboard
-----------------------------------*/
.rbt-page-banner-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  padding: 60px 0 235px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-page-banner-wrapper {
    display: none;
  }
}
.rbt-page-banner-wrapper .rbt-banner-image {
  background: var(--color-gradient-900);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -4;
}
.rbt-page-banner-wrapper .rbt-banner-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 32, 0.2) 0%, rgba(15, 16, 42, 0.85) 100%);
}

.rbt-section-overlayping-top {
  margin: -175px auto 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-section-overlayping-top {
    margin: 0 auto;
    padding-top: 40px;
  }
}

.rbt-dashboard-content-wrapper {
  position: relative;
  margin-bottom: 30px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #160A35;
  padding: 10px 10px 24px 10px;
}

.rbt-dashboard-banner {
  background-image: url("../images/dashboard/banner-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 26px 78px 38px 78px;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .rbt-dashboard-banner {
    padding: 26px 30px 38px 30px;
  }
}
.rbt-dashboard-banner .banner-content {
  max-width: 560px;
  position: relative;
  z-index: 2;
}
.rbt-dashboard-banner .author {
  position: absolute;
  right: 15%;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-dashboard-banner .author {
    right: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-dashboard-banner .author {
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-dashboard-banner .author {
    right: 0;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-dashboard-banner .author {
    opacity: 0.3;
  }
}
.rbt-dashboard-banner.v2 {
  padding: 26px 30px 38px 30px;
}
.rbt-dashboard-banner.v2 .author {
  right: 3%;
}

.rbt-tutor-information {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  padding: 0 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .rbt-tutor-information {
    padding: 0 30px;
  }
}
.rbt-tutor-information .rbt-tutor-information-left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rbt-tutor-information .rbt-tutor-information-left {
    display: block;
  }
}
.rbt-tutor-information .rbt-tutor-information-left .thumbnail {
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .rbt-tutor-information .rbt-tutor-information-left .thumbnail {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.rbt-tutor-information .rbt-tutor-information-left .tutor-content .title {
  margin-bottom: 8px;
  color: var(--color-white);
}
.rbt-tutor-information .rbt-tutor-information-left .tutor-content .rbt-review .rating-count {
  color: rgba(214, 218, 240, 0.7);
  font-weight: 600;
}
.rbt-tutor-information .rbt-tutor-information-left .tutor-content .online-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 12px;
  margin-top: 6px;
}
.rbt-tutor-information .rbt-tutor-information-left .tutor-content .online-status .status-icon {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #0ACC6F;
}
@media only screen and (max-width: 767px) {
  .rbt-tutor-information .rbt-tutor-information-right {
    margin-top: 20px;
  }
}

.rbt-avatars {
  min-width: 70px;
  max-width: 70px;
}
.rbt-avatars.size-lg {
  min-width: 90px;
  max-width: 90px;
  width: 90px;
  height: 90px;
}
.rbt-avatars img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background: #A9B1E0;
  object-fit: cover;
}

.rbt-title-style-2 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-secondary-700);
  margin-bottom: 0;
}

.rbt-default-sidebar .inner {
  padding: 0;
}
.rbt-default-sidebar.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .rbt-default-sidebar.sticky-top {
    position: static;
  }
}

.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li a {
  display: flex;
  align-items: center;
}
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li a i {
  margin-right: 10px;
}

.dashboard-mainmenu li a.active span,
.dashboard-mainmenu li a.active i {
  color: var(--color-primary-100);
}

.rbt-hover-03 {
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.rbt-hover-03:hover {
  transform: translateY(-3px);
}

.rbt-border-dashed {
  border: 2px dashed var(--primary-border) !important;
}

/* Background Opacity With Text Colors */
.bg-primary-opacity {
  background: rgba(from var(--color-primary-100) r g b/0.12) !important;
  color: var(--color-primary-100) !important;
}

.bg-secondary-opacity {
  background: rgba(from var(--color-secondary-100) r g b/0.08) !important;
  color: var(--color-secondary-100) !important;
}

.bg-violet-opacity {
  background: rgba(from var(--color-basic-100) r g b/0.12) !important;
  color: var(--color-basic-100) !important;
}

.bg-pink-opacity {
  background: rgba(from var(--color-error-100) r g b/0.12) !important;
  color: var(--color-error-100) !important;
}

.bg-coral-opacity {
  background: rgba(from var(--color-info-100) r g b/0.12) !important;
  color: var(--color-info-100) !important;
}

.bg-warning-opacity {
  background: rgba(from var(--color-warning) r g b/0.12) !important;
  color: var(--color-warning) !important;
}

.color-basic-100 {
  color: var(--color-basic-100) !important;
}

.color-error-100 {
  color: var(--color-error-100) !important;
}

.color-info-100 {
  color: var(--color-info-100) !important;
}

.color-warning {
  color: var(--color-warning) !important;
}

/* Counter Up Styles */
.rbt-counterup {
  background: var(--color-dark-300);
  box-shadow: var(--shadow-4);
  border-radius: var(--radius-big);
  text-align: center;
  padding: 30px 30px 50px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .rbt-counterup {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-counterup {
    padding: 25px 15px;
  }
}
.rbt-counterup .inner .rbt-round-icon {
  margin: 0 auto 20px;
  position: relative;
  background: var(--color-dark-400);
  width: 100px;
  height: 100px;
  line-height: 100px;
  padding: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-6);
}
.rbt-counterup .inner .rbt-round-icon i {
  font-size: 28px;
}
.rbt-counterup .inner .content .counter {
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  padding: 0 24px;
  margin-left: -20px;
  margin-bottom: 9px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .rbt-counterup .inner .content .counter {
    font-size: 40px;
    line-height: 1;
  }
}
.rbt-counterup .inner .content .counter::after {
  position: absolute;
  content: "+";
  right: 0;
  font-size: 42px;
}
.rbt-counterup .inner .content .counter.without-icon {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.rbt-counterup .inner .content .counter.without-icon::after {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .rbt-counterup.variation-01 .inner .content .counter {
    font-size: 35px;
  }
}

.rbt-dashboard-content .section-title .rbt-title-style-3 {
  color: var(--color-secondary-100);
}
.rbt-dashboard-content .content th a {
  color: var(--color-secondary-100);
  transition: var(--transition);
}
.rbt-dashboard-content .content th a:hover {
  color: var(--color-primary-100);
}

@media only screen and (max-width: 767px) {
  .mobile-table-750 .rbt-table {
    min-width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-dashboard-table .rbt-table {
    min-width: 450px;
  }
}
.rbt-dashboard-table .rbt-table thead tr th {
  color: var(--color-secondary-100);
  font-weight: 600;
  background: var(--color-dark-100);
}
.rbt-dashboard-table .rbt-table tbody tr th,
.rbt-dashboard-table .rbt-table tbody tr td {
  color: var(--color-body);
}

.load-more-btn {
  margin-top: 30px;
}
.load-more-btn .btn-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary-100);
  font-weight: 500;
}
.load-more-btn .btn-read-more i {
  transition: var(--transition);
}
.load-more-btn .btn-read-more:hover i {
  transform: translateX(4px);
}

.rbt-edit-photo-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.rbt-edit-photo-inner .rbt-edit-photo {
  background: var(--color-dark-300);
  border-radius: 100%;
  color: var(--color-primary-100);
  width: 100%;
  height: 100%;
  padding: 0;
  border: 2px solid rgba(from var(--color-primary-100) r g b/0.4);
  transition: var(--transition);
}
.rbt-edit-photo-inner .rbt-edit-photo:hover {
  background: var(--color-primary-100);
  color: var(--color-white);
}

/* Instructor Profile */
.rbt-profile-row {
  padding: 15px 0;
  border-bottom: 1px solid var(--primary-border);
}
.rbt-profile-row.rbt-default-form {
  padding: 0;
  border-bottom: none;
}
.rbt-profile-row:first-of-type {
  padding-top: 0;
}
.rbt-profile-row:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.rbt-profile-row .col-lg-4 .rbt-profile-content,
.rbt-profile-row .col-md-4 .rbt-profile-content {
  color: var(--color-secondary-100);
  font-weight: 600;
}
.rbt-profile-row .col-lg-8 .rbt-profile-content,
.rbt-profile-row .col-md-8 .rbt-profile-content {
  color: var(--color-body);
}

/* Enrolled Courses Tabs */
.tab-button-style-2 {
  border-bottom: 2px solid var(--primary-border);
  justify-content: center;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .tab-button-style-2 {
    margin-bottom: 20px;
  }
}
.tab-button-style-2 li {
  margin-top: 0;
  margin-bottom: 0;
}
.tab-button-style-2 li a {
  position: relative;
  display: block;
  outline: none;
  padding: 16px 28px;
  border: 0 none;
  box-shadow: none;
  color: var(--color-body);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-button-style-2 li a {
    padding: 16px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-button-style-2 li a {
    padding: 14px 10px;
  }
}
.tab-button-style-2 li a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: var(--color-primary-100);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.tab-button-style-2 li a.active {
  border: 0 none;
  outline: none;
  color: var(--color-primary-100);
}
.tab-button-style-2 li a.active::after {
  transform: scaleX(1);
}
.tab-button-style-2 li a .title {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
}

/* Enrolled Courses Progress */
.rbt-progress-style-1 .single-progress {
  position: relative;
  overflow: hidden;
}
.rbt-progress-style-1 .single-progress + .single-progress {
  margin-top: 40px;
}
.rbt-progress-style-1 .progress {
  height: 6px;
  overflow: visible;
  background-color: var(--color-dark-100);
  border-radius: 10px;
}
.rbt-progress-style-1 .progress .progress-bar {
  border-radius: 10px;
  width: 0;
  height: 100%;
  background-color: var(--color-primary-100);
  transition: width 0.5s ease;
  overflow: visible;
}
.rbt-progress-style-1 .progress .progress-bar.bar-color-success {
  background: var(--color-success-100);
}
.rbt-progress-style-1 .progress .progress-number {
  position: absolute;
  font-size: 14px;
  top: 0;
  line-height: 1.25;
  right: 0;
  z-index: 1;
}

/* Enrolled Course Cards */
.rbt-dashboard-content .rbt-card.variation-01 {
  overflow: hidden;
  box-shadow: var(--shadow-4);
  padding: 20px;
  border-radius: var(--radius-big);
  background: var(--color-dark-300);
  position: relative;
  height: 100%;
  transition: var(--transition);
}
@media only screen and (max-width: 767px) {
  .rbt-dashboard-content .rbt-card.variation-01 {
    padding: 15px;
  }
}
.rbt-dashboard-content .rbt-card.variation-01:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-6);
}
.rbt-dashboard-content .rbt-card.variation-01 .rbt-card-img a {
  display: block;
}
.rbt-dashboard-content .rbt-card.variation-01 .rbt-card-img a img {
  width: 100%;
  transition: 0.5s;
  object-fit: cover;
  border-radius: var(--radius);
}
.rbt-dashboard-content .rbt-card.variation-01 .rbt-card-body {
  padding-top: 20px;
}
.rbt-dashboard-content .rbt-card.variation-01 .rbt-card-body .rbt-card-title {
  margin-bottom: 10px;
  font-size: 20px;
}
.rbt-dashboard-content .rbt-card.variation-01 .rbt-card-body .rbt-card-title a {
  color: var(--color-secondary-100);
  transition: var(--transition);
}
.rbt-dashboard-content .rbt-card.variation-01 .rbt-card-body .rbt-card-title a:hover {
  color: var(--color-primary-100);
}
.rbt-dashboard-content .rbt-card.variation-01 .rbt-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.rbt-dashboard-content .rbt-card.variation-01 .rbt-card-top .rbt-review {
  margin-bottom: 0;
}
.rbt-dashboard-content .rbt-card.variation-01 .rbt-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.rbt-dashboard-content .rbt-card.variation-01 .rbt-card-bottom .rbt-btn-link {
  font-size: 14px;
}

a.rbt-btn-link {
  color: var(--color-secondary-100);
  position: relative;
  transition: var(--transition);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
a.rbt-btn-link i {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 4px;
}
a.rbt-btn-link::after {
  position: absolute;
  content: "";
  left: auto;
  bottom: 0;
  background: currentColor;
  width: 0;
  height: 2px;
  transition: var(--transition);
  right: 0;
}
a.rbt-btn-link:hover {
  color: var(--color-primary-100);
}
a.rbt-btn-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.rbt-dashboard-content .rbt-btn.bg-primary-opacity {
  background: rgba(from var(--color-primary-100) r g b/0.12) !important;
  color: var(--color-primary-100) !important;
}
.rbt-dashboard-content .rbt-btn.bg-primary-opacity:hover {
  background: var(--color-primary-100) !important;
  color: var(--color-white) !important;
}

.rbt-dashboard-content .rbt-btn.bg-color-danger-opacity {
  background: rgba(from var(--color-error-100) r g b/0.12) !important;
  color: var(--color-error-100) !important;
}
.rbt-dashboard-content .rbt-btn.bg-color-danger-opacity:hover {
  background: var(--color-error-100) !important;
  color: var(--color-white) !important;
}

.bg-color-success-opacity {
  background: rgba(from var(--color-success-100) r g b/0.12) !important;
}

.bg-color-danger-opacity {
  background: rgba(from var(--color-error-100) r g b/0.12) !important;
}

.rbt-dashboard-content .color-success {
  color: var(--color-success-100) !important;
}
.rbt-dashboard-content .color-danger {
  color: var(--color-error-100) !important;
}

.rbt-dashboard-filter-wrapper .select-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-secondary-700);
}
.rbt-dashboard-filter-wrapper .filter-select .nice-select {
  width: 100%;
}

/* Announcements CTA */
.rbt-dashboard-content .rbt-callto-action.rbt-cta-default.style-2 .content-wrapper {
  border-radius: var(--radius, 6px);
  border: 2px dashed var(--primary-border);
}
.rbt-dashboard-content .rbt-callto-action.rbt-cta-default.style-2 .content-wrapper h5 {
  color: var(--color-secondary-100);
}
.rbt-dashboard-content .rbt-callto-action.rbt-cta-default.style-2 .content-wrapper .b3 {
  color: var(--color-secondary-700);
}
.rbt-dashboard-content .rbt-callto-action.rbt-cta-default.style-2 .call-to-btn .rbt-btn {
  background: var(--color-primary-100);
  color: var(--color-white);
}
.rbt-dashboard-content .rbt-callto-action.rbt-cta-default.style-2 .call-to-btn .rbt-btn:hover {
  background: var(--color-secondary-100);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.breadcrumb-style-max-width {
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-style-max-width {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-style-max-width {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-style-max-width {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-style-max-width {
    max-width: 420px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-style-max-width {
    max-width: inherit;
  }
}

.lrn-privacy-policy-content {
  background: var(--color-dark-300);
  box-shadow: var(--shadow-4);
  border-radius: 15px;
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  padding-top: 0;
  overflow: hidden;
}
.lrn-privacy-policy-content .content {
  padding: 50px 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-privacy-policy-content .content {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-privacy-policy-content .content {
    padding: 30px 20px;
  }
}
.lrn-privacy-policy-content .content h4 {
  color: var(--color-secondary-100);
  margin-bottom: 20px;
  margin-top: 30px;
}
.lrn-privacy-policy-content .content h4:first-child {
  margin-top: 0;
}
.lrn-privacy-policy-content .content ol,
.lrn-privacy-policy-content .content ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.lrn-privacy-policy-content .content ol li,
.lrn-privacy-policy-content .content ul li {
  color: var(--color-secondary-700);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 15px;
}
.lrn-privacy-policy-content .content ol li:last-child,
.lrn-privacy-policy-content .content ul li:last-child {
  margin-bottom: 0;
}
.lrn-privacy-policy-content .content ol li a,
.lrn-privacy-policy-content .content ul li a {
  color: var(--color-primary-100);
  transition: var(--transition);
}
.lrn-privacy-policy-content .content ol li a:hover,
.lrn-privacy-policy-content .content ul li a:hover {
  color: var(--color-primary-200);
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-error-area {
  position: relative;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-error-area {
    min-height: calc(100vh - 160px);
  }
}
@media only screen and (max-width: 767px) {
  .lrn-error-area {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.lrn-error-content {
  position: relative;
  z-index: 2;
}

.lrn-error-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.lrn-error-shape img {
  position: absolute;
  opacity: 0.15;
}
.lrn-error-shape img.shape-1 {
  top: -60px;
  left: -40px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .lrn-error-shape img.shape-1 {
    width: 120px;
    top: -30px;
    left: -20px;
  }
}
.lrn-error-shape img.shape-2 {
  bottom: -40px;
  right: -30px;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .lrn-error-shape img.shape-2 {
    width: 100px;
    bottom: -20px;
    right: -10px;
  }
}

.lrn-error-title {
  font-size: 180px;
  font-weight: var(--fw-bold);
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-error-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-error-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .lrn-error-title {
    font-size: 60px;
  }
}

.lrn-error-subtitle {
  font-size: 48px;
  font-weight: var(--fw-semiBold);
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-error-subtitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-error-subtitle {
    font-size: 28px;
  }
}

.lrn-error-desc {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.lrn-error-btn {
  display: flex;
  justify-content: center;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-maintenance-area {
  position: relative;
  min-height: 100vh;
  background: var(--color-dark-300);
  overflow: hidden;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .lrn-maintenance-area {
    padding: 40px 0;
  }
}

.lrn-maintenance-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.lrn-maintenance-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--color-basic-100);
  filter: blur(200px);
  opacity: 0.12;
}
.lrn-maintenance-bg img {
  position: absolute;
  opacity: 0.1;
}
.lrn-maintenance-bg img.shape-1 {
  top: 10%;
  left: 5%;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .lrn-maintenance-bg img.shape-1 {
    width: 100px;
  }
}
.lrn-maintenance-bg img.shape-2 {
  bottom: 10%;
  right: 5%;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .lrn-maintenance-bg img.shape-2 {
    width: 90px;
  }
}
.lrn-maintenance-bg img.shape-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 900px;
  opacity: 0.05;
}

.lrn-maintenance-content {
  position: relative;
  z-index: 2;
}

.lrn-maintenance-title {
  font-size: 52px;
  font-weight: var(--fw-semiBold);
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-maintenance-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-maintenance-title {
    font-size: 30px;
  }
}

.lrn-maintenance-desc {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.lrn-maintenance-countdown .lrn-counter.countdown.version-02 {
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .lrn-maintenance-countdown .lrn-counter.countdown.version-02 {
    gap: 12px;
  }
}

.lrn-maintenance-email {
  font-size: var(--font-size-b1);
  font-weight: var(--fw-semiBold);
  text-decoration: none;
  transition: var(--transition);
}
.lrn-maintenance-email:hover {
  opacity: 0.8;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.pro-qty .qtybtn {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color var(--transition);
  color: var(--color-secondary-100);
}
.pro-qty .qtybtn:hover {
  color: var(--color-primary-100);
}

.lrn-shop-area .filter-select {
  min-width: 200px;
}
.lrn-shop-area .filter-select .select-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-secondary-700);
}
.lrn-shop-area .filter-select .nice-select {
  width: 100%;
}

.lrn-shop-card {
  position: relative;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-dark-400);
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.08);
  transition: var(--transition);
}
.lrn-shop-card:hover {
  border-color: rgba(from var(--color-primary-100) r g b/0.35);
  box-shadow: var(--shadow-4);
  transform: translateY(-4px);
}
.lrn-shop-card:hover .lrn-shop-card-media img {
  transform: scale(1.06);
}
.lrn-shop-card:hover .lrn-shop-card-overlay {
  opacity: 1;
  visibility: visible;
}
.lrn-shop-card:hover .lrn-shop-card-wishlist {
  opacity: 1;
  visibility: visible;
}
.lrn-shop-card-media {
  position: relative;
  overflow: hidden;
  background: var(--color-dark-300);
}
.lrn-shop-card-media img {
  aspect-ratio: 5/4;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.lrn-shop-card-link {
  display: block;
}
.lrn-shop-card-offer {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 50px;
  padding: 5px 12px;
  font-size: 12px;
  z-index: 2;
}
.lrn-shop-card-wishlist {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(from var(--color-dark-100) r g b/0.65);
  backdrop-filter: blur(8px);
  color: var(--color-secondary-100);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.lrn-shop-card-wishlist:hover {
  background: var(--color-primary-100);
  color: var(--color-white);
}
.lrn-shop-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(180deg, rgba(5, 5, 32, 0) 35%, rgba(5, 5, 32, 0.85) 100%);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 1;
}
.lrn-shop-card-content {
  padding: 22px 22px 24px;
}
.lrn-shop-card-category {
  display: inline-block;
  font-size: 12px;
  font-weight: var(--fw-semiBold);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--color-primary-100);
  margin-bottom: 10px;
}
.lrn-shop-card-title {
  font-size: 20px;
  font-weight: var(--fw-semiBold);
  line-height: 1.35;
  margin-bottom: 6px;
}
.lrn-shop-card-title a {
  color: var(--color-secondary-100);
  text-decoration: none;
  transition: var(--transition);
}
.lrn-shop-card-title a:hover {
  color: var(--color-primary-100);
}
.lrn-shop-card-author {
  display: block;
  font-size: var(--font-size-b4);
  margin-bottom: 18px;
}
.lrn-shop-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
}
.lrn-shop-card-price {
  text-align: right;
  flex-shrink: 0;
}
.lrn-shop-card-price .current-price {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}
.lrn-shop-card-price .off-price {
  display: block;
  font-size: 13px;
  text-decoration: line-through;
  margin-top: 2px;
}
.lrn-shop-card .lrn-rating ul {
  list-style: none;
}
.lrn-shop-card .rating-count {
  font-size: 13px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .lrn-shop-card-wishlist, .lrn-shop-card-overlay {
    opacity: 1;
    visibility: visible;
  }
  .lrn-shop-card-overlay {
    background: linear-gradient(180deg, rgba(5, 5, 32, 0) 55%, rgba(5, 5, 32, 0.75) 100%);
  }
}

.lrn-single-product-area {
  position: relative;
}

.lrn-single-product-shell {
  background: var(--color-dark-300);
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-4);
}

.lrn-single-product-gallery {
  padding: 30px;
  background: linear-gradient(180deg, rgba(from var(--color-primary-100) r g b/0.08) 0%, transparent 100%);
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-single-product-gallery {
    padding: 20px;
  }
}

.lrn-single-product-thumb {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.12);
}
.lrn-single-product-thumb img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: opacity 0.25s ease;
}

.lrn-single-product-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: var(--fw-bold);
  color: var(--color-white);
  background: var(--color-gradient-100);
}

.lrn-single-product-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.lrn-single-product-thumbs .thumb-item {
  flex: 1;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  background: transparent;
  transition: var(--transition);
}
.lrn-single-product-thumbs .thumb-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.lrn-single-product-thumbs .thumb-item.is-active, .lrn-single-product-thumbs .thumb-item:hover {
  border-color: var(--color-primary-100);
}

.lrn-single-product-panel {
  padding: 40px 40px 40px 20px;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-single-product-panel {
    padding: 30px 20px;
  }
}

.lrn-single-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.lrn-single-product-title {
  font-size: 40px;
  font-weight: var(--fw-semiBold);
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-single-product-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-single-product-title {
    font-size: 26px;
  }
}

.lrn-single-product-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.lrn-single-product-author img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(from var(--color-primary-100) r g b/0.4);
}
.lrn-single-product-author .label {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}
.lrn-single-product-author .name {
  display: block;
  font-size: 16px;
}

.lrn-single-product-price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 20px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: rgba(from var(--color-dark-400) r g b/0.65);
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
}

.lrn-single-product-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.lrn-single-product-price .current-price {
  font-size: 34px;
  line-height: 1;
}
.lrn-single-product-price .off-price {
  font-size: 18px;
  text-decoration: line-through;
}

.stock-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: var(--fw-semiBold);
  color: var(--color-success-100);
  background: rgba(from var(--color-success-100) r g b/0.12);
}

.lrn-single-product-desc {
  line-height: 1.8;
  margin-bottom: 24px;
}

.lrn-single-product-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .lrn-single-product-features {
    grid-template-columns: 1fr;
  }
}
.lrn-single-product-features .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(from var(--color-secondary-100) r g b/0.05);
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.08);
  color: var(--color-secondary-100);
  font-size: 14px;
  font-weight: var(--fw-medium);
}
.lrn-single-product-features .feature-item i {
  color: var(--color-primary-100);
  font-size: 18px;
}

.lrn-single-product-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.lrn-single-product-action .pro-quantity .pro-qty {
  max-width: 130px;
  height: 56px;
  border: 2px solid var(--primary-border-2);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
}
.lrn-single-product-action .pro-quantity .pro-qty .qtybtn {
  width: 42px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.lrn-single-product-action .pro-quantity .pro-qty input {
  flex: 1;
  border: 0 !important;
  text-align: center;
  background: transparent;
  color: var(--color-secondary-100);
}

.lrn-single-product-wishlist {
  width: 56px;
  height: 56px;
  border: 2px solid var(--primary-border-2);
  border-radius: var(--radius);
  background: transparent;
  color: var(--color-secondary-100);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
}
.lrn-single-product-wishlist:hover {
  border-color: var(--color-primary-100);
  color: var(--color-primary-100);
}

.lrn-single-product-meta {
  list-style: none;
  padding: 20px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border-radius: 16px;
  background: rgba(from var(--color-dark-400) r g b/0.45);
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
}
@media only screen and (max-width: 767px) {
  .lrn-single-product-meta {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}
.lrn-single-product-meta li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(from var(--color-secondary-100) r g b/0.04);
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.08);
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.lrn-single-product-meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--color-gradient-100);
  opacity: 0;
  transition: var(--transition);
}
.lrn-single-product-meta li:hover {
  border-color: rgba(from var(--color-primary-100) r g b/0.25);
  background: rgba(from var(--color-primary-100) r g b/0.05);
}
.lrn-single-product-meta li:hover::before {
  opacity: 1;
}
.lrn-single-product-meta li:hover .meta-icon {
  color: var(--color-white);
  background: var(--color-gradient-100);
  border-color: transparent;
}
.lrn-single-product-meta li.meta-tags-item {
  grid-column: 1/-1;
}
.lrn-single-product-meta .meta-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 16px;
  color: var(--color-primary-100);
  background: rgba(from var(--color-primary-100) r g b/0.12);
  border: 1px solid rgba(from var(--color-primary-100) r g b/0.2);
  transition: var(--transition);
}
.lrn-single-product-meta .meta-content {
  flex: 1;
  min-width: 0;
}
.lrn-single-product-meta .meta-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: var(--fw-semiBold);
  color: var(--color-secondary-700);
  margin-bottom: 6px;
}
.lrn-single-product-meta .meta-value {
  display: block;
  color: var(--color-secondary-100);
  font-weight: var(--fw-semiBold);
  font-size: 15px;
  line-height: 1.4;
}
.lrn-single-product-meta .meta-value a {
  color: var(--color-secondary-100);
  text-decoration: none;
  transition: var(--transition);
}
.lrn-single-product-meta .meta-value a:hover {
  color: var(--color-primary-100);
}
.lrn-single-product-meta .meta-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lrn-single-product-meta .meta-tags-list a {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: var(--fw-medium);
  color: var(--color-secondary-100);
  text-decoration: none;
  background: rgba(from var(--color-secondary-100) r g b/0.08);
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.12);
  transition: var(--transition);
}
.lrn-single-product-meta .meta-tags-list a:hover {
  color: var(--color-white);
  border-color: transparent;
  background: var(--color-gradient-100);
}

.lrn-single-product-tab-shell {
  background: var(--color-dark-300);
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  border-radius: 20px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .lrn-single-product-tab-shell {
    padding: 20px;
  }
}

.lrn-single-product-tab-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lrn-single-product-tab-nav .tab-pill {
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.15);
  background: transparent;
  color: var(--color-secondary-700);
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: var(--fw-semiBold);
  transition: var(--transition);
}
.lrn-single-product-tab-nav .tab-pill.active, .lrn-single-product-tab-nav .tab-pill:hover {
  color: var(--color-white);
  border-color: transparent;
  background: var(--color-gradient-100);
}

.lrn-single-product-description-card,
.lrn-single-product-review-card,
.lrn-single-product-form {
  padding: 28px;
  border-radius: 16px;
  background: rgba(from var(--color-dark-400) r g b/0.55);
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.08);
}

.lrn-single-product-description-card p {
  line-height: 1.8;
}

.lrn-single-product-review-card {
  height: 100%;
}
.lrn-single-product-review-card .review-top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.lrn-single-product-review-card .review-top img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.lrn-single-product-review-card .review-name {
  color: var(--color-secondary-100);
  font-weight: var(--fw-semiBold);
}
.lrn-single-product-review-card .review-date {
  font-size: 13px;
}
.lrn-single-product-review-card .lrn-rating ul {
  list-style: none;
}

.lrn-related-product {
  padding-top: 10px;
}

.lrn-cart-area {
  position: relative;
}

.lrn-cart-table-shell {
  background: var(--color-dark-300);
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-4);
}

.lrn-cart-table .table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}
@media only screen and (max-width: 575px) {
  .lrn-cart-table .table {
    border-top: 0;
  }
}
.lrn-cart-table .table thead {
  background: var(--color-gradient-100);
}
@media only screen and (max-width: 575px) {
  .lrn-cart-table .table thead {
    display: none;
  }
}
.lrn-cart-table .table thead tr th {
  border: none;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: var(--fw-semiBold);
  color: var(--color-white);
  text-align: center;
  background: transparent;
}
.lrn-cart-table .table thead tr th:first-child {
  border-radius: 0;
}
.lrn-cart-table .table thead tr th:last-child {
  border-radius: 0;
}
.lrn-cart-table .table tbody tr {
  transition: var(--transition);
}
.lrn-cart-table .table tbody tr:hover {
  background: rgba(from var(--color-primary-100) r g b/0.04);
}
.lrn-cart-table .table tbody tr td {
  border: none;
  padding: 24px 20px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid rgba(from var(--color-secondary-100) r g b/0.08);
}
@media only screen and (max-width: 575px) {
  .lrn-cart-table .table tbody tr td {
    padding: 14px 16px;
  }
}
.lrn-cart-table .table tbody tr:last-child td {
  border-bottom: none;
}
.lrn-cart-table .table > :not(:first-child) {
  border-top: 0;
}
.lrn-cart-table th.pro-thumbnail,
.lrn-cart-table td.pro-thumbnail {
  max-width: 140px;
  min-width: 120px;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .lrn-cart-table th.pro-thumbnail a,
  .lrn-cart-table td.pro-thumbnail a {
    width: 100px;
  }
}
.lrn-cart-table th.pro-title,
.lrn-cart-table td.pro-title {
  min-width: 200px;
  text-align: left;
}
.lrn-cart-table td.pro-thumbnail a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
}
.lrn-cart-table td.pro-thumbnail a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.lrn-cart-table td.pro-title a {
  display: block;
  font-size: 16px;
  font-weight: var(--fw-semiBold);
  color: var(--color-secondary-100);
  text-decoration: none;
  transition: var(--transition);
  margin-bottom: 4px;
}
.lrn-cart-table td.pro-title a:hover {
  color: var(--color-primary-100);
}
.lrn-cart-table td.pro-title .pro-category {
  display: block;
  font-size: 13px;
}
.lrn-cart-table td.pro-price span {
  display: block;
  font-size: 15px;
  font-weight: var(--fw-semiBold);
  color: var(--color-secondary-100);
}
.lrn-cart-table td.pro-quantity .pro-qty {
  max-width: 120px;
  height: 50px;
  border: 2px solid var(--primary-border-2);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  margin: auto;
}
.lrn-cart-table td.pro-quantity .pro-qty .qtybtn {
  width: 40px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.lrn-cart-table td.pro-quantity .pro-qty input {
  flex: 1;
  border: 0 !important;
  text-align: center;
  background: transparent;
  color: var(--color-secondary-100);
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .lrn-cart-table td.pro-quantity .pro-qty {
    margin: 0;
  }
}
.lrn-cart-table td.pro-subtotal span {
  display: block;
  font-size: 16px;
  font-weight: var(--fw-bold);
  color: var(--color-primary-100);
}
.lrn-cart-table td.pro-remove a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--color-secondary-700);
  text-decoration: none;
  position: relative;
  transition: var(--transition);
}
.lrn-cart-table td.pro-remove a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(from var(--color-error-100) r g b/0.12);
  opacity: 0;
  transform: scale(0.8);
  transition: var(--transition);
}
.lrn-cart-table td.pro-remove a:hover {
  color: var(--color-error-100);
}
.lrn-cart-table td.pro-remove a:hover::after {
  opacity: 1;
  transform: scale(1);
}
.lrn-cart-table td.pro-remove a i {
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.lrn-cart-panel {
  padding: 30px;
  border-radius: 16px;
  background: var(--color-dark-300);
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .lrn-cart-panel {
    padding: 22px;
  }
}
.lrn-cart-panel.calculate-shipping {
  margin-bottom: 24px;
}
.lrn-cart-panel.discount-coupon {
  margin-bottom: 0;
}

.lrn-cart-panel-title {
  font-size: 20px;
  font-weight: var(--fw-semiBold);
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(from var(--color-secondary-100) r g b/0.15);
}

.lrn-cart-summary-wrap {
  padding: 30px;
  border-radius: 16px;
  background: var(--color-dark-300);
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .lrn-cart-summary-wrap {
    padding: 22px;
  }
}
.lrn-cart-summary-wrap p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 15px;
  margin: 0;
  padding: 14px 0;
}
.lrn-cart-summary-wrap p + p {
  border-top: 1px dashed rgba(from var(--color-secondary-100) r g b/0.12);
}
.lrn-cart-summary-wrap h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 20px;
  font-weight: var(--fw-bold);
  margin: 16px 0 0;
  padding-top: 18px;
  border-top: 2px solid rgba(from var(--color-secondary-100) r g b/0.12);
}

.lrn-cart-submit-btn-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lrn-checkout-area {
  position: relative;
}

.lrn-checkout-panel {
  margin-bottom: 24px;
}
.lrn-checkout-panel:last-child {
  margin-bottom: 0;
}

.lrn-checkout-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.lrn-checkout-payment-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lrn-checkout-payment-item {
  padding: 20px;
  border-radius: 12px;
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  background: rgba(from var(--color-secondary-100) r g b/0.03);
  transition: var(--transition);
}
.lrn-checkout-payment-item:has(input:checked) {
  border-color: rgba(from var(--color-primary-100) r g b/0.45);
  background: rgba(from var(--color-primary-100) r g b/0.05);
}
.lrn-checkout-payment-item .rbt-form-check {
  margin-bottom: 0;
}
.lrn-checkout-payment-item .form-check-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 28px;
  cursor: pointer;
}

.lrn-checkout-payment-title {
  font-size: 16px;
  font-weight: var(--fw-semiBold);
}

.lrn-checkout-payment-desc {
  font-size: 13px;
  line-height: 1.5;
}

.lrn-checkout-card-fields {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed rgba(from var(--color-secondary-100) r g b/0.12);
}

.lrn-checkout-order {
  padding: 30px;
  border-radius: 16px;
  background: var(--color-dark-300);
  border: 2px solid rgba(from var(--color-secondary-100) r g b/0.1);
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-checkout-order {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .lrn-checkout-order {
    padding: 22px;
  }
}
.lrn-checkout-order .lrn-cart-panel-title {
  margin-bottom: 24px;
}

.lrn-checkout-order-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 34px;
  border-bottom: 1px dashed rgba(from var(--color-secondary-100) r g b/0.12);
}

.lrn-checkout-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lrn-checkout-order-product {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.lrn-checkout-order-thumb {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(from var(--color-secondary-100) r g b/0.1);
}
.lrn-checkout-order-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lrn-checkout-order-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.lrn-checkout-order-name {
  display: block;
  font-size: 15px;
  font-weight: var(--fw-semiBold);
  text-decoration: none;
  transition: var(--transition);
}
.lrn-checkout-order-name:hover {
  color: var(--color-primary-100);
}

.lrn-checkout-order-qty {
  font-size: 13px;
}

.lrn-checkout-order-price {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: var(--fw-semiBold);
}

.lrn-checkout-summary {
  margin-bottom: 20px;
  padding: 0;
  border: none;
  background: transparent;
}

.lrn-checkout-terms label {
  font-size: 14px;
  line-height: 1.6;
}
.lrn-checkout-terms label a {
  text-decoration: underline;
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.lrn-subscription-area {
  position: relative;
  overflow: hidden;
}
.lrn-subscription-area[data-billing=monthly] .price-yearly,
.lrn-subscription-area[data-billing=monthly] .period-yearly {
  display: none;
}
.lrn-subscription-area[data-billing=yearly] .price-monthly,
.lrn-subscription-area[data-billing=yearly] .period-monthly {
  display: none;
}

.lrn-subscription-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 40px;
}
.lrn-subscription-toggle-wrap .billing-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-secondary-700);
  transition: var(--transition);
}
.lrn-subscription-toggle-wrap .billing-label.active {
  color: var(--color-secondary-100);
}
.lrn-subscription-toggle-wrap .lrn-subscription-switch {
  margin: 0;
}
.lrn-subscription-toggle-wrap .lrn-subscription-switch .form-check-input {
  width: 52px;
  height: 28px;
}
.lrn-subscription-toggle-wrap .save-badge {
  font-size: 13px;
  padding: 4px 12px;
}

.lrn-subscription-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lrn-subscription-cards {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lrn-subscription-cards {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lrn-subscription-card {
  position: relative;
  border-radius: 16px;
  padding: 36px 30px 40px;
  background: var(--color-dark-400);
  border: 2px solid var(--primary-border);
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.lrn-subscription-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: var(--default-gradient-2);
  opacity: 0;
  transition: var(--transition);
  z-index: 0;
}
.lrn-subscription-card > * {
  position: relative;
  z-index: 1;
}
.lrn-subscription-card:hover {
  border-color: var(--color-primary-400);
  transform: translateY(-4px);
  box-shadow: var(--shadow-7);
}
.lrn-subscription-card:hover::before {
  opacity: 1;
}
.lrn-subscription-card.featured {
  border-color: var(--color-primary-100);
  box-shadow: var(--shadow-2);
}
.lrn-subscription-card.featured::before {
  opacity: 1;
}
.lrn-subscription-card.featured .lrn-subscription-popular {
  display: inline-flex;
}
.lrn-subscription-card .plan-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-secondary-100);
  margin-bottom: 8px;
}
.lrn-subscription-card .plan-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-secondary-700);
  margin-bottom: 24px;
}
.lrn-subscription-card .lrn-subscription-popular {
  display: none;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-white);
  background: var(--color-gradient-100);
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
  width: fit-content;
}
.lrn-subscription-card .lrn-subscription-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 28px;
}
.lrn-subscription-card .lrn-subscription-price .price-value {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-secondary-100);
}
.lrn-subscription-card .lrn-subscription-price .price-period {
  font-size: 16px;
  color: var(--color-secondary-700);
}
.lrn-subscription-card .plan-features {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lrn-subscription-card .plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-secondary-400);
  margin: 0;
}
.lrn-subscription-card .plan-features li i {
  color: var(--color-primary-100);
  margin-top: 3px;
  flex-shrink: 0;
}
.lrn-subscription-card .plan-features li.disabled {
  color: var(--color-secondary-700);
  text-decoration: line-through;
  opacity: 0.6;
}
.lrn-subscription-card .plan-features li.disabled i {
  color: var(--color-secondary-700);
}
.lrn-subscription-card .lrn-btn-primary,
.lrn-subscription-card .lrn-btn-secondary-2 {
  width: 100%;
  justify-content: center;
}

.lrn-subscription-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lrn-subscription-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .lrn-subscription-benefits {
    grid-template-columns: 1fr;
  }
}
.lrn-subscription-benefits .benefit-item {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  background: rgba(from var(--color-secondary-100) r g b/0.05);
  border: 1px solid var(--primary-border);
}
.lrn-subscription-benefits .benefit-item .benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: var(--color-gradient-400);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.lrn-subscription-benefits .benefit-item .benefit-icon i {
  font-size: 22px;
  color: var(--color-primary-100);
}
.lrn-subscription-benefits .benefit-item .benefit-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-secondary-100);
  margin-bottom: 8px;
}
.lrn-subscription-benefits .benefit-item .benefit-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-secondary-700);
  margin: 0;
}

.lrn-subscription-compare {
  margin-top: 80px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--primary-border);
  background: var(--color-dark-400);
}
.lrn-subscription-compare .compare-table {
  margin: 0;
  width: 100%;
}
.lrn-subscription-compare .compare-table thead th {
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-secondary-100);
  background: var(--color-dark-300);
  border-bottom: 2px solid var(--primary-border);
  white-space: nowrap;
}
.lrn-subscription-compare .compare-table thead th:first-child {
  text-align: left;
}
.lrn-subscription-compare .compare-table tbody tr {
  border-bottom: 1px solid var(--primary-border);
}
.lrn-subscription-compare .compare-table tbody tr:last-child {
  border-bottom: none;
}
.lrn-subscription-compare .compare-table tbody td {
  padding: 16px 24px;
  font-size: 15px;
  color: var(--color-secondary-400);
  text-align: center;
  vertical-align: middle;
}
.lrn-subscription-compare .compare-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--color-secondary-100);
}
.lrn-subscription-compare .compare-table tbody td i.fa-check {
  color: var(--color-success-100);
}
.lrn-subscription-compare .compare-table tbody td i.fa-xmark {
  color: var(--color-secondary-700);
}
@media only screen and (max-width: 767px) {
  .lrn-subscription-compare {
    overflow-x: auto;
  }
  .lrn-subscription-compare .compare-table {
    min-width: 600px;
  }
}

/*!
==============================================================================
Learnhub - Online Learning & Education HTML5 Template
CSS Table of Contents

1. Default Styles
2. Utility Styles
3. Component Styles
   3.1 Layout and navigation
   3.2 Content sections and UI elements
   3.3 Course, event, blog, and shop modules
   3.4 Dashboard, lesson, auth, and support pages
==============================================================================
*/
.style-guide-section {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(from var(--color-secondary-100) r g b/0.08);
}
.style-guide-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .style-guide-section {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.style-guide-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .style-guide-title {
    margin-bottom: 30px;
  }
}
.style-guide-subtitle {
  margin-bottom: 25px;
}
.style-guide-swatch .color-box {
  border-radius: var(--radius-big);
}
.style-guide-gradient {
  width: 100%;
  height: 100px;
  border-radius: var(--radius-big);
  box-shadow: var(--shadow-1);
}
.style-guide-type-row {
  padding: 20px 0;
  border-bottom: 1px solid rgba(from var(--color-secondary-100) r g b/0.06);
}
.style-guide-type-row:last-child {
  border-bottom: 0;
}
/*# sourceMappingURL=../maps/style.css.map */
