:root {
    --primary-color: 0, 98, 249;
    --primary-color-dark: #131637;
    --secondary-color: #1f0f8d;
    --link-color: #0065FF;
    --white: 255, 255, 255;
    --black: 0, 0, 0;
    --heading-font: "Noto Serif", serif;
    --content-font: "Inter", sans-serif;
    --number-font: "Inter", sans-serif;
    --bg-light-blue: #F6F7FF;
    --text-color: #111827;
}

body {
    font-family: var(--content-font);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6em;
    color: var(--text-color);
    background-color: rgba(var(--white), 1);
    background-color: #fff;
}

body.home {
    overflow-x: hidden;
}

a {
    color: var(--text-color);
    outline: 0;
    text-decoration: none
}

a,
a:visited {
    text-decoration: none;
    outline: 0;
    color: var(--text-color);
}

a:focus {
    color: var(--text-color);
    text-decoration: underline;
    outline: 0
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: 0
}

svg {
    fill: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--text-color);
    line-height: 1.3em;
    font-weight: 400;
    padding: 0 0 15px;
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--text-color)
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: rgba(var(--primary-color), 1)
}

h1 {
    font-size: 65px;
}

h1.h1_large {
    font-size: 40px
}

h1.h1_xxlarge {
    font-size: 46px;
    line-height: 1.2em
}

h2 {
    font-size: 32px;
}

h2.h2_xlarge {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 17px;
}

