@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@font-face {
  font-family: "Raidercrusaderlaser";
  src: url(font/raidercrusaderlaser.ttf) format("truetype");
}

@font-face {
  font-family: "AkrobatRegular";
  src: url(font/Akrobat-Regular.otf) format("truetype");
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'AkrobatRegular', sans-serif;
  /* pointer-events: none; */
}
.dhakgif{
    width: 20% !important;
    height: 10% !important;
}

.t_non{
  text-decoration: none !important;
}
.t-dec{
  text-decoration: underline !important;
}
.ln-2{
  line-height: 2;
}
.text-y{
  color:#DCCA4D;
}
.text-warning{
  color:#DCCA4D !important;
}
.text-green{
  color:#08a71e !important;
}
.text-or{
  color:#fc6a08 !important;
}
.text-gr{
  color:#3a3836 !important;
}
.fn_bold{
  font-weight: 700;
}
.fn-18{
  font-size: 18px;
}
.fn-16{
  font-size: 16px;
}
.btn-warning{
  background-color: #FBBF24 !important;
}
/* custom scroll bar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::selection{
  background: rgb(0,123,255,0.3);
}
img{
  pointer-events: none;
}
.content1{
  max-width: 1250px;
  margin: auto;
  padding: 0px 30px;
}
.nav_bar{
  position: fixed;
  z-index: 5;
  width: 100%;
  padding: 25px 0;
  transition: all 0.3s ease;
  background: #1b1b1b;
  
}
.logo a img{
  width: 100%;
  height: 60px;
  /* margin-bottom: -12px; */
}
.apk a img{
    width: 100%;
    height: 60px;
    /* margin-bottom: -12px; */
  }
  .mapk{
    display: none !important;
  }
