@font-face {
    font-family: heading;
    src: url(font/BebasNeue-Regular.ttf);
    font-family: text;
    src: url(font/Montserrat-VariableFont_wght.ttf);
    font-family: textit;
    src: url(font/Montserrat-Italic-VariableFont_wght.ttf);
}
:root {
    --navy: #0f1f4e;
    --light-navy: #1f335e;
    --accent: #ffcc00;
    --radius: 12px;
    --text-light: #e8ecf8;
    --muted: #a6b0d4;
  }

.bg-dark {
    background-color: rgba(12, 9, 98, 0.925) !important;
    color: rgb(252, 252, 252) !important;
    /* height: 65px; */
    /* padding-top: -10px !important; */
}

.navbar-nav a:hover {
    transform: scale(1.2, 1.2);
    color: rgb(232, 86, 33) !important;
    transition: all 2s ease;
}

.mybtn {
    width: auto !important;
    background-color: rgb(232, 86, 33);
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.mybtn a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.mybtnread{
     color:rgb(232, 86, 33);
     border: none;
     font-weight: bold;
     transition: all 0.2s ease-in-out;
      
}
.mybtnread:hover{
    color: #0a1261;
}
.mybtnread:active{
    color: #f6f6f6;
    transform: scale(0.96);
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
    
}
 p {
      font-family: Arial, sans-serif;
      line-height: 1.6;
    }
    #para2, #para3 {
      display: none;
    }
    #readMoreBtn {
      margin-top: 10px;
      padding: 10px 20px;
      background-color: #007bff;
      color: white;
      border: none;
      cursor: pointer;
      border-radius: 6px;
      transition: all 0.2s ease-in-out;
    }
    #readMoreBtn:hover {
      background-color: #0056b3;
    }
    #readMoreBtn:active {
      transform: scale(0.96);
      box-shadow: inset 0 2px 6px rgba(0,0,0,0.2);
    }
.mybtn2 {
    width: 200px !important;
    background-color: rgb(33, 32, 117);
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 10px 6px;
}
.mybtn2 a{
    text-decoration: none;
    color: inherit;
}
.bradecrum a{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.bradecrum a:hover{
    transform: scale(1.2, 1.2);
    color: rgb(232, 86, 33) !important;
    transition: all 2s ease;
}

.mybtn:hover {
    background: transparent !important;
    outline: 3px solid rgb(232, 86, 33) !important;
}

.mybtn:active {
    outline: 3px solid rgb(69, 216, 140) !important;
}

.mybtn2:hover {
    background: transparent !important;
    outline: 3px solid rgb(232, 86, 33) !important;
}

.mybtn2:active {
    outline: 3px solid rgb(69, 216, 140) !important;
}

@media only screen and (max-width:970px) {

    .navbar-nav a,
    .mybtn {
        margin: 0px auto;
        text-align: center;
    }
}

/* Header complete */
/* hero section start */
.herobox{
    padding-top: 40px;
    padding-bottom: 50px;
}
.herosec{
  
    background: linear-gradient(rgba(36, 36, 180, 0.142), rgba(243, 243, 245, 0.872)), url('your-sports-image.jpg') center/cover;
}

.herosec h1 {
    color: rgba(12, 9, 98, 0.925) !important;
    font-family: textit;
    font-size: 2.75rem;
}

.herosec p {
    color: rgba(12, 9, 98, 0.925) !important;
    font-family: textit;
    font-size: 20px !important;
    line-height: 27px;
}

.heroimg {
    margin: 0px auto;
}

.heroimg>dotlottie-wc {
    margin: 0px auto;
}

@media only screen and (max-width:955px) {
    .mybtn2 {
        margin: 0px auto;
        text-align: center;
    }

    .mdcenter p,
    h1 {
        text-align: center !important;
    }
}

/* hero section end  */
/*Hover Fall Effect*/
.gameheading {
    font-family: textit;
    font-size: 35px;
    color: rgba(12, 9, 98, 0.925);
}

.gamepara {
    font-family: textit;
    font-size: 18px;
    color: rgba(12, 9, 98, 0.925);
}

.fall-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.fall-item .mask,
.fall-item .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.fall-item img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.fall-item h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px;
    background: rgba(12, 9, 98, 0.925) !important;
    margin: 0 0 0 0;
}

