
/*@font-face {
  font-family: 'Lufga';
  src: URL(../fonts/LufgaRegular.ttf) format('truetype');
}
@font-face {
  font-family: 'Lufga Bold';
  src: URL(../fonts/LufgaBold.ttf) format('truetype');
}*/


html {
    overflow-x: hidden;
    /*height: 100%;
    margin: 0;*/
}

body 
{
   overflow-x: hidden;
   /*font-family: 'Montserrat', sans-serif;*/
   font-family: "Barlow", sans-serif;
   background-color: #fff;
   color: #000;
   /*height: 100%;
   margin: 0;*/
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #050407;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/ea2271e8-1abf-46ab-8b63-47f3ba21dcc3.svg);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

h1,h2,h3,h4,h5,h6
{
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: "Barlow", sans-serif;
}

a.disabled {
    cursor: not-allowed;
}

.Top-Header
{
    padding: 5px 0px 4px 0px;
    display: none;
}

.Top-Header .LS
{
    
}

.Top-Header .LS ul
{
    margin-bottom: 0px;
    padding-left: 0px;
}

.Top-Header .LS ul li
{
        list-style-type: none;
    display: inline;
    margin-right: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.Top-Header .LS ul li a
{
    color: #fff;
}

.Top-Header .LS ul li a:hover
{
    color: #fff;
}

.Top-Header .LS ul li span
{
    font-weight: 700;
}

.Top-Header .LS ul li fa
{
}

.Top-Header .LS .Place
{
}

.Top-Header .LS .Date
{
}

.Top-Header .RS
{
    
}

.Top-Header .RS ul
{
        margin-bottom: 0px;
    padding-left: 0px;
    float: right;
}

.Top-Header .RS ul li
{
        list-style-type: none;
    display: inline;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.Top-Header .RS ul li:nth-child(2) {
    display: none;
}
.Top-Header .RS ul li:nth-child(4) {
    display: none;
}
.Top-Header .RS ul li:last-child
{
    margin-right: 3px;
}

.Top-Header .RS ul li .Heading
{
    color: #06e0ff;
}

.Top-Header .RS ul li a
{
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.Top-Header .RS ul li a:hover {
        color: #ca2a6d;
}

.Top-Header .RS ul li a .fa
{
    font-size: 15px;
}

@media(min-width: 769px){
    .Top-Header {
        padding: 5px 50px 4px 50px;
        background: #181818;
    }
    .T-Menu {
        padding: 7px 50px 6px 50px !important;
    }
}

@media(max-width: 768px){
    .Top-Header .LS 
    {
    display: block;
    text-align: -webkit-center;
    margin-bottom: 5px;
    }
    .Top-Header .RS ul 
    {
    float: none;
    margin-right: auto;
    display: block;
    text-align: -webkit-center;
    }
    .Top-Header .LS ul 
    {
    display: none;
    }
    .Top-Header .RS ul li {
        font-size: 14px;
    }
}

.T-Menu {
    background: #000;
    padding: 7px 0px 6px 0px;
}


.T-Menu .navbar 
{
    padding-right: 0px;
    padding-left: 0px;
}
.T-Menu .dropdown-menu {
    padding: 0;
    /*border: 1px solid #fff9;*/
    background: #f3f3f3;
    
}
.fixed-header .dropdown-menu {
    background: #f3f3f3;
}
.T-Menu .dropdown-item {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.T-Menu .dropdown-menu a:hover {
    color: #fff;
    /*background: #058fcc;*/
    /*background-image: linear-gradient(to right,#cc3367 -1%, #912681);*/
    background: linear-gradient(#ed2839, #e51556);
}
.T-Menu header .navbar-brand img {
    width: 18%;
    /*display: none;*/
}
.fixed-header .navbar-brand img {
    /*display: block !important;*/
}
.nav-link 
{
    color: #fff !important;
    font-weight: 500;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.fin-color {
    color: #44ffbb !important;
}
.fin-color:hover {
    color: #fff !important;
}

.nav-link:hover, .fixed-header .nav-link:hover {
    background: transparent;
    color: #44FFBB !important;
    font-weight: 500;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /*border: 1px solid #ffffffc4 !important;*/
    margin-top: -2px;
}

.navbar-brand 
{
    color: #fff !important;
    font-weight: 700;
        font-size: 24px;
    padding: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: contents;
}

.navbar-brand:hover, .fixed-header .navbar-brand:hover
{
    color: #d74800 !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    padding: 0px 0px 0px 0px;
     -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #000;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.fixed-header .nav-link {
    /*color: #fff !important;*/
}

.fixed-header .navbar-brand {
    color: #fff !important;
}
.fixed-header img {
    /*width: 75%;*/
}

.fixed-header .navbar-brand span
{
    color: #d74800;
}

.T-Menu header .navbar-brand span {
    display: none;
    color: #000;
}
.fixed-header .navbar-brand span {
    /*display: none !important;*/
}
.T-Menu .navbar-brand span
{
    color: #d74800;
}

/*.T-Menu .BT-Btn
{
    background: #06e0ff;
    color: #ffffff !important;
    font-weight: 600;
    margin-left: 10px;
}*/

.T-Menu .BT-Btn {
    color: #fff !important;
    /*background: #ed2839;*/
    border: 2px solid #ed2839 !important;
    font-weight: 600;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*background-image: linear-gradient(to right,#cc3367 -1%, #912681);*/
    margin-left: 10px;
    background: linear-gradient(#ed2839, #e51556);
    border-radius: 10px;
}

.T-Menu .BT-Btn:hover, .T-Menu .BT-Btn:active, .T-Menu .BT-Btn:focus {
    color: #fff !important;
}

.E-effect {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.E-effect:hover {
    /*border-bottom: 1px solid #15265e;*/
}

.T-Menu .BkT {
    background: #44FFBB;
    /*border: 1px solid #000;*/
    margin-left: 15px;
    border-radius: 10px;
    padding: 0px 15px;
    /*background: linear-gradient(135deg,transparent 7px,#000 0) 0 0,linear-gradient(-135deg,transparent 7px,#000 0) 100% 0,linear-gradient(45deg,transparent 7px,#000 0) 0 100%,linear-gradient(-45deg,transparent 7px,#000 0) 100% 100%;*/
    /*background-size: 51% 51%;*/
    /*background-repeat: no-repeat;*/
}
.T-Menu .BkT:hover {
    background: #fff;
    /*background: linear-gradient(135deg,transparent 7px,#15265e 0) 0 0,linear-gradient(-135deg,transparent 7px,#15265e 0) 100% 0,linear-gradient(45deg,transparent 7px,#15265e 0) 0 100%,linear-gradient(-45deg,transparent 7px,#15265e 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;*/
}
.T-Menu .BkT a {
    color: #000 !important;
}
.T-Menu .BkT a:hover {
    color: #000 !important;
    margin-top: 0px;
}

.T-Menu .BT-Btn .nav-link:hover, .T-Menu .BT-Btn .nav-link:active, .T-Menu .BT-Btn .nav-link:focus
{
    background: #fff;
    color: #000 !important;
    font-weight: 600 !important;
}

.T-Menu .BT-Btn .nav-link
{
   padding: 8px 18px !important;
   /*color: #fff !important;*/
}


@media(max-width: 768px)
{
    .fixed-header 
    {
        background: #000 !important;
    }
    .nav-link:hover, .fixed-header .nav-link:hover{
        background: initial;
        color: color: #180ca9 !important;
    }
    .T-Menu .dropdown-menu {
        width: 100%;
    }
    .navbar-brand {
        display: contents;
    }
    .T-Menu header .navbar-brand span {
        font-size: 18px;
    }
    .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 768px)
{
.navbar-expand-md .navbar-nav .nav-link 
{
        padding-right: .7rem;
    padding-left: .7rem;
    font-size: 16px;
    text-transform: uppercase;
    height: auto;
    line-height: 1.5;
    border: 1px solid transparent;
}
}


@media(max-width: 768px)
{
    .navbar-toggler 
    {
        padding: .1rem .5rem;
    font-size: 1.25rem;
    line-height: 1;
    /*background-color: #d74800 !important;*/
    /*border: 1px solid #d74800 !important;*/
    border-color: rgba(255,255,255,.5) !important;
    /*border-radius: .25rem;*/
    color: #000 !important;
    border-color: #000 !important;
    background: #000;
    }
    .navbar-nav 
    {
        background: transparent;
        padding: 15px 0px 5px 0px;
    }
    .navbar-collapse 
    {
    z-index: 99999;
    width: 100%;
    }
    .T-Menu .BT-Btn  {
        margin-left: 0px;
        width: 207px;
        text-align: center;
        margin-top: 10px;
    }
    .T-Menu .BkT {
        margin-top: 3%;
        margin-left: 0px;
        width: 207px;
        text-align: center;
        margin-top: 10px;
    }
    .T-Menu .dropdown-menu {
        background: #f3f3f3 !important;
        border: none;
    }
    .T-Menu .dropdown-item {
        color: #000;
    }
    .T-Menu .BT-Btn:hover {
        color: #000 !important;
        border: 1px solid #000 !important;
    }

}




/*First Section Slider*/
.bg-section {
    background-image: url('../img/banner/wfs-header-indonesia-bg.webp');
    height: 100%;
    
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 627px;
    /*background-attachment: fixed;*/
    /*position: relative;*/
    /*margin-bottom: -10px;*/
    position: relative;
}
.bg-section .Shade {

}
.bg-section .Shade:before {
    content: '';
    position: absolute;
    /*background: #0000002b;*/
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
}

#V-Play {
    width: 100%;
    height: 850px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .bg-section .Desk {
        display: block;
    }
    .bg-section .Mob {
        display: none;
    }
}

@media (max-width: 768px){
    .bg-section .Desk {
        display: none;
    }
    .bg-section .Mob {
        display: block;
    }
    .Banner-Content .Mobile-C img {
    width: 34%!important;
    margin-bottom: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.Banner-Content .Mobile-C1 img {
    width: 60%!important;
    margin-bottom: 10px;
    margin-top: 60%!important;
    display: block;
    margin-right: auto!important;
    margin-left: auto!important;
    
}
}
 .Banner-Content .Mobile-C img {
    width: 100%;
    
}
 .Banner-Content .Mobile-C1 img {
    width: 100%;
    margin-top: 110%;
    margin-left: -15%;
    
}
 .Banner-Content .Mobile-C2 img {
    width: 100%;
    margin-top: 0%;
    margin-left: -15%;
    
}
.Banner-Content {
    position: absolute;
    top: 15%;
    width: 100%;
    padding: 0px 50px;
}
.Banner-Content .Main-Logo {
    margin-bottom: 15px;
    /*border-right: 1px solid #fff;*/
    display: none;
}
.Banner-Content .Main-Logo img {
    width: 32%;
}
.Banner-Content .Main-Title {
    margin-top: 0%;
    margin-right: 35%;
    
}
.Banner-Content .Main-Title h1 {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.2;
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-image: linear-gradient(to right, #ed2939, #180ca9);*/
    /*padding: 0px 160px;*/
}
.Banner-Content .Main-Title .theme-desc {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}
.Banner-Content .Main-Title .Sub-Text {
    font-size: 26px;
    margin-top: 30px;
    /*padding: 0px 100px;*/
    color: #fff;
    line-height: 1.3;
    margin-bottom:40px;
    font-weight: 500;
}
.Banner-Content .Main-Title .spon-enq {
    color:#44ffbb; 
    text-decoration: underline; 
    font-size: 16px;

}
.Banner-Content .B-Button {
    margin-top: 40px;
}
.Mbutton {
    background: #000;
    /*background: linear-gradient(#ed2839, #e51556);*/
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 600;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 10px;
}
.Mbutton:hover, .Mbutton:active, .Mbutton:focus {
    /*background: linear-gradient(#e51556, #ed2839);*/
    box-shadow: none;
    background: #15265e;
}





@media (max-width: 768px){
    .bg-section {
        min-height: 500px;
        background-image: url(../img/banner/wfs-header-indonesia-bg-mobile.webp);
    }
    .Banner-Content {
        position: absolute;
        /*padding: 20px 0px;*/
        padding: 15px 0px 50px 0px;
        top: 10%;
    }
    .Main-Header {
        background: #f3f3f3;
        position: relative !important;
    }
    
    .Banner-Content .Main-Logo {
        margin-bottom: 25px;
        border-right: none;
    }
    .Banner-Content .Main-Logo img {
        width: 65%;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        display: block;
    }
    .T-Menu header .navbar-brand img {
        width: 50%;
    }
    .Banner-Content .Main-Title h1 {
        font-size: 30px;
        padding: 0px;
    }
    .Banner-Content .Main-Title .theme-desc {
        font-size: 14px;
        margin-top: 10px;
    }
    .Banner-Content .Main-Title .spon-enq {
        font-size: 14px;
    }
    .Banner-Content .Main-Title .Sub-Text {
        font-size: 18px;
        margin-top: 15px;
        padding: 0px;
    }
    .Mbutton {
        font-size: 12px;
    }
    .Banner-Content .B-Button {
        margin-top: 25px;
    }
    .Banner-Content .Main-Title {
        /*margin-top: 10%;*/
        margin-right: 0%;
    }
     #V-Play {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.Banner-Content .Mobile-C2 img {
    width: 70%;
    margin-top: 0%;
     margin-left:  auto; 
}
    
}
@media (min-width: 1920px){
    .nav-link {
        font-size: 20px !important;
    }
    .gcta {
        font-size: 20px !important;
    }
    .spon-enq {
        font-size: 20px !important;
    }
    .Event-Stats .Heading, .fintech-themes .Heading, .fintech-worldcup .rgt-sec .heading, .spons-slide-sec .Heading,
    .secure-spot .Heading  {
        font-size: 60px !important;
        padding: 0px !important;
        line-height: 1.1 !important;
    }
    .fintech-worldcup .lft-sec img {
        width: 100%;
    }
    .bg-section {
        min-height: 990px;
    }
    .Banner-Content .Main-Logo img {
        width: 30%;
    }
    .Banner-Content .Main-Title h1 {
        font-size: 65px;
        /*padding: 0px 13%;*/
    }
    .Banner-Content .Main-Title .theme-desc {
        font-size: 28px;
    }
    .Banner-Content .Main-Title .Sub-Text {
        font-size: 36px;
        margin-top: 30px;
        margin-bottom:60px;
        /*padding: 0px 190px;*/
    }
    .Banner-Content .Main-Title {
        margin-top: 0%;
    }
    #V-Play {
    width: 100%;
    height: 980px;
    object-fit: cover;
}
.Banner-Content .Mobile-C1 img {
    width: 85%;
    margin-top: 90%;
    margin-left: -7%;
}
.Banner-Content .Mobile-C2 img {
    width: 100%;
    margin-top: 0%;
    margin-left: -15%;
}
}
/*First Section Slider ends*/

/*Event stats section 20/11/2025*/
.Event-Stats {
    background: #000;
    padding: 70px 50px 0px;
}
.Event-Stats .Heading {
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    padding: 0px 150px;
    line-height: 1;
    margin-bottom: 20px;
}
.Event-Stats .Heading-Descriptions {
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.stats-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  background: #000;
  padding: 40px 20px;
  color: #fff;
}

.stat-item {
  text-align: center;
  padding: 0 30px;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}
.stat-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -35px;
    height: 100%;
    width: 2px;
    background: #44FFBB;
    transform: rotate(20deg);
    transform-origin: top;
    opacity: 0.8;
}

.stat-item h2 {
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  color: #fff;
}

.stat-item span {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  margin-left: 2px;
}

.stat-item p {
    font-size: 16px;
    margin-top: 5px;
    opacity: 0.9;
    line-height: 1.3;
    color: #fff;
}

@media (max-width: 768px) {
    .stats-section {
        justify-content: flex-start;
        padding: 40px 15px 20px 15px;
    }

    .stat-item::after {
        display: none;
    }
    .Event-Stats {
        padding: 50px 0px 0px;
    }
    .Event-Stats .Heading {
        font-size: 26px;
        padding: 0px;
        line-height: 1.3;
        text-align: left;
    }
    .Event-Stats .Heading-Descriptions {
        font-size: 18px;
        text-align: left;
    }
    .stat-item {
        flex: 0 0 calc(50% - 40px); /* two in a row */
        padding: 0px;
    }
}


/*Fintech themes 20-11-2025*/
.fintech-themes {
    background: #000;
    padding: 70px 150px 20px;
}
.fintech-themes .Heading {
    text-align: left;
    color: #44FFBB;
    font-size: 46px;
    font-weight: 700;
    /*padding: 0px 150px;*/
    line-height: 1;
    margin-bottom: 20px;
}
.fintech-themes .Heading-Descriptions {
    text-align: left;
    color: #fff;
    font-size: 20px;
}
#fintech-theme-carousel {
    padding-left: 50px;
}
#fintech-theme-carousel .owl-dot {
    display: none;
}
#fintech-theme-carousel .item {
    
}
#fintech-theme-carousel .item .theme-image {
    
}
#fintech-theme-carousel .item .theme-image img {
    border-radius: 25px;
}
#fintech-theme-carousel .item .theme-text {
    text-align: left;
    padding: 0px;
    margin-top: 20px;
}
#fintech-theme-carousel .item .theme-text .theme-heading {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
}
#fintech-theme-carousel .item .theme-text .theme-description {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
}
#fintech-theme-carousel .owl-nav {
    /*position: absolute;*/
    /*top: 25%;*/
    /*width: 100%;*/
    /*transform: translateY(-25%);*/
    display: flex;
    /*justify-content: space-between;*/
    /*pointer-events: none;*/
}
#fintech-theme-carousel .owl-nav button.owl-prev,
#fintech-theme-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  background: transparent !important;
  border: 2px solid #fff !important;
  border-radius: 50%;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  color: #fff !important;
  transition: 0.3s ease;
}
#fintech-theme-carousel .owl-nav button.owl-prev:hover,
#fintech-theme-carousel .owl-nav button.owl-next:hover {
  background: #44ffbb57 !important;
}
#fintech-theme-carousel .owl-nav button span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
#fintech-theme-carousel .owl-nav button:focus {
    outline: none;
}
#fintech-theme-carousel .owl-stage {
  transition-timing-function: linear !important;
}

