@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


/* ======================home======================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

p{
     font-family: "Open Sans", sans-serif !important; 

}
.partner{

    background-color: #131313;
    color: #fff;
    padding: 15px;
    border: 2px solid #ffcc00;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.parnerimg{
    width: 90%;
    height: 100px;
    object-fit: contain;

    
}

@font-face {
  font-family: 'OPTITimesRoman';
  src: url('../css/OPTITimes-Roman.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'OPTITimesRoman', serif;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #131313; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ffcc00; 
  }
  
 



/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-dark .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
     font-family: 'OPTITimesRoman', serif;
    outline: none;
}
.navbar{
    background-color: #121212;
    border-bottom: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2px 100px !important;
    z-index: 1150;
}
.logo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 4px;
    object-fit: contain;
}
#typed-keywords {
    color: #FFCC00;
    font-weight: bold;
  }
  .typed-cursor {
    color: #FFCC00;
  }
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #FFCC00;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }


}

.navbar-dark .navbar-brand,
.navbar-dark  {
height: 80px; 
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
}

.navbar-dark.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        background-color: #000;
        color: #fff !important;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        color: #fff;
    }
}
.dropdown-item {
    color: #fff;
    font-weight: 500;
}
.dropdown-item:hover {
    color: #000;
    background-color: #FFCC00;
}
.mainbtn {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    background: #FFCC00;
    border: none;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
.mainbtn {
    background: #FFCC00;
    box-shadow: inset 0 0 0 50px #FFCC00;
}
.bg-theme{
    background-color: #ffcc00;
}
.mainbtn:hover {
    color: #000000;
    box-shadow: inset 0 0 0 0 #000000;
}

.text-justify{
    text-align: justify !important;
}

.hero-vision{
    width: 100%;
    height: 100vh;
    background-image: url(../img/Rectangle\ 1.png);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 10px;
}
.innerheadbg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.index-up {
    position: relative;
    z-index: 5;
}
.innerheadbg::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: .4;
    z-index: 0;
}
.innerheadbg {
    background-position: center center !important;
}
.shilinihero{
    position: relative;
    bottom: 95px;
}
.smallherohead{
    background-color: #ffcc00;
    width: 50%;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 5px 15px;
    border-radius: 5px;
}
.mainhead{
    font-size: 40px;
    font-weight: 600;
}
.meetfounder{
    width: 100%;
    height: 100vh;
    /* background: url(../img/ban3.png); */
    background: #000;
    background-size: cover;
    display: flex;
    align-items: center;
}
.shalinileft{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.fontset{
    color: #ffcc00 !important;
}
.herobtn{
    padding: 10px 30px;
    background-color: #ffcc00;
    color: #000;
    font-size: 16px;
    border-radius: 30px;
}
.v-center {
    align-self: center;
    align-items: center;
}

.ptb-50{
    padding: 50px 0;
}
.bigheadinng{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.challanges{
    width: 100%;
    height: auto;
   background-image: url(../img/chanllangebg.jpg);
    background-size: cover;
}
.challagecard{
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding:  20px;
    padding-bottom: 0px;
    color: #fff;
    /* height: calc(100% - 10px); */
    height: 190px;
    border-radius: 20px;
    border: 2px solid #ffcc00;
}
.challangeicon{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    font-size: 24px;
    border-radius: 100%;
    background-color: #ffcc00;
    position: absolute;
    top: -25px;
}
.founderintro{
    width: 100%;
    height: auto;
    /* background-image: url(../img/meetfounder.png);
    background-size: cover; */
    /* background: linear-gradient(135deg, #d6831f 0%, #FFDE59 50%, #ffa600 100%); */
    background: #000000;
}

  .whyjoin{
    width: 100%;
    background: linear-gradient(135deg, #d6831f 0%, #FFDE59 50%, #ffa600 100%);
  }

  .achivmentcard{
    background-color: #131313;
    color: #fff;
    padding: 15px;
    border: 2px solid #ffcc00;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .award-img {
    width: 70%;
    margin-bottom: 10px;
    height: 180px;
    border-radius: 15px;
  }
  
  .bg-bleck{
    background-color: #000;
  }

.whyjoin{
    padding-top: 200px;
}
.whycard{
    background-color: transparent;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding:  30px;
    /* color: #fff; */
    margin-bottom: 20px;
    height: 100px;
    border-radius: 15px;
    border: 2px solid #000;
}
.whycard p{
    font-weight: 600;
}
.featurecard{
    background-color: #131313;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding:  30px;
    color: #fff;
    margin-bottom: 10px;
    height: 100px;
    border-radius: 15px;
    position: relative;
    left: -80px;
    font-weight: 600;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item:not(.center) .testimonial-item {
    opacity: 0.7;
}
.testimonial-item{
    color: #fff;
    height: 480px;

    border-radius: 10px !important;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: #ffcc00;
    color: #000 !important;
    font-weight: 600;
}

.testimonial-carousel .owl-item.center .testimonial-item h5,
.testimonial-carousel .owl-item.center .testimonial-item p,
.testimonial-carousel .owl-item.center .testimonial-item .fa-star {
    color: #000 !important;
    font-weight: 600;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    background: #ffcc00 !important;
    border-radius: 60px;
    font-size: 14px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary)) !important;
}
.videoteti{
    width: 100%;
    height: 210px;
    border-radius: 10px !important;
}
.bookimg{
    width: 85%;
}
.book{
    background: url(../img/bookbg.jpg);
    background-size: cover;
}
.viddeo{
    border-radius: 15px;
     /* border: 5px solid #000; */
     /* padding: 5px; */
     width: 100%;
     height: 300px;
}
footer{
     font-family: 'OPTITimesRoman', serif;
}
.footerlink{
    color: #fff;
    text-decoration: none;
    transition: .3s ease;
     font-family: 'OPTITimesRoman', serif;
}
.footerlink:hover{
    color: #ffcc00;
    letter-spacing: 0.5px;
    text-decoration: none;
}
 .copyright {
    /* padding: 25px 0px !important; */
     font-family: 'OPTITimesRoman', serif;
    padding-top: 20px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
  }

.ptb-100{
    padding: 100px 0px;
}
.map{
    filter: invert(100%);
}
#contact_form input[type=text], #contact_form textarea, #contact_form input[type=email], #contact_form input[type=number], #search, #contact_form select {
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .1);
    border-radius: 0 !important;
    height: auto;
}

