:root {
    --blk-font-default: "Barlow", sans-serif;
    --blk-color-primary: #082028;
    --blk-color-accent: #12E9E9;
    --blk-overlay-background: #7eddd3;
    --blk-gradient-background: radial-gradient(circle at 112% -5%,
            #12e9e9, #11e3e4 1%,
            #0fb6b8 6%, #0d8d91 11%,
            #0b6b70 17%, #0a5056 23%,
            #093a41 30%, #082b33 37%,
            #08222a 45%, #082028 58%,
            #031114 106%);
    --blk-gradient-background-2: radial-gradient(124.83% 122.66% at 112.29% -4.69%,
            #12E9E9 0%, #11E3E4 0.46%,
            #0FB6B8 5.04%, #0D8D91 9.92%,
            #0B6B70 15.04%, #0A5056 20.46%,
            #093A41 26.3%, #082B33 32.75%,
            #08222A 40.29%, #082028 51.54%,
            #031114 93.91%);
    --blk-color-black: #000000;
    --blk-color-white: #ffffff;
    --aqua: #12e9e9;
    --pine-green: #082028;
    --pine-green-two: #020e0f;
    --white: #fff;
    --pine-green-three: #031114;
}

/*----------------------------------------------------------------------------------------
00. General Styles
----------------------------------------------------------------------------------------*/



body {
    margin: 0;
    font-family: var(--blk-font-default);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--blk-color-white);
    background-color: #031114;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.heading-hero-title h1 {
    text-align: center;
}

h1 span.hero-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: var(--blk-color-white);
    text-transform: capitalize;
}

h1 span.hero-title-2 {
    color: var(--blk-color-accent);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    /*white-space: nowrap;*/
}



/* Apply Hover Styling to active Mega Menu - Second Level Links */
/* #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: var(--blk-color-accent);
} */

.elementor-pagination {
    margin-top: 45px;
    padding-top: 45px;
}

.elementor-pagination .page-numbers {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    color: var(--blk-color-white);
    padding: 15px;
}

.elementor-pagination .page-numbers.current {
    color: var(--blk-color-accent);
}

#speaker-card .speakers-card-title ul li:is(:last-child) span {
    color: var(--blk-color-accent);
}

.exhibit-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--blk-color-white);
    padding: 60px 40px;
}

.exhibit-price p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;

}

.exhibit-price h6 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.6px;
    margin: 0;
}

.exhibit-price h3 {
    font-size: 36px;
    font-weight: 600;
    color: var(--blk-color-accent);
    margin-top: 0;
}

.exhibit-price button span {
    font-size: 12px;
    font-weight: 600;
}

.exhibit-price-full-col {
    background: #00000091;
    background-color: #00000091;
    border-radius: 48.3px 48.3px 48.3px 48.3px;
    margin-right: 26px;
}

.exhibit-price-full-col.exhibit-price-full-col-last {
    margin-right: 26px;
}

.exhibit-price-full {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--blk-color-white);
    padding: 40px 30px;
}

.exhibit-price-full a.blk-btn {
    margin-bottom: 0.9rem;
    padding: 0.75rem 2rem;
}

.exhibit-price-full p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;

}

.exhibit-price-full h6 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.6px;
    margin: 0;
}

.exhibit-price-full h3.before-price {
    font-size: 24px;
    font-weight: 600;
    color: var(--blk-color-accent);
    text-decoration: line-through;
    margin-bottom: 0;
    margin-top: 8px;
}

.exhibit-price-full h3.after-price {
    font-size: 36px;
    font-weight: 600;
    color: var(--blk-color-accent);
    margin-top: 0;
    margin-bottom: 0;
}

.exhibit-price-full button span {
    font-size: 12px;
    font-weight: 600;
}

.exhibit-price-full .exhibit-price-full-content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 21px;
    text-align: center;
    color: #12E9E9;
    margin-bottom: 7px;
}

.exhibit-price-full .exhibit-price-full-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.exhibit-price-full .exhibit-price-full-content.benefits h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    margin-bottom: 7px;
}

.exhibit-price-full .exhibit-price-full-content.benefits h4 span {
    color: #12E9E9;
}

.exhibit-price-full .exhibit-price-full-content.benefits ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.exhibit-price-full .exhibit-price-full-content.benefits ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.exhibit-price-full .exhibit-price-full-content.benefits ul li.benefits-check:before {
    content: url('../wp-content/themes/dubai-fintech-summit/assets/images/check.svg');
    position: absolute;
    margin-left: -25px;
    margin-top: 1px;
}

.exhibit-price-full .exhibit-price-full-content.benefits ul li.benefits-uncheck:before {
    content: url('../wp-content/themes/dubai-fintech-summit/assets/images/uncheck.svg');
    position: absolute;
    margin-left: -25px;
    margin-top: 1px;
}

.branding-list .elementor-icon-box-description span {
    display: block;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}

.branding-list .elementor-icon-box-description small {
    display: block;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}

