/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --cadmiumOrange: #F28D35;
    --bistre: #3A2222;
    --white: #FFFFFF;
    --black: #000000;
    --woodSmoke: #0D0D0D;
    --charcoalGrey: #404041;
}

.cadmiumOrange {
    color: var(--cadmiumOrange);
}

.bistre {
    color: var(--bistre);
}

.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

.woodSmoke {
    color: var(--woodSmoke);
}

.charcoalGrey {
    color: var(--charcoalGrey);
}

.papayaWhip-bg{
background: #FFECDB 0% 0% no-repeat padding-box;
}

/* =============font size=========== */
.f130 {
    font-size: 130px;
}

.f122 {
    font-size: 122px;
}

.f59 {
    font-size: 59px;
}

.f47 {
    font-size: 47px;
}

.f36 {
    font-size: 36px;
}

.f35 {
    font-size: 35px;
}

.f32 {
    font-size: 32px;
}

.f30 {
    font-size: 30px;
}

.f29 {
    font-size: 29px;
}

.f28 {
    font-size: 28px;
}

.f27 {
    font-size: 27px;
}

.f26 {
    font-size: 26px;
}

.f25 {
    font-size: 25px;
}

.f24 {
    font-size: 24px;
}

.f23 {
    font-size: 23px;
}

.f22 {
    font-size: 22px;
}

.f21 {
    font-size: 21px;
}

.f20 {
    font-size: 20px;
}

.f19 {
    font-size: 19px;
}

.f18 {
    font-size: 18px;
}

.f17 {
    font-size: 17px;
}

.f16 {
    font-size: 16px;
}

.f15 {
    font-size: 15px;
}

.f12 {
    font-size: 12px;
}

.f10 {
    font-size: 10px;
}


/* =========line heigh========== */
.f130,
.f59,
.f35,
.f30,
.f25,
.f22,
.f20,
.f18,
.f16 {
    line-height: 1.4;
}



.lh10 {
    line-height: 1.0;
}

.lh11 {
    line-height: 1.1;
}

.lh12 {
    line-height: 1.2;
}

.lh13 {
    line-height: 1.3;
}

.lh14 {
    line-height: 1.4;
}

.lh15 {
    line-height: 1.5;
}

.lh16 {
    line-height: 1.6;
}

.lh17 {
    line-height: 1.7;
}

.lh18 {
    line-height: 1.8;
}

.lh19 {
    line-height: 1.9;
}

.lh20 {
    line-height: 2.0;
}

.lh21 {
    line-height: 2.1;
}

.lh22 {
    line-height: 2.2;
}

.lh23 {
    line-height: 2.3;
}

.lh24 {
    line-height: 2.4;
}

.lh25 {
    line-height: 2.5;
}



@media all and (max-width:991px) {

    .lh25,
    .lh24,
    .lh23,
    .lh22,
    .lh21 {
        line-height: 2.0;
    }
}

@media all and (max-width:767px) {

    .lh25,
    .lh24,
    .lh23,
    .lh22,
    .lh21 {
        line-height: 1.75;
    }

}

/* ================Opacity======= */
.op00 {
    opacity: 0.0;
}

.op01 {
    opacity: 0.1;
}

.op02 {
    opacity: 0.2;
}

.op03 {
    opacity: 0.3;
}

.op04 {
    opacity: 0.4;
}

.op05 {
    opacity: 0.5;
}

.op06 {
    opacity: 0.6;
}

.op07 {
    opacity: 0.7;
}

.op08 {
    opacity: 0.8;
}

.op09 {
    opacity: 0.9;
}

.op10 {
    opacity: 1.0;
}



/* ==============letter spacing======== */
.ls144 {
    letter-spacing: 1.44px;
}

.fl {
    font-weight: lighter;
}

.fn {
    font-weight: normal;
}

/* .fm{font-weight:medium;} */
.f400 {
    font-weight: 400;
}

.f500 {
    font-weight: 500;
}

.f600 {
    font-weight: 600;
}

.f700 {
    font-weight: 700;
}

.f800 {
    font-weight: 800;
}

.f900 {
    font-weight: 900;
}

.fb {
    font-weight: bold;
}


/* ============text-align====== */
.text-left {
    text-align: left;
}