#contact_form input[placeholder], #contact_form textarea[placeholder] {
    color: #fff;
}
#contact_form textarea {
    height: 178px;
}
.abuheading {
    font-size: 4rem;
    text-align: center;
   
}
.abubanner{
    width: 100%;
    height: 75vh;
    object-fit: cover;
    margin-top: 25px 0px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.missionvison{
    width: 100%;
    background: url(../img/visionmissionbg.png);
    background-size: cover;
}
.visioncard{
    text-align: center;
    color: #fff;
    border: 2px solid #ffcc00;
    padding:  15px 20px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: calc(100% - 10px);
}
.visioncard img{
    padding: 8px;
    background-color: #ffcc00 ;
    border-radius: 10px;
    width: 60px;
    margin-bottom: 10px;
}

.timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  
  .timeline::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 78px;
    right: 0;
    width: 85%;
    height: 2px;
    background-color: #000;
    z-index: 0;
  }
  
  .timeline-item {
    position: relative;
    width: 18%;
    z-index: 1;
    /* color: #fff; */
  }
  
  .timeline-icon {
    width: 80px;
    height: 80px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 10px;
  }
.keypoints{
    padding: 15px 10px;
    border: 2px solid #ffcc00;
    border-radius: 15px;
}

  @media (max-width: 768px) {
    .timeline {
      flex-direction: column;
      align-items: center;
    }
  
    .timeline-item {
      width: 100%;
      margin-bottom: 40px;
    }
  
    .timeline::before {
      height: 70%;
      width: 4px;
      left: 50%;
      top: 0;
      background-color: transparent;
    }
  }
  
/* ======================courses================== */
.coursecard {
    background-color: #131313;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    height: calc(100% - 30px);
    border: 2px solid #ffcc00;
}

.coursecard img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: transform 0.5s ease; /* Smooth zoom */
    width: 100%;
    height: 280px;
    object-fit: cover;
}

/* Hover Effect */
.coursecard:hover img {
    transform: scale(1.1); /* Slight zoom */
}


