
@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');


/* --Thin */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Thin.ttf");
	font-weight: thin;
	font-style: normal;
}

/* --Light */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Light.ttf");
	font-weight: lighter;
	font-style: normal;
}

/* --Regular */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

/* --Medium */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Medium.ttf");
	font-weight: medium;
	font-style: normal;
}

/* --Bold */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}



:root{
    --cloudyGrey:#6A6A6A;--denim:#36677D;
}

.cloudyGrey{color:var(--cloudyGrey);}
.denim{color:var(--denim);}








/* 12 Ascend 2024 page */
/* 12.1 Ascend hero section  */

/* .ascend24-banner.page-title-area {
    padding-top: 160px;
    padding-bottom: 10px;
}
.ascend24-banner{
    position: relative;
    height:900px;
}
.ascend24-bb{
    position: relative;
    width: 100%;
    height:100%;
}
.ascend-banner-shape{
    position: absolute;
    left: 50%;
    bottom: 25%;
    z-index: -1;
    transform: translateX(-50%);
}
.ascend24-banner-img{
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
} */

.ascend24-banner.page-title-area {
    padding-top: 160px;
    padding-bottom: 0px;
}
.ascend24-banner {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.ascend24-bb {
    position: relative;
    width: 100%;
    height: 100%;
}
.ascend-banner-shape {
    position: absolute;
    bottom: 25%;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear ;
    transition: transform 0.5s linear ;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
    /* left: 50%;
    transform: translateX(-50%); */
    /* left: 32.5%; */
    /* transform: translateX(-50%); */

}
.shape1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.shape2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

}
.ascend24-banner-img {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
}
.ascendLogo {
    position: relative;
    /* z-index: 5; */
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}


/* 12.2 Event overview section */

.eventOverview-section{
    position: relative;
}
.eventOverview-tb{
    position: relative;
    margin-bottom: 50px;
}
.eventOverview-ttag{
    margin-top: 7px;
}

.eventOverview-cb{
    position: relative;
    height:100%;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
}
.timer-card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
-webkit-box-shadow: 0px 3px 9px #00000029;
        box-shadow: 0px 3px 9px #00000029;
margin:0px 15px 0px 15px;
padding:50px 30px 30px 30px;
border-radius: 19px;
}
.dateAndLocationBlock{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 30px;
}

.timerBlock{
    position: relative;
    padding:30px 0px 15px 0px;
    /* height:20px; */
}


.tick {
    /* padding-bottom: 1em; */
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}

.tick-label {
    font-size: 0.375em;
    text-align: center;
    position: relative;
    top:-15px;
}

.tick-group {
    margin: 0 0.25em;
    text-align: center;
}
.tick-credits{
    display: none;
}

.timerBlock::before{
    position:absolute;
    content:"";
    height:0.5px;
    width: 100%;
    left:0;
    top:0;
    background-color: #707070;
}
.timerBlock::after{
    position:absolute;
    content:"";
    height:0.5px;
    width: 100%;
    left:0;
    bottom:0;
    background-color: #707070;
}
.rtp-bb{
    position: relative;
    text-align: center;
    padding-top: 40px;
}
.rtp-btn{
    position: relative;
    background: #36677D 0% 0% no-repeat padding-box;
border-radius: 50px;
    padding:17px 25px;
    
}
.rtp-btn:hover{
    color:#FFFFFF;
}
/* 12.3 Event Organizer section */