.nav_bar.sticky{
  padding: 20px 0;
  background: #1b1b1b;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.nav_bar .content1{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_bar .menu-list{
  display: inline-flex;
  margin-top: 15px;
}
.menu-list li{
  list-style: none;
}
.menu-list li a{
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-list li a:hover{
  color: red;
  background-color: yellow;
  padding: 2px 5px;
  border-radius: 5px;
}

.icon{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.icon.cancel-btn{
  position: absolute;
  right: 30px;
  top: 20px;
}
.nav_bar.sticky .icon.cancel-btn{
  top: 10px;
}
@media (max-width: 868px) {
  body.disabledScroll{
    overflow: hidden;
  }
  .logo a img{
    width: 90% !important;
  }
  .apk{
    width: 100%;
    height: 60px;
    display: none !important;
    /* margin-bottom: -12px; */
  }
  .mapk{
    display: block !important;
  }
  div.mapk a img{
    width: 100%;
    height: 60px;
    display: block;
    /* margin-bottom: -12px; */
  }

  .icon{
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 9;
    margin-top: 15px;
    padding-left:6px;
  }
  .icon.cancel-btn{
    display: none;
  }
  .icon.cancel-btn.show{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .nav_bar .menu-list{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #222;
    display: block;
    padding: 40px 0;
    text-align: center;
    clip-path: circle(25px at calc(100% - 55px) calc(0% + 50px));
    transition: all 0.3s ease;
    margin-top:0px;
  }
  .nav_bar.sticky{
    padding: 10px 0;
   
  }
  .nav_bar.sticky .menu-list{
    clip-path: circle(25px at calc(100% - 55px) calc(0% + 35px));
  }
  .nav_bar .menu-list.active{
    clip-path: circle(75%);
  }
  .nav_bar .menu-list li{
    margin-top: 45px;
  }
  .nav_bar .menu-list li a{
    font-size: 23px;
  }
}

.jersey_img{
  width: 100%;
  height: auto;
  object-fit: contain;
}


.bob_img{
width: 150px;
  height: 50px;
  display: block;
  margin: auto;
  margin-top: -15px;
}

.hero_sec{
  width: 100%;
  min-height: 70vh;
  background-color: #36393F;
  padding: 30px 0;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.hero_sec .container-fluid{
  padding-top: 120px;
}

.hero_img{
  width: 100%;
  height: 100%;
  display: block; /* display: block ta amar lekha */
  border-radius: 15px;
}

#mainbannerimg{
  height:200px;
  width: 200px;
}

.main_text {
  font-family: 'Raidercrusaderlaser',sans-serif;
  font-weight: lighter;
  color:#f3d307;
}
.main_textnb {
  font-family: 'Raidercrusaderlaser',sans-serif;
  color:#f3d307;
}
.main_text span{
  font-family: 'Raidercrusaderlaser',sans-serif !important;
  font-weight: lighter !important;
}
.main_subtext {
    font-family: 'Raidercrusaderlaser',sans-serif;
    font-weight: lighter;
    color:rgb(140, 250, 14);
  }
.main_text span {
  font-family: 'Raidercrusaderlaser',sans-serif;
  font-weight: bold;
}


.border-amber-500{
  
    border-color: rgb(245, 158, 11);
}
.hero_ul{
  list-style-type: none;
  color:white;
}

.fa-angle-double-right{
  font-size: 20px !important;
  font-weight: 600 !important;
}
.flex-row{
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.home_banar{
  width: 100%;
  min-height: 40vh;
  background: #202225;
  padding: 45px 0; 
}

.banar_img{
  width: 80%;
  height: 250px;
  display: block;
  margin: auto;
  border-radius: 15px;
}

@media (max-width:600px) {
  .banar_img{
    width: 100%;
  }
  .menu-btn i{
    padding-right: 5px !important;   
  }
  .apk{
    width: 100%;
    height: 60px;
    display: none !important;
    /* margin-bottom: -12px; */
  }
  .mapk{
    display: block !important; 
  }
  div.mapk a img{
    width: 100%;
    height: 60px;
    display: block;
    /* margin-bottom: -12px; */
  }
}

.home_about{
  width: 100%;
  padding: 50px 0;
  min-height: 50vh;
  background: #36393F;
}

.home_about_img{
  width: 100%;
  height: 280px;
  /* height: auto; */
  display: block;
  background-position: center;
  background-size: cover;
  margin: auto;
  border-radius: 15px;
}

.home_icon{
  background:#202225;
  padding: 35px 0;
  width: 100%;
}

.home_iconn{
  background:#36393F;
  padding: 35px 0;
  width: 100%;
}

.home_icon .icon_box , .home_iconn .icon_box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_box_inn{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content:center;
  align-items: center;
  border: 2px solid white;
  border-radius: 50%;
  margin:0 15px;
}
.icon_box_inn:hover{
  background-color: #FBBF24;
  text-decoration: none;
}
.icon_box_inn i{
  font-size: 25px;
  color:#FBBF24;
}
.icon_box_inn:hover i{
  color: rgb(255, 255, 255);
}

.banar_img_img{
  width: 100%;
  height: 320px;
  border-radius: 10px;
}

footer{
  /* position: fixed; */
  
  width: 100%;
  background: #111;
  padding: 35px 0 0 0;
}

.main-content{
  display: flex;
}

.main-content .box{
  flex-basis: 50%;
  padding: 10px 20px;
}

.box h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
}

.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}

.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background:#FBBF24;
  top: -10px;
}

.left .content p{
  text-align: justify;
}
.left .content .social{
  margin: 20px 0 0 0;
}
.left .content .social a{
  padding: 0 2px;
  color:#FBBF24;
}
.left .content .social a span{
  height: 40px;
  width: 40px;
  background: #1a1a1a;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.left .content .social a span:hover{
  background:#FBBF24;
  color:white;
}
.center .content .fa{
  font-size: 1.4375rem;
  background: #1a1a1a;
  color:#FBBF24;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.center .content .fa:hover{
  background:#FBBF24;
  color:white;
}
.center .content .text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}
.center .content .phone{
  margin: 15px 0;
}

.right ul{
  list-style-type: none;
  /* padding-left: 10px; */
}
.right ul li a{
  color:white;
  line-height: 2;
  
}

.right ul li a:hover{
  color:#FBBF24
}

