body {
    font-family: 'Poppins', sans-serif !important;
  }

  @keyframes appear {
    from{
      opacity: 0;
    }
    to{
      opacity: 100;
    }

  }

  /* NAVIGATION STYLE */
.custom_navbar{
  background: rgba(11, 11, 11, 0.75);
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* border: 1px solid rgba(11, 11, 11, 0.3); */
  }

  
  .custom_navbar .navbar-brand {
    font-size: 1.75rem;
    letter-spacing: 3px;
  }

  .custom_navbar .nav-link{
    font-weight: 500;
    color: rgb(247, 250, 253);
  }

  .custom_navbar .nav-link:hover,  .nav-link.active{
    font-weight: 800;
    color: rgb(202, 78, 6);
    /* text-shadow: 0px 2px 0px rgb(247, 243, 243); */
    
  }

  @media (max-width : 980px) {
    .custom_navbar .navbar-nav{
      text-align: center;
  }
  }

  /* HEADER STYLE */
  .mainHeader{
  display: flex;  
  height: 100vh;
  align-items: center;
  justify-content: center;
    /* width: 100vw; */
  }
  
  
  
  .bg-image{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: blur(5px);
    filter: brightness(0.3);
    position: absolute;
    z-index: -1;
  }
  
  
  
  .headerContainer{
    height: fit-content;
    padding: 2rem;
    width: 50vw;
    z-index: 2;
    align-content: center;
    justify-self: center;
    justify-content: center;
    color: #fff;

    background: rgba( 7, 7, 7, 0.45 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 2.5px );
    border-radius: 20px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
  }

  .headerTitle{
    color: #11fcc9;
  }

    @media (max-width : 980px) {
    .headerContainer{
      width: 70vw;
      padding: 1rem;
    }
    .headerTitle{
      font-size: 45px;
    }
    .headerSubtitle{
      font-size: 35px;
    }
    .headerDescription{
      font-size: 22px;
    }
  }
  
  @media (max-width : 768px) {
    .headerContainer{
      width: 90vw;
      padding: 0.5rem;
    }
    .headerTitle{
      font-size: 40px;
    }
    .headerSubtitle{
      font-size: 30px;
    }
    .headerDescription{
      font-size: 16px;
    }
  }
  
  @media (max-width : 576px) {
    .headerContainer{
      width: 85vw;
      padding: 0.5rem;
    }
    .headerTitle{
      font-size: 28px;
    }
    .headerSubtitle{
      font-size: 22px;
    }
    .headerDescription{
      font-size: 14px;
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  /* OFFERING SECTION STYLE */
  @keyframes appear {
    from{
      opacity: 0;
      scale: 0.5;
    }
    to{
      opacity: 100;
      scale: 1;
    }

  }

.offering{
    background-color: #fffcfc;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
  }

  .custom_offer_card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.2px;
    font-weight: 600;
    height: 200px;
     background-color: #ffffff;
     /* background-image: linear-gradient(315deg, #e5e4ec 0%, #242124 74%);      */
     border-radius: 12px;
    /* border: 1px solid rgba(229, 230, 231, 0.3); */
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 15%;
  }

  @media (max-width : 980px) {

  }
  
  @media (max-width : 768px) {

  }
  
  @media (max-width : 576px) {
    .custom_offer_card{
      margin: 10px; 
      margin-left: 20px;
      margin-right: 20px;
    }
 

    .offer{
      padding: 15px;
    }
    
    .offerHeadText{
        font-size: 25px;
    }

  }
  /* ------------------------------------------------------------------------------------------------------- */
  /* COURSES SECTION STYLE */
 .courseBox .nav-link{
  color: rgb(247, 253, 253);
}

.courseBox .nav-tabs .nav-link.active {
  color: rgb(14, 23, 39) !important; /* Adding !important to override other nav-link styles if needed */
  font-weight: 800; /* Match the hover weight for consistency */
  border-color: #dee2e6 #dee2e6 #fff; /* This is Bootstrap's default, helps it look correct */
}

.courseBox .nav-item{
  color: #000620;
}
.pricing6 {

  background-color:  #5367af;
  /* #001053; */
    
}


.custom_course_card{
  background-color: #000620;      
  border-radius: 12px;
   box-shadow: rgba(8, 8, 12, 0.897) 0px 1px 0px, rgba(2, 2, 5, 0.7) 0px 8px 24px, rgba(0, 0, 2, 0.884) 10px 20px 48px;
      animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
} 

.skill_icon{
  filter: drop-shadow(0px 0px 1px hwb(231 91% 1% / 0.856));
}

.card-col-2,
.card-col-3{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn{
  background-color: #ffa400;
}

@media (max-width : 980px) {
  .courseBox{
    padding: 15px;
  }
  .custom_course_card{
    gap: 2rem;
  }

  }
  
  @media (max-width : 768px) {

  }
  
  @media (max-width : 576px) {
    .custom_course_card{
      text-align: center;
      
    }

  }
  
  /* CERTIFICATION SECTION STYLE */
  .certification{
    background-color: #ffffff;
    
    /* #E6AF2E; */
    height: fit-content;
    padding: 5rem;

}

.certImage{
  box-shadow: rgba(49, 59, 68, 0.781) 6px 2px 16px 0px, rgba(126, 125, 125, 0.8) -6px -2px 16px 0px;
}

.cardHolder {
    width: 290px;
    height: 300px;
    perspective: 1000px;
    /* margin:20px; */
    
    
  }

  .certHolder{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 20%;

  }

    .certHolder2{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 20%;

  }

  .badgeHolder{
    /* display: flex; */
    /* flex-direction: row; */
    /* margin:20px; */
    justify-content: center;
    gap: 80px;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 20%;
  }
  
  .card {
    height: 100%;
    border-radius: 50px;
    background: #0d0c0c;
  
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  .glass {
      position: absolute;
    inset: 8px;
    border-radius: 55px;
    border-top-right-radius: 100%;
   background: #d19e1d;
  background: -webkit-linear-gradient(to right, #d19e1d, #ffd86e, #e3a812);
  background: linear-gradient(to right, #d19e1d, #ffd86e, #e3a812);
    /* -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    transition: all 0.5s ease-in-out;
  }
  
  .glass_silver {
    position: absolute;
  inset: 8px;
  border-radius: 55px;
  border-top-right-radius: 100%;
  background: #DCDBDB;
  background: radial-gradient(at center, #DCDBDB, #707070);
  /* -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); */
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transition: all 0.5s ease-in-out;
}

  .content {
    padding: 30px 60px 0px 30px;
    transform: translate3d(0, 0, 26px);
  }
  
  .content .title {
    display: block;
    font-weight: 800;
    font-size: 25px;
  }

  .content .stars{
    display: block;
    font-weight: 600;
    font-size: 35px;
  }

  .content .badgeid{
    display: block;
    font-size: normal;
    font-weight: 300;
    font-size: 15px;
  }
  
  .bottom {
    padding: 10px 12px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 31px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    transform: translate3d(0, 0, 26px);
  }
  
  .bottom .text {
    font-size: 12px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
  }
  
  .bottom .view-more:hover {
    transform: translate3d(0, 0, 10px);
  }
  
  .bottom .view-more .text{
    background: none;
    border: none;
    font-weight: bolder;
    font-size: 10px;
  }
  
  .logo {
    display: flex;
    margin-top: 5px;
    padding-right: 20px;
    align-items: center;
    justify-content: flex-end;
  }
 
  .parent:hover .card {
    transform: rotate3d(1, 1, 0, 30deg);
    box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
  }
  
  .parent:hover .card .bottom{
    transform: translate3d(0, 0, 50px);
    box-shadow: rgba(5, 71, 17, 0.2) -5px 20px 10px 0px;
  }

  @media (max-width : 980px) {

  }
  
  @media (max-width : 768px) {

  }
  
  @media (max-width : 576px) {

  }
  
/* FOOTER SECTION STYLE */

.footer-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: #000; */
  /* color: white; */

}

.btn2{
  color: whitesmoke;
  background-color: #f0f8ff00;
}

 @media (max-width : 980px) {

  }
  
  @media (max-width : 768px) {

  }
  
  @media (max-width : 576px) {

  }
  
