

.header-area .langBtn::before {
    content: "\f0ac";
    font-family: var(--font-icon);
    font-size: 20px;
    font-weight: 300;
  }
  @media only screen and (max-width: 767.98px){
    .tabs-navigation .nav {
      margin-bottom: 10px;
    }
  }
  .course-default .course-title{
    height: 47px;
  }
  /* pagination links */
  .active > .page-link, .page-link.active{
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .page-link{
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    color: var(--color-dark);
    border: unset;
  }
  .page-link:hover {
    color: var(--bs-pagination-active-color);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .page-item {
    margin: auto 3px;
  }
  .page-item:first-child .page-link {
    border-radius: unset;
    font-size: 24px;
    line-height: 35px;
  }
  .page-item:last-child .page-link {
    border-radius: unset;
    font-size: 24px;
    line-height: 35px;
  }
  .category-area_v1 .swiper-slide .card-icon {
    background-color: #eee !important;
    box-shadow: unset !important;
  }
  #botmanWidgetRoot >div{
    right: 45px !important;
    min-width: 80px !important;
    min-height: 85px !important;
  }
  @media only screen and (max-width: 499px){
    #botmanWidgetRoot >div{
      min-width: 64px !important;
      right: 34px !important;
      min-height: 68px !important;
    }
  }
  .desktop-closed-message-avatar {
    right: 10px !important;
    top: 15px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px !important;
  }
  #botmanWidgetRoot .mobile-closed-message-avatar{
    display: flex !important;
    justify-content: center;
    top: 6px !important;
    right: 5px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px !important;
  }


  /* //////////// */
  #botmanWidgetRoot .mobile-closed-message-avatar svg{
    height: auto !important;
  }
  .breadcrumb-area, .course-banner{
    /* background: linear-gradient(340deg, rgb(232, 227, 246) 0%, rgb(231, 255, 250) 100%) !important; */
    /* background-image: linear-gradient(90.05deg, #E6FAFF 3.66%, #30C2ED 62.23%, rgba(2, 0, 83, 0.9) 118.02%); */
    background-image: linear-gradient(to right, #E6FAFF 3.66%, #30C2ED 62.23%, rgba(2, 0, 83, 0.9) 118.02%);
  }

  .hero-banner .banner-filter-form button{
    padding: 20px 20px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .hero-banner .banner-filter-form .btn span {
      display: unset;
    }
  }
  .header-area .menu-toggler {
    background: unset;
  }
  .header-area .menu-toggler span {
    background: var(--color-secondary);
  }

  .mainCategories-grid {
    background: #F9F9F6;
    margin: 0 0 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    padding: 25px 20px;
    border-radius: 10px;
  }
  .mainCategories-grid .mainCategories-icon {
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(211, 211, 211, 0.25);
    width: 80px;
    height: 80px;
    border-radius: 5px;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    /* border: 1px dashed #aeaeae; */
  }
  .mainCategories-icon img {
    object-fit: cover;
    width: 100%;
  }
  .mainCategories-grid .mainCategories-content p {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
  }
  .overlayCounters{
    margin-bottom: -80px;
  }
  .overlayCounters .wrapper{
    border-radius: 80px !important;
    padding: 55px 70px;
  }
  .btn-lg {
    padding: 17px 34px;
  }
  @media only screen and (max-width: 767.98px){
    .overlayCounters .wrapper{
      border-radius: 15px !important;
      padding: 35px 45px;
    }
    .btn-lg, .btn-md {
      padding: 15px 26px;
    }
  }
  .overlayCounters + section {
    padding-top: 145px;
  }

  #testimonial-slider-custom-1{
    padding: 30px;
    margin: -15px;
    margin-top: 45px;
  }
  #testimonial-slider-custom-1 .slider-item {
    border: 1px solid #E5FAFF;
    border-radius: 10px;
    padding: 30px;
  }
  #testimonial-slider-custom-1 .slider-item p {
    margin-bottom: 0;
    max-height: 145px;
    overflow: auto;
    padding: 0 3px;
  }
  .quoteIcon{
    position: absolute;
    top: -30px;
    left: -20px;
  }
  .course-default:hover .course-img img {
    transform: scale(1.2);
  }
  .footer-area :is(p, a, span) {
    color: var(--color-secondary);
  }
  .footer-area .copy-right-area :is(p, a, span) {
    color: var(--color-white);
  }
  .footer-area .footer-top .social-link{
    color: var(--color-secondary);
    padding: 0;
  }
  .footer-area .footer-top .social-link a{
    background-color: var(--color-primary);
    color: var(--color-secondary);
    font-size: 12px;
  }
  .slider-instructor-box {
    position: absolute;
    bottom: 14%;
    right: 35%;
    z-index: 1;
    display: inline-block;
    border-radius: 10px;
    padding: 30px 55px;
      padding-right: 40px;
    padding-right: 65px;
    background-color: var(--color-white);
    box-shadow: 0 0 20px 0 rgba(2, 52, 117, 0.15);
    animation: moveLeftRight 6s linear infinite;
  }
  .slider-instructor-box span {
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
    color: var(--color-secondary);
  }
  .slider-instructor-box span i {
    font-weight: 500;
    font-style: normal;
  }
  .hero-banner_v1 .shape img.shape-arrow {
    bottom: 23%;
    left: 32%;
    width: 14%;
  }
  .hero-banner_v1 .shape img.shape-book {
    bottom: -5%;
    left: 9%;
    animation: moveUpDown 5s linear infinite;
    width: 6%;
  }
  .hero-banner_v1 .shape img.shape-9 {
    bottom: 56%;
    left: 4%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-banner_v1 .banner-content h1 {
      font-size: 58px;
    }
    .slider-instructor-box {
      right: 28%;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .hero-banner_v1 .shape img.shape-arrow {
      left: 28%;
      bottom: 23%;
    }
    .hero-banner_v1 .shape img.shape-9 {
      left: 2%;
    }
    .hero-banner_v1 .shape img.shape-7 {
      right: 3%;
    }
  }
  .course-area.bg-img::before {
    background-image: url(http://localhost:8000/front/images/courses-bg.jpg);
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0%;
    z-index: -1;
    background-size: auto;
  }

  /** <-- **/

  .trainer-thumb-box{
    border-radius: 5px;
    overflow: hidden;
    border: 6px solid var(--color-secondary);
    position: relative;
  }
  .trainer-thumb {
    width: 100%;
    height: 345px;
  }
  .trainer-thumb img {
    transition: 0.9s;
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .trainer-item:hover .trainer-thumb img {
    transform: scale(1.2);
  }
  .trainer-thumb::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-color: rgba(14, 42, 70, 0.5); */
    background-color: rgba(var(--color-secondary-rgb), 0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .trainer-item:hover .trainer-thumb::after {
    opacity: 1;
    visibility: visible;
  }
  .trainer-info-box {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 28px;
    border-radius: 5px;
    padding: 15px 24px;
    background-color: var(--color-white);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .trainer-info-box {
      bottom: 15px;
      left: 10px;
      right: 10px;
    }
    .trainer-name {
      font-size: 15px;
    }
  }
  .trainer-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
  }
  .about-area .trainer-name {
    font-size: 20px;
  }
  .trainer-link a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    background-color: #E9E2FF;
  }
  .trainer-link a i {
    color: rgba(var(--color-secondary-rgb), .6);
    transform: translate(-4px, 4px);
    font-size: 22px;
  }
  .mentor-details .content-title .content-text{
    line-height: 30px;
  }
  .breadcrumb-area {
    padding-top: 245px;
    padding-bottom: 120px;
  }
  .breadcrumb-area img {
    position: absolute;
  }
  .breadcrumb-area .shape img.shape-1 {
    top: 34%;
    left: 2%;
    animation: pulse 5s linear infinite;
  }
  .breadcrumb-area .shape img.shape-2 {
    bottom: 10%;
    right: 30%;
    animation: rotate 10s linear infinite;
  }
  .breadcrumb-area .shape img.shape-3 {
    top: 40%;
    right: 10%;
    animation: rotate 10s linear infinite;
  }
  .breadcrumb-area .shape img.shape-4 {
    bottom: 28%;
    left: 25%;
    animation: moveLeftRight 4s linear infinite;
  }
  .breadcrumb-area.with-filter .shape img.shape-4 {
    bottom: 40%;
  }
  .breadcrumb-area.course-banner .shape img.shape-4 {
    left: 54%;
    bottom: 20%;
  }
  .breadcrumb-area .active {
    color: var(--text-dark);
  }
  .bg-primary-light-2{
    background-color: #A9E1F5 !important;
  }
  .my-80{
    margin-bottom: 80px;
  }

  /* inner page top search form */
  .custom-top-filter-form{
    position: relative;
    z-index: 1;
  }
  .custom-top-filter-form .input-group {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
  .custom-top-filter-form .input-group {
    align-items: center;
    height: 40px;
    line-height: 40px;
  }
  .custom-top-filter-form label {
    font-size: 20px;
    color: var(--color-primary);
    margin-bottom: 0;
    line-height: 1;
  }
  .custom-top-filter-form .nice-select, .custom-top-filter-form .form-control {
    padding: 0;
    margin: 0;
    border: 0;
    height: 100%;
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
    width: calc(100% - 20px);
    background: var(--bg-light);
  }
  .custom-ribbon {
    position: absolute;
    top: 0;
    right: 5%;
    background: #30c2ec;
    z-index: 5;
    color: #fff;
    padding: 8px;
    border-radius: 0 0 4px 4px;
    text-align: center;
    font-size: 15px;
    min-width: 55px;
  }
  .custom-ribbon span:first-of-type{
    display: block;
    font-size: 19px;
  }
  .custom-thumb-text {
    position: absolute;
    background: #ffd25d;
    z-index: 1;
    bottom: 14%;
    padding: 11px 15px;
    color: var(--color-secondary);
    border-radius: 0 4px 4px 0;
    font-size: 14px;
  }
  .course-default .course-img {
    border-radius: 4px;
  }
  .course-top-info.mb-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .course-price .new-price .symbol, .course-price .prev-price .symbol{
    font-size: 75%;
  }
  .course-price .prev-price{
    font-size: 16px;
    font-weight: bold;
    color: #999;
    margin-top: 8px;
  }
  .course-price .discount {
    font-size: 18px;
    font-weight: bold;
    color: #999;
    margin-top: 8px;
    margin-left: auto;
  }
  .accordion-item .accordion-body {
    padding: 1rem 5px;
  }
  .center-area .course-default .course-title{
    height: auto;
  }
  .center-area .course-bottom-info{
    flex-direction: column;
    align-items: start;
  }
  html[dir="ltr"] .fas.fa-phone{
    transform: scaleX(-1);
  }
  .blog-details-area .info-list{
    text-transform: none;
  }
  @media (min-width: 576px) {
    .dropdown:hover > .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }
  .header-area .more-option{
    justify-content: center;
  }
  .item.login .dropdown-toggle::after, .item.register .dropdown-toggle::after{
    content: unset;
  }
  .item.login a, .item.register a{
    padding: 11px 13px;
    border-radius: 13px;
    font-size: 14px;
  }
  .item.register a{
    border-color: var(--color-secondary);
  }
  .item.register a:hover{
    border-color: var(--color-primary);
  }
  @media (min-width: 1199.98px) {
    .header-top {
      background-color: var(--color-primary);
    }
    .header-top .icon-start{
      color: var(--color-white);
      padding-top: .5rem !important;
      padding-bottom: .5rem !important;
    }
    .header-top .social-link {
      background-color: var(--color-tertiary) !important;
      padding-top: .5rem !important;
      padding-bottom: .5rem !important;
    }
}

.header-area .main-navbar .navbar{
  margin: auto;
}

@media (max-width: 1399px) {
  .header-area .main-navbar .navbar{
    width: 100%;
  }
  .header-area .main-navbar .nav-item {
    margin-inline: 5px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1907px) {
  .header-area .main-navbar .navbar{
    width: 95%;
  }
}
@media (min-width: 1908px) {
  .header-area .main-navbar .navbar{
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .header-area .more-option{
    gap: 5px;
  }
  .break {
    flex-basis: 100%;
    height: 0;
  }
}
.hero-banner .container {
  padding-top: 170px;
  padding-bottom: 170px;
}
.hero-banner .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.hero-banner .banner-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 830px;
}
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
  .hero-banner .banner-image {
    width: 44%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-banner .banner-image {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-banner .container {
    padding-top: unset;
    padding-bottom: unset;
  }
  .hero-banner .banner-image {
    position: static;
  }
  .hero-banner .banner-image img{
    min-width: unset;
  }
}
.about-area .info-list .card{
  flex-wrap: nowrap;
}

p::-webkit-scrollbar {
  width: 3px;
}
p::-webkit-scrollbar-track {
  background: rgb(0,0,0,0);
}
 
p::-webkit-scrollbar-thumb {
  background: rgb(0,0,0,0);
}

p:hover::-webkit-scrollbar-thumb {
  background-color: #888;
}
.about-area .info-list .card{
  max-width: unset;
}