p {
    padding: 0 0 20px;
    margin: 0
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

ol li {
    width: calc(100% - 20px);
    list-style-type: decimal;
    list-style-position: outside;
    margin: 7px 0 7px 20px
}

ul,
ol {
    margin-bottom: 20px
}

.pt-80 {
    padding-top: 90px
}

.pb-80 {
    padding-bottom: 90px
}

.py-80 {
    padding-top: 90px;
    padding-bottom: 90px
}

.my-80 {
    margin-top: 90px;
    margin-bottom: 90px
}

.mt-80 {
    margin-top: 90px
}

.mb-80 {
    margin-bottom: 90px
}

.bg-grey {
    background: #F3F4F6 !important
}

.bg-primary-dark {
    background: var(--primary-color-dark) !important
}

.bg-primary-light {
	background: #f9f9f9 !important;
}

.bg-blue-light {
    background: var(--bg-light-blue) !important;
}

.text-white {
    color: rgba(var(--white), 1) !important
}

.bg-primary-dark h1,
.bg-primary-dark h2,
.bg-primary-dark h3,
.bg-primary-dark h4,
.bg-primary-dark h5,
.bg-primary-dark h6,
.bg-primary-dark a {
    color: #fff;
}

.text-xs p,
.text-xs {
    font-size: 14px !important;
    line-height: 1.3em !important
}

.text-sm p,
.text-sm {
    font-size: 12px !important;
    line-height: 1.2em !important
}

.text-medium p,
.text-medium {
    font-size: 16px !important;
    line-height: 1.6em !important
}

.text-large p,
.text-large {
    font-size: 17px !important;
    line-height: 1.6em !important
}

.text-xlarge p,
.text-xlarge {
    font-size: 18px !important;
    line-height: 1.6em !important
}

.text-xxlarge p,
.text-xxlarge {
    font-size: 20px !important;
    line-height: 1.6em !important
}

.font-weight-300 {
    font-weight: 300;
}

/**form**/
/* MD Form */
.ks-form .form-group {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 37px;
}

.ks-form .form-group .form-icon {
    position: absolute;
    width: 18px;
    left: 15px;
    top: 15px;
    filter: grayscale(0) brightness(0);
}

.ks-form .form-group label.ks-label {
    width: 100%;
    display: inline-block;
    color: #666666;
    font-size: 14px;
    z-index: 2;
    cursor: text;
    position: absolute;
    left: 0;
    top: 16px;
    line-height: 1.2em;
    margin-bottom: 0;
    padding: 0 0 0 45px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.ks-form .form-group label.ks-label span {
    background: #ffffff;
    padding: 0 4px;
    line-height: 1em;
}

.ks-form .form-group label.ks-label span sup {
    margin-left: 2px;
}

.ks-form .form-control {
    color: #010101;
    border-color: #aaaaaa;
    z-index: 10;
    padding-left: 43px;
}

.ks-form select.form-control {
    padding-left: 45px !important;
}

.ks-form textarea.form-control {
    padding-top: 13px;
}


.ks-form .form-control:focus {
    border: 2px solid #000000 !important;
    background-color: transparent;
    box-shadow: none;
}

.ks-form .form-control:focus~label.ks-label,
.ks-form .form-control.not-empty~label.ks-label,
.ks-form select.form-control~label.ks-label,
.ks-form .country-select label.ks-label {
    top: -8px;
    font-size: 13px;
    color: #888888;
    padding-left: 30px;
}

.ks-form .form-control:focus~label.ks-label span,
.ks-form .form-control.not-empty~label.ks-label span {}

.ks-form label.error,
.form-control-error {
    width: 100%;
    float: left;
    right: 0;
    bottom: -16px;
    z-index: 5;
    color: #da4c50 !important;
    position: absolute;
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 0.01em;
    padding-right: 0;
    text-align: right;
    margin-bottom: 0;
}

.ks-form .form-control.error {
    border-color: #da4c50;
}

.ks-form .form-control.error:focus {
    border-color: #da4c50 !important;
}

.ks-form .form-control.error~img.form-icon,
.ks-form .form-control.error:focus~img.form-icon {
    -webkit-filter: invert(40%) grayscale(100%) brightness(60%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.bg-primary-light .ks-form .form-group label span {
    background: #f9f9f9
}

/* Input Group */
.input-group .btn span img {
    width: 22px;
}

.input-group .btn.btn-sm {
    padding-left: 20px;
    padding-right: 20px;
    background: #333333;
}

.input-group .form-control:focus+.btn {
    background: #f78736 !important;
}

.input-group .form-control.error+.btn,
.input-group .form-control.error+.btn:active,
.input-group .form-control.error+.btn:not(:disabled):active,
.input-group .form-control.error+.btn:not(:disabled):focus,
.input-group .form-control.error:focus+.btn {
    background: #da4c50;
}

.input-group .form-control.error,
.input-group .form-control.error:focus {
    border-color: #da4c50 !important;
}

.form-control {
    width: 100%;
    height: 48px;
    background: none;
    border: 2px solid #101010;
    font-size: 16px;
    border-radius: 12px;
    padding: 6px 20px;
    box-sizing: border-box;
}

.btn.btn-grey {
	background-color: #bbbbbb;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.btn.btn-grey:not(:disabled):not(.disabled):focus,
.btn.btn-grey:not(:disabled):not(.disabled):active,
.btn.btn-grey:not(:disabled):not(.disabled):active,
.btn.btn-grey:not(:disabled):not(.disabled):hover {
	background-color: #979797;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	color: #ffffff;
	outline: 0;
	box-shadow: none;
}

.title-block h2 {
    font-weight: 500;
    font-size: 50px;
    color: #261f55;
}

.cta-button a{
    transition: 0.2s ease-in;
}
.cta-button a:hover{
    background-color: #0062F9 !important;
    transition: 0.2s ease-in;
    color: #fff !important;
}
.cta-button a:hover svg{
    fill: #fff;
}
.terms {
    font-size: 17px;
    line-height: 32px;
}
.terms .logo img {
    max-height: 35px;
}
.terms ul {
	padding-left: 30px;
}
.terms ul li {  
	list-style: disc;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 15px;
}
.terms a {
	color: #7878FF;
}

.thank-you-container figure svg {
    width: 120px;
    display: block;
    margin: 0 auto
}

.thank-you-container .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0
}

.thank-you-container .path.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out
}

.thank-you-container .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards
}

.thank-you-container .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes dash-check {
    1% {
        stroke-dashoffset: -100
    }

    100% {
        stroke-dashoffset: 900
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100
    }

    100% {
        stroke-dashoffset: 900
    }
}
/**header start**/
.top-header{
    background: transparent linear-gradient(91deg, #5BFFE8 0%, #65E9ED 20%, #75C5F5 54%, #8B93FF 100%) 0% 0% no-repeat padding-box;
}
.top-header-content p a{
    font-weight:600;
    text-decoration:underline;
}
.t-header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
}
.header-menu-block {
    z-index: 3;
    background: #fff;
}

.t-header .header-logo img {
    height: 23px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.t-header.fixed-header {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    transition: 0.5s ease-in;
    width: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 24%);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
/*.t-header.fixed-header .header-menu-block{
    background: rgba(0, 0, 0, 0.65);
}*/
/* .header-menu-block nav ul li:last-child a:hover{
    background-color: #0062F9 !important;
    color: #fff !important;
} */
/**header end**/

/**hero start**/

/**hero end**/


/**call to action start**/
.cta:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-image: url(../images/cta.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    z-index: 1;
}

.cta-text p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}

.cta-text, .cta-button {
    position: relative;
    z-index: 2;
}

.cta-button a {
    padding: 13px 50px;
    background: var(--secondary-color);
}

/**call to action end**/

/**speakers start**/
.speaker-row .col-lg-2 {
    flex: 0 0 20%;
}

@media (max-width: 768px) {
    .speaker-row .col-lg-2 {
        flex: 0 0 50%;
        /* 2 items per row on smaller screens */
    }
}

@media (max-width: 480px) {
    .speaker-row .col-lg-2 {
        flex: 0 0 100%;
        /* 1 item per row on very small screens */
    }
}
.speaker-tile{
    margin: 0 5px;
        background: #fff;
    padding: 20px 20px;
}
.speaker-tile h5{
    font-family: var(--content-font);
}
.speaker-slider-inner .slick-list{
    padding-top: 5px;
    padding-bottom: 5px;
}
.speaker-thumb{
    mask-image: radial-gradient(circle, black 100%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle, black 100%, transparent 100%);
}
.speaker-tile img.speaker-image {
    height: 100%;
    width:100%;
    margin: 0 auto;
}


.speaker-tile h3 {
        font-size: 28px;
    color: #1d19fa;
    font-family: var(--content-font);
}

.speaker-image img {
    height: 140px;
}

.speaker-modal .modal-content:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #B9ECFF 100%) 0% 0% no-repeat padding-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.speaker-tile p{
    color:#131637;
    font-size: 14px !important;
    line-height: 18px !important;
}
.speaker:hover{
    text-decoration: none;
}
.speakers .slick-prev:before, .speakers .slick-next:before{
    display: none;
}
.speakers .slick-prev, .speakers .slick-next{
    background: #131637;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 48px;
    transition: 0.2s ease-in;
}
.speakers .slick-prev{
    left:-50px;
    z-index: 2;
}
.speakers .slick-next{
    right:-50px;
    z-index: 2
}
.speakers .slick-prev:hover, .speakers .slick-next:hover{
    background: #000;
    transition: 0.2s ease-in;
}
.speakers .slick-prev svg path, .speakers .slick-next svg path{
    fill: #fff;
}

.speakers .slick-prev:hover svg path, .speakers .slick-next:hover svg path{
    fill: #fff;
}


/**speakers end**/

/**pricing start**/
.t360-pricing-block:before{
    position: absolute;
    content:"";
    right: 10px;
    top: 10px;
    width: 100%;
    height: 211px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/pricing-bg.svg);
    background-position: right;
    z-index: -1;
}
.t360-pricing-tabs,.t360-pricing-tabs2 {
    width: 100% !important;
    float: none;
    display: flex;
    justify-content: center;
}

