/* *{
    border: 1px solid red;
} */

/* #header .container-fluid, .navbar, #header.fixed-top {
    width: 100vw!important;
    overflow: hidden!important;
    padding: 0!important;
    margin: 0!important;
} */

@font-face {
    font-family:'Gotham Black';
    src: url('../fonts/Gotham Font/Gotham-Black.ttf');
}
@font-face {
    font-family:'Gotham Book';
    src: url('../fonts/Gotham Font/GothamBook.ttf');
}
@font-face {
    font-family:'GothamLight';
    src: url('../fonts/Gotham Font/GothamLight.ttf');
}
@font-face {
    font-family:'GothamMedium';
    src: url('../fonts/Gotham Font/GothamMedium.ttf');
}
@font-face {
    font-family:'GothamBold';
    src: url('../fonts/Gotham Font/GothamBold.ttf');
}
.font-gotham-black{
    font-family: 'Gotham Black', sans-serif;

}
.font-gotham-bold{
    font-family: 'GothamBold', sans-serif;
}
.experience-head{
    width: 50%;
    margin: auto;
}
.placement p {
    font-family: 'GothamBold', sans-serif;

}
.placement h1{
    font-family: 'Gotham Black', sans-serif;

}
body {
    overflow-x: hidden;
    margin: 0px auto;
    color:#000000;
    font-family: 'Raleway', sans-serif;
}
.of_txt, .btn_join, .leafs_bg{
    font-family: 'GothamBold';
}
section.future .nav-link {
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
    font-weight: 600;
    padding: 0.8rem 0.8rem;
    font-size: 1.2rem;
}
.transparent-box{
    background-color: rgb(255 255 255 / 42%);
    padding: 1rem 2rem;
    border-radius: 3rem;
}
.student h4{
    font-family: 'Gotham Book', sans-serif;
    font-size: 1.2rem;
    width: 80%;
    margin-top: 2rem;
    min-height: 181px;
}
.student-name{
    font-family: 'GothamBold', sans-serif;
    color: #000000;
    font-size: 1.5rem;
    width: 80%;
    min-height: 5rem;
}
.student-package{
    font-family: 'GothamBold', sans-serif;
    width: 80%;
    font-size: 1.2rem;
    min-height: 5rem;
}
.student-package span{
    font-family: 'GothamMedium', sans-serif;
}
/* navbar starts*/
.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-evenly;
    width: 58%;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("../images/togglericon.svg");
}
/* navbar ends*/
/* header nav */
.navbar-light .navbar-nav .nav-link {
    color: #313a6c;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #C42C40 !important;
    font-weight: 500;
    border-bottom: 1px solid #C42C40;
}
#header.fixed-top{
    box-shadow: 0px 16px 32px #00000019;
    background: #fff;

}
a, a:hover {
    text-decoration: none !important;
}
a, a:hover{
    color: #000000;
}
.logo-wd {
    width: 40%;
}
/*Scroll button starts*/
.scroll2 {
    outline: none !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    color: #fff !important;
    line-height: 40px;
    font-size: 30px;
    z-index: 9991;
    position: fixed;
    right: 15px;
    bottom: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: #C00414;
    font-weight: 600;
}
/*Scroll button ends*/
:focus, .navbar-light .navbar-toggler:focus {
    outline: none;
}
/* #header.header-scrolled {
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #cecece;
}
*/
.navbar-light .navbar-toggler {
    border-color: rgb(197 60 64);
}


/* NEW CSS */

.bann-ht {
    margin-top: 5rem;
}

.bg_white {
    padding: 20px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 80px 0px rgba(0, 46, 116, 0.15);
    position: relative;
    top: -3rem;
}

.text_blue{
    color: #00215A;
}

.of_txt{
    font-size: 1.5rem;
}
.brd_right{
    border-right: 1px solid rgba(0, 0, 0, 0.21);
}


.placement{
    background-image: url("../images/plcement.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 49rem;
}

.brdright{
    border-right: 1px solid rgba(255, 255, 255, 0.47);
background: rgba(255, 255, 255, 0.00);
}

.brd_btm{
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);

}
.scroll2 {
    cursor: pointer;
    z-index: 9991;
    position: fixed;
    right: -75px;
    bottom: 55%;
    transform: rotate(90deg);
    background: #04193D;
    /* color: #092139; */
    font-weight: 600;
    font-size: 18px;
    width: 200px;
    border-radius: 0!important;
    box-shadow: 0 3px 14px 2px rgb(0 0 0 / 30%);
}