.fall-item p {
    font-style: italic;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.fall-effect .mask {
    background-color: rgba(255, 255, 255, 0.7);
    top: -200px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}

.fall-effect h2 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.fall-effect p {
    color: #333;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.fall-effect a.btn {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.3s;
    -moz-transition: all 0.2s ease-in-out 0.3s;
    -o-transition: all 0.2s ease-in-out 0.3s;
    -ms-transition: all 0.2s ease-in-out 0.3s;
    transition: all 0.2s ease-in-out 0.3s;
}

.fall-effect:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;

}

.fall-effect:hover h2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.fall-effect:hover p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.fall-effect:hover a.btn {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
/* .readbtn{
    text-align: center;
    margin: 0px auto;
    text-align: center;
} */
.readdiv{
    display: flex;
    justify-content: center;
    height: auto;
    width: 100%;
}
.readdiv a:hover{
    border: 2px solid rgb(10, 10, 97);
    color: #f2f3f9;
    padding: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: #0a1261;
}
/* cardsection end */
.trdsectext{
    color: #0a1261 !important;
    font-family: textit;

}
.lead{
    color: #0a1261 !important;
    font-family: textit;
    font-size: 18px;
}
/* about section old card fencyionality */
/* .card-hover-content {
            transition: opacity 0.4s ease-in-out;
        }

        .athlete-card:hover .card-hover-content {
            opacity: 1;
        } */
/* about section stylng */
 .about-concise {
    padding: 60px 20px;
    /* background: #f5f9ff; */
    color: #081436;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  }
  .wrapper {
    max-width: 1000px;
    margin: 0 auto;
    gap: 28px;
    display: flex;
    flex-direction: column;
  }
  .section-title {
    font-size: 2rem;
    margin-bottom: 6px;
    position: relative;
  }
  .section-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #c84a2a;
    display: block;
    /* margin-top: 6px; */
    border-radius: 2px;
    margin: 6px auto;
    /* align-items: end; */
    
  }
  .short-intro {
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 8px 0 16px;
  }

  /* Vertical cards like Bootstrap */
  .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    
  }
  .card {
    background: #d0daf155;
    border-radius: 12px;
    box-shadow: 0 20px 45px -10px rgba(15,30,61,0.5);
    flex: 1 1 260px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .25s ease;
    min-height: 260px;
    border: none;
  }
  .card:hover {
    transform: translateY(-4px);
  }
  .card-body {
    padding: 25px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
  }
  .card-title {
    margin: 0;
    font-size: 1.52rem;
    font-weight: 600;
    text-align: center;
  }
  .card-text {
    margin: 0;
    font-size: .9rem;
    line-height: 1.4;
    flex: 1;
    text-align: center;
  }
  .bulbicon{
    color: rgb(243, 153, 80);
    font-size: 2.75rem;
    margin: 0px auto;
  }
  .newspaper{
    color: rgb(90, 90, 194);
     font-size: 2.75rem;
     margin: 0px auto;
  }
  .fan{
    color: rgb(87, 167, 8);
     font-size: 2.75rem;
     margin: 0px auto;
  }

  .accordion {
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,0.04);
    margin-top: 10px;
  }
  .accordion-toggle {
    width: 100%;
    background: rgb(212, 114, 3);
    border: none;
    padding: 16px 18px;
    text-align: left;
    font-size: 1.12rem;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .accordion-toggle .arrow {
    transition: transform .3s ease;
    font-size: 1.2rem;
  }
  .accordion-toggle[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
  }
  .accordion-content {
    padding: 0 18px 16px;
    font-size: .9rem;
    line-height: 1.5;
    display: none;
  }
  .accordion-content ul {
    margin: 8px 0 0 16px;
    padding: 0;
    list-style: disc;
  }
  .firsttext{
    text-align: left;
    color: #052548 !important;
  }
  .firsttext2{
    font-size: 15px;
    text-align: left;
    color: #071d59;
  }
  strong{
    color: #c84a2a;
  }
.meettext{
    color: #0b2b5b !important;
}
.meetbody{
    background-color: #dae1ea5d;
}
.intro1:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    transform: scale(1.1,1.1);
    transition: all 2s ease;
}
/* feedback */
.feedback-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--light-navy) 85%);
    padding: 60px 20px;
    color: var(--text-light);
    font-family: system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  }
  .inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
  }
  .form-wrapper {
    flex: 1 1 420px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .title {
    font-size: 1.9rem;
    margin: 0;
    position: relative;
  }
  .title::after {
    content: "";
    width: 50px;
    height: 4px;
    background: var(--accent);
    display: block;
    margin-top: 6px;
    border-radius: 2px;
  }
  .subtitle {
    margin: 8px 0 16px;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 500px;
    opacity: .95;
  }
  .feedback-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 6px;
  }
  .field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .field-group label {
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .5px;
  }
  .field-group input,
  .field-group textarea {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 12px 14px;
    border-radius: 8px;
    font-size: .95rem;
    color: #fff;
    resize: vertical;
    outline: none;
    transition: border .2s ease, box-shadow .2s ease;
  }
  .field-group input:focus,
  .field-group textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 12px rgba(255,204,0,0.4);
  }
  .btn-submit {
    align-self: start;
    background: var(--accent);
    color: var(--navy);
    padding: 14px 28px;
    font-weight: 600;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: filter .2s ease;
    font-size: 1rem;
  }
  .btn-submit:hover {
    filter: brightness(1.05);
  }

  .image-wrapper {
    flex: 1 1 420px;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image-wrapper img {
    width: 100%;
    max-width: 500px;
    border-radius: var(--radius);
    box-shadow: 0 30px 60px -10px rgba(15,30,61,0.6);
    object-fit: cover;
    display: block;
  }
/* regestration page */
.regestrationbg{
    height: auto;
    margin-top: -50px;
    /* border: 8px solid rgb(239, 25, 25); */
    padding: 40px;
    background-image: url(images/rgform-bg1.jpg);
    background-position: cener;
    background-repeat: no repeat;
    background-size: cover;
    
}

.rgformblure{
    backdrop-filter: blur(17px);
    background:rgba(255, 255, 255, 0.174);
    /* backdrop-filter: blur(10px); */
}
.rgfooter{
    background-color:#1E1B6E;
}
.rgfooter p {
    color: #fff;
}
.rgfooter a{
text-decoration: none;
color: #fff;
}
.btncolor{
    background-color: #1E1B6E;
    color: #fff;
}
.btncolor:hover{
    /* border: 2px solid #fcfcfc; */
    background-color: #0f8e18;
    /* background-color: rgb(247, 244, 244); */
    color: #fff;
}
  @media (max-width: 950px) {
    .inner {
      flex-direction: column-reverse;
    }
    .image-wrapper, .form-wrapper {
      width: 100%;
    }
    .btn-submit {
      width: 100%;
      text-align: center;
    }
  }
  @media (max-width: 900px) {
    .card {
      flex: 1 1 100%;
      max-width: none;
    }
     .card-title {
    text-align: center;
  }
  .card-text {
   text-align: center;
  }
  }
@media only screen and (max-width:970px) {
    .fall-item h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        padding: 5px;
        font-size: 18px;
        background: rgba(0, 0, 0, 0.8);
        margin: 0 0 0 0;
    }

    .fall-item p {
        font-style: italic;
        position: relative;
        color: #0a2738;
        padding: 10px 10px 10px;
        font-size: 13px;
        text-align: center;
    }
}