.accordion-item {
    border: none;
    margin-bottom: 16px;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.accordion-button {
    padding: 20px 25px;
    font-weight: 600;
    color: #fff;
    background-color: #131313;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ffcc00;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-button::after {
    background-size: 20px;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 25px;
    background-color: #131313;
    color: #fff;
}


/* ======================course detail===================== */
.course-header {
    background: linear-gradient(135deg, #d6831f 0%, #FFDE59 50%, #ffa600 100%);
    padding: 2rem 1rem;
    text-align: center;
    color: #000 !important;
    border-top-left-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top-right-radius: 8px;
  }
  .course-price {
    font-size: 48px;
    font-weight: bold;
    color: #ffcc00;
  }
  .course-card {
    background: #131313;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 2rem auto;
  }

  .course-list li {
    margin-bottom: 0.5rem;
  }
  .note-text {
    font-size: 1rem;
    color: #eee;
    padding: 1rem;
    text-align: center;
  }


  .blog-item .blog-img img  {
    transition: .5s;
}
.blog-item{
    background-color: #131313;
    margin-bottom: 25px;
    color: #fff;
    border-radius: 8px !important;
    border: 2px solid #ffcc00;
}
.blog-item:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.blog-item:hover .blog-img img {
    transform: scale(1.15);
    filter: grayscale(0%);
}
.blogimg{
    width: 100%;
    height: 220px;
    filter: grayscale(100%);
}
.tag{
    background-color: #ffcc00;
    color: #000 !important;
    text-decoration: none;
    font-weight: 600;
}

.blogdetailmain img {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}



/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.product-card {
    padding: 20px ;
    background-color: #131313;
    margin-bottom: 25px;
    height: calc(100% - 20px);
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
    border: 2px solid #ffcc00;
}
.product-card > img {
    /* border-top-left-radius: 15px;
    border-top-right-radius: 15px; */
    width: 180px !important;
    height: 250px;
    /* object-fit: cover; */
    transition: transform 0.3s ease-in-out;
}
.product-card:hover > img {
    transform: scale(1.1);
}
.feature-box{
    padding: 20px;
    background-color: #131313;
    border-radius: 10px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.feature-box i{
    font-size: 48px;
    margin-bottom: 8px;
    color: #ffcc00;
}
.ptb-80{
    padding-top: 80px;
    padding-bottom: 80px;
}

.mainbook img {
    width: 100%;
    height: 520px;
    object-fit: contain;
}





/*** Testimonial ***/
.testimonial-div{
    position: relative;
    color: #fff;
}

.fw-600{
    font-weight: 600;
}
@media (min-width: 768px) {
    .text-testimonial::before,
    .text-testimonial::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .text-testimonial::before,
    .text-testimonial::after {
        width: 300px;
    }
}

.text-testimonial .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.text-testimonial:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.text-testimonial .owl-nav .owl-prev,
.text-testimonial .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.text-testimonial .owl-nav .owl-prev:hover,
.text-testimonial .owl-nav .owl-next:hover {
    color: var(--dark);
}

.text-testimonial .testimonial-img img {
    width: 100px !important;
    height: 100px !important;
}

.text-testimonial .testimonial-img .btn-square {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.text-testimonial .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
    border: 1px solid #eee;
}

.text-testimonial .owl-item.center .testimonial-text {
    transform: scale(1);
}








@media (max-width: 991px) {
    .navbar {
        background-color: #121212 !important;
        border-bottom: none;
        padding: 20px 5px !important;
        z-index: 1150;
    }
    .hero-vision {
        width: 100%;
        height: auto;
        background-image: url("../img/Rectangle 1.png");
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .feature-box{
        margin-bottom: 25px;
    }
    .mainhead {
        font-size: 30px;
        font-weight: 600;
    }
    .smallherohead {
        background-color: #ffcc00;
        width: 80%;
        font-size: 16px;
        color: #000;
        text-align: center;
        padding: 5px 15px;
        border-radius: 5px;
    }
    .shilinihero {
        position: relative;
        bottom: -50px;
    }
    .featurecard {
        margin-top: 20px;
        position: relative;
        left: 0px;
    }
    .logo {
        width: 80px !important;
        height: 70px !important;
        position: absolute;
        top: 5px;
        object-fit: contain;
    }
    .navbar-dark .navbar-brand,
.navbar-dark  {
height: auto; 
}
.visioncard{
    margin-bottom: 20px;
}
.bigheadinng {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
}
.abuheading {
    font-size: 4rem;
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffcc00;
}
.mainbook img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}
.bookimg {
    width: 95%;
    margin-top: 20px;
}
.meetfounder{
    width: 100%;
    height: auto;
    /* background: url(../img/ban3.png); */
    background: #000;
    background-size: cover;
    display: block;
    /* align-items: center; */
}
.shalinileft{
    width: 100%;
    height: 60vh;
    object-fit: cover;
    position: relative;
    left: 0rem;
}
.featuremain{
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}
.challagecard{
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding:  20px;
    padding-bottom: 0px;
    color: #fff;
    /* height: calc(100% - 10px); */
    height: auto !important;
    margin-bottom: 25px !important;
    border-radius: 20px;
    border: 2px solid #ffcc00;
}
}

.featuremain{
    width: 100%;
    height: 580px;
    border-radius: 10px;
    object-fit: cover;
}

  .challanges-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px; /* optional spacing */
  }

  .challanges-row .challagecard-wrapper {
    flex: 0 0 calc(20% - 16px); /* 5 cards in a row with spacing */
  }

  @media (max-width: 992px) {
    .challanges-row .challagecard-wrapper {
      flex: 0 0 100%; /* stack vertically on small screens */
    }
  }
  .dashtab{
    background-color: #ffcc00 !important;
  }