button.btn.btn_join {
    font-size: 1.4rem;
    color: #ffff;
    border-radius: 12px;
    background: #04193D;
    backdrop-filter: blur(4px);
    font-weight: bold;
    padding: 10px;
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    column-gap: 1rem;
}
button.btn.btn_explore_new {
    font-size: 1.4rem;
    color: #ffff;
    border-radius: 12px;
    background: #04193D;
    backdrop-filter: blur(4px);
    font-weight: bold;
    padding: 10px;
    width: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    column-gap: 1rem;
}
button.btn.btn_explore {
    border-radius: 12px;
    background: #FFF;
    backdrop-filter: blur(4px);
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px;
    width: 14rem;
}
#testis_slider.owl-carousel .owl-item img {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.col_top {
    padding-top: 5rem;
}

.voice-bg {
    /* border-radius: 40px;
    background: #D4EBFF; */
}

#testis_slider  .owl-nav {
    /* height: 0; */
    margin-top: -40px!important;
}
#testis_slider .item {
    border-radius: 40px;
    background: #D4EBFF;
}
.leafs_bg{
    background-image: url("../images/leaf.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 12rem;
}

.m_txt {
    font-size: 1.3rem;
}

.global{
    background-color: #003692;
}

.text_blue.head1 {
    font-size: 4rem;
}
.head, .head1{
    font-family: 'Gotham Black' , sans-serif;
}
.ftp{
    background-color:#04193D;
    padding: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
    border-radius: 99px;
    background: #003692;
    padding: 14px;
}
.white-boxe{
    background-color: rgb(255 255 255 / 25%);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    align-items: center;
}
.global-head {
    width: 80%;
}
.global-last-heading{
    font-family: 'GothamBold';
    width: 80%;
}
.text_dark_blue{
    color: #04193D;
    font-size: 4rem;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
  }
  
  .collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
  }
  
  .collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
  }
  

/* CSS for changing the color of the heading when active */
.future .card-header.collpased {
    border-radius: 1rem!important;
    border-bottom: 1px solid #D9D9D9;
   
}
.future .card{
    border: none!important;
    font-family: 'Raleway', sans-serif;
    color: #00215A!important;

}
.future h2 button{
    font-size:1.2rem;
}
/* CSS for changing the background color of the active header */
.future .card-header.active {
    background-color: #D9D9D9!important;
    border-radius: 1rem!important;
    text-decoration: none!important;
}
.future  .btn-link:hover{
    text-decoration: none!important;
}
.new-custom-width{
    width: 55%;
}
.custom-fluid {
    padding: 0rem 5rem;
}

/* Animation Css Start */
.offers-flex h1 , .offers-flex p {
    animation-duration: 0.9s;
    animation-name: fadeInScale;
}
.placement .transparent-box img{
    animation-duration: 0.9s;
    animation-name: fadeInScale;
}
.btn_join, .btn_explore_new, .btn_explore{
    animation-duration: 0.9s;
    animation-name: fadeInScale;
}
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.tab-pane{
    animation-duration: 1s;
    animation-name: fadeInBottom;
}
@keyframes fadeInBottom {
    0% {
      opacity: 0;
      transform: translateY(100%);
    }
    75% {
      transform: none;
    }
    100% {
      opacity: 1;
    }
  }
  
/* Animation CSs End */
.banner-form {
    position: absolute;
    top: 245px;
    right: 4%;
    width: 354px;
    background: #fff;
    box-shadow: 1px 8px 20px rgb(0 0 0 / 20%);
}
.thanks-form {
    position: absolute;
    top: 167px;
    right: 4%;
    padding: 0rem;
    width: 354px;
    height: 500px;
    text-align: center;
    display: flex;
    background: #fff;
    align-items: center;
    box-shadow: 1px 8px 20px rgb(0 0 0 / 20%);
}
#g1 img, #g2 img,  #g3 img,  #g4 img,  #g5 img,  #g6 img,  #g7 img,  #g8 img {
    cursor: pointer;
}
section{
    overflow: hidden!important;
}
.offers{
    overflow: visible!important;
}