/* =====Justify and align items ========== */
.jcc {
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.acc {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
}



/* =============break line========== */
.br1200 {
    display: none;
}

@media all and (min-width:1200px) {
    .br1200 {
        display: block;
    }
}

.br992 {
    display: none;
}

@media all and (min-width:992px) {
    .br992 {
        display: block;
    }
}

.br768 {
    display: none;
}

@media all and (min-width:768px) {
    .br768 {
        display: block;
    }
}

/* =============Responsive fonts========== */
@media all and (max-width:1200px) {}


@media all and (max-width:991px) {
    .f130 {
        font-size: 90px;
    }

    .f59 {
        font-size: 40px;
    }

    .f35 {
        font-size: 30px;
    }

    .f30 {
        font-size: 26px;
    }

    .f25 {
        font-size: 22px;
    }

    .f22 {
        font-size: 20px;
    }

    .f20 {
        font-size: 19px;
    }

    .f18 {
        font-size: 18px;
    }

    .f16 {
        font-size: 16px;
    }
}



@media all and (max-width:767px) {
    .f130 {
        font-size: 60px;
    }

    .f59 {
        font-size: 30px;
    }

    .f35 {
        font-size: 26px;
    }

    .f30 {
        font-size: 22px;
    }

    .f25 {
        font-size: 20px;
    }

    .f22 {
        font-size: 19px;
    }

    .f20 {
        font-size: 18px;
    }

    .f18 {
        font-size: 17px;
    }
}


@media all and (max-width:525px) {
    .f130 {
        font-size: 40px;
    }

    .f59 {
        font-size: 26px;
    }

    .f35 {
        font-size: 22px;
    }

    .f30 {
        font-size: 20px;
    }

    .f25 {
        font-size: 18px;
    }

    .f22 {
        font-size: 18px;
    }

    .f20 {
        font-size: 17px;
    }

    .f18 {
        font-size: 16px;
    }

    .f16 {
        font-size: 15px;
    }

}

/* ================================== */

h4.sponsorCategory {
    font-size: 20px;
    margin-bottom: 5px;
    color: #eb9309;
}

.sponsorsItem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 100px;
}

.sponsorsItem img {
    max-width: 150px;
    max-height: 60px;
}

.eventFlyerBlock {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 50px;
}

.featureBlock {
    height: 100%;
}

.newEventText {
    color: #000;
    font-size: 1.130rem;
}

.registerNowLink {
    background: #eb940bb5;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0;
}

.registerNowLink:hover {
    color: #FFFFFF;
}

.featureBlock__wrap:hover,
.featureBlock__donation {
    border: 1px solid #eb940bb5;

}

.featureBlock__hashLink {
    color: #000;
    font-size: 14px;
}


/* ======= sparkx 24 page ======== */
.section-gap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.eventThumbBlock {
    position: relative;
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.eventTextBlock {
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 50px;
    /* display: grid;
    align-content: center; */

}

.thumbShape {
    position: relative;
    top: -15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wca-card-container {
    position: relative;
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    /* display: block; */
    /* overflow: hidden; */
}

.wca-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 21px 46px #00000029;
    box-shadow: 0px 21px 46px #00000029;
    border-radius: 30px;
    padding: 45px 24px;
    height: 100%;
}

.wca-card1,
.wca-card2 {
    height: unset;
    padding: 15px 24px;
}

.wca-card2 {
    margin-top: 20px;
}

.events-list {
    position: relative;
}

.event-list {
    position: relative;
    padding-left: 30px;

}

.event-list::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: #F28D35 0% 0% no-repeat padding-box;
    border-radius: 50%;
}

.event-list:nth-of-type(2)::before {
    background: #404041 0% 0% no-repeat padding-box;
}

.ei-cards {
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 21px 46px #00000029;
    box-shadow: 0px 21px 46px #00000029;
    border-radius: 30px;
    height: 100%;
    width: 100%;
    padding: 50px 5px 20px 5px;
}

/* .ci-block{
    position: relative;
    width:100%;
    height:100%;
} */
.ci-bg {
    position: absolute;
    top: -15%;
    left: 50%;
    width: 69px;
    height: 69px;
    background: #F28D35 0% 0% no-repeat padding-box;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-bg {
    width: unset;
    height: unset;
    padding: 10px;
    border-radius: 10px;
    top: -10%;
    color: #FFFFFF;
}

.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;
    /* margin-bottom: 100px; */
    /* padding-bottom: 100px; */
}

.wta-img1 {
    position: relative;
    top: 0;
    left: 0;
}

.wta-img2 {
    position: relative;
    top: -20%;
    left: 25%;
    border: 10px solid #FFFFFF;
    /* padding-bottom: 100px; */
    /* background: #FFFFFF; */

}

/* .wta-cbc{
    position: relative;
    height: 100%;
} */
.wta-cb {
    position: relative;
    /* height: 450px; */
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 21px 46px #F28D3529;
border-radius: 30px; */
}

.wta-list {
    position: relative;
    padding-left: 50px;
}

.wta-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rbtn {
    position: relative;
    margin-top: 40px;
}

.reg-btn {
    position: relative;
    background: #F28D35 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 15px 30px;

}

.reg-btn:hover {
    color: #FFFFFF;
}

.sponsors-seciton,
.sponsors-shape-seciton,
.events-section,
.whoApplyBlock,
.eventInfo-section,
.cys-section {
    background: #FFECDB 0% 0% no-repeat padding-box;
}

.events-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 30px;
    display: block;
    overflow: hidden;
}

.spark24-section {
    position: relative;
    display: block;
    overflow: hidden;
    /* opacity: 0; */
}

.afm-btn,
.afm-btn:hover {
    position: relative;
    padding: 9px 14px;
    background-color: #eb9309;
    color: #FFFFFF;
}

.enroll-btn,
.enroll-btn:hover {
    position: relative;
    padding: 6px 12px;
    background-color: #eb9309;
    color: #FFFFFF;
}

