*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap');


a{
    text-decoration: none!important ;
    color: inherit!important;
}

a:hover{
    color: rgb(12, 10, 10)!important;
    font-weight: 500;
}




/* NAVBAR */

.navbar{
    background-color: #e3ebef;
    /* margin-top: 10px; */
}

.navbar img{
    width: 150px;
}

/* ALL HEADINGS */

.head_col{
    color: #dd4428;
    font-family: 'Poppins', sans-serif;
  }

.text-start{
    color: grey;
    font-family: 'Poppins', sans-serif;
}


/* ANIMATED TEXT STARTS */

.animate-text strong{
    color: #f8f8f8;
    font-size: 4.5vw;
    line-height: 30px;
    letter-spacing: .2rem;
}

.animate-text h3{
    font-size: 4vw;
    color: #f8f8f8;
}


.home{
    height: 65vh;
    background-image: url("../img/banner/grnd_img.jpg");  
    /* background: #37517e; */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    /* padding:50px 15px; */
    padding-top: 30px;
    position: relative;
}
.home::before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    /* height: 60%; */
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
}

.home .home-text{
    text-align: center;
    position: relative;
    z-index: 2;
}

.home .home-text h1{
   color:#ff0000;
   font-size: 40px;     /*Font Size*/ 
   color:#f5c772;
   line-height: 46px;
   font-weight: 500;
   margin:0 0 20px;
}
.home .home-text p{
   margin:0;
   overflow: hidden;
}
.home .home-text p span{
   font-size: 30px;
   color:#ffffff;
   font-weight: 500;
   display: inline-block;
   line-height: 46px;
   display: none;
}

.home .home-text p span.text-in{
   display: block;
   animation: textIn .5s ease;
}
.home .home-text p span.text-out{
   animation: textOut .5s ease;
}
@keyframes textIn{
   0%{
       transform: translateY(100%);
   }
   100%{
       transform: translateY(0%);
   }
}
@keyframes textOut{
   0%{
       transform: translateY(0%);
   }
   100%{
       transform: translateY(-100%);

   }
}


/* Thankful */
.thankful {
    margin-top: 2rem;
}
.thankful img{
    width: 300px;
}

.thankful h1{
    color: rgb(0, 82, 0);
}

.thankful h5{
    color: #005a96;
    font-size: 2rem;
}


/* --------- PASSION  */

.mtc_thanks{
    color:#f57d20;
    text-transform: capitalize;
}

.mtc_thanks h2{
    font-size: 1.8rem;
}

.mtc_thanks{
    background-color: rgb(255, 255, 255);
}

.mtc_thanks i{
    font-size: 2rem;
    padding: 8px;
}


/* ABOUT US STARTS */

.about h1{
    text-align: center;
}

.about_row img{
    width: 200px;
}



/* OUR COMM MEMBERS */

.commm_mem{
    margin-top: 40px;
}

/* TEAM PARTICIPATING */
.tm_part{
    background-color: rgb(225, 223, 223);
    /* width: 90px; */
    padding: 15px;
}

.tm_mens h1{
    font-size: 1.35rem;
    margin-bottom: 8px;
    color:rgb(85, 2, 2);
    text-align: center;
}

.tm_mens h2{
    font-size: 1.2rem;
    margin-bottom: 8px;
    color:rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 25px;
}


/* ----------------  PAST WINNERS ----------------   */
.past_win_img img{
    width: 450px;
}

.winn_head h3{
    color: #454545;
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.winnners_cat h3{
    color: rgb(2, 106, 124);
    text-align: center;
}

.features .icon-box {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #eceaea;
    transition: ease-in-out 0.3s;
    border-radius: 20px;
    letter-spacing: .1rem;
    font-family: 'Poppins', sans-serif;
  }
  
  .features .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
  }
  
  .features .icon-box h3 {
    font-weight: 700;
    /* font-size: 4px; */
    color: ;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 1.1rem;
  }
  
  .features .icon-box h3 a {
    color: #222222;
    transition: ease-in-out 0.3s;
  }
  
  .features .icon-box h3 a:hover {
    color: #3498db;
  }
  
  .features .icon-box:hover {
    background: #eef7fc;
  }
  

/* COMM PHOTOS */
.comm_pht img{
    width: 135px;
}

.name_mem {
    font-size: 1.3rem;
    margin-bottom: 12px;
}


  
/* footer Starts */
.footer-info img{
    width: 200px;
}


#footer{
    background-color: rgb(224, 228, 229);
    
}

.footer a.hover{
    color: red;
}

.footer-top h4{
    font-size: 1.3rem;
    color:rgb(0, 0, 0);
    margin-left: .2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}


.footer-links li{
    margin-bottom: .3rem;
}


.cont_det{
    line-height: 1.7rem;
}

.cont_det i{
    font-size: 2rem;
    margin-top: 1rem;
    padding-right: 1rem;
}

.bhakti{
    font-size: 1.3rem;
}




/* GO TOP STARTS */
#button {
    display: inline-block;
    background-color:#00616c;
    width: 40px;
    height: 40px;
    line: height 5px;0px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    z-index: 1000;
  }
  
  #button i{
    font-size:36px;
    color:white;
  }
  
  
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  
  #button.show {
    opacity: 1;
  }
  
  /* Styles for the content section */
  
  .content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
  }
  @media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 30px;
    }
  }
  
  /* GO TOP ENDS */



  /* PHOTO GALLERY */

  .under_const h1{
    font-size: 100px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #b2bbbe;
  }



  /* about_row_data */

  .about_row_data{
    font-size: 1.1rem;
    text-align: justify;
  }