.t360-pricing-tabs .slick-list,.t360-pricing-tabs2 .slick-list {
    padding: 0 0px !important;
}

.t360-pricing-tabs .slick-track,.t360-pricing-tabs2 .slick-track {
    transform: translate3d(0, 0, 0) !important;
    text-align: center;
    width: auto !important;
    display: flex;
    margin: 0;
}

.t360-pricing-tabs aside,.t360-pricing-tabs2 aside {
    width: auto !important;
    padding: 20px 40px;
    cursor: pointer;
    position: relative;
    font-size: 36px;
    font-family: var(--heading-font);
}

.t360-pricing-tabs aside:before,.t360-pricing-tabs2 aside:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: #1f0f8d;
    right: 0;
    margin: 0 auto;
    z-index: 99991111111;
    border-radius: 20px;
}

.t360-pricing-tabs aside.slick-current:before,.t360-pricing-tabs2 aside.slick-current:before {
    width: 90%;
}

.t360-pricing-tabs aside.slick-current,.t360-pricing-tabs2 aside.slick-current {
    color: #1f0f8d;
}

.pricing-title p {
        color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
}

.price-large {
    color: #1f0f8d;
    font-size: 55px;
    font-weight: 600;
    font-family: var(--content-font);
}

.price-small {
    color: #B1B1B1;
    font-size: 30px;
    font-weight: 500;
}

