@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    list-style: none;
    text-decoration: none;
}

:root {
    --btn-bg: #4EBECC;
    --bg-color: #0A1741;
    --bg-second-color: #4E7ECC;
    --heading-color: #373839;
    --text-color: #767676;
    --text-2-color: #D9D9D9;
    --text-3-color: #777777;
}

/* width */
::-webkit-scrollbar {
      width: 10px;
    background: rgb(215 231 233);
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
       background: rgb(32 117 188);
    border-radius: 10px;
}

/*modal */

.modal-dialog {
    max-width: 60%;
}

.text-3-color {
    color: var(--heading-color);
}

.p_text {
    font-size: 20px;
    font-weight: 500;
}

.btn:hover {
    background: var(--btn-bg);
}

.postshow {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.supported::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 50%;
    right: -10px;
    background: #cdcdcd;
    transform: translateY(-50%);
}

.fixed-icon {
    background-color: #1595c5;
    padding: 15px 13px;

}

.fixed-icon ul li {
    position: relative;
}

.fixed-icon ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #fff;
    bottom: -11px;
    left: 0;
}

.spacer {
    padding: 5rem 0 0 0;
}

.heading {
    color: var(--heading-color);
    font-size: 30px;
    font-weight: 600;
}

.heading2 {
    font-size: 30px;
}
.nav-item .nav-link {
    color: #6A6A6A;
    font-size: 1rem;
}

.container.sticky {
    max-width: 100%;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 6;
    background: #fff;
    transition: all 0.3s linear;

}


/*clock css */

.hurry_up_con {
    top: 0;
    width: 100%;
    z-index: 10;
    display: none;
    height: 100%;
    justify-content: center;
    align-items: center;
    
}

.hurry_up_con::before{
    content: "";
    background: #000000d1;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    
}

.hurry_inner {
    width: 90%;
    padding: 2rem;
    display: none;
}

.hurry_inner > .cross {
    position: absolute;
    top: 5%;
    right: 3%;
    font-size: 1.3rem;
    cursor: pointer;
    color: #fff;
}

.clock-wrap {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, 0);
}

.expired {
  display: none;
  text-align: center;
  font-size: 2rem;
  padding: 1em;
}
.expired.show {
  display: block;
}

.clock {
  display: flex;
    gap:1rem;
  justify-content: center;
}
.clock .time-block {
  color: #fff;
  display: flex;
  text-align: center;
  display: block;
  padding: 10px;
  position: relative;
}

.clock .time-block:not(:last-child)::before {
    content: "|";
    position: absolute;
    font-size: 1.5rem;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
}



.clock .time-block .time {
  font-size: 1.5rem;
}


.clock .time-block .label{
    color:#00aeef;
    font-weight: 600;
}

/*clock css end */

.dropdown-item{
    padding: 11px 20px;
    background: #4e7ecc;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.get_involved {
    background-color: var(--btn-bg);
    border-radius: 20px;
}

.hero_left h1 {
    color: #484848;
    font-size: 50px;
}

.hero_left h1 >span {
    color: #4EBECC;
    font-size: 30px;
}



.btn_width {
    width: 100%;
}

.hero_left_sec {
    background: var(--bg-color);
}

.hero_left_cont p {
    color: #fff;
    font-size: 1.2rem;
}
.hero_left_cont .save_date{
    color: #00A7FF;
    font-size: 4.4rem;
}


.hero_left_cont .date{
    font-size: 4.4rem;
    line-height: 1;
}

.hero_left_cont .date span {
    font-size: 60px;
}


.hero_left_cont p span {
    letter-spacing: 1px;
}

.hero_right p{
    letter-spacing: 1px;
    color: #2075bc;
}

.exhibit_btn {
    background: var(--btn-bg);
    transition: transform .2s ease-in-out;
}

/*.exhibit_btn:hover {*/
/*        transform: translateY(10px);*/
/*}*/

.exhibit_btn a, .visit_btn a {
    cursor: pointer;
    font-weight: 500;
    font-size: 22px;
}

.visit_btn {
    background: var(--bg-second-color);
}

.download_section >.exhibit_btn {
    background: #3EA2FF;
    border: 3px solid #fff;
}

.download_section >.exhibit_btn a {
     font-size: 38px;
}

.bg_hero {
    position: relative;
    z-index:1;
}



/*.bg_hero::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url('../assets/images/Group\ 402.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*    background-position-x: 138px;*/
/*    background-position-y: 1px;*/
/*    z-index: -1;*/
/*}*/


.expect_bg {

    position: relative;
    background-color: #4e63ae;

}

.icon_content {
    text-align: left;
    position: relative;
}

.icon_content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}

/*.icon_content:last-child{*/
/*    display: none;*/
/*}*/


/*:not(:last-child)::before{*/
/*    display: none;*/
/*}*/

.icon_content p:first-child {
    font-size: 22px;
    font-weight: 600;
}

.icon_content p:last-child {
    font-size: 17px;
    font-weight: 500;
}


.about_left {
    padding: 5rem 0 1rem 0;
}

