@font-face {
    font-family: 'Helvetica Nueue Bold';
    src: url('../fonts/helvetica-neue-5/HelveticaNeueBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Helvetica Nueue BlackItalic';
    src: url('assets/fonts/helvetica-neue-5/HelveticaNeueBlackItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Nueue Black';
    src: url('assets/fonts/helvetica-neue-5/HelveticaNeueBlack.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Nueue Heavy';
    src: url('assets/fonts/helvetica-neue-5/HelveticaNeueHeavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Nueue Italic';
    src: url('assets/fonts/helvetica-neue-5/HelveticaNeueItalic.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Nueue Light';
    src: url('assets/fonts/helvetica-neue-5/HelveticaNeueLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {      
    font-family: 'Helvetica Nueue Medium';
    src: url('assets/fonts/helvetica-neue-5/HelveticaNeueMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Nueue Thin';
    src: url('assets/fonts/helvetica-neue-5/HelveticaNeueThin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Nueue Regular';
    src: url('assets/fonts/helvetica-neue-5/HelveticaNeueMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Homepage Banner */
.banner-container{
    background-image: url("../images/Big\ BNR@2x.png");
    background-size: cover;
    padding-bottom: 35px;
}


.homepage-heading{
    color: rgb(255, 255, 255);
    text-shadow: 0px 3px 16px #00000095;
    font-size: 40px;
    font-family: "Helvetica Nueue Bold", sans-serif;
 margin: 0 0 30px;
}

.homepage-heading p {
  font-size: inherit;
  color: #fff;
}

  p {
  font-size: inherit; 
}


.sc-home-button{
    width: 84px;
}
.sc-sc-button{
    width: 87px;
}
.sc-mt-button{
    width: 100px;
}


.homepage-buttons button{
    padding: 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    border: none;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.homepage-buttons button a{
    text-decoration: none;
    font-size: 14px;
    color: black;
}
.homepage-buttons button.active{
    /* text-decoration: none; */
    /* font-weight: bold; */
    font-family: 'Helvetica Nueue Bold', sans-serif;
    background: #FFD301 0% 0% no-repeat padding-box;
}
.homepage-buttons button:hover{
    background:  #DD4136;
}
.homepage-buttons button:hover a{
    color:white;
}

.banner-desc-data{
    padding: 0;
    width: 73%;
}

.mw-100 {
  max-width: 100% !important;
}


.homepage-desc{
    background-color: rgba(0, 32, 64, 0.9);
    font-family: 'Helvetica Nueue Regular', sans-serif;
    color: white;
    font-size: 18px;
    opacity: 0.9;
    padding: 10px 25px;
    border-radius: 7px;
    margin: 0.2rem 0rem;
}
.homepage-desc p{
    margin: 0; color: #fff;
}

.homepage-news-container{
    background-color: rgba(0, 32, 64);
    border-radius: 7px;
    color: white;

    margin: 0;
    padding: 15px 20px;
}

.homepage-news-container p{
    font-size: 14px;
    font-family: 'Helvetica Nueue Medium', sans-serif;
}

.short-news{
    display: grid;
    gap: 25px;
    /* font-size: small; */
}

.short-news img{
    /* height: 108px; */
    min-height: 125px;
}


.short-news p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.short-news1{
    gap: 20px;
}
.short-news2{
    gap: 20px;
}

.banner-news-container{
    gap: 15px;
    margin-top: 0px;
}

.ad1{
    height: 250px;
}

.ad1 img{
    height: 100%;
    width: 100%;
}

.ad2{
    height: 115px;
}

.ad2 img{
    height: 100%;
    width: 100%;
}

.short-news img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.short-news  a{
  display: flex;
  align-items: center;
  gap: 10px;
}
.short-news p, .big-news p , .homepage-desc p{color:#fff;}

 .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}




@media (max-width: 480px) {
  
    .banner-container{
        background: linear-gradient(to bottom, #0564c3, #002b4a);
    }

    .short-news p{
        -webkit-line-clamp: 4;
        margin: 0;
    }
    .short-news img{
        height: 54px;
        min-height: 72px;
    }
    .short-news2{
        margin-top: -16px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    .banner-container{
        background: linear-gradient(to bottom, #0564c3, #002b4a);
    }
    .short-news p{
        -webkit-line-clamp: 5;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .short-news p{
        -webkit-line-clamp: 4;
        margin: 0;
    }
}

@media(min-width: 1024px) {
    .short-news p{
        -webkit-line-clamp: 5;
        /* margin: 0; */
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-desc-data{
        padding: 0;
        width: 100%;
        margin-bottom: 25px;
    }


}
@media (max-width: 767px) {
    .homepage-heading p { 
  line-height: 47px;
}
.homepage-news-container { 
  padding: 10px 10px;
}

    
    .banner-desc-data{
        padding: 0;
        width: 100%;
        margin-bottom: 25px;
    }
    .ad1 img{
        min-width: 300px;
    }
    .ad2 img{
        min-width: 300px;
    }
}


/* css code for adds both desktop and mobile */
.in-ad1{
    height: 90px;
    width: 70%;
    max-width: 970px;
    margin: 30px auto;
}

#deskadd {
    max-width: 100%;
}

#mobileadd {
    display: none;
}

@media (max-width: 520px) {
    .in-ad1 {
        height: 250px;
        width: 300px;
        margin: 25px auto;
    }

    #mobileadd {
        display: block;
        height: 100%;
    }

    #deskadd {
        display: none;
    }

    .about {
        max-width: 96%;
    }
}

@media (min-width: 521px) and (max-width: 639px) {
    .in-ad1 {
        display: none;
    }

    .about {
        max-width: 96%;
    }
}

/* css code for timer */
.timer1 h5 {
    font-size: 28px;
    font-weight: 700; 
    color: #DD4136;
    /*text-align: end;*/
}

.timer1 p {
    font-size: 18px;
    color: #888888;
    /*text-align: end;*/
    opacity: 0.7;
}

.timer2 {
    height: fit-content;
    display: flex;
    justify-content: center;
}

.timer2 .time {
    border: 1px solid #E6E6E6;
    opacity: 1;
    width: 60px; /* Set a fixed width for consistency */
    height: 75px;
    text-align: center; /* Center align text */
}

.timer2 h3 {
    font-size: 40px;
}

.timer2 p {
    font-size: 16px;
    color: #000000;
    padding-top: 0px;
    opacity: 0.9 !important;
    margin-top: -6px !important;
}

.timer1 {
    position: relative;
}

/*.timer1::after { 
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(transparent 0%, rgb(141, 137, 137) 50%, transparent 100%);
}*/

@media (min-width: 340px) and (max-width: 639px) {
    .timer1 h5 {
        font-size: 24px;
        text-align: center;
    }
    .timer1 p {
        text-align: center;
    }
}

@media (max-width: 991px){

    .timer1 h5{
        text-align: center;
    }
    .timer1 p{
        text-align: center;
    
    } 
    .timer1::after { 
        background: none;
    }
}
@media (min-width: 992px){
    .home-timer-cont .container{
        margin: 0px auto;
    }
}


/*  css code of olympic news 2024*/
.olympicheading{
    font-size: 19px;
    font-weight: 750;
    font-family: url(assets/fonts/helvetica-neue-5/HelveticaNeueBold.otf);
}
.crd{
    height: 230px;
    padding: 10px;
    display: flex;
    margin-bottom: 12px;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #E5E5E5;

}

.box1 img {
    width: 100%;
    height: 122px;
}

.box2 p {
    margin: 0;
    /* padding: 12px 0px; */
    font-size: 15px;
    color: #777777;
    opacity: 0.9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Default to 3 lines */
}
@media(min-width: 340px) and (max-width: 639px) {
    .crd{
        height: auto;
        width: 100%;
    }
    .box1 img{
       width: 100%;
       height: 176px;
    }
    .box2 p {
        padding: 20px 0px;
        -webkit-line-clamp: 4; 
    } 
}
@media (min-width: 768px) and (max-width: 1023px) {
    .crd{
        height: auto;
        width: 100%;
        margin-bottom: 15px;
        min-height: 350px;
    }
    .box1 img{
        height: 176px;
        width: 100%;
    }
    .box2 p{
        padding: 20px 0px;
        -webkit-line-clamp: 4; 
    } 
}

/* css code for video section */
.hvdo{
    font-size: 19px;
    font-weight: 750;
    font-family: url(assets/fonts/helvetica-neue-5/HelveticaNeueBold.otf);
}

.owl{
    background-image: linear-gradient(#D31100, #6A0900);  
    /* margin: 4.5rem auto; */
    padding: 1.5rem !important;
    height: 391px;
    display: flex !important;
    align-items: center;
}
.cor-content{
        background-color: white;
        height: 312px;
        margin: auto;
        display: grid;
}
.cor-content p{
    padding: 0px 12px;
    font-size: 14px;
    opacity: 0.9;
    overflow: hidden; /* Hide overflow text */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* Show only 4 lines */
    line-height: 1.2rem; /* Adjust line height if needed */
    text-overflow: ellipsis; /* Add ellipsis for overflow text */
}

.cor-video-cont{
    background: black; 
    height: 174.5px;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button {
    width: 65px;
    height: 65px;
    background-image: url('../images/play_btn.png');
    background-size: cover;
    background-position: center;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.play-button:hover {
    opacity: 1;
}

/* css code for photo gallery */
.slider1{
    background-color:#002866;
    height: 314px;
}
.para p{
 color: white;
 font-size: 15px;
}
.hpg{
    font-size: 19px;
    font-weight: 750;
    font-family: url(assets/fonts/helvetica-neue-5/HelveticaNeueBold.otf);
}
.container.slider1 {
    max-height: 314px;
    padding: 34px 30px;
}
.mrg10{
    margin: 0px !important;
}
.mrg10 .img img {
    width: 100%;
    height: 164px;
    object-fit: cover;
    margin-bottom: 12px ;
}

.mrg10 .para {
    overflow: hidden;
}

.mrg10 .para p {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(min-width: 340px) and (max-width: 639px) {
    .container.slider1 {
        max-height: 294px;
        padding: 30px 20px;
    }
    .hpg{
        margin-left: 5px;
    }
    .mrg10 .img img {
        height: 164px;
    }

    .mrg10 .para {
        height: 68px;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .mrg10{
        margin-right: 10px;
    }
}

.emblem-container .row{
    position: relative; 
    margin: 0px;
    justify-content: end;
    width: 72%;
}


.emblem-container img{
    width: 209px;
    height: 182px;
    margin-right: -40px;
}

@media (max-width: 991px){
    .emblem-container .row{
        justify-content: center;
        width: unset;
    }
    .emblem-container img{
        margin-right: 0px;
    }
}



.about{

    margin: 30px auto 75px;
    border: 1px solid #E0E0E0;
    border-radius: 7px;
}

@media(min-width: 340px) and (max-width: 639px) {
    .about{
        margin: 30px auto 28px;
        padding: 0px 22px 31px 18px !important;
    }
    .about p{
            margin: 0px !important;
    }
}
.about h2{
    display: inline;
    background-color: #D7191F;
    font-size: 16px;
    color: white;
    padding: 3px 10px;
    margin-left: 28px;
    position:relative;
    top:-10px;
}

.about p{
    font-size: 15px;
    text-align: start;
    color: #646464;
    font-style: 'Helvetica Neue Medium', sans-serif;
    opacity: 0.9;
    margin-left: 28px;
    margin-right: 47px;
}