.cus-radio label {
    color: #131637;
    font-weight: 400;
    font-size: 16px;
    background: #f3f4f6;
    font-family: var(--content-font);
}
.cus-radio label:hover{
    background: #f3f4f6 !important;
}
.t360-pricing-block .cus-radio .btn:hover{
    color: #131637;
    background: #f3f4f6;
}
.t360-pricing-block .btn-check:checked+.btn{
    background: transparent linear-gradient(227deg, #7384FF 0%, #414EFF 100%) 0% 0% no-repeat padding-box !important;
}
.t360-pricing-block .btn-check:checked+.btn:hover{
    color:#fff;
}
.pricing-tile a:hover{
    background-color: #212529 !important;
    color: #fff;
}


.nav-tabs .nav-link {
    background: none;
    border: none;
}

.usd-price,
.eur-price {
    display: none;
}

.price-btn a {
    padding: 10px 60px;
}

.bg-gradient {
    background: transparent linear-gradient(227deg, #7384FF 0%, #414EFF 100%) 0% 0% no-repeat padding-box !important;
}

.pricing-title p.green-text {
    color: #E5FF8D;
}

.pricing-active{
    box-shadow: rgba(0, 0, 0, 0.15) 0 12px 15px !important;
}

.t360-pricing-slider .slick-list{
    padding-bottom: 10px;
    padding-top: 20px;
}
.alert-tickets {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: #cdff4d;
    color: #000;
    padding: 5px 20px;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    /* display: inline-block; */
    font-weight: bold;
    width: max-content;
    border-radius: 10px;
}
/**pricing end**/

/**agenda start**/
.agenda-tile h3 {
    font-family: var(--content-font);
    color: #131637;
    font-weight: 600;
    font-size: 20px;
}

.filter-name1 {
    background: #FFDF60;
}

.filter-name2 {
    background: #6ce0fe;
}

.filter-name3 {
    background: #C3FF19;
}

.agenda .t360-pricing-tabs2 aside h3 {
    font-family: var(--heading-font);
    font-size: 36px;
    color: #666;
}

.agenda .t360-pricing-tabs2 aside p {
    font-size: 22px;
    font-family: var(--content-font);
}

.agenda .t360-pricing-tabs2 aside.slick-current p {
    color: #333;
}

.agenda .t360-pricing-tabs2 aside.slick-current h3 {
    color: #1f0f8d;
}
.break-row{
    background: #CFD7FE;
}
/**agenda end**/

/**footer start**/
footer {
    background: #00011B;
}
.footer-logo img {
    height: 25px;
}

.ftr-content h2 {
    font-family: var(--content-font);
    font-weight: 500;
}

.ftr-contact ul li img {
    height: 20px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}

.ftr-social a img,
.ftr-social a svg {
    width: 18px;
    height: 18px;
}

.ftr-social ul {
    position: relative;
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.ftr-social ul li a {
    background: #fff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in;
}

.ftr-social ul li a:hover {
    background-color: #0062F9 !important;
    transition: 0.5s ease-in;
}
.ftr-social ul li a:hover img{
    transition: 0.5s ease-in;
    filter: brightness(0) invert(1);
}
.ftr-social ul li a:hover svg{
    fill: #fff;
    transition: 0.5s ease-in;
}

.copy-right {
    border-top: 1px solid #181940;
}
.cpy-logo{
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #00011b;
    border-radius: 100px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border: 1px solid #181940;
}
/**footer end**/

.payment_page .cus-radio label {
    color: #131637;
    font-weight: 600;
    font-family: var(--content-font);
    font-size: 18px;
}
.form-control.f-sm {
    height: 40px;
    background: none;
    border: 2px solid #101010;
    font-size: 16px;
    border-radius: 50px;
}
.pass-dropdown {
    max-width: 150px;
}

.promobox .input-group-append {
	height: 40px;
}
.promobox .input-group-append .btn.btn-sm {
	height: 40px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	margin-left: -1px;
    border: none;
}
.promobox .badge {
	color: #000;
	display: flex;
    justify-content: center;
	margin-left: 10px;
	align-items: center;
	 width: 25px;
    height: 25px;
    cursor: pointer;
}
.promobox .badge-light:focus, .promobox .badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
	border-radius: 50px;
    text-decoration: none;
}
.promo_success  .badge {
	color: #000;
	display: inline-flex;
    justify-content: center;
	margin-left: 10px;
	align-items: center;
	 width: 25px;
    height: 25px;
	font-size: 18px;
    cursor: pointer;
}
.promo_success  .badge-light:focus, .promo_success  .badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
	border-radius: 50px;
    text-decoration: none;
}
.promobox .ks-form label.error, .promobox .form-control-error {
    bottom: -8px;
}

select.form-control:not([size]):not([multiple]) {
    background: url(../images/arrow_down.png) no-repeat right 15px center;
    background-size: 11px 11px;
}

.payment_page h1,.payment_page h2,.payment_page h3,.payment_page h4,.payment_page h5,.payment_page h6{
    font-family: var(--content-font);
    font-weight: 600;
}
.payment_page .btn-check:checked+.btn{
    background-color: #101010;
    border-color: #101010;
}
.payment_page .form-control:focus {
    color: #101010;
    background-color: #fff;
    border-color: #7878FF !important;
    box-shadow: none;
    outline: 0;
}
b#\31 pulsticket-total,b#ticket-vat-tax,b#ticket-total,b#coupon-offer-amount{
    color:#212529;
}
.payment_page .cus-radio label.btn {
    margin: 0 7px;
    position: relative;
    border: 2px solid #101010;
}
.payment_page .cus-radio label:hover{
    color: #000;
}
.payment_page .btn-check:checked+.btn:hover{
    color:#fff;
}
.form-control{
    border-radius: 50px;
}
.payment_page p{
    color: #434343;
}
.payment_page td span,.payment_page td b{
    color: #212529 !important;
}
.form-control.StripeElement {
    padding: 14px 20px 0 20px;
}
.payment_page td .text-success b{
    color:#198754 !important;
}