.scroll5 {
    outline: none !important;
    /* border-radius: 50% !important; */
    /* width: 17px; */
    height: 37px;
    color: #fff !important;
    line-height: 40px;
    /* font-size: 30px; */
    z-index: 9991;
    position: fixed;
    right: -75px;
    /* bottom: 9px; */
    padding: 5px 19px 41px 21px;
    text-align: center;
    cursor: pointer;
    background: #C00414;
    font-weight: 600;
    transform: rotate(90deg);
    top: 36rem;
}

#mybutton {
    position: fixed;
    bottom: -4px;
    right: 0;
    width: 100%;
    z-index: 999;
}

/* cards */

.bg-card{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 1rem;
}
.bg-card1{
    background: url("../images/cards/bg-card1.webp");
}
.bg-card2{
    background: url("../images/cards/bg-card2.webp");
}
.bg-card3{
    background: url("../images/cards/bg-card3.webp");
}
.bg-card4{
    background: url("../images/cards/bg-card4.webp");
}
.bg-card5{
    background: url("../images/cards/bg-card5.webp");
}
.bg-card6{
    background: url("../images/cards/bg-card6.webp");
}
.bg-card7{
    background: url("../images/cards/bg-card7.webp");
}
.bg-card8{
    background: url("../images/cards/bg-card8.webp");
}

.font-weight-600{
    font-weight: 600;
}

.d-content{
    display: contents;
}

.head-font{
    font-family: 'Gotham Black' , sans-serif;
}

@media screen and (min-width:992px) {
    .card-img-cust{
        position: absolute;
        bottom: 0;
        }
    .bg-card2, .bg-card3, .bg-card4, .bg-card5, .bg-card6, .bg-card7, .bg-card8{
            height: 480px;
        }
}

@media screen and (min-width:1200px) {
    .bg-card1{
        height: 480px;
    }
}

@media screen and (max-width:991px) {
    .bg-card{
        margin: 0.15rem;
    }
    .navbar-toggler{
        display: none;
    }
}

@keyframes glowing {
    0% {
        background-color: #C4161C;
        box-shadow: 0 0 3px #C4161C;
        border-color: #C4161C;
    }

    50% {
        background-color: #53539a;
        border-color: #53539a;
        box-shadow: 0 0 12px #53539a;
    }

    100% {
        background-color: #C4161C;
        box-shadow: 0 0 3px #C4161C;
        border-color: #C4161C;
    }
}

.btn1new {
    animation: glowing 1300ms infinite;
    color: white;
}

@media screen and (min-width:1300px) {
    .btn1new{
        font-size: 1.1rem;
    }
}
/* timer css starts */ 
.timer{
    background-color: #ffd000 !important;
}
.text-blk{
    color: #000;
}
#timercust,#timercust2{
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 0.25rem;
}
.timer .h4,.timer .h5{
    line-height: inherit;
        font-family: 'GothamBold';
}

@media screen and (min-width:401px)  and (max-width:575px) {
    .timer .h4{
        font-size: 1.1rem !important;
    }
    .timer .h5{
        font-size: 1.1rem !important;
        line-height: 2.5rem;
    }
}

@media screen and (min-width:361px) and (max-width:400px) {
    .timer .h4{
        font-size: 1rem !important;
    }
    .timer .h5{
        font-size: 0.9rem !important;
        line-height: 2rem;
    }
}

@media screen and (max-width:360px) {
    .timer .h4{
        font-size: 0.8rem !important;
    }
    .timer .h5{
        font-size: 0.75rem !important;
        line-height: 2rem;
    }
}

@keyframes glowing {
    0% {
        background-color: #ffae00;
        box-shadow: 0 0 3px #ffae00;
        border-color: #ffae00;
    }

    50% {
        background-color: #181751;
        border-color: #181751;
        box-shadow: 0 0 12px #181751;
    }

    100% {
        background-color: #ffae00;
        box-shadow: 0 0 3px #ffae00;
        border-color: #ffae00;
    }
}
.btnnew-timer {
    animation: glowingtimer 1300ms infinite;
    color: white;
}
@media (max-width: 768px) { 
    .btn1new img {
        width: 50%;  /* Reduce image width to 50% in mobile */
        height: auto; /* Maintain aspect ratio */
    }
}

/* timer css ends */ 