.branding-list .elementor-icon-box-description span:before {
    content: url('../wp-content/themes/dubai-fintech-summit/assets/images/listIcon.svg');
    position: absolute;
    margin-left: -25px;
    margin-top: 1px;
}



::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

input:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px black, 0 0 3px 1px #12e9e9;
}


/* -------- */
a {
    background-color: transparent;
    text-decoration: none;
    color: var(--blk-color-accent);
}

.dfs-burger-menu {
    cursor: pointer;
    float: right;

}

.dfs-burger-menu .bar {
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    border-radius: 30px;
}


.dfs-burger-menu-overlay,
.dfs-burger-menu-overlay-menu {
    position: fixed;
    top: 80px;
    z-index: 9;
    display: none;
    overflow: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #031114;
    left: 0;
}

.dfs-burger-menu-overlay-menu .elementor-widget-container,
.dfs-burger-menu-overlay-menu .elementor-widget-container .elementor-shortcode,
.dfs-burger-menu-overlay-menu .elementor-widget-container nav,
.dfs-burger-menu-overlay-menu .elementor-widget-container ul {
    height: 100%;
}


.dfs-burger-menu-overlay-menu .elementor-widget-container ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body.dfs-burger-menu-open {
    overflow: hidden;
}

.blk-btn {
    --hue: 190;
    --ease-in-duration: 0.25s;
    --ease-in-exponential: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    --ease-out-duration: 0.65s;
    --ease-out-delay: var(--ease-in-duration);
    --ease-out-exponential: cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 0.75rem 3rem;
    font-family: "Lufga", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    background-color: hsl(var(--hue), 100%, 41%);
    border: 1px solid hsl(var(--hue), 100%, 41%);
    outline: transparent;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: 0.25s;
    border-radius: 0px;

}

a.blk-btn {
    display: inline-table;
    width: 148px;
}

@media (max-width:767px) {
    a.blk-btn {
        display: inline-table;
        width: 120px;
        font-size: 10px;
        padding: 9px 20px;
    }
	

}

.blk-btn:hover {
    background: hsl(var(--hue), 100%, 31%);
}

.blk-btn-primary {
    --hue: 180;
}

.blk-btn-ghost {
    background-color: transparent;
    border-color: hsl(var(--hue), 100%, 41%);
}

.blk-btn-ghost:hover {
    color: white;
}

.blk-btn-border-stroke {
    border-color: hsla(var(--hue), 100%, 41%, 0.35);
}

.blk-btn-border-stroke .blk-btn-borders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blk-btn-border-stroke .blk-btn-borders .blk-border-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: hsl(var(--hue), 100%, 41%);
    transform: scaleX(0);
    transform-origin: left;
}

.blk-btn-border-stroke .blk-btn-borders .blk-border-right {
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: hsl(var(--hue), 100%, 41%);
    transform: scaleY(0);
    transform-origin: bottom;
}

.blk-btn-border-stroke .blk-btn-borders .blk-border-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: hsl(var(--hue), 100%, 41%);
    transform: scaleX(0);
    transform-origin: left;
}

.blk-btn-border-stroke .blk-btn-borders .blk-border-left {
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: hsl(var(--hue), 100%, 41%);
    transform: scaleY(0);
    transform-origin: bottom;
}

.blk-btn-border-stroke .blk-btn-borders .blk-border-left {
    transition: var(--ease-out-duration) var(--ease-out-delay) var(--ease-out-exponential);
}

.blk-btn-border-stroke .blk-btn-borders .blk-border-bottom {
    transition: var(--ease-out-duration) var(--ease-out-delay) var(--ease-out-exponential);
}

.blk-btn-border-stroke .blk-btn-borders .blk-border-right {
    transition: var(--ease-in-duration) var(--ease-in-exponential);
}

.blk-btn-border-stroke .blk-btn-borders .blk-border-top {
    transition: var(--ease-in-duration) var(--ease-in-exponential);
}

.blk-btn-border-stroke:hover {
    color: hsl(var(--hue), 100%, 41%);
    background: transparent;
}

.blk-btn-border-stroke:hover .blk-border-top,
.blk-btn-border-stroke:hover .blk-border-bottom {
    transform: scaleX(1);
}

.blk-btn-border-stroke:hover .blk-border-left,
.blk-btn-border-stroke:hover .blk-border-right {
    transform: scaleY(1);
}

.blk-btn-border-stroke:hover .blk-border-left {
    transition: var(--ease-in-duration) var(--ease-in-exponential);
}

.blk-btn-border-stroke:hover .blk-border-bottom {
    transition: var(--ease-in-duration) var(--ease-in-exponential);
}

.blk-btn-border-stroke:hover .blk-border-right {
    transition: var(--ease-out-duration) var(--ease-out-delay) var(--ease-out-exponential);
}

.blk-btn-border-stroke:hover .blk-border-top {
    transition: var(--ease-out-duration) var(--ease-out-delay) var(--ease-out-exponential);
}