/*.about_left::before{*/
/*    content: "WHAT TO EXPECT";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    font-size: 30px;*/
/*    padding-left: 3rem;*/
/*    height: 100px;*/
/*    bottom: -45px;*/
/*    font-weight: 600;*/
/*    background: url(../assets/images/about_bg.png);*/
/*    z-index: -1;*/
/*    color: #050505;*/
/*    line-height: 4;*/
/*}*/



.about_left p {
    color: var(--text-3-color);
    font-size: 22px;
    font-weight: 400;
}

.about_left a {
    color: #2B75BC;
    font-size: 26px;
}

.slider_inner {
    padding: 5rem 0;
}

/*.slick-initialized .slick-slide{*/
/*    transform: scale(0.9);*/
/*    transition: all 1s ease !important;*/
/*}*/

/*.slick-active {*/
/*    transform: scale(1) !important;*/
/*}*/

.play {
    width: 90px;
    height: 90px;
    background: #1327B2;
    background: #1327B2;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
}

.slider_right {
    background: #F7F7F7;
    background: #F7F7F7;
    transform: translate(-48px, 78px);
    position: relative;
    z-index: -1;
}



.slider_right .image_icon {
    padding: 5rem 8rem;
    position: relative;
}

.slider_right .image_icon img {
    position: absolute;
    top: -15px;
}

.slider_right .image_icon>p {
    font-size: 20px;

}