.payment_page .Add_fields button.integrate-payment-button-action{
    background-color: #7878FF !important;
    border-color: #7878FF !important;
}

#Thankyou_check{
    display: none;
}
#Thankyou_content{
    display: none;
}
#Integrate_gif {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hero-payment{
    display: none;
}

.social-icons img {
    width: 28px;
}

.speaker-image:before{
    position: absolute;
    content: "";
    left: -5px;
    top: 33px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/integrate-arrow.svg);
    width: 20px;
    height: 20px;
    z-index: 1;
}
.speaker-image:after{
    position: absolute;
    content: "";
    left: -12px;
    top: 20px;
    background: #e3edf7;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

/*.speaker-stat-row {
    display: inline-grid;
    grid-template-columns: repeat(6, 1fr);
}
.speaker-stat-row a:nth-last-child(2) {
    grid-column: 3;
}*/
a.speaker {
    width: calc(100% / 4 - 10px);
}


.hero_sec_bottom {
    position: relative;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: rgba(0, 0, 0, 0.65);
    margin-top: 80px;
    border-radius: 10px;
    flex-wrap:wrap;
}
.hero_sec_timer .offer-ends {
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: -25px;
}
.hero_sec_timer .save-tag {
    font-size: 12px;
    background: #5E69FF;
    padding: 5px 10px;
    margin-right: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.hero_sec_timer #clockdiv {
    color: #261f55;
    text-align: center;
    font-size: 35px;
    padding: 20px 0 10px;
    display: flex;
}
.hero_sec_timer #clockdiv div > span {
    font-size: 60px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
}
.hero_sec_timer .smalltext {
    padding-top: 5px;
    font-size: 15px;
    color: #999999;
}
.hero_sec_bottom a {
    font-size: 17px;
    position: relative;
    color: #fff;
    font-weight: 700;
    background: #6474ff;
    padding: 10px 40px;
    border-radius: 20px;
}

