@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{font-weight: 700;}
.header-top {
    background: rgba(255, 255, 255);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    z-index: 111;
    width: 100%;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}
.header-top .nav-link{font-size: 1rem; color: #000;font-weight: 500;}
.header-top .navbar-nav.ms-auto li {
    position: relative;
    padding: 0px 5px;
}
.header-top .navbar-nav li:after {
    content: "/";
    position: absolute;
    top: 10px;
    right: 0;
}
.header-top .navbar-nav li:last-child::after {
    content: "";
}
.main-banner .carousel-caption{top:30%}
/* .main-banner .carousel-item:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.00) -15.47%, rgba(248, 212, 182, 0.16) -15.46%, rgba(252, 252, 252, 0.41) 26.48%, rgba(233, 120, 28, 0.50) 100%);
} */
.main-banner .carousel-caption h5 {
    font-size: 1.625rem;
    font-weight: 500;
    color: #000;
    line-height: 42px;
}
.sign-up-btn{
    border-radius: 56px;
    border: 1px solid #E9781C;
    background: #E9781C;
    backdrop-filter: blur(2px);
    display: inline-flex;
    height: 48px;
    padding: 10px 22px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.sign-btn{
    background: #E9781C;
    height: 48px;
    border-radius: 56px;
    padding: 6px 22px;
}
.border-btn{
    border-radius: 56px;
    border: 1px solid #E9781C;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(2px);
    display: inline-flex;
    height: 48px;
    padding: 6px 22px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; 
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.border-btn:hover {
    color: #000;
}
.main-banner .carousel-indicators [data-bs-target]{
    width: 44px;
    height: 10px;
}
.heading-main.magenta:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: #B9378C;
}
.heading-main.blue:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: #6C4494;
}
.heading-main.green:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: #80BA27;
}
.heading-main.orange:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: #EA6F06;
}
.heading-main.yellow:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: #F5CF00;
}
.heading-main.red:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: #CD1517;
}