/* .hero-section, .hero-section h1, .hero-section a{
    text-align: left !important;
} */
.newSC {
    position: relative;

    padding-bottom: 12px;
    /* padding-right: 5%; */
}

.newSC::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: #ffecdb;
    border: 1px solid #d5d5d5b3;
    border-radius: 25px;
}

@media all and (min-width:1200px) {
    .newSC::before {
        width: 95%;
        left: 5%;
    }
}

@media all and (max-width:768px) {
    .newSC {
        padding-left: 15px;
        padding-right: 5px;
        padding-top: 20px;
    }

    .newSC .text-left {
        text-align: center;
    }

    .newSC::before {
        width: 100%;
        left: 0;

    }
}

.sptb {
    position: relative;
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.spts {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.spts::before {
    position: absolute;
    content: "";
    background: #F28D35 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.speaker {
    position: relative;
    z-index: 2;
}

.spts1::before {
    border-radius: 106px 30px 30px 30px;
    bottom: -12px;
    right: -12px;
}

.spts2::before {
    border-radius: 30px;
    bottom: -12px;
}

.spts3::before {
    border-radius: 30px 106px 30px 30px;
    bottom: -12px;
    left: -12px;
}

.spcb {
    position: relative;
    padding-top: 20px;
    padding-right: 5px;
    /* margin-top: 30px; */
}

/* .speakerTopic{
    position: relative;
    padding-left:44px;
}

.topicHeader{
    position: absolute;
    left:0;
} */
/* .warning-block .warning-thumb,
.warning-block .warning-message{
    position: relative;
    display: inline;
} */
.warning-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

.warning-message {
    margin-bottom: 0px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.container20 {
    position: relative;
    width: 100%;
    height: 100%;
    /* line-height:150px; */
}

.sponsor-category {
    margin-bottom: 20px;
}

.speaker-linkedin {
    /* position: relative;
    border:2px solid black;
    padding:10px;
    height:15px;
    width:15px;
    margin-top: 15px;
    border-radius: 50%; */
    position: relative;
    margin-top: 15px;
    height: 45px;
    width: 45px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    place-content: center;
    border: 1px solid rgba(5, 5, 5, 0.2);
    border-radius: 50%;
    font-size: 18px;
    color: #F28D35;
    /* left:50%; */
    /* transform: translateX(-50%); */
    -webkit-transition: color 0.4s linear, border 0.4s linear;
    -o-transition: color 0.4s linear, border 0.4s linear;
    transition: color 0.4s linear, border 0.4s linear;
}

.speaker-container:hover .speaker-linkedin {
    color: rgba(5, 5, 5, 0.74);
    border: 1px solid #F28D35;

}

.sponsorContainer {
    position: relative;
    /* width:100%; */
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
}

.sponsorBlock {

    position: relative;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 21px 46px #00000029;
            box-shadow: 0px 21px 46px #00000029;
    text-align: center;

}

.sponsorBlock .sponsorTitle {
    position: absolute;
    padding: 4px 26px;
    border-radius: 15px;
    width: 100%;
}

.sponsorLogo {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 55px;
    width: 130px;
}
.sponsorLogo.jk{
    height: 70px;
}
/* .ds .sponsorLogo, */
.ps .sponsorLogo {
    height: 65px;
    width: 150px;
}

.diamondST {
    background: #46dba9 0% 0% no-repeat padding-box;
}

.platinumST {
    background: #7f69b9 0% 0% no-repeat padding-box;
}

.goldST {
    background: #FFBF00 0% 0% no-repeat padding-box;
}

.bronzeST {
    background: #CD7F32 0% 0% no-repeat padding-box;
}

.silverST {
    background: #9b9b9b 0% 0% no-repeat padding-box;
}

.copperST {
    background: #B87333 0% 0% no-repeat padding-box;

}

.patronThumbBlock {
    position: relative;
    background-color: #FFF;
    padding: 20px 0px 0px 0px;
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #afafaf;
    border-radius: 50px;
}

.donateButton {
    padding: 8px 35px;
    background: #F28D35 0% 0% no-repeat padding-box;
    border-radius: 5px;
}

.donateButton:hover {
    color: #FFFFFF;

}

.nsc {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding-top: 30px;
    border: 1px solid #bbb9b9bf;
    border-radius: 25px;
    display: -ms-grid;
    display: grid;
    /* margin-top: 10px; */
}

.nslmc {
    position: relative;
    padding: 10px 10px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-align: center;
        justify-self: center;
    /* display: grid; */
    /* height: fit-content; */
    /* align-items: center; */
    /* height:100%; */
}



/* Event page button */
.btn-block{
    position: relative;
}
.btn-block a{
    font-size:16px;
  font-weight:600;
  color: #000000;
  padding:5px 10px;
  background-color: #eb9309;
}
.btn-block a:hover{
  color: #000000;
}
.btn-block a.eventsBlock__detailsLink:hover svg{
    width: 75px;
}
.btn-block a.eventsBlock__detailsLink:hover svg path{
    fill:#000000;
}