.blk-btn-text-float-up::after {
    position: absolute;
    content: attr(data-text);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(35%);
    transition: 0.25s ease-out;
}

.blk-btn-text-float-up .blk-btn-text {
    display: block;
    transition: 0.75s 0.1s var(--ease-out-exponential);
    color: white;
}

.blk-btn-text-float-up:hover .blk-btn-text {
    opacity: 0;
    transform: translateY(-25%);
    transition: 0.25s ease-out;
}

.blk-btn-text-float-up:hover::after {
    opacity: 1;
    transform: translateY(0);
    transition: 0.75s 0.1s var(--ease-out-exponential);
}

a.blk-btn-link {
    padding: 5px 30px;
    min-width: 160px;
    min-height: 40px;
    text-align: center;
}

a.blk-btn-link span {
    font-family: var(--blk-font-default);
    line-height: 28px;
    letter-spacing: 0.2em;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
}

.blk-block-btn {
    background: #12e9e9;
    padding: 11px 40px;
    min-width: 140px;
    text-align: center;
    font-family: var(--blk-font-default);
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    color: #082028;
    letter-spacing: 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.blk-block-btn span {
    display: inline-block;
    min-width: 0.3em;
    text-transform: uppercase;
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    opacity: 0;
    transform: translate(0, -20px);
}

.blk-block-btn:before {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    text-transform: uppercase;

    letter-spacing: 2.4px;
    opacity: 1;
    transform: translate(0, 0px);
}

.blk-block-btn:hover:before,
.blk-block-btn:focus:before {
    opacity: 0;
    transform: translate(0, 20px);
}

.blk-block-btn:hover span,
.blk-block-btn:focus span {
    opacity: 1;
    transform: translate(0, 0);
    color: #082028;
}

.blk-block-btn:hover span:nth-child(1),
.blk-block-btn:focus span:nth-child(1) {
    transition-delay: 0.025s;
}

.blk-block-btn:hover span:nth-child(2),
.blk-block-btn:focus span:nth-child(2) {
    transition-delay: 0.05s;
}

.blk-block-btn:hover span:nth-child(3),
.blk-block-btn:focus span:nth-child(3) {
    transition-delay: 0.075s;
}

.blk-block-btn:hover span:nth-child(4),
.blk-block-btn:focus span:nth-child(4) {
    transition-delay: 0.1s;
}

.blk-block-btn:hover span:nth-child(5),
.blk-block-btn:focus span:nth-child(5) {
    transition-delay: 0.125s;
}

.blk-block-btn:hover span:nth-child(6),
.blk-block-btn:focus span:nth-child(6) {
    transition-delay: 0.15s;
}

.blk-block-btn:hover span:nth-child(7),
.blk-block-btn:focus span:nth-child(7) {
    transition-delay: 0.175s;
}

.blk-block-btn:hover span:nth-child(8),
.blk-block-btn:focus span:nth-child(8) {
    transition-delay: 0.2s;
}

.blk-block-btn:hover span:nth-child(9),
.blk-block-btn:focus span:nth-child(9) {
    transition-delay: 0.225s;
}

.blk-block-btn:hover span:nth-child(10),
.blk-block-btn:focus span:nth-child(10) {
    transition-delay: 0.250s;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    background-color: transparent !important;
}

/*----------------------------------------------------------------------------------------
 01. Typography Styles
----------------------------------------------------------------------------------------*/
.fs-8 {
    font-size: 8px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-21 {
    font-size: 21px;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

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

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.ft-uppercase {
    text-transform: uppercase;
}

.ft-capitalize {
    text-transform: capitalize;
}

.flt-2 {
    letter-spacing: 2px;
}

.flt-3 {
    letter-spacing: 3px;
}

.text-style-1 {
    font-family: var(--blk-font-default);
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    color: var(--blk-color-text);
}

.text-style-2 {
    font-family: var(--blk-font-default);
    font-size: 36px;
    font-weight: 600;
    color: var(--blk-color-text);
}

.text-style-3 {
    font-family: var(--blk-font-default);
    font-size: 32px;
    font-weight: 600;
    color: var(--blk-color-text);
}

.text-style-4 {
    font-family: var(--blk-font-default);
    font-size: 21px;
    font-weight: 500;
    color: var(--blk-color-text);
}

.text-style-5 {
    font-family: var(--blk-font-default);
    font-size: 18px;
    color: var(--blk-color-text);
}

.text-style-6 {
    font-family: var(--blk-font-default);
    font-size: 12px;
    color: var(--blk-color-text);
}

.text-style-p p {
    font-family: var(--blk-font-default);
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: var(--blk-color-text);
}

.text-style-p-2 p {
    font-family: var(--blk-font-default);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--blk-color-text);
}

@media (max-width:1920px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 0 20px 0 20px;
    }
}

@media (max-width:1440px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 0 12px 0 12px;
    }
}