.slider_right .name {
    width: 144px;
    height: 144px;
    background: #040F25;
    font-size: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider_right .slider_name h4 {
    font-size: 20px;
}

.slick-prev {
    left: 0;
}

.slick-prev,
.slick-next {
    width: 70px;
    z-index: 1;
}

.hero-prev, .hero-next {
    height: 35px;
}

.hero-next{
    right: 40px;
}

.download_section {
    background: url('../assets/images/Download Brochure.jpg') no-repeat;
    background-size: 100% 100%;
    height: 372px;
    display: flex;
    align-items: center;

}



.venue_bg {
    background: url('../assets/images/Pride-Plaza.webp') no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    z-index: 1;
    
}

.venue_bg::before 
{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height:100%;
    background: #00000099;
    z-index: -1;
}

/*speakers start here */
.speakers_con .slick-initialized .slick-slide {
    transform: scale(0.8);
    transition: all 1s ease !important;
    margin: 10px;
}
 
.speakers_con .slick-active {
    transform: scale(0.8) !important;
}

.speakers_con {
    background: url('../assets/images/speakers_bg.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}

.speakers_con .img_speaker{
    border-radius: 24px 24px 0px 0px;
    width: 333px;
    height: 390px;
    object-fit: cover;
}

.speakers_con .common_bg{
    background: #3D9DFF;
    padding: 7px 0;
}


.participants {
    box-shadow: 1px 1px 4px #00000029;
    position:relative;
}

.participants::before {
    content: "";
    position: absolute;
    background: transparent linear-gradient(90deg, #FFFFFFAD 0%, #FFFFFFEC 0%, #FFFFFF 15%, #ffffffc4 100%) 0% 0%;
    width: 10%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.participants::after {
    content: "";
    position: absolute;
    background: transparent linear-gradient(90deg, #FFFFFFAD 0%, #FFFFFFEC 19%, #FFFFFF 100%, #ffffffc4 100%) 0% 0%;
    width: 10%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

.participants > .slick-list .slick-track .slick-slide{
    width: 200px;
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    margin: 10px;
}

.participants > .slick-list .slick-track .slick-slide img {
    border-radius: 10px;
}



.common_bg .name {
    font-size: 16px;
    font-weight: 500;
}

.common_bg .desgination {
    font-size: 12px;
    font-weight: 500;
   
}

.company {
    background:#184EC9;
    border-radius: 0px 0px 24px 24px;
    font-size: 15px;
    font-weight: 500;
     height: 38px;
    line-height: 2.5;
}

/*speakers end here */
.supporting_outer {
    position:relative;
}


.supporting_logo{
    box-shadow: 1px 1px 4px #00000029;
    flex: 0 0 22.9%;
}

.supporting_logo img {
    width: 199px;
}

.idfc_logo {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idfc_logo .idfc_img {
    width: 50%;
}

.Galleass {
    width:44% !important;
}

.confer_con {
    border: 1px solid #707070;
}

.confer:nth-child(even), .confer:nth-child(odd) {
              border: 0.5px solid #707070;
              color: var(--heading-color);
              transition: color .3s ease-in-out;
              cursor: pointer;
}

.confer:nth-child(even):hover, .confer:nth-child(odd):hover{
    color: #0093FF;
}

.confer_con:last-child {
     border-top: none;
}


.confer p, .attend_con p {
    
    font-weight: 500;
    font-size: 16px;
}

.attend_con {
    border: 1px solid #AAAAAA;
    transition: background .2s ease-in-out;
    color: var(--heading-color);
    
}

.attend_con p {
    font-size: 16px;
}

.attend_con:hover {
    background: #3EA2FF;
    color: #fff;
}

.success_msg {
    display: none;
}

.success_msg.active{
    display: block;
}

.contact_content > li, .contact_content > li a {
    color: #6A6A6A;
}

.contactus_stay {
    background: #4EBECC;
    margin-bottom: -60px;
    position: relative;
    z-index: 3;
}

.stay p {
    font-size: 23px;
}

.stay_form form input {
    background: #fff;
    border-radius: 32px;
}

.send_btn {
    top: 4px;
    right: 5px;
    background: #0A77E0;
    font-size: 20px;
}


/*testi*/

.testi> .slick-dots li button:before{
    font-size: 16px;
}

.testi > .slick-dots li.slick-active button:before{
    color: #4E7ECC;
}

footer {
    background: #212A57;
}

.footer_right li {
    background: #423de2;
    padding: 3px 10px;
    border-radius: 50%;
}

.footer_right li a {
    color: #fff;
    transform: translateY(0);
    transition: all .3s ease-in-out;
    display: inline-block;
    font-size: 18px;
}

.footer_right li:hover a {
    color: #000;
    transform: translateY(-5px);
}

.add_calendar_link a {
    color: #fff;
    position: relative;
}

.add_calendar_link a:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
   height: 15px;
    right: -12px;
    background: #fff;
    top: 4px;
}

.aboutus_img {
    display: none;
}


.footer_email {
    font-size: 15px;
}

/* responsive start here  */



@media (min-width: 768px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95%;
    }
}

@media (min-width: 1441px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        /* max-width: 1320px; */
        max-width: 90%;
    }
    
    .supporting_logo {
        flex: 0 0 23.9%;
    }

}


@media only screen and (min-width:1024px) and (max-width: 2560px) {
    .logo {
        width: 230px;
    }

    .hero_left_cont p {
        font-size: 20px;
    }
    
    .hero_left_cont .date {
            font-size: 4.4rem;
    }
    
    .hero_left_cont .date span {
    font-size: 1.8rem;
}

    .heading {
        font-size: 30px;
    }

    .about_left p {
        font-size: 18px;
    }

    .bg_hero::after {
        background-position-x: 100px;
        background-size: 100% 100%;
    }

    
    
    

    .slider_right {
        transform: translate(-48px, 25px);
    }
}


@media (max-width: 1150px){
        .logo {
        width: 216px;
    }
    
    .nav-item .nav-link {
        font-size: 15px;
    }
    
    
  
    
}

@media only screen and (min-width:10px) and (max-width: 1024px) {
    .bg_hero::after{
        display: none;
    }

    .aboutus_img {
        display: block;
    }
    
    .spacer {
        padding: 3rem 0 0 0;
    }
    
    .about_left::before {
        display: none;
    }
    .about_left {
        padding: 0 1rem;
    }
  
    .icon_content p:first-child {
        font-size: 30px;
    }

    .icon_content p:last-child {
        font-size: 18px;
    }

    .download_section >.exhibit_btn a {
        font-size: 30px;
    }

    .slider_right {
        transform: translate(-48px, 0px);
    }
    
  
  

}

@media only screen and (min-width:10px) and (max-width: 769px){
    .stay p{
        font-size: 18px;
    }
    .hurry_inner {
        width: 100%;
    }
    
   
    
    .clock .time-block:not(:last-child)::before {
        font-size: 1rem;
    }
    
  
    
    .clock {
        gap: 0.8rem;
    }
    
    .clock .time-block .label, .clock .time-block .time{
        font-size: 0.8rem;
    }
    .navbar-toggler{
        border: 1px solid #3d3d3d;
    }
    
      .download_section {
       background-size: cover;
        background-position-x: center;
    }
    .clock {
        justify-content: center;
        gap: 1rem;
    }
    .supporting_logo{
        flex: 0 0 90%;
        justify-content: center;
        text-align: center;
}

.clock .time-block {
    padding: 6px;
}
}


@media only screen and (min-width:10px) and (max-width: 600px){
            .logo{
                width: 200px;
            }

            .py-5 {
                padding-top: 2rem !important;
                padding-bottom: 2rem !important;
            }
            
            .spacer {
               padding: 2rem 0 0 0;
            }

            .hero_left_cont p,.about_left p {
                font-size: 16px;
            }

            .about_left a {
                font-size: 18px;
            }

            .btn_width {
                width: 100%;
            }

            .heading {
                font-size: 2.8rem;
            }

         
            
            .exhibit_btn{
                width: 100% !important;
            }
            
            .hero_left h1 {
                font-size: 27px;
            }

            .icon_content p:first-child {
                font-size: 18px;
            }

            .icon_content p:last-child{
                font-size: 16px;
            }
                
                .hero-next{
                    right: 0;
                }
           

            .slider_right{
                transform: translate(0px, 0px);
            }

            .slider_right .image_icon{
                padding: 5rem 1rem;
            }

            .slider_right .image_icon img{
                top: 0;
            }
            .contactus_stay {
                margin-bottom: 20px;
                  z-index: 0;
            }
            
            .clock .time-block .time {
                font-size: 1rem;
            }
}