.event-home{
    background-image: url(../../assets-2024/images/pink-circle.svg), url(../../assets-2024/images/pink-circle1.svg), linear-gradient(180deg, #000000 0%, #000000 100%);
    background-position: 0% 256%, 100% -298%;
    background-size: 28%, 18%, 100%, auto;
    background-repeat: no-repeat;
}
.event-meganta {
    border-radius: 12px;
    border: 1.5px solid #FFF;
    background: linear-gradient(180deg, rgba(185, 55, 140, 0.00) 0%, rgba(185, 55, 140, 0.70) 100%);
}
.event-green {
    border-radius: 12px;
    border: 1.5px solid #FFF;
    background: linear-gradient(180deg, rgba(128, 186, 39, 0.00) 0%, rgba(128, 186, 39, 0.70) 100%);
}
.event-blue {
    border-radius: 12px;
    border: 1.5px solid #FFF;
    background: linear-gradient(180deg, rgba(108, 68, 148, 0.00) 0%, rgba(108, 68, 148, 0.70) 100%);
    backdrop-filter: blur(2px);
}
.event-orange {
    border-radius: 12px;
    border: 1.5px solid #FFF;
    background: linear-gradient(180deg, rgba(234, 111, 6, 0.00) 2.08%, rgba(234, 111, 6, 0.70) 100%);
}
.event-box {
    padding: 35px 20px;
    border-radius: 12px;
}
.event-box:before{
    position: absolute;
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}
.event-meganta:before {
    background-image: url(../../assets-2024/images/home/team-svgrepo-com.svg);
}
.event-blue:before {
    background-image: url(../../assets-2024/images/home/sand-clock-timer-svgrepo-com.svg);
}
.event-green:before {
    background-image: url(../../assets-2024/images/home/mic-svgrepo-com.svg);
}
.event-orange:before {
    background-image: url(../../assets-2024/images/home/trophy-award-svgrepo-com.svg);
}
.event-meganta h4, .event-meganta p{
    color: #B9378C;
}
.event-blue h4, .event-blue p{
    color: #6C4494;
}
.event-orange h4, .event-orange p{
    color: #EA6F06;
}
.event-green h4, .event-green p{
    color: #80BA27;
}
.event-box h4 {
    font-size: 1.1rem;
    line-height: 25px;
}
.event-desc p {
    color: #535254;
    font-weight: 500;
}
.venue-and-secdule{
    background-image: url("../../assets-2025/images/bgcity.svg"), linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    background-position: bottom;
    background-repeat: no-repeat;
}
.venue-and-secdule .element-right {
    position: absolute;
    right: -29%;
    width: 70%;
    background-size: 100px;
    height: 737px;
    bottom: -28%;
}
.r-box p {
    font-size: 20px;
    margin: 0;
  }
.location-img img:hover {
    transform: translateY(-1.1rem);
}
.location-img img {
    transition: 0.3s ease;
}
.secdule-venue {
    background-image: url("../../assets-2024/images/right-elementt.svg"), url("../../assets-2024/images/left-element.svg"), linear-gradient(180deg, #000000 0%, #000000 100%);
    background-position: -17% 183%, -27% -7%, 45% 75%;
    background-size: 48%, 48%, 100%, auto;
    background-repeat: no-repeat;
}
.location p {
    font-size: 1.55rem;
}
.gfh {
    font-size: 25px;
    font-style: italic;
  }
.border12{border-radius: 12px;}
.secdule-desc {
    border-radius: 12px;
    border: 1px solid #FFF;
    background: rgba(255, 240, 227, 0.20);
    padding: 40px;
}
.logos-partners .logos-size {
    margin: 0 5px;
    margin-bottom: 40px;
}
.darkmegenta{
    background-color: #B9378C;
}
.darkblue{
    background-color: #6C4494;
}
.darkorange{
    background-color: #EA6F06;
}
.darkgreen{
    background-color: #80BA27;
}
.darkyellow{
    background-color: #F5CF00;
}
.darkred{
    background-color: #CD1517;
}
.darkbluee{
    background: #213B80;
    text-decoration: none;
}
.registration a{
    text-decoration: none;
}
.r-box span {
    font-size: 15px;
}
.texeble-area p:first-child {
    border-right: 2px solid #fff;
    height: 55px;
    align-items: center;
    display: flex;
}
.r-box {
    border-radius: 12px;
    box-shadow: 0px 10px 11px 0px rgba(0, 0, 0, 0.08);
    padding: 20px 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
  height: 150px;
}
.r-box h6 {
    border-right: 2px solid #fff;
    padding: 10px;
}
.img-holding img {
    position: absolute;
    top: -128px;
}
.mt-150 {
    margin-top: 150px;
}
.our-partners{
    background-image: url("../../assets-2024/images/right-element.svg"), url("../../assets-2024/images/left-element.svg"), linear-gradient(180deg, #000000 0%, #000000 100%);
    background-position: -25% 160%, 134% -44%, 47% 75%;
    background-size: 48%, 48%, 100%, auto;
    background-repeat: no-repeat;
}
.partners-logos {
    border-radius: 24px;
    border: 1px solid #FFF;
    background: rgba(217, 217, 217, 0.12);
    backdrop-filter: blur(2px);
}
.partners-logos h3 {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    margin: 40px 0px;
}
.archive-box {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
}
.archive-box a {
    color: #535254;
    font-size: 1.2rem;
    padding: 20px 0px;
    display: inline-block;
}
.connect-with-us{
    background: linear-gradient(180deg, #000000 0%, #000000 100%);
    padding-bottom: 100px!important;
}

.social ul li a {
    color: #fff;
    padding: 15px;
    font-size: 20px;
}
.social li {
    display: inline-block;
}
.social ul {
    list-style: none;
}
.connect-img {
    position: absolute;
    top: -77px;
    left: 26%;
}
.social {
    left: 40vw;
    z-index: 11;
}
.copyright {
    background: #B9378C;
    padding: 10px 0px;
}
.copyright p, .copyright a{color: #fff;font-size: 0.75rem;}
.navbar-toggler-icon{background-image: url(../../assets-2025/images/uiw_menu.svg);}
.navbar-toggler-icon.main{background-image: url(../../assets-2025/images/uiw_menu_cross.svg);}
.banner-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-social {
    position: fixed;
    right: 50px;
    bottom: 100px;
    z-index: 111;
}
.help-icon.boxed-so i {
    background: #fff;
    width: 30px;
    height: 30px;
    color: #E9781C;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.bottom-logo:before {
    content: "";
    background: url(../../assets-2024/images/btm.svg);
    /* width: 200px; */
    /* height: 0; */
    position: absolute;
    left: 0;
    top: -170px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    min-height: 500px;
    background-position: right;
}
.border-btm {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
.bottom-logo img {
    z-index: 111;
    position: relative;
}

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  
  .tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    height: 50px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tab-slider--tabs:after {
    content: "";
    width: 50%;
    background: #E9781C;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
  }
  .tab-slider--tabs.slide:after {
    left: 50%;
  }
  
  .tab-slider--trigger {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #345F90;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tab-slider--trigger.active {
    color: #fff;
  }
  
  .tab-slider--body {
    margin-bottom: 20px;
  }
  .tab-slider--container h2 {
    font-size: 25px;
    margin: 30px 0px;
  }
  .timedt {
    padding: 10px;
    font-size: 20px;
    color: #80BA27;
    font-weight: 600;
    width: 130px;
  }
  .contentdt {
    padding: 10px;
    font-size: 17px;
  }
  .contentdt span {
    color: #E9781C;
    font-weight: 600;
    margin-bottom: 7px;
    display: inline-block;
  }
  .tab-slider--nav ul {
    padding: 0;
    list-style: none;
  }
  .tab-day span {
    font-size: 14px;
  }
  .tab-day {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    flex-direction: column;
    padding: 30px 20px;
    font-size: 20px;
  }
  .tab-day.active {
    background: linear-gradient(180deg, rgba(185, 55, 140, 0.00) 0%, rgba(185, 55, 140, 0.70) 100%);
    color: #fff;
  }
.shwon-icons{transition: 0.5s ease;}
@media only screen and (max-width: 575px) {
    .header-top .navbar-nav li:after{content:""}
    .main-banner .carousel-caption {top: 20%;}
    .main-banner .carousel-caption img {width: 160px;}
    .main-banner .carousel-caption h5 {font-size: 1rem; line-height: 20px;margin-top: 15px !important;}
    .logos-partners {flex-wrap: wrap;}
    .social {left: 0;z-index: 11;width: 100%;}
    .connect-with-us img {width: 270px;}
    .connect-img {position: absolute;top: 70px;left: 40%;}
    .sign-up-btn {margin: 0!important;}
    .carousel-indicators { display: none;}
    .header-top .navbar-toggler:focus{box-shadow: none;}
    .social ul {list-style: none;padding: 0;}
    .navbar-brand img {width: 100px;}
    a.sign-up-btn {margin-bottom: 10px; display: unset;}
    a.border-btn.text-white {margin-top: 20px;}
    /* .header-top .sign-up-btn{height: 35px;} */
    .secdule-desc{padding: 40px;}
    .tab-slider--container h2 {
        font-size: 20px;
        display: inline-block;
        margin: 10px 0px;
      }
    .tab-slider--container .border-btm {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        flex-direction: column;
      }
      .contentdt {
        padding: 0px 8px 10px 8px;
      }
      .tab-slider--nav .tab-slider--tabs {
        margin-top: 30px;
      }
      .tab-slider--nav ul {
        margin-top: 20px;
      }
      .info-b {
        display: flex;
        flex-direction: column;
      }
      .info-b a {
        margin: 10px 0px !important;
      }
      .banner-buttons {
        flex-direction: column;
        margin: 40px 0px;
      }
      .tab-slider--nav ul {
    flex-direction: column;
}
.border-btn {
    height: 35px;
    padding: 6px 12px;
}
.banner-buttons a {
    font-size: 13px;
}
.sign-up-btn{height:40px;}
      
} 

.partners-logos.platinum img {
  width: 160px;
}
.partners-logos.gold img {
  width: 118px;
}
.partners-logos.silver img {
  width: 93px;
}
.partners-logos.bronze img {
  width: 76px;
}

@media only screen and (min-width: 600px) and (max-width: 768px)   {
    .header-top .navbar-nav li:after{content:""}
    .main-banner .carousel-caption {top: 30%;}
    .main-banner .carousel-caption img {width: 150px;}
    .main-banner .carousel-caption h5 {font-size: 1rem; line-height: 20px;}
    .logos-partners {flex-wrap: wrap;}
    .social {left: 0;z-index: 11;width: 100%;}
    .connect-with-us img {width: 270px;}
    .connect-img {position: absolute;top: 70px;left: 40%;}
    .sign-up-btn {margin: 0!important;}
    .carousel-indicators { display: none;}
    .header-top .navbar-toggler:focus{box-shadow: none;}
    .social ul {list-style: none;padding: 0;}
    /* .header-top .sign-up-btn{height: 40px;} */
} 
@media only screen and (min-width: 768px) and (max-width: 1024px)   {
    .logos-partners {flex-wrap: wrap;}
    .texeble-area {justify-content: center;}
    .main-banner .carousel-caption {
        top: 22%;
    }
}

.contentdt a {
    color: #F0CB08;
  }
