/* All Common css start */
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
.text-right{
    text-align: right;
}
.bgBlack{
    background: rgb(5, 5, 5);
}
.mb15{
    margin-bottom: 12px;
}
.mt-10{margin-top: 10px; }
.mt-20{margin-top: 20px; }
body {
    font-family: "Changa One", sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 100vh;
}
.swiper-slide img{
    width : 100%;
}

.form-group{
    font-family: "Philosopher", sans-serif;
}
.form-group label{
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: bold;
}
.common_section{
    background: rgb(204 230 255);
    padding: 100px 0px;
    height:79vh;
}
.commonBg{
    background: rgb(204 230 255);
}
.percent{
    color:#870808!important;
}

/* All common css end */

/* menu bar section start */
.navbar-brand img{
    width:120px;
}
.navbar .navbar-nav .nav-link {
    color: rgb(18 127 192);
    font-size: 21px;
    font-weight: 500;
    padding: 10px 15px;
    font-weight: bold;
}

/* menu bar section end */


/* Home section start */
.menu_Section{
    background: #fff;
}
.home_section{
    background: rgb(239, 247, 255);
}

.swiper-slide-active .slide-title {
  animation: fadeInLeft 2s ease;
}


@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateY(250px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.swiper-slide-active .slide-animation {
  animation: sliderInLeft 2s ease;
}


@keyframes sliderInLeft {
  from {
    top: 10%;
    left: -80%;
  }
  to {
    top: 10%;
    left: -35%;
  }
}

.slide-animation{
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 11;
    transform: rotate(45deg);
    top: 10%;
    left: -35%;
}
.tagLine{
    position: absolute;
    top: 90%;
    left: 5%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    z-index: 111;
    text-shadow: #000000 1px 1px 2px;
}
/* slider part start */
  .slide-title{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    z-index: 111;
  }
  .slide-title h3{
    font-size: 48px!important;
    line-height: 60px;
  }
  .slide-title p{
    font-size: 24px;
  }
/* slider part end */

/* Home section end  */


.bgOne{
    background-color: #000000;
}
.bgTwo{
    background-color: #0d0152;
}



.bgGreen{
    background-color: #aef3be;
}
.bgRed{
    background-color: #e7c9cc;
}
.bgWhite{
    background-color: #fff;
}
.textRed{
    color: #eb1717;
}
.textGreen{
    color: #28a745;
}
.textWhite{
    color: #fff;
}

/* Counting page start */


/* Card view design start  */
.counting-section{
    background: #ddecf5;
}
    .custom-card {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow:0 10px 30px rgba(0,0,0,0.12);
        height: 100%;
    }

    .custom-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }

    .custom-card img {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }

    .card-title {
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .card-text {
        color: #666;
        line-height: 1.7;
    }

    .btn-custom {
        background: #0d6efd;
        color: #fff;
        border-radius: 30px;
        padding: 10px 25px;
    }

    .btn-custom:hover {
        background: #0b5ed7;
        color: #fff;
    }
   
.sectionTitle{
    font-size: 36px;
    font-weight: bold;
    color:#1478bb;
    text-align: center;
    padding: 40px 0px 30px 0px;
}


/* Footer section start */
.footer{
    padding: 50px 0px;
}
.footerText{
    padding-top:20px;
}
.footerText p{
    font-size: 15px;
    font-weight: bold;
}
.footer_Section {
    background: #4c8bb3;
    padding: 12px 0px;
    color: #fff;
    font-family: "Philosopher", sans-serif;
    font-size: 20px;
}

/* Footer section end  */


@media (max-width: 576px) {
    .slide-title{
        font-size: 20px!important;
    }
    .sectionTitle {
        font-size: 22px;
        font-weight: bold;
        color: #1478bb;
        text-align: center;
        padding: 20px 0px 30px 0px;
    }
 }