@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Playball&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500;900&display=swap");
    a {
        cursor: pointer;
    }
    a:hover {
        text-decoration: none;
    }
    :root {
      --crimson: #DC143C;
      --clr-neutral-100: hsl(0, 0%, 100%);
      --clr-primary-100: hsl(205, 15%, 58%);
    }

    body {
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
      background-color: #000;
      color: #fff;
    }

    h1 {
      color: var(--crimson);
    }

    .training-content>h3 {
      color: var(--crimson);
      font-size: 35px;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }

    .training-para {
      text-align: justify;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .training-image {
      max-height: fit-content;
      border-radius: 10px;
    }
    


    .training-card .card-title {
      color: var(--crimson);
      font-size: 25px !important;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }

    .training-card {
      background: none !important;
      color: white;
    }

    /* butn style from ui */

    .scroller {
      max-width: fit-content;
    }

    .infinite-scrollbar-content {
      display: grid;
      place-content: center;
    }

    .scroller__inner {
      background: rgba(0, 0, 0, 0.7);
      opacity: .9;
      color: white;
      padding-block: 1rem;
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
    }

    .scroller__inner img {
      max-width: 180px;
      max-height: 150px;
      border-radius: 10px;
      transition: .5s;
      cursor: pointer;
    }

    .scroller__inner img:hover {
      transform: scale(1, 1.2);
    }

    .scroller[data-animated="true"] {
      overflow: hidden;
      -webkit-mask: linear-gradient(10deg,
          transparent,
          white 20%,
          white 80%,
          transparent);
      mask: linear-gradient(50deg, transparent, white 20%, white 80%, transparent);
    }

    .scroller[data-animated="true"] .scroller__inner {
      width: max-content;
      flex-wrap: nowrap;
      animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
    }

    .scroller[data-direction="right"] {
      --_animation-direction: reverse;
    }

    .scroller[data-direction="left"] {
      --_animation-direction: forwards;
    }

    .scroller[data-speed="fast"] {
      --_animation-duration: 20s;
    }

    .scroller[data-speed="slow"] {
      --_animation-duration: 60s;
    }

    @keyframes scroll {
      to {
        transform: translate(calc(-50% - 0.5rem));
      }
    }

    /* general styles */

    .tag-list {
      margin: 0;
      padding-inline: 0;
      list-style: none;
    }

    .tag-list li {
      padding: 1rem;
      background: var(--crimson);
      border-radius: 0.5rem;
    }

    .test {
      background: var(--crimson) !important;
    }

    .infinite-scrollbar h1 {
      color: var(--crimson);
      font-size: 34px;
      font-weight: 500;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }

    .btn {
      border: 1px solid var(--crimson);
      background: var(--crimson) !important;
      color: white;
    }

    /* butn style from ui */

    /* Courosel Content */
    .courosel-heading h3 {
      color: var(--crimson);
      font-size: 34px;
      font-weight: 500;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }

    .carousel-item img {
      border-radius: 10px;
      transition: .7s;
    }

    .carousel-item img:hover {
      transition: .5s;
      cursor: pointer;
      filter: blur(4px);
    }

    .carousel-item .carousel-caption {
      transition: .9s !important;
    }

    .carousel-item:hover .carousel-caption {
      transition: .9s;
      display: block !important;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
    }

    .courosel-top h3 {
      color: var(--crimson);
      font-size: 26px;
      font-weight: 500;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }

    .courosel-top p {
      text-align: justify;
    }
/* Add this style to your custom stylesheet */
/* Add this style to your custom stylesheet */
    .featured-courses{
      background-color: whitesmoke !important;

    }


    /* Courosel Content */

    /*  Courses Start */
    .card-course {
      font-size: 18px;
    }

    .card-course span {
      font-size: 16px;
      font-weight: normal;
    }

    .card-courses {
      transition: transform 0.3s ease-in-out;
      cursor: pointer;
      border: 3px solid var(--crimson);
      color: white;
      background: #000;
    }

    .card-courses:hover {
      transform: scale(1.1);
    }

    .courses-para{
      color: black;
    }
    .card-course-native {
      font-size: 16.6px;
    }

    .card-course-native span {
      font-size: 16px;
      font-weight: normal;
    }

    .card-body .cards-details {
      font-size: 15px;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }

    .card-free {
      background: var(--crimson);
      color: white;
      padding: .2em;
      border-radius: 3px;
      margin-left: 9px;
    }

    /* Courses End*/

    /* Youtube Slider Start */
    .utube {
      overflow-x: auto;
      white-space: nowrap;
      flex-wrap: nowrap;
      scroll-behavior: smooth;
    }

    .card-utube {
      box-shadow: 1px 1px 10px 1px rgba(244, 0, 0, 0.4);
      transition: transform 0.3s ease-in-out;
      cursor: pointer;
      border: 1px solid var(--crimson);
      color: white;
      background: #000;
    }

    .highlight {
      color: black !important;
    }

    .card-utube:hover {
      transform: scale(.9);
    }

    .utube::-webkit-scrollbar {
      margin-top: 10px;
      width: 5px !important;
      height: 9px;

    }

    .utube::-webkit-scrollbar-thumb {
      background-color: crimson !important;
      border-radius: 50px !important;
    }

    ::-webkit-scrollbar-track {
      background-color: grey;
    }

    /* Youtube Content End */

    /* Footer Content Start */
    footer{
      color: #000 !important;
    }
    .footer-content {
      background: var(--crimson);
    }
    .footer-change{
      background: rgb(255, 255, 255) !important;
      color: #000 !important;
    }
    .footer-img {
      max-width: 350px !important;
      max-height: 350px !important;
    }
    
    .footer-rights {
      padding: 1.1em;
      background: white;
    }

    .foot-i span {
      color: #DC143C;
      font-size: 25px;
    }

    .footer-3 h5 {
      color: var(--crimson);
      font-weight: bold;
    }

    .footer-is {
      color: #d81f25;
    }

    .foot-i a {
      text-decoration: none;
      color: white;
    }

    .footer-icons i {
      background: black;
      color: white;
      padding: .4em;
      border-radius: 50%;
    }

    .footer-icons i:hover {
      cursor: pointer;
      transition: .9s;
    }

    /* .footer-rights {
      color: white;
    } */

    .footer-logo {
      color: black
    }

    .footer-text {
      position: relative;
      display: inline-block;
      cursor: pointer;
      color: #000 !important;
    }

    .footer-text::before {
      content: "";
      position: absolute;
      width: 0;
      height: 2px;
      background-color: var(--crimson);
      /* Choose your desired underline color */
      bottom: 0;
      left: 0;
      transition: width 0.3s ease;
    }

    .footer-text:hover::before {
      width: 100%;
    }

    .footer-logos {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

    .footer-4 h5 {
      color: #DC143C;
      font-weight: bold;
    }

    .footer-logos::before {
      content: "";
      position: absolute;
      width: 0;
      height: 1.8px;
      background-color: #000;
      /* Choose your desired underline color */
      bottom: 0;
      left: 0;
      transition: width 0.5s ease;
    }

    .footer-logos:hover::before {
      width: 100%;
    }
  
    .footer-txt{
      color: black !important;
    }
    /* Footer Content End */

    /* Custom styles for animations */
    @keyframes fadeInUp {

      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .zoom-in {
      transition: 0.8s;
      filter: none;
      /* Adjust the duration and easing as needed */
    }

    .zoom-in:hover {

      transition: transform 0.9s ease;
      filter: brightness(50%);
    }

    /* media query start */
   



    @media (max-width:321px) {

      .courosel-top h3 {
        font-size: 21px;
        margin-top: 17px;
      }

      .courosel-top p {
        font-size: 14px;
      }

      .courosel-heading h3 {
        font-size: 24px;
      }

      .courosel-heading p {
        font-size: 13px;
      }
    }

    @media (min-width:321px) and (max-width:376px) {
      .courosel-top h3 {
        font-size: 23px;
        margin-top: 17px;
      }

      .courosel-top p {
        font-size: 15.5px;
      }

      .courosel-heading h3 {
        font-size: 29px;
      }

      .courosel-heading p {
        font-size: 13px;
      }
    }

    @media (min-width:376px) and (max-width:426px) {
      .courosel-top h3 {
        font-size: 24px;
        margin-top: 17px;
      }

      .courosel-top p {
        font-size: 16px;
      }

      .courosel-heading h3 {
        font-size: 29px;
      }

      .courosel-heading p {
        font-size: 15px;
      }
    }

    @media (min-width:426px) and (max-width:769px) {
      .courosel-top h3 {
        font-size: 26px;
        margin-top: 17px;
      }

      .courosel-top p {
        font-size: 16.5px;
      }

      .courosel-heading h3 {
        font-size: 29px;
      }

      .courosel-heading p {
        font-size: 16px;
      }

      .carousel-inner {
        /* margin-top: 150px !important; */
      }
    }

    @media (min-width:769px) and (max-width:1025px) {
      .courosel-heading p {
        font-size: 17px;
      }

      .courosel-heading h3 {
        font-size: 35px;
      }

      .courosel-top p {
        font-size: 17px;
      }

      .carousel-inner {
        /* margin-top: 125px !important; */
      }

      .courosel-top h3 {
        font-size: 28px;
      }
    }

    /* courosel media query */
    @media (max-width:321px) {
      .training-content h3 {
        font-size: 24px;
      }

      .training-content {
        font-size: 12px;
      }

      .training-card .card-title {
        font-size: 20px !important;
      }

      .infinite-scrollbar h1 {
        font-size: 24px;
      }

      .scroller__inner li {
        padding: .7em;
      }
    }

    @media (min-width:321px) and (max-width:376px) {
      .training-content h3 {
        font-size: 27px;
      }

      .training-quotes {
        font-size: 13px;
      }

      .training-card .card-title {
        font-size: 18px !important;
      }

      .infinite-scrollbar h1 {
        font-size: 29px;
      }

      .scroller__inner li {
        padding: .7em;
      }
    }

    @media (min-width:376px) and (max-width:426px) {
      .training-content h3 {
        font-size: 29px;
      }

      .training-card .card-title {
        font-size: 21px !important;
      }

      .infinite-scrollbar h1 {
        font-size: 29px;
      }

      .scroller__inner li {
        padding: .7em;
      }
    }

    @media (min-width:426px) and (max-width:769px) {
      .training-card .card-title {
        font-size: 22px !important;
      }

      .training-image {
        min-height: fit-content;
        /* margin-top: 110px; */
      }
    }

    @media (min-width:769px) and (max-width:1025px) {
      .training-card .card-title {
        font-size: 23px !important;
      }

      .training-image {
        min-height: fit-content;
        /* margin-top: 90px; */
      }
    }

    /* footer media query */
    @media (min-width:426px) and (max-width:769px) {
      .footer-copy {
        display: flex;
        justify-content: center;
      }

      .footer-copy1 {
        display: flex;
        justify-content: center;
      }

      .footer-3 {
        margin-top: 40px;
      }

      .footer-4 {
        margin-top: 30px;
      }
    }

    @media (min-width:1184px) and (max-width:1413px){

      .footer-text, .footer-txt{
        font-size: 14px !important;
        font-weight: bold;
      }
    }

    @media (min-width:376px) and (max-width:426px) {
      .footer-text,.footer-txt {
        font-size: 14px;
      }

      .footer-3 {
        margin-top: 40px;
      }

      .footer-4 {
        margin-top: 30px;
      }
      .footer-img{
        max-width: 250px !important;
        max-height: 250px !important;
      }
      .footer-copy {
        display: flex;
        justify-content: center;
      }
      .foo-para {
        color: white !important;
      }
      .footer-copy1 {
        font-size: 13px;
        display: flex;
        justify-content: center;
      }

      .footer-para,
      .footer-contact,
      .foo-para {
        font-size: 15px;
      }
    }

    @media (min-width:321px) and (max-width:376px) {
      .footer-3 {
        margin-top: 40px;
      }
.footer-text,
  .footer-txt{
    font-size: 12.3px;
  }
      .footer-4 {
        margin-top: 30px;
      }
      .footer-img{
        max-width: 200px !important;
        max-height: 200px !important;
      }
      .footer-para,
      .footer-contact,
      .foo-para {
        font-size: 14px;
      }

      .footer-copy1 {
        font-size: 13px;
        display: flex;
        justify-content: center;
      }

      .footer-copy {
        display: flex;
        justify-content: center;
      }
    }

    @media (max-width:321px) {
      .footer-text,.footer-txt {
        font-size: 12.3px;
      }

      .footer-3 {
        margin-top: 40px;
      }
      .footer-img{
        max-width: 180px !important;
        max-height: 180px !important;
      }
      .footer-4 {
        margin-top: 30px;
      }

      .footer-copy1 {
        font-size: 13px;
        display: flex;
        justify-content: center;
      }

      .footer-copy {
        display: flex;
        justify-content: center;
        font-size: 15px;
      }

      .footer-para,
      .footer-contact,
      .foo-para {
        font-size: 14px;
      }
    }


    
/* navbar content start */
nav{
  position: sticky !important;
  top: 0;
  z-index: 100;
  background: black;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}
 .nav-link i{
  color: red;
 }
.axexa-logo{
  max-width: 180px !important;
  margin-top: 15px;
}

.custom-navbar{
  padding: -20px;
}

.offcanvas-1{
  transition: .7s;
  background: rgba(0, 0, 0, 0.8) !important ;
}

.btn-navbar{
 border: none;
 outline: none;
 color: white;
}

.nav-link:hover{
   transition: .7s;
   color: white;
}

.navbar-brand>i{
 color: white !important;
 }

.btn-navbar:focus{
   box-shadow: none;
}
.offcanvas-1{
 font-size: 15px !important;
}
.bar-icon{
    color: white !important;
}
.btn-close{
 border: none;
 outline: none;
 color: white;
}
.btn-close:focus{
      box-shadow: none;
}
.footer-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--crimson);
  /* Choose your desired underline color */
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}

.footer-text:hover::before {
  width: 100%;
}
@media (min-width:768px){
  /* Add this style to your custom stylesheet */
  .navbar-nav .nav-item .nav-link.active {
    position: relative;
    text-decoration: none;
    overflow: hidden;
  }
  
  .navbar-nav .nav-item .nav-link.active::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: crimson; /* Set the initial underline color */
    top: 34px; /* Adjust this value to move the underline up or down */
    left: 0;
    transition: width 0.3s ease;
  }
  
  .navbar-nav .nav-item .nav-link.active::before {
    width: 100%;
  }
   }

 @media all and (min-width:767px) and (max-width:998px){
  .btn-navbar{
 display: block
}
.span{
 display: none !important;
}
 }
 @media all and (max-width:426px){
  .axexa-logo{
    max-width: 130px;
  }
 }
 .crimson{
  color: #DC143C;
 }

 /* navbar content end */
    /* media query end */


    .card-img-top {
      object-fit: cover; /* or use "contain" based on your requirement */
      height: 100%; /* Set the height to 100% to fill the container */
    }

   .t-img{
    display: flex;
    align-items: center;
    /* border: solid red; */
   }