*{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
html{font-size: 16px;}
body{
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    color: #000;
}
.bg1{
    background: #f5f7f9;
}
.bg2{background: #f2f2f3;}
p{text-align: justify;}
div{text-align: justify;}

.awardee-box a{text-decoration: none;}
.clr1{color:#E41D04 !important;}
.f-small{color:gray;font-size: 25px;}
.highlight-clr{color: #E41D04; font-size: 17px;font-weight: 500;}
/* h1,h2,h3,h4,h5,h6,.urbanist{font-family: 'Urbanist', sans-serif;} */
.inter{font-family: 'Inter', sans-serif;}
.pd-80{padding: 80px 0;}
.sec-title{
    font-size: 3rem;
    font-weight: 600;
    color: #000;
}
.sec-title1{font-size: 3rem !important;}
.no-num{
    font-size: 7rem;
}
.nav-link.active {
  color: #ff3b3f !important;   /* red color for active */
  font-weight: 600;
  position: relative;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 2px;
  background-color: #ff3b3f;
}
.event-sch{
    padding: 0 0 25px;
        letter-spacing: 8px;
}
.event-sch p{
    font-weight: 600;
    font-size: 18px;
}
 .event-page{
        position: relative;
    }
    .event-page::before{
    content: '';
    position: absolute;
    top: 230px;
    left: 0;
    width: 180px;
    height: 552px;
    background: url(../images/event-s/l.png) no-repeat right top;
    background-size: contain;
    z-index: -1;  
    }
    .event-page::after{
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    width: 180px;
    height: 552px;
    background: url(../images/event-s/r.png) no-repeat right top;
    background-size: contain;
    z-index: -1;
    }

.cate-box{
     border: 1px solid #E5E7EB;
    padding: 30px;
    border-radius: 15px;
     margin-bottom: 30px;
     background: white;
     height: 100%;
}
.c-heading p{
    font-size: 17px;
    width: 70%;
    margin: auto;
    color: gray;
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
}

.criteria-section .cate-box{
        padding: 55px;
}
.criteria-section .cate-box img{
    border-bottom: 1px solid #DC26264D;
    padding-bottom: 10px;
}

.cate-box h4{
    font-size: 23px;
    letter-spacing: -0.1px;
        padding: 18px 0;
}
.decn{
    border-left: 4px solid #C10007;
    display: inline-block;
    background: #FEF2F2;
    padding: 12px;
    color: #C10007;
    font-size: 13px;
    word-spacing: 3px;
    margin-top: 10px;
}
.basic-f{
       font-size: 15px;
    line-height: 27px;
    letter-spacing: -0.3px;
    color: #525252;
}
.aw-txt{
    font-size: 18px;
    line-height: 35px;
   letter-spacing: -0.1px;
    color: #181616;
}

.basic-btn a{
    text-decoration: none;
    color: white;
    background: #E41D04;
    padding: 15px 18px;
    font-weight: 300;
    letter-spacing: -0.2px;
}
.basic-btn{
    margin-top: 40px;
}
.awardee-box{
    border: 1px solid #8080804d;
    margin-bottom: 30px;
}
.awardee-text{
    padding-left: 30px;
}
.awardee-text h3{ 
    font-size: 21px;
}
.page-heading {
 margin-bottom: 6rem;
}
.page-heading h2{
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
}
.page-heading p{
color:#525252;
font-size: 19px;
letter-spacing: -0.3px;
    margin-top: 15px;
}
.sec-title .focussed{
    display: inline-block;
    position: relative;
    color: #fff;
}
.sec-title .focussed::before{
    content: '';
    position: absolute;
    right: 1px;
    top: 0;
    width: 509px;
    height: 100%;
    background-color: #E41D04;
}
.sec-title.linen::before, .sec-title.linen::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background-color: #868686;
}
.sec-title.linen::before{
    left: 0;
    top: 0;
}
.sec-title.linen::after{
    right: 0;
    bottom: 0;
}
.desc{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.desc.md{font-size: 1.25rem;}
.desc.lg{font-size: 1.5rem;}
.circular-btn{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    font-size: 1.25rem;
    padding: 0;
    text-align: center;
}
.circular-btn.filled{
    background-color: #fff;
    border-color: #fff;
}
.circular-btn.filled.grey{
    background-color: #E4E4E4;
    border-color: #E4E4E4;
}
.shadow-center{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.shadow-center.hover{
    transition: .3s ease;
}
.shadow-center.hover:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.nav-link{
    color: #000;
}
.nav-link:hover{
    color: #E41D04;
}
.main-banner {
  overflow: hidden !important;
}
.about-text {
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about-text.expanded {
    -webkit-line-clamp: unset;
}
.pge-txt{
    font-weight: 400;
    font-size: 18px;
    line-height: 39px;
    letter-spacing: -0.45px;
    color: black;
}
.award-slider .slick-list{
    overflow: visible;
}
.award-slider img{
    max-width: 350px;
}
.about-big{
    font-size: 9vw;
    font-weight: 700;
    line-height: 1;
    color: rgba(0, 0, 0, 0.05);
}
.video-controls{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    /* position: absolute;
    top: 45%;
    left: 50%; */
}
.video-container::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 1;
}
.project-single img {
    transition: .3s ease;
}
.project-single:hover img {
    transform: scale(1.25);
}
.ramoji-menu li{    list-style: disc;
    margin: 5px 15px;color: #dc3545;}
.bg-time{background: #FFF1F0;height: 175px;margin-top: -60px;}
.award-timesec p{
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
    width: 64%;
    margin: auto;
    padding-bottom: 2rem;
    font-size: 16px;
    margin-top: 25px;
}
.ramoji-menu a{   
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: black;
    padding: 0 !important;
}
.contact-icon{
    margin-right: 18px;
    background: #F3F4F6;
    padding: 10px 13px;
    border-radius: 11px;
    box-shadow: 0px 1px 3px 0px #0000001A;
}
.form-box {
    padding: 4rem;
    border-radius: 15px;
    position: relative;
}
.form-box::before{
content: '';
position: absolute;
background: url(../images/contact-icon/side-b.png);
width: 100px;
height: 170px;
right: 0;
top: 0;
background-repeat: no-repeat;
}
.form-text label img{
    margin-right: 12px;
}
.form-text .form-control:focus{
box-shadow: none;
}
.visi-line{
  position: relative;
}
.visi-line::after{
   content: '';
    position: absolute;
    bottom: -10;
    left: 1%;
    width: 10%;
    height: 4px;
    background-color: #ff3b3f;
}
a:-webkit-any-link:focus-visible{
      outline: none;
}

.form-text input,.form-text textarea{
    background: #F9FAFB;
    /* border: none; */
    margin-bottom: 20px;
    font-size: 13px;
    padding: 10px;
}
.bs{
  box-shadow: 1px 0px 8px 0px #8080802b;
}
.contact-bread{
    height: 260px;
    display: flex;
    align-items: center;
    position: relative;
}

.contact-bread::before{
    content: "";
    background: #E41D04;
    position: absolute;
    width: 160px;
    height: 2px;
    top: 45px;
}
.contact-bread::after{
    content: "";
    background: #F2F2F2;
    position: absolute;
    width: 160px;
    height: 2px;
    bottom: 45px;
    right: 0;
}
.clink{color: #000; transition: .2s ease;}
.clink:hover{color: #E41D04;}

 .event-page .vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 600;
    letter-spacing: 4px;
    color: #000;
    font-size: 24px;
    margin-top: 50px;
    text-transform: uppercase;
    letter-spacing: 8px;
    }

    .event-page .event-block {
        margin-bottom: 30px;
        padding-left: 20px;
        width: 75%;
    }

    .event-page .event-block h6 {
        color: white;
        font-weight: 700;
        margin-bottom: 5px;
        background: #E41D04;
        padding: 20px;
        margin-right: 12px;
        width: 60px;
        height: 60px;
    }

    .event-block h5 {
        font-weight: 500;
        text-transform: uppercase;
    }

    .event-page .event-list {
        border-left: 2px solid #868686;
        padding-left: 15px;
        margin-left: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .event-page .event-list .event-item {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 20px 18px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        transition: all 0.3s ease;
        font-size: 16px;
        font-weight: 400;
        box-shadow: 0px 0px 6px -2px #80808066;
    }

    .event-page .event-list .event-item img {
        margin-right: 15px;
    }
.more-text {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  display: block;
}

.more-text.show {
  max-height: 500px; /* adjust as needed */
  opacity: 1;
}

  
.thin {font-weight: 100;}
footer a{transition: .3s ease;color: #000;font-size: 13px;}
footer a:hover{color: #E41D04;}
.footer-links{margin: 0 auto;width: fit-content;}
.social-icons a{background-color: #A6A6A614;}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
/*==========Media Query=========*/
@media(min-width:992px){
    .award-slider-wrap{width: 50vw;overflow: hidden;}
    .border-lg-left{border-left: 1px solid rgba(0, 0, 0, 0.15);} 
    .ratio-lg-1x2{--bs-aspect-ratio: 200%;}
}
@media(min-width:1440px){
    .sec-title{font-size: 4rem;}
}



@media (max-width: 1399px) {

 .fl-w{width: 100%;}
 .event-page .event-block {
        width: 90%;
 }
 .awardee-text{
    padding: 25px 20px;
 }
 .criteria-section .cate-box {
    padding: 28px;
}
.ven-icon{
          width: 25px !important;
}
.event-dt li {
    font-size: 15px !important;
}

.timesupport{
  display: none;
}
.bg-time {
    background: #dc3545;
    height: 150px;
    margin-top: -12px;
}
}
@media (max-width: 1399px) and (min-width: 992px) {
  .ramoji-menu li{
    margin: 5px 12px;
  }
  .ramoji-menu a {
        font-size: 14px;
        /* margin: -8px; */
  }
    .bg-time {
      height: 120px !important;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .ramoji-menu li{
    margin: 5px 6px;
    list-style: none;
  }
  .ramoji-menu a {
    font-size: 13px;
  }
}
  @media (max-width: 992px) {
 
    .page-heading {
    margin-bottom: 2rem;
}
.page-heading h2 {
    font-size: 38px;
}
    
    .award-time img{width: 100%;}
    .footer-links{margin: initial;}
        .event-page .vertical-text {
            writing-mode: horizontal-tb;
            transform: none;
            margin-top: 10px;
        }
        .nav-link.active::after {
        left: 1%;
        width: 5%;
        height: 2px;
        }
        .t-centerp{
  text-align:center;
    }
        .awardee-box img{width:100%; order: 1;}
         .event-dt {
    right: auto;
    position: absolute;
    top: 30px;
    width: 100%;
    /* left: 10%; */
    transform: translateX(0%);
    text-align: center;
}


.form-box {
    padding: 4rem 2rem 2rem;
}
.bg-time {
height: 120px !important;
    }
        
    .footer-links{
      font-weight: 500;
    }
    .event-page::before {
    top: 250px;
    }
    }
    @media (max-width:745px) {
    .award-time img{width: 100%;}
    .award-timesec p {width: 95%;padding-bottom: 2rem;}
    .footer-links{margin: 0;}
  .page-heading h2 {
    font-size: 38px;
}

.ourservicebtn.nav-pills li {
    margin: 0px 3px 7px !important;
    font-size: 14px !important;
}
    .event-page .event-block {
    width: 100%;
    }
    .nav-link.active::after {
    left: 0%;
    width: 10%;
    }
    .c-heading p {
      width: 100%;
    }
    
    .criteria-section .cate-box {
    padding: 20px;
}
.event-dt span{
        display: block;
}

.foot-logo {
  text-align:center;
}
.foot-logo .desc{text-align:center;}
.contact-bread {
    height: 290px;
}

.slick-dots li{
      width: 6px;
    height: 2px;
}
.slick-dots li button:before{
      font-size: 9px !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
}

@media (max-width:575px) {
    .about-big{font-size: 3rem;}
    .award-slider img{max-width: 100%}
    .sec-title{font-size: 35px !important;}
    .desc.md{font-size: 1rem;}
    .desc.lg{font-size: 15px;}
    .circular-btn{width: 40px; height: 40px; line-height: 40px; font-size: 1rem;}
    .founder-img img{width: 100%;}
    .main-banner img{
    /* height: 169px; */
    object-fit: cover;
    }
    .aw-txt {
    font-size: 16px !important;
    }
 .in-view h4 {
    font-size: 22px !important;
}
.in-view p{
  margin-right: 20px;
}
.bread-banners img{
    height: 137px;
    object-fit: cover;
}
}

.btn-close:focus{
  box-shadow:none;
}

.ourgallery img{width:100%;   
   width: 100%;
    height: 250px;
    margin-bottom: 25px;
  object-fit: cover;
  }
  .ourservicebtn.nav-pills .nav-link.active{
    color:white !important;
    background: red;
        padding: 8px 30px;
  }
    .ourservicebtn.nav-pills .nav-link{
      padding: 8px 30px;
       background: #A6A6A614;
        padding: 8px 30px;
        color:black;
    }
    .ourservicebtn.nav-pills li{
        margin: 0px 12px 30px;
    }

    .event-dt{
      right: auto;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    }
     .event-dt ul{
    display: flex;
    align-items: center;
    justify-content: center;
     }
 .event-dt li{
    color: white;
    font-size: 17px;
    padding: 0px;
    margin-right: 25px;
    font-size: 19px;
 }
 .event-dt li img{
  margin-right: 12px;
 }











/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline{
overflow: hidden;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 1px;
  margin: 0 auto;
  padding-top: 50px;
  background: linear-gradient(180deg, #FFC9C9 0%, #FF6467 50%, #FFC9C9 100%);
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 98px;
  transform: translateX(-50%);
  width: 9px;
  height: 8px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
 
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 102px;
  width: 0;
  height: 0;
  border-style: solid;
}
.founder-section{
    position: relative;
}
.founder-section::before{
   content: '';
    position: absolute;
    background: url(../images/shade.png);
    right: 0;
    width: 15%;
    height: 100%;
    background-repeat: no-repeat;
}
.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
     left: -40px;
    border-width: 0px 40px 1px 0px;
  border-color: transparent #f45b69 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -32px;
    border-width: 0px 0 1px 40px;
  border-color: transparent transparent transparent #f45b69;
}

time {
     display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #e7000b;
    font-size: 43px;
    letter-spacing: 1.5px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.in-view h4{
    font-size: 27px;
}
.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #E7000B;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -40px;
    border-width: 0px 36px 1px 0px;
    border-color: transparent #f45b69 transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}


/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
  color: black;
  background: rgba(255, 255, 255, 0.65);
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}

.slick-dots {
  bottom: 20px !important;
  display: block !important;
}
.slick-dots li button:before {
  color: white !important;
  font-size: 17px;
}
.slick-dots li button:before{
      color: white !important;
          opacity: 1;
}
.slick-dots li.slick-active button:before{
      color: #dc3545 !important;
          opacity: 1.75;
}
.nav-pills .nav-link.active{
  color: #fff !important;
}
.nav-pills .nav-link.active::after{display: none;}
.video-thumb {
    position: relative;
    cursor: pointer;
    border-radius: .5rem;
    overflow: hidden;
}
.video-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.25);
    opacity: 0;
    transition: opacity .2s ease-in-out;
    border-radius: .5rem;
}
.video-thumb:hover::after {
    opacity: 1;
}
.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.play-overlay svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    margin-left: 3px; /* center triangle visually inside the circle */
}