.sponsor-col1 h3{
    font-weight: 500;
    font-size: 32px;
    font-family: var(--content-font);
}
.sponsor-col1 h3 span{
    font-size: 28px;
}
.sponsor-col3{
    background: #FBFBFB;
    transition: 0.2s ease-in;
}
.sponsor-col3:hover {
    background: var(--primary-color-dark) !important;
}
.sponsor-col3:hover p{
    color:#fff !important;
}
.sponsor-col3:hover svg path{
    fill:#fff;
}
.sponsor-col3 h3{
    font-family: var(--content-font);
    color: #D5D5D5;
    font-size: 39px;
}
.sponsor-col1:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 232px;
    height: 150px;
    background-image: url(../images/sponsors/poppers.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sponsor-col2{
    box-shadow: rgba(0, 0, 0, 0.15) 0 12px 15px !important;
}

.t360-pricing-tabs aside a span{
    font-family: var(--content-font);
    font-size: 16px;
    color: #ec5a26;
    top: 5px;
    position: relative;
}
.t360-pricing-tabs aside a span.pricing-highlight-text-green{
    color: #01b149;
}
.t360-pricing-tabs aside a span.pricing-highlight-text-orange{
    color: #ec5a26;
}

.modal-body ul {
	padding-left: 20px;
}
.modal-body ul li {  
	list-style: disc;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 15px;
}
.bg-dark-grey{
    background: #556269 !important;
}

.rounded-cirle{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: absolute;
	background: #fff;
    left:0;
    right:0;
    margin: 0 auto;
}
.rounded-cirle.top{
	top: -70px;
}
.rounded-cirle.bottom{
	bottom: -70px;
}

/**faq start**/
.faq-row .accordion-item{
    border: none;
    border-bottom: 1px solid #dee2e6 !important;
    background-color: transparent !important;
    margin-bottom: 25px;
}
.faq-row .accordion-button{
    padding-right: 40px;
    color:#000;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    padding-left: 0;
    font-family: var(--content-font);
}
.faq-row .accordion-button::after{
    background-image: url('../images/plus.svg');
    right: 10px;
    position: absolute;
}
.faq-row .accordion-button:not(.collapsed)::after{
    background-image: url('../images/minus.svg');
}
.faq-row .accordion-button:focus{
    box-shadow: none;
    background: none;
}
.faq-row .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    border: none !important;
}
.faq-row .accordion-header{
    padding-bottom: 0px;
}
.faq-row .accordion-body{
    padding: 0px;
    padding-bottom: 25px;
}


.testimonial-row .slick-dots li button:before{
    font-size: 12px;
}
.testimonial-row .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
.testimonial-block{
    background:#261F55;
}

.cta-block{
    background-image: url('../images/speaker_bg.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.pricing-right h3{
    font-family: var(--content-font);
    color:#000;
    font-size: 24px;
    font-weight: 600;
}
.pricing-right ul li a{
    color:#333;
    font-size: 18px;
    font-weight: 400;
}
.pricing-right ul li{
    margin-bottom: 15px;
}
.pricing-right {
    border-left: 1px solid #ddd;
}
.pricing-left-block{
        position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.btn-check:checked+.btn {
    background-color: #5E69FF;
}

.banner-left h1{
    font-size: 55px;
    font-weight: 500;
}

.home-banner{
    background-color: #fdfdfd;
}

.why-video-block{
    position: absolute;
    top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 0 50px;
}
.video-play {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.video-play i {
    font-size: 25px;
    color: #fff;
}
.why-content-tile h3 {
    font-family: var(--content-font);
    color: #131637;
    font-weight: 600;
    font-size: 22px;
}

/* Styling the 'Active/Selected' Pill */
.cta-pricing .btn-check:checked + .btn-outline-primary {
    background-color: #1f0f8d; /* Your purple color */
    color: #fff;
    box-shadow: none;
}

/* Hover effect */
.cta-pricing .btn:hover {
    color: #1f0f8d;
}
.cta-pricing .btn-check:checked + .btn-outline-primary:hover{
    background-color: #1f0f8d !important; /* Your purple color */
    color: #fff;
    box-shadow: none;
}

.community{
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E5EEFF 100%) 0% 0% no-repeat padding-box;
}


/* --- Scroll & Pin Containers --- */
        /* --- Layout Sections --- */
.scroll-section {
    height: 500vh;
    position: relative;
}

.pin-container {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* --- Top Header Title --- */
.section-top-title {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #1a1a1a; /* Replaced --text-dark */
    font-weight: 400;
    letter-spacing: -0.01em;
    z-index: 10;
}

/* --- Side Content Holders --- */
.side-content {
    position: relative;
}

.left-content-wrapper {
    height: 180px;
}

.right-content-wrapper {
    height: 120px;
}

.text-layer,
.desc-layer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.text-layer.active,
.desc-layer.active {
    opacity: 1;
    visibility: visible;
}

.left-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.04em;
    margin: 0;
    color: #1a1a1a; /* Replaced --text-dark */
    text-align: left;
    font-family: 'Inter', sans-serif; /* Replaced --content-font */
}

.right-description {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 280px;
    margin: 0 auto;
    color: #333;
    text-align: center;
}

/* --- Center 3D Card Area --- */
.center-column {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1500px;
    z-index: 5;
    height: 500px;
}

.card-3d-wrapper {
    position: absolute;
    width: 100%;
    max-width: 550px;
    height: 340px;
    border-radius: 16px;
    transform: rotateX(10deg) rotateY(-12deg) rotateZ(-2deg);
    transform-style: preserve-3d;
    box-shadow: -20px 40px 60px rgba(0, 0, 0, 0.1);
    transition: transform 0.1s ease-out;
    z-index: 1;
}

.image-card-stack {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #e0e0e0;
}
.image-card-stack:before{
        position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000036;
    z-index: 1;
    border-radius: 20px;
}
.card-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease;
    border-radius: 20px;
}

.card-img.active {
    opacity: 1;
}

/* --- Vertical Number Strip Logic --- */
.num-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 360px; /* Replaced --num-spacing */
    pointer-events: none;
    overflow: visible;
}