.bottom center{
  padding: 5px;
  font-size: 0.9375rem;
  background: #151515;
}
.bottom center span{
  color: #656565;
}
.bottom center a{
  color:#FBBF24;
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
  .apk{
    width: 100%;
    height: 60px;
    display: none !important;
    /* margin-bottom: -12px; */
  }
  .mapk{
    display: block !important;
  }
  div.mapk a img{
    width: 100%;
    height: 60px;
    display: block;
    /* margin-bottom: -12px; */
  }
}

@media screen and (max-width: 301px){
    .logo {
      width: 80% !important;
    }
    .mapk a img{
      /* margin-right: 23px !important; */
      width: 50% !important;
    }
    .menu-btn i{
      padding-right: 16px !important;
      
    }
}

.about_list{
  list-style-type: upper-greek;
}

.contact_page{
  width: 100%;
  min-height: 130vh;
  padding-top: 150px ;
  background-color: #202225;
}
.card{
  border-radius: 10px !important ;
  border: none !important;
  background-color: #36393F !important;
}

.cont-img{
  width: 70px;
  height: 70px;
  display: block;
  margin: auto;
}

.contact_page a{
color:white;
font-size: 18px;
margin: 10px 0;
}

.contact_page a:hover{
  color:white;
  text-decoration: none;
  
}

.contact_page p a{
  color:#DCCA4D !important;
  font-size: 14px;
}

.about_page{
  width: 100%;
  min-height: 130vh;
  padding-top: 150px;
  background-color: #202225;
  padding-bottom: 50px;
}

.about_img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.committee_img{
    width: 100%;
    height: auto;
    object-fit: contain;
  }


.card_ul {
list-style-type: none;
}
.card_ul li{
  line-height: 2;
}

.tik{
  color:rgb(31, 196, 31);
  margin-right: 7px;
}
.rtik{
  color: red;
  margin-right: 7px;
}

.old_event{
  width: 100%;
  min-height: 100vh;
  padding: 50px 0;
  background-color:#202225;
}

.old_event_img{
  width: 100%;
  height: 320px;
  border-radius: 10px;
}


.upcoming{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #202225;
}

.swiper {
  width: 100%;
  height: 40vh;

}

.swiper-slide {

  /* width: 15% !important; */

  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide .slider_img {
  display: block;
  width: 100%;
  height: 100% !important;
  
  border-radius: 10px !important;
  
}

.swiper-pagination{
  position: relative !important;
}
.swiper-horizontal>.swiper-pagination-bullets{
  bottom: 0px !important;
}
.swiper-pagination-bullet{
  background-color:#FBBF24 !important;
  opacity: 1;
}

.gallery_page{
  width: 100%;
  min-height:100vh ;
  padding: 75px 0px;
  background-color:#202225;
}

.gallery_page .container{
  padding-top: 120px;
}

.old_sml_event_img{
  width: 100%;
  height: 150px ;
  border-radius: 10px;
  object-fit: cover;
}

.text-de:hover{
  text-decoration: none;
}

/* .clock {
    --clock-size: 360px;
    width: var(--clock-size);
    height: var(--clock-size);
    position: fixed;
    }
    .spike {
    position: absolute;
    width: 8px;
    height: 1px;
    }
    inset: 0;
    margin: auto;
    border-radius: 50%;
    
    background: #fff9;
    line-height: 20px;
    transform-origin: 50%;
    z-index: 5;
    inset: 0;
    margin: auto;
    font-style: normal;
    transform: rotate (var(--rotate));
    .spike:nth-child(5n+1) {
    box-shadow: -7px 0 #fff9;
    } */
    .countdown1{
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 200px;
        background-color: #f0f0f0; */
        background: none !important;
        margin: 0;
    }
    .countdown-container {
        text-align: center;
        }

        .countdown {
        display: flex;
        gap: 20px;
        }

        .time-box {
        background-color: #FBBF24;
        color: #333;
        font-weight: bold;
        /* padding: 10px; */
        border-radius: 10px;
        width: 75px;
        height: 75px;
        /* min-width: 80px; */
        }

        .time-box span {
            font-size: 2rem;
        }

        .time-box p {
        margin: 0;
        font-size: 1rem;
        }

        #countdown2{
            display: none !important;
        }


   