@media (max-width: 768px) {
    .fintech-themes {
        padding: 50px 0px;
    }
    .fintech-themes .Heading {
        font-size: 26px;
        padding: 0px;
        line-height: 1.3;
    }
    #fintech-theme-carousel {
        padding: 0px;
    }
    #fintech-theme-carousel .owl-nav {
        width: 92%;
    }
    .fintech-themes .Heading-Descriptions {
        font-size: 18px;
    }
    #fintech-theme-carousel .owl-dots {
        display: none;
    }
    #fintech-theme-carousel .item .theme-text .theme-heading {
        font-size: 22px;
    }
    #fintech-theme-carousel .item .theme-text .theme-description {
        font-size: 18px;
    }
}
@media (min-width: 1920px) {
    #fintech-theme-carousel .item .theme-image img {
        border-radius: 35px !important;
    }
    #fintech-theme-carousel .item .theme-text .theme-heading {
        font-size: 26px !important;
    }
}


/*Get involved section 05-12-2025*/
.Get-Involved-Section {
    background: #000;
    padding: 70px 0px;
    background-image: url(../img/get-involved/bg-get-involved.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom
    /*min-height: 627px;*/
    /* background-attachment: fixed; */
    /* position: relative; */
    /* margin-bottom: -10px; */
    /*position: relative;*/
}
.Get-Involved-Section .Heading {
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}
.image-card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*border-radius: 12px;*/
  }
  .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: top 0.4s ease-in-out;
    box-sizing: border-box;
  }
  .image-card:hover .overlay {
    top: 0;
  }
  .overlay h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
  }
  .overlay p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.3;
  }
  .btn {
    display: inline-block;
    padding: 10px 18px;
    background: #ffcc00;
    color: #000;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    width: max-content;
  }