.num-container.behind {
    z-index: 0;
}

.num-container.front {
    z-index: 2;
}

.number-strip {
    display: flex;
    flex-direction: column;
    align-items: center;
    will-change: transform;
    transform: translateY(0);
}

.num {
    height: 360px; /* Replaced --num-spacing */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(10rem, 9vw, 22rem);
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: -10px;
    transition: opacity 0.4s ease;
    margin: 0;
}

.bg-num {
    color: #fff;
    opacity: 1;
}

.bg-num.active {
    opacity: 0;
}

.fg-num {
    color: #fff;
    opacity: 0;
}

.fg-num.active {
    opacity: 1;
    text-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.num sup {
    font-size: 0.45em;
    top: -0.5em;
    position: relative;
    font-weight: 600;
}

/* --- Layout Visibility --- */
.desktop-layout {
    display: flex;
}

.mobile-layout {
    display: none;
}

/* --- Mobile Styles --- */
@media (max-width: 991px) {
    .desktop-layout {
        display: none !important;
    }

    .pin-container {
        height: auto;
        padding: 0;
        align-items: flex-start !important;
    }

    .scroll-section {
        height: auto;
    }

    .mobile-layout {
        display: flex;
        width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0px 0 0px 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .mobile-layout::-webkit-scrollbar {
        display: none;
    }

    .mobile-slide {
        flex: 0 0 50vw;
        width: 50vw;
        scroll-snap-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .mobile-num {
        font-size: 80px;
        font-weight: 900;
        color: #fff;
        line-height: 0.8;
        letter-spacing: 0em;
        margin-bottom: -20px;
        z-index: 2;
        position: absolute;
        text-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        justify-content: center;
    }

    .mobile-num sup {
        font-size: 0.45em;
        top: -0.5em;
        position: relative;
        font-weight: 600;
    }

    .mobile-img {
        width: 100%;
        max-width: 400px;
        height: 280px;
        object-fit: cover;
        border-radius: 16px;
        z-index: 1;
        margin-bottom: 40px;
    }

    .mobile-title {
                font-size: 30px;
        font-weight: 500;
        text-align: center;
        line-height: 1;
        letter-spacing: -0.04em;
        margin-bottom: 15px;
        color: #000;
    }

    .mobile-desc {
        font-size: 1.1rem;
        color: #333;
        text-align: center;
        max-width: 350px;
        line-height: 1.5;
    }
    .mbl-event-image:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 88%;
    background: #00000036;
    z-index: 1;
    border-radius: 20px;   
    }
}



.reveal-wrapper {
    position: relative;
    width: 100%;
    z-index: 10;
}

.reveal-image-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-image: url(../images/gallery.png);
        background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.reveal-text-layer {
        position: relative;
    z-index: 2;
    margin-top: -100vh;
    height: 40vh;
    background-color: #fbfbfb;
}

.mask-text {
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -0.05em;
    margin: 0;
    padding: 0 20px;
    /* text-align: center; */
    color: #00000069;
    background-image: url(../images/gallery.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: -100px;
}

.reveal-spacer {
    position: relative;
    z-index: 2;
    /* Controls how long the full image stays pinned after the text scrolls away */
    height: 100vh; 
    pointer-events: none;
}

.testimonial-video-block video{
    object-fit: cover;
}
.price-btn a{
    background: var(--secondary-color);
}
.heading-logo{
    padding: 0 35px;
}
.heading-logo img{
    height: 40px;
    top: -2px;
    position: relative;
    left: -2px;
}

.individual-price p, .business-price p {
    display: inline-block;
    margin-right: 10px;
}
.price-btn a {
    background: var(--secondary-color);
}
.text-gradient{
        background: transparent linear-gradient(90deg, rgb(30 21 251) 0%, rgb(14 137 239) 85%, rgb(27 124 255) 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-left .step-label {
  font-size: 15px;
    color: #000000;
    margin: 0 0 8px;
    font-weight: 600;
}

.pricing-left .step {
  margin-bottom: 1.25rem;
}

.pricing-left .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pricing-left .opt {
  text-align: left;
  padding: 14px;
  border-radius: 12px; /* --radius-lg */
  background: #ffffff; /* --bg-primary */
  border: 0.5px solid rgba(0, 0, 0, 0.12); /* --border-tertiary */
  cursor: pointer;
  min-height: 110px;
  font-family: inherit;
  color: inherit;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
      display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: flex-end;
}

.pricing-left .opt:hover {
  background: #e6efff; /* --bg-secondary */
}

.pricing-left .opt:active {
  transform: scale(0.99);
}

.pricing-left .opt.selected {
  border: 1px solid #1f0f8d63;
    background: #e6efff;
    padding: 13px;
}

.pricing-left .opt-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.pricing-left .opt-sub {
  display: block;
  font-size: 13px;
  color: #5f5e5a; /* --text-secondary */
    margin-bottom: 5px;
}

.pricing-left .badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 8px; /* --radius-md */
  margin-bottom: 6px;
}

.pricing-left .badge-vat {
  background: #eeedfe; /* --bg-vat */
  color: #3c3489;      /* --text-vat */
}

.pricing-left .badge-save {
      background: #1f0f8d;
    color: #fff;
    line-height: normal;
    margin-bottom: 0px;
}

.pricing-left #step-two {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.2s;
}

.pricing-left #step-two.enabled {
  opacity: 1;
  pointer-events: auto;
}

.pricing-left .benefit-banner {
  display: none;
  background: #eeedfe; /* --bg-vat */
  color: #3c3489;      /* --text-vat */
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 1rem;
  font-size: 13px;
  line-height: 1.5;
}

.pricing-left .benefit-banner.visible {
  display: block;
}

.pricing-left .benefit-banner strong {
  font-weight: 500;
}

.pricing-left .summary {
  background: #e6efff; /* --bg-secondary */
  border-radius: 12px;
  padding: 16px;
}

.pricing-left .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.pricing-left .summary-row:last-of-type {
  margin-bottom: 0;
}

.pricing-left .summary-label {
  font-size: 13px;
  color: #333; /* --text-secondary */
}

.pricing-left .summary-value {
  font-size: 14px;
  font-weight: 500;
}

.pricing-left .continue-btn {
  margin-top: 14px;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  background: #1f0f8d; /* --text-primary */
  color: #ffffff;      /* --bg-primary */
  border: none;
  cursor: not-allowed;
  opacity: 0.5;
  font-family: inherit;
  transition: opacity 0.15s, transform 0.1s;
}

.pricing-left .continue-btn.ready {
  cursor: pointer;
  opacity: 1;
}

.pricing-left .continue-btn.ready:hover {
  opacity: 0.9;
}

.pricing-left .continue-btn.ready:active {
  transform: scale(0.99);
}
.opt-price{
    color: #1f0f8d;
    font-size: 30px;
    font-weight: 600;
}
.opt-price s{
    font-size: 20px;
    color: #B1B1B1;
    margin-right: 10px;
}
.offer-ends{
    font-size: 13px;
    color: #0062F9;
}