.eventOrgLogos{
    margin-top: 70px;
}
.eventOrg-lb{
position: relative;
width:100%;
display: -ms-grid;
display: grid;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
/* 12.4 visit us at booth 321 section */

.vaab321-section{
    background: #F0F0F0 0% 0% no-repeat padding-box;
    position: relative;
    z-index: 1;
}
.vaab321-section::after{
    position: absolute;
    content:"";
    width:50%;
    height:15%;
    bottom:0;
    left:0;
    z-index: 2;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#C9D0D1), to(#EFF2F2)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(top, #C9D0D1 0%, #EFF2F2 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #C9D0D1 0%, #EFF2F2 100%) 0% 0% no-repeat padding-box;
}
.vaab321-section::before{
    position: absolute;
    content:"";
    width:50%;
    height:15%;
    bottom:0;
    left:50%;
    z-index: 2;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#C1C9C9), to(#E0E4E5)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(top, #C1C9C9 0%, #E0E4E5 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #C1C9C9 0%, #E0E4E5 100%) 0% 0% no-repeat padding-box;
}
.vaab321-ibc{
    margin-top: 90px;
}
.vaab321-ib{
    position: relative;
    width:100%;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 4;
}
/* 12.5 What to expect section */

.wtexpt-tb{
    margin-bottom: 100px;
}
.wtexpt-card{
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
-webkit-box-shadow: 0px 4px 12px #00000029;
        box-shadow: 0px 4px 12px #00000029;
border-radius: 30px 30px 0px 0px;
padding: 30px 10px;
height: 100%;
margin:0px 10px;
}
.wtexpt-card::before{
    position: absolute;
    content:"";
    height: 8px;
    width:100%;
    bottom:0;
    left:0;
background: #00B3E4 0% 0% no-repeat padding-box;
}
.wtexpt-card::after{
    position: absolute;
    content:"";
    height: 8px;
    width: 100%;
    bottom:-14px;
    left:0;
    /* top:0; */
    z-index: 2;
    background: #C34629 0% 0% no-repeat padding-box;
}
.wtexpt-img{
    margin-bottom: 20px;
}
.br1200{
    display: block;
}
@media all and (max-width:1200px){
    .br1200{
        display: none;
    }
}
/* 12.6 Why to attend section */
.wta-section{
    position: relative;
}
.wta-tb{
    margin-bottom: 80px;
}
.wta-ib{
    position: relative;
    width:100%;
    height:100%;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
}
.wta-points{
    position: relative;
    margin-top: 20px;
}
.wta-head{
    position: relative;
    padding-left: 20px;

}
.wta-head::before{
    position: absolute;
    content:">";
    font-size:18px;
    font-weight: 500;
    left:0;
    color:#5BA7F5;
}

.wta-explanation{
    margin-top: 20px;
    padding-left: 60px;
}


/* 12.7 Make your calendar section */
.myc-section{
    position: relative;
}
.myc-block{
    position: relative;
    background: #B0E9FF 0% 0% no-repeat padding-box;
border-radius: 30px;
height:320px;
}
.myc-card{
    position: relative;
    width:100%;
    height:320px;
    text-align: center;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
}
.mycc-txt{
    margin-top: 25px;
}
.myc-img{
    position: absolute;
    right: 0;
    top:0;
}
/* 12.8 Stay connected section */

.styCtd-tbtext{
    line-height: 30px;
}

.styCtd-slb{
    position: relative;
    margin-top: 30px;
}
.styCtd-sl{
    position: relative;
    display: inline-block;
    margin:0px 15px; 
    
}



/* ==========Responsive design shift===== */
@media all and (max-width:1200px){

}

@media all and (max-width:991px){

    .timer-card {
        margin: 30px 30px 0px 30px;
    }
    .wtexpt-tb {
        margin-bottom: 70px;
    }
    .wta-explanation {
        margin-top: 15px;
    }
}

@media all and (max-width:767px){
    
    .wtexpt-cc{
        margin-top: 30px;
    }
    .wta-explanation{
        margin-top: 10px;
        padding-left: 30px;
    }
    .myc-block ,.myc-card{
        position: relative;
        height:100%;
    }
    .myc-block {
        padding:10px;
        text-align: center;
    }
    .mycc-txt {
        margin-top: 10px;
    }
    .myc-img {
        position: relative;
        margin-top: 30px;
    }
    .timer-card {
        margin: 30px 0px 0px 0px;
        padding: 10px 10px 10px 10px;
    }
    .wtexpt-tb {
        margin-bottom: 40px;
    }
   
}

@media all and (max-width:575px){
    /* .ascend-banner-shape{
        transform: scale(0.4) !important;
    } */

}

@media all and (max-width:425px){
    .dateAndLocationBlock{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