.base-content {
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*right: 20px;*/
    color: #fff;
    z-index: 2;
    padding: 30px;
  }
  .base-content h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
  }
  /*.btn {
    display: inline-block;
    padding: 12px 22px;
    background: #1BFF9D;
    color: #000;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    width: max-content;
  }*/
.image-card:hover .base-content {
    opacity: 0;
}
@media (min-width: 1920px) {
    .Get-Involved-Section .Heading {
        font-size: 60px !important;
        padding: 0px !important;
        line-height: 1.1 !important;
    }
    .base-content h2, .overlay h2 {
        font-size: 26px !important;
    }
    .overlay p {
        font-size: 20px !important;
    }
}
@media (max-width: 768px) {
    .Get-Involved-Section {
        padding: 50px 0px;
    }
    .Get-Involved-Section .Heading {
        font-size: 26px;
        padding: 0px;
        line-height: 1.3;
        text-align: left;
    }
    .base-content h2, .overlay h2 {
        font-size: 22px;
    }
    .Get-Involved-Section .get-margin {
        margin-bottom: 30px;
    }
}






/*Fintech worldcup section 21-11-2025*/
.fintech-worldcup {
    background: #F4FFFB;
}
.fintech-worldcup .container-fluid {
    padding: 0px;
}
.fintech-worldcup .lft-sec {

}
.fintech-worldcup .lft-sec img {
    width: 100%;
}
.fintech-worldcup .rgt-sec {
    padding: 00px 80px 0px 30px;
}
.fintech-worldcup .rgt-sec .heading {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}
.fintech-worldcup .rgt-sec .sub-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.fintech-worldcup .rgt-sec .fin-description {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.fintech-worldcup .rgt-sec .gcta {
    padding: 7px 40px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .fintech-worldcup .rgt-sec {
        padding: 15px 30px 50px;
    }
    .fintech-worldcup .rgt-sec .heading {
        font-size: 26px;
        line-height: 1.3;
    }
    .fintech-worldcup .rgt-sec .sub-heading, .fintech-worldcup .rgt-sec .fin-description {
        font-size: 18px;
    }
    .fintech-worldcup .rgt-sec .gcta {
        margin-top: 10px;
    }
}

/*Sponsor slide 21-11-2025*/
.spons-slide-sec {
    padding: 70px 0px;
}
.spons-slide-sec .Heading {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 50px;
}
/* Smooth continuous scroll */
#sponsor-slider .owl-stage {
    display: flex;
    animation: slideLeft 50s linear infinite;
}
#partner-slider {
    margin-top: 50px;
}
#partner-slider .owl-stage {
    display: flex;
    animation: slideRight 50s linear infinite;
}

