@font-face {
    font-family: bebas;
    src: url(../font/BEBAS__.ttf);
  }

html{
    scroll-behavior: smooth;
}

h1,h2,h3,h4{
    font-family: bebas;
    word-spacing: 5px;
}

p{
    font-weight: 300;
}

.navbar {
    padding: 0px;
    transition: all 0.3s ease;
}

.navbar.scrolled{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 1111;
    background: white;
    box-shadow: 1px 2px 5px 1px #8080802e;
}

.navbar.scrolled .navbar-brand img{
    width: 80px;
}

.navbar .navbar-brand img{
    width: 100px;
}

.navbar .nav-item{
    margin: 0px 10px;
}

.navbar .nav-item .btn{
    background: #ba131d;
    color: white;
    padding: 10px 30px;
    font-weight: 500;
}

.heroSlider{
    position: relative;
}

.owl-prev{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    padding: 10px !important;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    line-height: 1 !important;
}

.owl-next{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    padding: 10px;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    line-height: 1 !important;
}

.owl-nav i{
    font-size: 25px;
}

.heroSlider .banner1{
    height: 700px;
    background: url(../img/bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.heroSlider .banner1 .topImages{
    text-align: center;
}

.heroSlider .banner1 .topImages img{
    height: 120px;
    display: inline-block;
    width: unset !important;
}

.heroSlider .banner1 .modi{
    width: unset;
    height: 700px;
    margin: auto;
}

.heroSlider .banner2{
    height: 700px;
    background: linear-gradient(260deg, rgb(5 43 79) 40%, rgba(242, 41, 91, 0) 107%) 85% / contain, url(../img/banner2.jpg) 100% / contain #062c46;
    background-size: 100%;
    background-position: center;
    display: flex;
    align-items: center;
}


.heroSlider .banner2 h1{
    color: white;
    margin-bottom: 20px;
    font-size: 45px;
}

.heroSlider .banner2 p{
    color: white;
    opacity: 0.6;
}

.heroSlider .banner2 .btn-volunteer{
    background: #fff;
    color: black;
    padding: 10px 30px;
    font-weight: 500;
}


.heroSlider .banner2 .btn-about{
    background: #ba131d;
    color: white;
    padding: 10px 30px;
    font-weight: 500;
    margin-left: 20px;
}


.heroSlider .banner3{
    height: 700px;
    background: url(../img/new-banner.jpg);
    background-size: cover;
    background-position: bottom;
}

.heroSlider .banner3 .logoformobile{
    display: none;
}


.heroSection{
    background-image: url(../img/hero.png);
    background-color: #001d55;
    background-size: cover;
    padding: 50px 0px;
}

.heroSection img{
    width: unset !important;
    height: 575px;
    margin: auto;
}

.heroSection h1{
    color: white;
    font-size: 75px;
    margin-bottom: 15px;
}

.heroSection h1 span{
    text-transform: uppercase;
    font-size: 30px;
    display: block;
    letter-spacing: 4px;
}

.heroSection h5{
    color: color(srgb 0.9921 0.8196 0.3412);
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.heroSection h5 small{
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}

.heroSection h5 i{
    position: relative;
    top:5px
}

.heroSection .timing{
    font-size: 20px;
}

.heroSection p{
    color: white;
    font-size: 18px;
}

.heroSection .btn{
    background: #fdd157;
    color: black;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
}

.about{
    padding: 80px 0px;
}

.about img{
    display: block;
    margin: auto;
    border: none;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(45deg, #f1e5bf, #fffbec);
}

.about .mission{
    padding: 30px;
}

.about h2{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #0d2f76;
}

.about p{
    opacity: 0.8;
}


.missionVison{
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #ddd;
}

.missionVison .single{
    margin-bottom: 40px;
}

.missionVison h3{
    margin-bottom: 14px;
    font-weight: 600;
    color: #0d2f76;
}

.sponsors{
    padding: 80px 0px;
    background: #f1f1f1;
}

.sponsors .title h2{
    font-weight: 600;
    color: #0d2f76;
    font-size: 45px;
    margin-bottom: 15px;
}

.sponsors .title p{
    opacity: 0.8;
}

.sponsors .card{
    padding: 20px;
    border-radius: 15px;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sponsors .card p{
    font-size: 20px;
    font-weight: 700;
    color: #b9131d;
}

.sponsors .card .logo1{
    width: 190px;
}

.sponsors .card img{
    width: 190px;
    height: 100px;
    object-fit: contain;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ddd;
}

.sponsors .card h5{
    font-size: 25px;
    font-weight: 700;
    color: #b9131d;
}

.team{
    padding: 80px 0px;
}

.team .title h2{
    font-weight: 600;
    color: #0d2f76;
    font-size: 45px;
    margin-bottom: 15px;
}

.team .card{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.team .card img{
    height: 238px;
    object-fit: cover;
    background: black;
}

.events{
    /* padding-top: 40px; */
    padding-bottom: 80px;
}

.events .title h2{
    font-weight: 600;
    color: #0d2f76;
    font-size: 45px;
    margin-bottom: 15px;
}

.singleEventCard{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    padding: 20px;
    border: 1px solid #ddd;
}

.singleEventCard .topPart{
    display: flex;
    align-items: center;
    gap: 30px;
    /* padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd; */
}

.singleEventCard .topPart img{
    width: 200px;
    height: 200px;
    object-fit: contain;
    background: black;
    border-radius: 10px;
}

.singleEventCard .topPart h6{
    font-size: 18px;
}

.singleEventCard .topPart p{
    margin-bottom: 0px;
    font-size: 18px;
}

.singleEventCard .topPart h5{
    font-size: 30px;
    font-weight: 600;
}

.singleEventCard .btn{
    background: #ba131d;
    color: white;
    padding: 10px 30px;
    font-weight: 600;
}

.news{
    padding: 80px 0px;
    background: #f1f1f1;
}

.news .title h2{
    font-weight: 600;
    color: #0d2f76;
    font-size: 45px;
    margin-bottom: 15px;
}

.news .card{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    border: none;
}

.news .card h5{
    font-size: 21px;
}

.news .card p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    opacity: 0.7;
}
.news .card small{
    display: block;
    margin-bottom: 15px;
}

.news .card .btn{
    background: #ba131d;
    color: white;
    padding: 7px 20px;
    font-weight: 600;
}

.faq {
    padding: 80px 0px;
}


.faq .title h2{
    font-weight: 600;
    color: #0d2f76;
    font-size: 35px;
    margin-bottom: 25px;
}

.accordion-button:not(.collapsed){
    background: white;
    color: #ba131d;
    font-weight: 600;
}

.accordion-item{
    margin-bottom: 20px;
    border-radius: 10px !important;
}

.accordion-item .accordion-button{
    border-radius: 10px !important;
    font-weight: 600;
    font-size: 18px;
}

.accordion-item .accordion-button:focus{
    box-shadow: none;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #ddd;
}

.faq .usefulLinks{
    padding: 25px;
    border-radius: 15px;
}

.faq .usefulLinks ul{
    padding-left: 20px;
    margin:0px
}

.faq .usefulLinks ul li{
    list-style: auto;
    margin-bottom: 20px;
}

.faq .usefulLinks ul li:last-child{
    margin-bottom: 0px;
}

.faq .usefulLinks ul li a{
    color: #ba131d;
}

.contactUs{
    margin-bottom: 80px;
}

.contactUs .wrap{
    padding: 50px;
    background: linear-gradient(45deg, #f1e5bf, #fffbec);
    border-radius: 15px;
}

.contactUs .wrap .title{
    font-weight: 600;
    color: #0d2f76;
    font-size: 45px;
    margin-bottom: 15px;
}

.contactUs .wrap .form-control{
    padding: 10px 20px;
}
.contactUs .wrap .btn{
    background: #ba131d;
    color: white;
    padding: 10px 30px;
    font-weight: 600;
}

.footer{
    background: #ededed;
    padding-top: 80px;
}

.footer .copyright{
    padding: 15px 0px;
    border-top: 1px solid #bebebe;
    margin-top: 80px;
}

.footer .logo{
    width: 120px;
}

.footer p{
    color: black;
    opacity: 0.7;
    margin: 0px;
    font-size: 16px;
}

.footer h6{
    color: black;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer h5{
    color: black;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}

.footer h5 a{
    display: block;
    text-decoration: none;
    color: black;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
}

.footer ul{
    padding: 0px;
    margin: 0px;
}

.footer ul li{
    width: 30%;
    display: inline-block;
    margin-bottom: 10px;

}

.footer ul li a{
    text-decoration: none;
    color: black;
    opacity: 0.7;
    font-weight: 300;
    font-size: 16px;
}

.footer .logoWrap{
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer .social li{
    width: unset;
    margin-bottom: 0px;
    margin-right: 10px;
}
.footer .social li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    transition: 0.3s;
}

.footer .social li a:hover{
    background: #0d2f76;
    color: white;
    opacity: 2;
}

.mapArea{
    padding: 80px 0px;
}

.mapArea h2{
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}

.mapArea .wrapper{
    position: relative;
}

.mapArea .wrapper h5{
    margin: 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    padding: 15px;
    width: calc(100% - 40px);
    border-radius: 10px
}

iframe{
    border-radius: 15px;
}

.whyWhen{
    padding: 80px 0px;
    background: #ececec;
}



.whyWhen .wrapper h2{
    font-size: 45px;
    text-align: center;
    font-weight: bold;
}

.whyWhen .wrapper .accordion-item{
    margin-bottom: 20px;
    border-radius: 10px !important;
    background: #ffffff96;
}

.whyWhen .wrapper .accordion-item:last-child{
    margin-bottom: 0px;
}

.whyWhen .wrapper .accordion-button:not(.collapsed){
    background: transparent;
    box-shadow: none;
}

.whyWhen .wrapper .accordion-button{
    font-size: 35px;
}

.whyWhen .wrapper .accordion-body{
    padding-top: 0px;
}

.whyWhen .wrapper ul{
    padding: 0px;
    margin: 0px;
}

.whyWhen .wrapper ul li{
    position: relative;
    list-style: none;
    margin-bottom: 20px;
}

.whyWhen .wrapper ul li::before{
    content: '';
    width: 1px;
    height: 100%;
    background: black;
    position: absolute;
    bottom: -100%;
    left: 14px;
}

.whyWhen .wrapper ul li:last-child::before{
    display: none;
}

.whyWhen .wrapper ul li span{
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid #000;
    color: black;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    background: #fdd157;
    font-weight: 600;
}

.timeline{
    padding: 80px 0px;
}

.timeline h2{
    color: #0d2f76;
    font-size: 45px;
}

.timeline .timelineWrapper{
    position: relative;
    max-width: 800px;
    margin: auto;
}

.timeline .timelineWrapper .card{
    background-color: #fff;
    border: 3px solid #00369e;
    border-radius: 6px;
    position: relative;
    padding: 20px;
    padding-top: 30px;
}

.timeline .timelineWrapper .card h5{
    font-weight: 700;
}

.timeline .timelineWrapper .card.odd::before{
    content: '';
    width: 50px;
    height: 22px;
    background: url(../img/right.png);
    background-size: 100%;
    position: absolute;
    right: -53px;
    background-color: white;
}

.timeline .timelineWrapper .card.even::before{
    content: '';
    width: 50px;
    height: 22px;
    background: url(../img/left.png);
    background-size: 100%;
    position: absolute;
    left: -53px;
    background-color: white;
}

.timeline .timelineWrapper .card.odd span{
    background-color: #f33f33;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1;
    padding: 6px 8px 7px;
    position: absolute;
    top: -12.5px;
    right: 20px;
    text-align: center;
}

.timeline .timelineWrapper .card.even span{
    background-color: #f33f33;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1;
    padding: 6px 8px 7px;
    position: absolute;
    top: -12.5px;
    left: 20px;
    text-align: center;
}

.timeline .timelineWrapper .card.second{
    margin-top: 100px;
}

.timeline .timelineWrapper .card.third{
    margin-top: 100px;
}

.timeline .timelineWrapper .card.forth{
    margin-top: 100px;
}

.timeline .timelineWrapper .card.five{
    margin-top: 100px;
}

.timeline .timelineWrapper .col-md-2{
    width: 53px;
}

.timeline .timelineWrapper .line{
    width: 2px;
    height: 100%;
    background: #ddd;
    margin: auto;
    margin-top: 35px;
}


.owl-dots{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;

}

.owl-dots .owl-dot span{
    width: 20px;
    min-width: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0px 2px;
}

.owl-dots .owl-dot.active span{
    background: #ba131d;
}



.whyWhen .wrapper .accordion-body .btn{
    background: #fdd157;
    color: black;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
} 

.registerReminder {
    padding: 80px 0px;
}

.registerReminder .wrap {
    padding: 0px;
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.registerReminder .wrap img{
    width: 300px;
}

.registerReminder .wrap .btn{
    background: #b9131d;
    color: white;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
}

.registerReminder .wrap h2{
    font-size: 35px;
    font-weight: 600;
}

.accordion-header {
    margin-bottom: 0;
    font-family: sans-serif;
}

.whyWhen .accordion-header{
    font-family: bebas;
}

.ourPartners{
    padding-top: 70px;
    padding-bottom: 40px;
}

.ourPartners .card {
    padding: 10px;
    border-radius: 15px;
}

.ourPartners .card img{
    height: 150px;
    object-fit: contain;
}

.ourPartners .title h2{
    font-weight: 600;
    color: #0d2f76;
    font-size: 45px;
    margin-bottom: 15px;
}

.btn-red{
    background: #ba131d;
    color: white;
    padding: 10px 30px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-red:hover{
    background: #010154;
    color: white;
}


a{
    text-decoration: none;
}



@media only screen and (max-width: 600px) {

    .ourPartners .title h2{
        font-size: 35px;
    }
    .ourPartners .card img {
        height: 100px;
        object-fit: contain;
    }
    .timeline .timelineWrapper .card.five {
        margin-top: 30px;
    }

    .team .card img{
        height: 200px;
    }
    .heroSlider .banner1 .topImages img{
        height: 100px;
    }
    .registerReminder .wrap{
        display: block;
        padding: 20px;
    }
    .registerReminder .wrap img{
        width: 200px;
        margin-bottom: 20px;
    }
    .heroSlider .banner2{
        height: 700px;
        background: linear-gradient(0deg, rgb(5 43 79) 40%, rgba(242, 41, 91, 0) 107%) 85% / contain, url(../img/banner2.jpg) 100% / contain #062c46;
    } 
    .heroSlider .banner1{
        height: 700px;
    } 
    .heroSection{
        height: unset;
    }
    .heroSlider .banner1 .modi {
        width: unset;
        height: 300px;
        margin: auto;
    }
    .heroSlider .banner2 h1 {
        font-size: 35px;
    }
    .heroSlider .banner2 .btn-volunteer {
        padding: 10px 15px;
    }
    .heroSlider .banner2 .btn-about{
        padding: 10px 15px;
    }
    .about img{
        margin-bottom:30px;
        padding: 20px;
    }
    .about h2{
        font-size: 35px;
    }
    .sponsors .title h2{
        font-size: 35px;
    }
    .sponsors .card{
        margin-bottom: 20px;
        flex-direction: column;

    }
    .sponsors .card .logo1 {
        width: 200px;
    }
    .sponsors .card img {
        width: 160px;
        padding-right: 0px;
        margin-right: 0px;
        border: none;
    }
    .team .title h2{
        font-size: 35px;
    }
    .team .card {
        height: 100%;
    }

    .team .col{
        width: 50%;
        max-width: 50%;
        min-width: 50%;
    }
    .singleEventCard .topPart{
        display: block;
    }

    .singleEventCard .topPart img {
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }

    .events .title h2{
        font-size: 40px;
    }

    .news .title h2{
        font-size: 40px;
    }

    .faq .title h2{
        font-size: 30px;
    }

    .contactUs .wrap{
        padding: 30px;
    }

    .contactUs .wrap .title{
        font-size: 30px;
    }
    .footer .logoWrap{
        margin-bottom: 30px;
    }

    .footer{
        padding-top: 50px;
    }
    .footer h6{
        margin-top: 30px;
    }
    .footer .copyright {
        margin-top: 50px;
    }

    .navbar .nav-item {
        margin: 5px 0px;
    }

    .heroSection img{
        height: unset;
    }

    .heroSection h1 span {
        text-transform: uppercase;
        font-size: 22px;
    }
    .heroSection h1 {
        font-size: 50px;
    }
    .heroSection h5{
        font-size: 25px;
    }
    .heroSection h5 small {
        display: block;
        font-size: 16px;
    }
    .mapArea h2 {
        font-size: 35px;
        margin-top: 30px;
    }

    .whyWhen {
        padding: 40px 0px;
        background: #ececec;
    }
    
    .whyWhen .wrapper{
        padding: 0px;
    }
    .whyWhen .wrapper h2 {
        font-size: 30px;
    }

    .whyWhen .wrapper .accordion-button {
        font-size: 20px;
    }

    .whyWhen .wrapper ul li {
        display: inline-flex;
    }

    .whyWhen .wrapper ul li span{
        min-width: 30px;
    }

    .whyWhen .wrapper ul li::before {
        content: '';
        bottom: -30px;
    }

    .timeline h2{
        font-size: 35px;
    }

    .timeline .timelineWrapper .card.odd::before{
        display: none;
    }

    .timeline .timelineWrapper .card.even::before{
        display: none;
    }

    .timeline .timelineWrapper .col-md-2{
        display: none;
    }

    .timeline .timelineWrapper .card.second {
        margin-top: 30px;
    }

    .timeline .timelineWrapper .card.third {
        margin-top: 30px;
    }

    .timeline .timelineWrapper .card.forth {
        margin-top: 30px;
    }

    .timeline .timelineWrapper .card.odd span{
        right: unset;
        left: 20px;
    }

    .timeline .timelineWrapper .card.text-end{
        text-align: left !important;
    }

    .registerReminder{
        padding-top: 0px;
    }

    .heroSlider .banner3{
        background: url('../img/banner1.1.png') !important;
        position: relative;
    }

    .heroSlider .banner3::before{
        content: '';
        width: 100%;
        height: 80%;
        position: absolute;
        bottom: -52px;
        left: 0px;
        background: radial-gradient(#ffd052, transparent);
    }

    .heroSlider .banner3 .logoformobile{
        display: block;
        position: absolute;
        width: 300px;
        left: 50%;
        bottom: 50px;
        transform: translate(-50%, 0px);
    }

}