@keyframes slideLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes slideRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
@media (max-width: 768px) {
    .spons-slide-sec {
        padding: 50px 0px;
    }
    .spons-slide-sec .Heading {
        font-size: 26px;
        line-height: 1.3;
    }
    #partner-slider {
        margin-top: 25px;
    }
}


/*Ticketing section 28-11-2025*/
.secure-spot {
    background: #000;
    padding: 70px 50px;
    color: #fff;
}
.secure-spot .Heading {
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    /*padding: 0px 150px;*/
    line-height: 1;
    margin-bottom: 20px;
}
.secure-spot .Heading-Descriptions {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
}
.secure-spot .outer-box {
    box-sizing: border-box;
    background: linear-gradient(168.71deg, rgba(68, 255, 187, 0.32) -1.61%, rgba(0, 0, 0, 0.14) 17.14%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    border: 2px solid #ffffff47;
    padding: 30px;
    height: 100%;
    webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s 
ease-in-out;
}
.secure-spot .outer-box:hover {
    border: 2px solid #103c2c;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    transform: scale(1.02);
}

.secure-spot .outer-box .pass-details {
    text-align: center;
    margin-top: 20px;
}
.secure-spot .outer-box .pass-details .pass-name {
    font-size: 20px;
    color: #44FFBB;
    font-weight: 700;
    line-height: 34px;
}
.secure-spot .outer-box .pass-details .pass-price {
    font-size: 41px;
    font-weight: 700;
}

.secure-spot .outer-box .pass-offer {
    background: #0C0C0C;
    border-radius: 9px;
    padding: 15px;
    text-align: center;
    margin-top: 15px;
}
.secure-spot .outer-box .pass-offer .offer-category {
    color: #44FFBB;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.secure-spot .outer-box .pass-offer .offer-validity {
    color: #6B6B6B;
    font-size: 14px;
    margin-bottom: 5px;
}
.secure-spot .outer-box .pass-offer .offer-border {
    height: 1px;
    background: #353232;
    width: 60%;
    justify-self: center;
    margin: 10px 0px;
}


.secure-spot .outer-box .pass-access {
    margin: 20px 0px;
    min-height: 320px;
}
.secure-spot .outer-box .pass-access .p-access {
    color: #DDDDDD;
    font-size: 14px;
    font-weight: 600;
}
.secure-spot .outer-box .pass-access ul {
    list-style-type: none;
    padding: 0px;
}
.secure-spot .outer-box .pass-access ul .tick {
    color: #DDDDDD;
    font-size: 14px;
    margin-bottom: 5px;
}
.secure-spot .outer-box .pass-access ul .tick::before {
    content: "✓ "; /* Unicode character for a checkmark */
    color: #DDDDDD; /* Optional: style the checkmark color */
    margin-right: 5px; /* Adjust spacing between checkmark and text */
}
.secure-spot .outer-box .pass-access ul .plus {
    color: #44FFBB;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}
.secure-spot .outer-box .pass-access ul .plus::before {
    content: "+ "; /* Unicode character for a checkmark */
    color: #44FFBB; /* Optional: style the checkmark color */
    margin-right: 5px; /* Adjust spacing between checkmark and text */
    font-weight: 600;
}

.secure-spot .outer-box .pass-btn {
    text-align: center;
}
.secure-spot .outer-box .pass-btn .gcta {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .secure-spot {
        padding: 50px 0px;
    }
    .secure-spot .mob-margin {
        margin-bottom: 25px;
    }
    .secure-spot .Heading {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .secure-spot .Heading-Descriptions {
        font-size: 18px;
    }
    .secure-spot .outer-box .pass-details .pass-name {
        font-size: 18px;
        line-height: 20px;
    }
    .secure-spot .outer-box .pass-details .pass-price {
        font-size: 26px;
    }
    .secure-spot .outer-box .pass-access {
        min-height: auto;
    }
    .secure-spot .outer-box {
        margin-bottom: 20px;
    }
    .secure-spot .outer-box .pass-btn {
        margin-top: 40px;
    }
}
@media (min-width: 1920px){
    .secure-spot .outer-box .pass-details .pass-name {
        font-size: 24px;
    }
    .secure-spot .outer-box .pass-details .pass-price {
        font-size: 45px;
    }
    .secure-spot .outer-box .pass-offer .offer-category, .secure-spot .outer-box .pass-offer .offer-validity,
    .secure-spot .outer-box .pass-access .p-access, .secure-spot .outer-box .pass-access ul .tick,
    .secure-spot .outer-box .pass-access ul .plus {
        font-size: 16px;
    }
}

/*Networking section 12-03-2025*/
.networking-section {
    padding: 70px 50px;
    background: linear-gradient(135deg, #0A2A2A 0%, #051515 100%);
    position: relative;
}
.networking-section .container-fluid {
    max-width: 1400px;
}
.networking-decorative {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  pointer-events: none;
}

.networking-blur-circle {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  filter: blur(80px);
}

.networking-blur-circle-1 {
  top: 0;
  right: 25%;
  background: hsl(169, 100%, 39%);
}

.networking-blur-circle-2 {
  bottom: 0;
  left: 25%;
  background: hsl(180, 100%, 50%);
}
.networking-glow {
    position: absolute;
    inset: -1rem;
    background: linear-gradient(135deg, rgba(0, 208, 178, 0.2), rgba(0, 255, 255, 0.2));
    border-radius: 1rem;
    filter: blur(30px);
}
.networking-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: left;
}
.networking-badge {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.375rem 0.75rem;
    background: #00d0b233;
    border-radius: 9999px;
    border: 1px solid #00d0b24d;
}
.networking-badge-text {
    /*color: #00c7a2;*/
    color: #44ffbb;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.networking-title {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem 0;
    line-height: 1;
}
.networking-description {
    font-size: 18px;
    /*color: #ffffffb3;*/
    color: #ffffffe6;
    line-height: 1.3;
}
.networking-image-wrapper {
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
}
.networking-image {
    width: 90%;
    height: auto;
    display: block;
    justify-self: center;
}


/* CTA Buttons */
.networking-cta {
  /*display: inline-block;*/
  display: none !important;
  /*width: 100%;*/
  padding: 10px 40px 12px 40px;
  /*background: linear-gradient(135deg, hsl(169, 100%, 39%), hsl(180, 100%, 50%));*/
  background: #44ffbb;
  /*color: #ffffff;*/
  color: #000;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  outline: none;
}
.networking-cta-desktop {
    display: block;
    width: fit-content;
}
.networking-cta-mobile {
    display: none;
}

.networking-cta:link,
.networking-cta:visited {
  /*color: #ffffff;*/
  /*background: linear-gradient(135deg, hsl(169, 100%, 39%), hsl(180, 100%, 50%));*/
  background: #44ffbb;
  color: #000;
  text-decoration: none;
  border: none;
  outline: none;
  /*width: 65%;*/
}

.networking-cta:hover,
.networking-cta:focus,
.networking-cta:active {
  /*color: #ffffff;*/
  /*background: linear-gradient(135deg, hsl(169, 100%, 39%), hsl(180, 100%, 50%));*/
  color: #000;
  background: #fff;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: 0 10px 40px rgba(0, 208, 178, 0.5);
  transform: translateY(-2px);
}

.networking-benefit {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.875rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}

.networking-benefit:last-child {
  border-bottom: none;
}

.networking-benefit:hover {
  background: rgba(255, 255, 255, 0.05);
}

.networking-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  /*background: linear-gradient(135deg, hsl(169, 100%, 39%), hsl(180, 100%, 50%));*/
  background: #44ffbb;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 208, 178, 0.3);
  transition: transform 0.3s ease;
}

.networking-benefit:hover .networking-icon {
  transform: scale(1.1);
}

.networking-icon svg {
  width: 20px;
  height: 20px;
  /*color: #ffffff;*/
  color: #000;
  stroke: currentColor;
}

.networking-text {
  color: #ffffffe6;
  font-size: 18px;
  line-height: 1.6;
  flex: 1;
  margin: 0;
  padding-top: 0.375rem;
}

@media (max-width: 768px) {
    .networking-section {
        padding: 50px 0px;
    }
    .networking-title {
        font-size: 26px;
        margin-top: 10px;
    }
    .networking-description {
        font-size: 18px;
        line-height: 1.5;
    }
    .networking-text {
        font-size: 16px;
        line-height: 1.5;
    }
    .networking-cta-desktop {
        display: none;
    }
    .networking-cta-mobile {
        display: block;
        margin-top: 20px;
    }
    .networking-cta {
        font-size: 14px;
        width: fit-content;
    }
    .networking-badge-text {
        font-size: 12px;
    }
}
@media (min-width: 1920px) {
    .networking-badge-text {
        font-size: 16px !important;
    }
    .networking-title {
        font-size: 60px !important;
        line-height: 1.1 !important;
    }
    .networking-description {
        font-size: 20px !important;
        line-height: 1.5 !important;
    }
    .networking-cta {
        font-size: 18px !important;
    }
    .networking-text {
        font-size: 20px !important;
    }
}


.ctat1 {
    text-align: center;
    margin-bottom: 5px;
}
.ctat {
    text-align: center;
}
.cta-text {
    color: #7a7a7a;
    margin: 0px;
    padding-top: 5px;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
}
.gcta1 {
  /*background: linear-gradient(#ed2839, #e51556);*/
    /*background: #000;*/
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 8px 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*border-radius: 10px;*/
    background: linear-gradient(135deg,transparent 7px,#000 0) 0 0,linear-gradient(-135deg,transparent 7px,#000 0) 100% 0,linear-gradient(45deg,transparent 7px,#000 0) 0 100%,linear-gradient(-45deg,transparent 7px,#000 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    /*background-color: #808080 !important;*/
}
.gcta1:hover, .gcta1:active, .gcta1:focus {
    /*background: #15265e;*/
    background: linear-gradient(135deg,transparent 7px,#15265e 0) 0 0,linear-gradient(-135deg,transparent 7px,#15265e 0) 100% 0,linear-gradient(45deg,transparent 7px,#15265e 0) 0 100%,linear-gradient(-45deg,transparent 7px,#15265e 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
}
.gcta {
    background: #44FFBB;
    margin-right: 15px;
    border-radius: 10px;
    padding: 6px 20px;
    font-size: 16px;
    /*background: #000;*/
    /*border: 1px solid #000;*/
    /*margin-left: 0px;*/
    /*border-radius: 10px;*/
    /*background: linear-gradient(135deg,transparent 7px,#000 0) 0 0,linear-gradient(-135deg,transparent 7px,#000 0) 100% 0,linear-gradient(45deg,transparent 7px,#000 0) 0 100%,linear-gradient(-45deg,transparent 7px,#000 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    color: #fff;*/
    font-weight: 500;
    webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.gcta:hover, .gcta:active, .gcta:focus {
    background: #fff;
    /*background: linear-gradient(#e51556, #ed2839);*/
    /*box-shadow: none;*/
    /*background: #15265e;*/
    /*background: linear-gradient(135deg,transparent 7px,#15265e 0) 0 0,linear-gradient(-135deg,transparent 7px,#15265e 0) 100% 0,linear-gradient(45deg,transparent 7px,#15265e 0) 0 100%,linear-gradient(-45deg,transparent 7px,#15265e 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    color: #fff;*/
}

.gcta:before {
    
}

.gcta:hover:before, .gcta:focus:before, .gcta:active:before {
    
}
.cta-mar-top {
    margin-top: 36px;
}

@media (max-width: 768px) {
    .gcta {
        font-size: 14px;
    }
    .High-Counter {
        padding: 36px 0px;
    }
    
    .ctat {
        width: 50%;
        text-align: center;
    }
    .cta-text {
        text-align: center;
        font-size: 14px;
        color: #000 !important;
    }
    .cta-mar-top {
        margin-top: 40px;
    }
}


/*Footer section begins*/
footer {
    /*background: #181818;*/
    padding: 40px 0px 15px 0px;
}
footer .Heading {
    font-weight: 600;
    color: #272727;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
footer .Heading1 {
    font-weight: 600;
    color: #272727;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom:5px;
    margin-top: 10px;
}
footer .Heading3 {
    font-weight: 400;
    font-size: 14px;
    color: #9D9D9D;
    margin-top: 20px;
}
footer .Terms1 {
    color: #000;
    margin-top: 4%;
}
footer .One {
    
}
footer .Tresc {
    
}
footer .Tresc img {
    width: 60%;
    /*padding-top: 10px;*/
}
footer .Tresc .Performance {
    width: 30%;
    /*padding-top: 10px;*/
}
footer a {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
footer a:hover {
    color: #058fcc;
}
footer .One ul {
   padding: 0px; 
}
footer .One ul li {
    list-style: none;
    color: #e7e7e7;
    padding-bottom: 2%;
}
footer .Two {
    
}
footer .Two ul {
    padding: 0px;
}
footer .Two ul li{
    list-style: none;
    color: #e7e7e7;
    padding-bottom: 2%;
}
footer .Three {
    padding-left: 0%;
}
footer .Three .Social-Links {
   padding: 0px;
   margin-top: 3%;
}
footer .Three .Social-Links li{
    list-style-type: none;
    display: inline;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-right: 5px;
}
footer .Three .Social-Links a {
    font-size: 21px;
    color: #000;
    /*border: 1px solid #282626;*/
    /*border-radius: 50%;*/
    /*background: #282626;*/
    padding: 5px 9px;
}
footer .Three .Social-Links a:hover {
    
}
footer .Three .Updates {
    margin-top: 6%;
}
/*footer .Three .Updates button {
    background-color: #06e0ff;
    border: #06e0ff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #000;
}
footer .Three .Updates button:hover {
    background-color: #000;
    border: #000;
    color: #fff;
}*/

footer .Three .Updates button {
    /*background: linear-gradient(#ed2839, #e51556);*/
    background: #000;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 8px 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-transform: uppercase;
    font-size: 14px;
}

footer .Three .Updates button:before {
    
}

footer .Three .Updates button:hover, footer .Three .Updates button:active, footer .Three .Updates button:focus {
    /*background: linear-gradient(#e51556, #ed2839);*/
    background: #15265e;
}
footer .Three .Updates button:hover:before, footer .Three .Updates button:focus:before, footer .Three .Updates button:active:before {
    
}



.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
footer .Three .Updates .Heading {
    font-weight: 600;
    color: #000;
    margin: 0px;
    text-transform: uppercase;
    /*font-size: 19px;*/
    margin-bottom: 5px;
}
footer .Four {
    
}
footer .Four .Heading {
    
}
footer .Four ul {
    padding: 0px;
    margin-bottom: 0px;
}
footer .Four ul li {
    list-style: none;
    color: #e7e7e7;
    padding-bottom: 2%;
}
footer .Four .Terms {
    color: #000;
    margin-top: 1%;
}

footer .Four .Terms a {
    text-decoration: none;
    color: #00d5d2;
}
footer .Four .Terms a:hover {
    color: #06e0ff;
}
footer .Updates .Main-Heading {
    font-weight: 600;
    color: #c0bdbd;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 768px) {
    footer .One {
        width: 50%;
    }
    footer .Two {
        width: 50%;
    }
    footer .Three {
        margin: 5% 5%;
    }
    footer .Tresc {
        margin-bottom: 10%;
    }
    footer .Tresc img {
        width: 30%;
        padding-top: 5px;
    }
    footer {
        font-size: 12px;
    }
    footer .Three .Updates button {
        font-size: 12px;
    }
}
@media (min-width: 769px) {
    footer {
        padding: 40px 50px 15px 50px;
        font-size: 12px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    }
}
/*Footer section ends*/



/*Telegram sticky section begins*/
.banner-sticky {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-sticky--active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.banner-sticky-asia .banner-sm__sale {
  background-color: #d60026;
}

.banner-sticky-asia .banner-sm__timeleft {
  color: #d60026;
}

.banner-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85px;
  height: 205px;
}

.banner-sm__timeleft {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
  color: #771f80;
  background-color: #fff;
}

.banner-sm__timeleft>span {
  font-family: "Roboto Mono", monospace;
  line-height: 26px;
  font-size: 26px;
}

.banner-sm__timeleft>span:nth-child(2) {
  padding: 0 5px;
  font-family: "Poppins", sans-serif;
}

.banner-sm__sale {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15px;
  background-color: #771f80;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-sm__sale .sale-icon {
  margin-bottom: 5px;
}

.banner-sm__sale .banner__number {
  font-size: 36px;
  line-height: 46px;
}

.banner-sm__sale .banner__text {
  float: none;
  padding: 0;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}

.banner-tg-sm {
  width: auto;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
  box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
  -webkit-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
}

.banner-tg-sm.banner-sticky {
  width: auto;
  height: 60px;
  top: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  display: none;
}

.banner-tg-sm.banner-sticky a {
  opacity: 1;
      text-decoration: none;
          cursor: pointer;
}

.banner-tg-sm.banner-sticky.banner-tg--collapsed {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.banner-tg-sm.banner-sticky.banner-tg--collapsed:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.banner-tg-sm .banner-sm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  height: 80px;
}

.banner-tg-sm .banner-sm__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 60px;
  padding: 0 0 0 0px;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #f21780;
}

.banner-tg-sm .banner-sm__right {
  -webkit-border-radius: 0 50% 50% 0;
     border-radius: 0 0 0 0;
  background-color: #fff;
  line-height: 0;
}

.banner-sm__left .Text1
{
color: #2d1258;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}

.banner-sm__left .Text2
{
color: #2d1258;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    top: -3px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.banner-tg-sm .banner-sm__right .tg-icon {
  display: inline-block;
  height: 60px;
  width: 80px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/telegram_icn.svg);
}
.banner-tg-sm .banner-sm__right .tg-icon.whatsapp {
    background-image: url(../img/WhatsApp_icn.svg);
}

@media(max-width: 768px) {
    .banner-sticky {
         /*display: none !important;*/
    }
    .banner-tg-sm .banner-sm__right .tg-icon {
        height: 45px;
        width: 66px;
    }
    .banner-tg-sm.banner-sticky.banner-tg--collapsed:hover {
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }
    .banner-tg-sm.banner-sticky {
        height: 45px;
    }
}
/*New code*/
.banner-tg-sm.banner-sticky.banner-tgram {
    top: 63%;
}
/*Telegram sticky section ends*/


 /*Scroll icon style*/
 .scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:20px;
    right:10px; 
    z-index: 89;
}
.scroll {
    position: absolute;
    right: 8px;
    bottom: 0px;
    background: #000000c7;
    padding: 10px 10px;
    text-align: center;
    margin: 0 0 0 0;
    color: #fff;
    cursor: pointer;
    /*transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;*/
    webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s 
ease-in-out;
    border: 1px solid #fff;
}
@media(max-width: 768px){
    .scroll{
        right: 0px;
    }
    .scroll .fa {
        font-size: 18px;
    }
}
.scroll:hover 
{
    background: #44ffbb;
    /*background-image: linear-gradient(to right,#cc3367 -1%, #912681);*/
    /*background: linear-gradient(#ed2839, #e51556);*/
    color: #000;
}
.scroll:hover .fa {
    padding-top:-10px;
}
.scroll .fa {
        font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: inherit; 
    font-weight: 900;
}


.scroll-id
{
    margin-top: -60px;
    padding-top: 60px;
}
.scroll-id2
{
    margin-top: -100px;
    padding-top: 100px;
}
/*Scroll icon ends*/



.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}
