/*****
CSS DOCUMENT

font-family: 'Jost', sans-serif;
font-family: 'Exo 2', sans-serif;

*****/

body{
    background: #191919 !important;
    color: #f8e47c !important;
    background-size: 100% 100%!important;
    font-family: 'Jost', sans-serif;
    background-position: center;
    background-repeat: no-repeat;
}
a {
	cursor:pointer !important;
	text-decoration:none !important;
    color:#f8e47c;
}
a:hover{
	cursor:pointer !important;
	text-decoration:none !important;
    color:#fff;
}
body ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
/*****====SCROLL PART START====******/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #150f09;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to top, #be8f2d,#f9e67f,#c79623 );
    border-radius: 15px;
}
/*****====SCROLL PART END====******/

/*****====HEADER PART START====******/
.header_bg{
    background: url(../images/header_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}
.header_bg header{
    background: #101010;
    padding: 5px 0px 2px;
}
.header_bg header .navbar-collapse {
    text-align: right;
    width: 100%;
}
.header_bg header .navbar-nav{
    display: block;
    width: 100%;
}
.header_bg .logo{
    max-width: 160px;
}
.header_bg header .navbar-nav .nav-item{
    display: inline-block;
    margin: 0px 5px;
}
.header_bg header .navbar-nav .nav-item .nav-link{
    padding-right: 12px;
    padding-left: 12px;
}
.header_bg header .navbar-nav .nav-item .nav-link:hover{
    color: #010101;
    transition-duration: 1s;
}
.header_bg header .navbar-nav .nav_but{



}
.header_bg header .navbar-nav .nav_but .nav-link{
    background: url(../images/but1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 17px 25px;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: 1s;
    transform: translateY(0px);
}
.header_bg header .navbar-nav .nav_but .nav-link:hover{
    transition: 1s;
    animation: test 5s infinite alternate;
    color: #fff;
}
@keyframes test{
    0%{
        transform: translateY(0px) skew(0deg, 0deg);
    }
    50%{
        transform: translateY(-10px) skew(3deg, 3deg);
    }
    100%{
        transform: translateY(0px) skew(0deg, 0deg);
    }
}
.header_bg header .navbar-nav .nav_but .nav-link1{
    background: url(../images/but2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.header_bg header .navbar-nav .nav-item .nav-link{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

/*****====HEADER PART END====******/

/*****====HEAD PART START====******/
.head{
    position: relative;
}
.head h2{
    font-size: 16px;
    font-weight: 400;
    color: #e5c65a;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.head h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 28px;
    font-weight: 800;
    padding: 0px;
    margin: 4px 0px 6px 0px;
    text-transform: uppercase;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%,#ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.head p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px;
    text-align: justify;
    line-height: 24px;
}
.head p span{
    color: #f8e47c;
}
.text_but{
    padding: 30px 0px 10px 0px;
}
.text_but .but{
    background: url(../images/but1.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 20px 25px 20px 25px;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #010101;
    transition: 0.9s;
}
.text_but .but:hover{
    background: url(../images/but2.png);
    background-size: 100% 100%;
    background-position: center;
    transition: 0.9s;
}
/*****====HEAD PART END====******/

/*****====BANNER PART START====******/
.banner_bg{
    padding: 70px 0px 40px;
    margin:0px;
}
.banner_bg .head{
    text-align: start;
}
.img9{
    position: absolute;
    top: 203px;
    left: 151px;
    z-index: 1;
    mix-blend-mode: screen;
    max-width: 42px;
    animation: 6s linear 0s infinite normal none running blink;
}
.banner_bg .head h2 {
    font-size: 17px;
}
.banner_bg .head h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 40px;
    margin: 6px 0px 12px 0px;
}
.banner_bg .head p{
    width: 90%;
    text-align: justify;
    margin: 0px;
}
.banner_img {
    position: relative;
    min-height: 355px;
    text-align: center;
}
.banner_img .img1 {
    position: absolute;
    max-width: 170px;
    bottom: 48px;
    left: 88px;
    animation: 5s ease 0s infinite alternate none running round1;
}
@keyframes round1{
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(-30deg);
    }
}
.banner_img .img2 {
    position: absolute;
    max-width: 370px;
    left: 75px;
    right: 0px;
    z-index: 1;
    margin: auto;

}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.banner_img .img3 {
    position: absolute;
    bottom: 0px;
    max-width: 540px;
    left: 0px;
}
.banner_img .img4 {
    position: absolute;
    z-index: 1;
    left: -11px;
    top: 142px;
    right: 0px;
    mix-blend-mode: screen;
    margin: auto;
    animation: 3s linear 0s infinite normal none running blink;
}
.banner_img .img5 {
    position: absolute;
    z-index: 1;
    left: -17px;
    mix-blend-mode: screen;
    right: 0px;
    top: -6px;
    animation: 6s linear 0s infinite normal none running blink;
    margin: auto;
}
@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
.banner_img .img6 {
    position: absolute;
    z-index: 1;
    left: 0px;
    mix-blend-mode: screen;
    bottom: -27px;
    animation: 8s linear 0s infinite normal none running blink;
}
.banner_bg .text_but{
    padding: 40px 0px 10px 0px;
}
.home-intro{
    background: url(../images/refer_bg.png);
    background-size: 100% 100%;
    padding: 50px 0;
}
.home_token_intro{
    padding: 50px 0;
}
.home_token_intro video{
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
    object-fit: cover;
}
/*****====BANNER PART END====******/


/*****====ABOUT PART START====******/
/*****======  CONTENT PART START=======******/
.content_bg{
    padding: 75px 0px 40px 0px;
}
.content_bg .content_text{
    position: relative;
    padding: 60px 0px 0px;
}
.content_bg .content_text .effect{
    position: relative;
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.content_bg .content_text  .effect:before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    background: linear-gradient(30deg, gold, rgb(97, 82, 9), gold);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
}
.content_bg .content_text  .effect:after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, white, transparent 50%) center / 25% 25%, radial-gradient(circle, white, black 50%) center / 12.5% 12.5%;
    -webkit-background-clip: text;
    mix-blend-mode: color-dodge;
    animation: shine-animation 10s linear infinite;
    -webkit-text-stroke: 3px transparent;
}
@keyframes shine-animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% -100%;
  }
}
.content_bg .content_text p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px;
    text-align: justify;
    line-height: 24px;
}
.content_bg .content_img{
    text-align: center;
    position: relative;
}
.content_bg .content_img:before{
    content: "";
    background: url(../images/sta_round1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 235px;
    height: 235px;
    inset: 0;
    margin: auto;
    top: 13px;
    animation: rotate 10s infinite linear;
}
.content_bg .content_img .img1{
    max-width: 99px;
    width: 100%;
    position: relative;
    top: 10px;
}
/*****======  CONTENT! PART END=======******/
.globle_img{
    max-width: 100px;
    float: inline-end;
    margin-top: -20px;
}
.img8{
    position: absolute;
    top: -10px;
    max-width: 100px;
    mix-blend-mode: screen;
    animation: 6s linear 0s infinite normal none running blink;
    z-index: 1;
}
.exec_summary .img7{
    position: absolute;
    top: -24px;
    left: 110px;
    mix-blend-mode: screen;
    animation: blink 3s infinite linear;
    z-index: 1;
}
        /* Executive Summary */
        .exec_summary {
            background: #191919;
            padding: 50px 0;
        }
        .exec_summary .summary_card {
            background: #121314;
            border: 1px solid #2a2a2a;
            padding: 35px;
            position: relative;
            overflow: hidden;
            border-radius: 5px;
        }
        .exec_summary .summary_card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 95px;
            width: 27%;
            height: 3px;
            background: linear-gradient(to right, #be902e, #f9e67f, #ca9a28);
        }
        .exec_summary .tagline {
            font-family: 'Exo 2', sans-serif;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #f8e47c;
            margin-bottom: 10px;
            display: block;
        }
        .exec_summary .summary_card h2 {
            font-family: 'Exo 2', sans-serif;
            font-size: 26px;
            font-weight: 800;
            text-transform: uppercase;
            background: linear-gradient(to right, #be902e 0%, #f9e67f 38%, #ca9a28 70%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .exec_summary .summary_card p {
            font-size: 14px;
            color: #fff;
            line-height: 26px;
            text-align: justify;
            margin: 0;
        }
        .exec_summary .founded_badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            /* background: linear-gradient(135deg, #1e1a0e, #2a2208);
            border: 1px solid #be902e44; */
            padding: 12px 22px;
            margin-top: 25px;
        }
        .exec_summary .founded_badge span {
            font-family: 'Exo 2', sans-serif;
            font-size: 13px;
            color: #f8e47c;
        }
        .exec_summary .founded_badge strong {
            font-family: 'Exo 2', sans-serif;
            font-size: 22px;
            font-weight: 800;
            background: linear-gradient(to right, #be902e 0%, #f9e67f 50%, #ca9a28);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Core Business Pillars */
        .pillars_bg {
           background: url(images/refer_bg.png);
           background-size: 100% 100%;
            padding: 50px 0;
            position: relative;
        }

        .pillars_bg .container { position: relative; z-index: 2; }
        .pillar_card {
            background: #121314;
            padding: 28px 25px;
            height: 100%;
            position: relative;
            transition: 0.4s;
            overflow: hidden;
        }
        .pillar_card::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 2px;
            background: linear-gradient(to right, #be902e, #f9e67f, #ca9a28);
            transform: scaleX(0);
            transition: 0.4s;
        }
        .pillar_card:hover { border-color: #be902e44; transform: translateY(-5px); }
        .pillar_card:hover::after { transform: scaleX(1); }
        .pillar_card .icon_wrap {
            width: 50px;
            height: 50px;
            background: linear-gradient(to right, #be902e 0%, #f9e67f 50%, #ca9a28);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
            border-radius: 5px;
        }
        .pillar_card .icon_wrap i {
            font-size: 20px;
            background: #000;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .pillar_card h4 {
            font-family: 'Exo 2', sans-serif;
            font-size: 17px;
            font-weight: 700;
            background: linear-gradient(to right, #be902e 0%, #f9e67f 50%, #ca9a28);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 10px;
        }
        .pillar_card p {
            font-size: 13px;
            color: #fff;
            line-height: 22px;
            margin-bottom: 12px;
        }
        .pillar_card .target_badge {
            display: inline-block;
            background: rgba(248,228,124,0.08);
            /* border: 1px solid #f8e47c33; */
            padding: 4px 12px;
            font-size: 11px;
            color: #f8e47c;
            font-family: 'Exo 2', sans-serif;
            font-weight: 600;
            letter-spacing: 1px;
        }

        /* 2026 Edge */
        .edge_bg {
            background: #191919;
            padding: 50px 0;
        }
        .edge_bg .head{
            position: sticky;
            top: 30px;
        }
        .edge_item {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
            padding: 22px 25px;
            background: #121314;
            border-left: 3px solid #be902e;
            transition: 0.3s;
        }
        .edge_item:hover { background: #141414; border-left-color: #f9e67f; }
        .edge_item .edge_num {
            font-family: 'Exo 2', sans-serif;
            font-size: 32px;
            font-weight: 800;
            background: linear-gradient(to bottom, #be902e, #f9e67f44);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1;
            flex-shrink: 0;
        }
        .edge_item h5 {
            font-family: 'Exo 2', sans-serif;
            font-size: 16px;
            font-weight: 700;
            color: #f8e47c;
            margin-bottom: 8px;
        }
        .edge_item p {
            font-size: 13px;
            color: #fff;
            line-height: 22px;
            margin: 0;
        }

        /* Journey Timeline */
        .journey_bg {
            background: url(images/about_bg.png);
            background-size: cover;
            background-position: center;
            padding: 50px 0;
            position: relative;
        }
        video{
            position: absolute;
            inset: 0;
            height: 100%;
            width: 100%;
            object-fit: cover;
            opacity: 0.6;
        }
        .journey_bg::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(18, 18, 18, 0.9);
        }
        .journey_bg .container { position: relative; z-index: 2; }
        .timeline {
            position: relative;
            padding: 20px 0;
        }
        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 0; bottom: 0;
            width: 1px;
            background: linear-gradient(to bottom, transparent, #be902e, #f9e67f, #ca9a28, transparent);
        }
        .timeline_item {
            display: flex;
            gap: 30px;
            margin-bottom: 35px;
            position: relative;
        }
        .timeline_item:nth-child(odd) { flex-direction: row-reverse; text-align: right; }
        .timeline_item .tl_content {
            flex: 1;
            background: #121314;
            border: 1px solid #2a2a2a;
            padding: 20px 22px;
            position: relative;
            transition: 0.3s;
        }
        .timeline_item .tl_content:hover { border-color: #be902e55; }
        .timeline_item .tl_year {
            width: 80px;
            flex-shrink: 0;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding-top: 15px;
        }
        .timeline_item .tl_year span {
            font-family: 'Exo 2', sans-serif;
            font-size: 22px;
            font-weight: 800;
            background: linear-gradient(to right, #be902e, #f9e67f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .timeline_item .tl_dot {
            width: 14px; height: 14px;
            background: #be902e;
            border: 2px solid #f9e67f;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 22px;
            transform: translateX(-50%);
            z-index: 2;
        }
        .timeline_item .tl_content h5 {
            font-family: 'Exo 2', sans-serif;
            font-size: 14px;
            font-weight: 700;
            color: #f8e47c;
            margin-bottom: 6px;
        }
        .timeline_item .tl_content p {
            font-size: 13px;
            color: #fff;
            line-height: 22px;
            margin: 0;
        }

        /* Why Partner */
        .why_bg {
            background: #191919;
            padding: 50px 0;
        }
        .why_card {
            background: #000000;
            /* border: 1px solid #2a2a2a; */
            padding: 30px;
            text-align: center;
            height: 100%;
            transition: 0.4s;
            position: relative;
            overflow: hidden;
            border-radius: 5px;
        }
        .why_card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 0;
            background: linear-gradient(135deg, rgba(190,144,46,0.1), transparent);
            transition: 0.4s;
        }
        .why_card:hover { transform: translateY(-5px); border-color: #be902e55; }
        .why_card:hover::before { height: 100%; }
        .why_card .step_num {
            font-family: 'Exo 2', sans-serif;
            font-size: 48px;
            font-weight: 800;
            background: linear-gradient(to bottom, #be902e70, #f9e67f44);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1;
            margin-bottom: 10px;
        }
        .why_card h4 {
            font-family: 'Exo 2', sans-serif;
            font-size: 16px;
            font-weight: 700;
            background: linear-gradient(to right, #be902e, #f9e67f, #ca9a28);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 12px;
        }
        .why_card p {
            font-size: 13px;
            color: #fff;
            line-height: 22px;
            margin: 0;
        }
        .quote_block {
            background: #121314;
            border: 1px solid #2a2a2a;
            border-left: 4px solid #f9e67f;
            padding: 30px 35px;
            margin-bottom: 45px;
            position: relative;
        }
        .quote_block::before {
            content: '"';
            font-family: 'Exo 2', sans-serif;
            font-size: 80px;
            color: #f9e67f22;
            position: absolute;
            top: -10px; left: 20px;
            line-height: 1;
        }
        .quote_block p {
            font-size: 15px;
            font-weight: 400;
            /* font-style: italic; */
            color: #fff;
            line-height: 28px;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 767px) {
            .timeline::before { left: 15px; }
            .timeline_item, .timeline_item:nth-child(odd) { flex-direction: column; text-align: left; }
            .timeline_item .tl_year { padding: 0 0 0 40px; width: auto; }
            .timeline_item .tl_dot { left: 15px; top: 5px; transform: none; }
            .page_hero h1 { font-size: 28px; }
        }

/*****====ABOUT PART END====******/


/*****====TRADING PART START====******/
   /* Page Hero */
      .page_hero {
        padding: 80px 0 50px;
        text-align: center;
        position: relative;
        overflow: hidden;
      }
      .page_hero .breadcrumb_wrap {
        position: relative;
        z-index: 2;
      }
      .page_hero h1 {
        font-family: "Exo 2", sans-serif;
        font-size: 42px;
        font-weight: 800;
        text-transform: uppercase;
        background: linear-gradient(
          to right,
          #be902e 0%,
          #f9e67f 38%,
          #ca9a28 70%
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0 0 12px;
      }
      .page_hero p {
        color: #ffffff99;
        font-size: 15px;
      }
      .page_hero .breadcrumb {
        justify-content: center;
        background: transparent;
        margin: 0;
      }
      .page_hero .breadcrumb-item a {
        color: #f8e47c;
      }
      .page_hero .breadcrumb-item.active {
        color: #fff;
      }
      .page_hero .breadcrumb-item + .breadcrumb-item::before {
        color: #f8e47c;
      }
    .intro_highlight1{
        position: relative;
        background: #121314;
        border: 1px solid #2a2a2a;
        border-radius: 5px;
    }

    .intro_highlight1 img{
        max-width: 120px;
        width: 100%;
    }
      /* Intro Section */
      .intro_bg {
        background: #191919;
        padding: 50px 0;
      }
      .intro_highlight {
        padding: 28px 30px;
        position: relative;
        background: #121314;
        border: 1px solid #2a2a2a;
        border-radius: 5px;
      }
      .home-intro .intro_highlight {
        padding: 28px 30px;
        position: relative;
        background: #121314;
        border: 4px solid #f5e17adb;
        border-radius: 5px;
        width: 308px;
        text-align: center;
      }
      .intro_highlight .market_stat {
        font-family: "Exo 2", sans-serif;
        font-size: 48px;
        font-weight: 800;
        background: linear-gradient(to right, #be902e, #f9e67f, #ca9a28);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1;
        margin-bottom: 8px;
      }
      .home-intro .intro_highlight img{
            max-width: 140px;
      }

      .intro_highlight .market_label {
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
      }
      .intro_highlight p {
        font-size: 15px;
        color: #fff;
        line-height: 28px;
        margin: 0;
      }

      /* Copy Trading Section */
      .copy_bg {
        background: url(../images/refer_bg.png);
        background-size: 100% 100%;
        background-position: center;
        padding: 50px 0;
        position: relative;
      }
      .copy_bg .container {
        position: relative;
        z-index: 2;
      }

      .section_card {
        background: #121314;
        padding: 35px;
        height: 100%;
        position: relative;
        overflow: hidden;
      }
      .section_card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(to right, #be902e, #f9e67f, #ca9a28);
      }
      .section_card .sec_icon {
        width: 56px;
        height: 56px;
        background: linear-gradient(135deg, #be902e, #f9e67f);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
      }
      .section_card .sec_icon i {
        font-size: 22px;
        color: #101010;
      }
      .section_card h3 {
        font-family: "Exo 2", sans-serif;
        font-size: 22px;
        font-weight: 800;
        text-transform: uppercase;
        background: linear-gradient(
          to right,
          #be902e 0%,
          #f9e67f 38%,
          #ca9a28 70%
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 8px;
      }
      .section_card .sub_title {
        font-size: 12px;
        color: #f8e47c;
        font-family: "Exo 2", sans-serif;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 20px;
      }
      .section_card .benefit_note {
        padding: 14px 18px;
        margin-top: 20px;
      }
      .section_card .benefit_note p {
        font-size: 13px;
        color: #f8e47c;
        font-style: italic;
        margin: 0;
        line-height: 20px;
      }

      /* How It Works Steps */
      .step_item {
        display: flex;
        gap: 18px;
        margin-bottom: 20px;
        align-items: flex-start;
      }
      .step_item:last-child {
        margin-bottom: 0;
      }
      .step_item .step_circle {
        width: 36px;
        height: 36px;
        background: linear-gradient(135deg, #be902e, #f9e67f);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 50%;
      }
      .step_item .step_circle span {
        font-family: "Exo 2", sans-serif;
        font-size: 13px;
        font-weight: 800;
        color: #101010;
      }
      .step_item .step_text h6 {
        font-family: "Exo 2", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #f8e47c;
        margin-bottom: 4px;
      }
      .step_item .step_text p {
        font-size: 13px;
        color: #fff;
        line-height: 20px;
        margin: 0;
      }

      /* Managed Account Features */
      .feature_item {
        display: flex;
        gap: 15px;
        padding: 16px 0;
        border-bottom: 1px solid #1e1e1e;
        align-items: flex-start;
      }
      .feature_item:last-child {
        border-bottom: none;
      }
      .feature_item i {
        font-size: 18px;
        flex-shrink: 0;
        background: linear-gradient(to right, #be902e, #f9e67f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 2px;
      }
      .feature_item h6 {
        font-family: "Exo 2", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #f8e47c;
        margin-bottom: 4px;
      }
      .feature_item p {
        font-size: 13px;
        color: #fff;
        line-height: 20px;
        margin: 0;
      }

      /* Comparison Table */
      .compare_bg {
        background: #191919;
        padding: 50px 0;
      }
      .compare_table_wrap {
        background: #121314;
        border: 1px solid #2a2a2a;
        overflow: hidden;
      }
      .compare_table_wrap table {
        width: 100%;
        margin: 0;
      }
      .compare_table_wrap table thead tr {
        background: linear-gradient(135deg, #1e1a0e, #2a2208);
      }
      .compare_table_wrap table thead th {
        font-family: "Exo 2", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #f8e47c;
        padding: 16px 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
      }
      .compare_table_wrap table thead th:first-child {
        color: #fff;
      }
      .compare_table_wrap table tbody tr {
        border-bottom: 1px solid #1e1e1e;
        transition: 0.2s;
      }
      .compare_table_wrap table tbody tr:hover {
        background: #141414;
      }
      .compare_table_wrap table tbody tr:last-child {
        border-bottom: none;
      }
      .compare_table_wrap table td {
        padding: 14px 20px;
        font-size: 14px;
        color: #fff;
        border: none;
        vertical-align: middle;
      }
      .compare_table_wrap table td:first-child {
        font-family: "Exo 2", sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #999;
      }
      .compare_table_wrap table td:nth-child(2),
      .compare_table_wrap table td:nth-child(3) {
        color: #fff;
      }
      .check_yes {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
      }
      .check_yes i {
        color: #f8e47c;
        font-size: 12px;
      }
      .badge_gold {
        display: inline-block;
        font-size: 11px;
        color: #f8e47c;
        font-family: "Exo 2", sans-serif;
        font-weight: 600;
      }

      /* Why Choose */
      .why_choose_bg {
        background: url(images/about_bg.png);
        background-size: cover;
        background-position: center;
        padding: 50px 0;
        position: relative;
      }
      .why_choose_bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(18, 18, 18, 0.9);
      }
      .why_choose_bg .container {
        position: relative;
        z-index: 2;
      }
      .why_item {
        background: #000000;
        /* border: 1px solid #2a2a2a; */
        padding: 25px;
        text-align: center;
        height: 100%;
        transition: 0.4s;
        position: relative;
        z-index: 1;
      }
      .why_item:hover {
        border-color: #be902e55;
        transform: translateY(-4px);
      }
      .why_item .wi_icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(to right, #be902e 0%, #f9e67f 38%, #ca9a28 70%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 18px;
        border-radius: 50%;
      }
      .why_item .wi_icon i {
        font-size: 22px;
        background: #000;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .why_item h5 {
        font-family: "Exo 2", sans-serif;
        font-size: 15px;
        font-weight: 700;
        background: linear-gradient(to right, #be902e, #f9e67f, #ca9a28);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 10px;
      }
      .why_item p {
        font-size: 13px;
        color: #fff;
        line-height: 21px;
        margin: 0;
      }

      /* CTA */
      .cta_bg {
        background: #191919;
        padding: 50px 0;
      }
      .cta_wrap {
        border: 1px solid #343434;
        padding: 50px 40px;
        text-align: center;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
      }
      .cta_wrap::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(to right, #be902e, #f9e67f, #ca9a28);
      }
      .cta_wrap h2 {
        font-family: "Exo 2", sans-serif;
        font-size: 32px;
        font-weight: 800;
        text-transform: uppercase;
        background: linear-gradient(
          to right,
          #be902e 0%,
          #f9e67f 38%,
          #ca9a28 70%
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 15px;
      }
      .cta_wrap p {
        font-size: 15px;
        color: #fff;
        line-height: 26px;
        max-width: 600px;
        margin: 0 auto 30px;
      }
      .cta_wrap .cta_buttons {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
      }
      .cta_wrap .but {
        background: url(images/but1.png);
        background-size: 100% 100%;
        background-position: center;
        padding: 18px 32px;
        font-family: "Exo 2", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #010101;
        transition: 0.9s;
        display: inline-block;
        text-decoration: none;
      }
      .cta_wrap .but:hover {
        background: url(images/but2.png);
        background-size: 100% 100%;
        background-position: center;
        color: #fff;
      }

      @media (max-width: 767px) {
        .page_hero h1 {
          font-size: 28px;
        }
        .intro_highlight .market_stat {
          font-size: 36px;
        }
        .cta_wrap {
          padding: 35px 20px;
        }
      }      
/*****====TRADING PART END====******/

/*****====TOKEN PART START====******/
        .page_hero {
            padding: 80px 0 50px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .page_hero .breadcrumb_wrap { position: relative; z-index: 2; }
        .page_hero h1 {
            font-family: 'Exo 2', sans-serif;
            font-size: 42px;
            font-weight: 800;
            text-transform: uppercase;
            background: linear-gradient(to right, #be902e 0%, #f9e67f 38%, #ca9a28 70%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0 0 12px;
        }
        .page_hero p { color: #ffffff99; font-size: 15px; }
        .page_hero .breadcrumb { justify-content: center; background: transparent; margin: 0; }
        .page_hero .breadcrumb-item a { color: #f8e47c; }
        .page_hero .breadcrumb-item.active { color: #fff; }
        .page_hero .breadcrumb-item+.breadcrumb-item::before { color: #f8e47c; }

        /* Token Intro */
        .token_intro {
            background: #191919;
            padding: 50px 0;
        }
        .token_badge {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: #000;
        /* border: 1px solid #be902e55; */
        padding: 14px 25px;
        margin-bottom: 25px;
        border-radius: 5px;
        }
        .token_badge .badge_icon {
            width: 38px; height: 38px;
            background: linear-gradient(135deg, #be902e, #f9e67f);
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
        }
        .token_badge .badge_icon i { color: #101010; font-size: 16px; }
        .token_badge span {
            font-family: 'Exo 2', sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #f8e47c;
        }
        .token_price_card {
        background: #000;
        padding: 25px;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        }
        .token_price_card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 3px;
            background: linear-gradient(to right, #be902e, #f9e67f, #ca9a28);
        }
        .token_price_card .price_label {
            font-size: 12px;
            color: #999;
            font-family: 'Exo 2', sans-serif;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 5px;
        }
        .token_price_card .price_val {
            font-family: 'Exo 2', sans-serif;
            font-size: 36px;
            font-weight: 800;
            background: linear-gradient(to right, #be902e, #f9e67f, #ca9a28);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1;
        }
        .token_price_card .price_sub {
            font-size: 12px;
            color: #fff;
            margin-top: 5px;
        }

        /* Roadmap */
        .roadmap_bg {
            background: url(../images/refer_bg.png);
            background-size: 100% 100%;
            background-position: center;
            padding: 50px 0;
            position: relative;
        }
        .roadmap_bg .container { position: relative; z-index: 2; }

        .phase_card {
            background: #000;
            padding: 0;
            height: 100%;
            overflow: hidden;
            transition: 0.4s;
            position: relative;
            border-radius: 5px;
        }
        .phase_card:hover { border-color: #be902e55; transform: translateY(-4px); }
        .phase_card .phase_header {
            background: linear-gradient(135deg, #363636, #121212);
            padding: 20px 22px;
            display: flex;
            align-items: center;
            gap: 12px;
            border-bottom: 1px solid #2a2a2a;
        }
        .phase_card .phase_num {
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, #be902e, #f9e67f);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            border-radius: 5px; 
        }
        .phase_card .phase_num span {
            font-family: 'Exo 2', sans-serif;
            font-size: 16px;
            font-weight: 800;
            color: #101010;
        }
        .phase_card .phase_title h4 {
            font-family: 'Exo 2', sans-serif;
            font-size: 15px;
            font-weight: 700;
            background: linear-gradient(to right, #be902e, #f9e67f, #ca9a28);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0 0 2px;
        }
        .phase_card .phase_title .year_focus {
            font-size: 11px;
            color: #888;
            font-family: 'Exo 2', sans-serif;
        }
        .phase_card .phase_body { padding: 20px 22px; }
        .phase_card .phase_focus {
            font-size: 11px;
            font-family: 'Exo 2', sans-serif;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #f8e47c;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .phase_card .phase_focus::before {
            content: '';
            width: 20px; height: 1px;
            background: #f8e47c;
        }
        .phase_card .phase_items { padding: 0; }
        .phase_card .phase_items li {
            font-size: 13px;
            color: #fff;
            line-height: 22px;
            padding: 7px 0;
            border-bottom: 1px solid #1e1e1e;
            display: flex;
            gap: 10px;
            align-items: flex-start;
        }
        .phase_card .phase_items li:last-child { border-bottom: none; }
        .phase_card .phase_items li::before {
            content: '';
            height: 7px;
            width: 9px;
            background: linear-gradient(135deg, #be902e, #f9e67f);
            border-radius: 50%;
            margin-top: 8px;
        }
        .phase_card .phase_items li strong {
            color: #f8e47c;
        }

        /* Tokenomics */
        .tokenomics_bg {
            background: #191919;
            padding: 50px 0;
        }
        .tokenomics_table {
            background: #121314;
            border: 1px solid #2a2a2a;
            overflow: hidden;
        }
        .tokenomics_table table {
            width: 100%;
            margin: 0;
        }
        .tokenomics_table table thead tr {
            background: linear-gradient(135deg, #363636, #121212);
        }
        .tokenomics_table table thead th {
            font-family: 'Exo 2', sans-serif;
            font-size: 13px;
            font-weight: 700;
            color: #f8e47c;
            padding: 14px 18px;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: none;
        }
        .tokenomics_table table tbody tr {
            border-bottom: 1px solid #1e1e1e;
            transition: 0.2s;
        }
        .tokenomics_table table tbody tr:hover { background: #141414; }
        .tokenomics_table table tbody tr:last-child { border-bottom: none; }
        .tokenomics_table table td {
            padding: 13px 18px;
            font-size: 14px;
            color: #fff;
            border: none;
            vertical-align: middle;
        }
        .tokenomics_table table td:first-child {
            font-family: 'Exo 2', sans-serif;
            font-weight: 700;
            background: linear-gradient(to right, #be902e, #f9e67f, #ca9a28);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .tokenomics_table table td:nth-child(2) { color: #f8e47c; font-weight: 500; }
        .util_pill {
            display: inline-block;
            background: rgba(248,228,124,0.08);
            border: 1px solid #f8e47c33;
            padding: 3px 10px;
            font-size: 11px;
            color: #f8e47c;
            font-family: 'Exo 2', sans-serif;
            font-weight: 600;
            margin: 2px;
        }

        /* Token distribution visual */
        .distrib_card {
            background: #121314;
            border: 1px solid #2a2a2a;
            padding: 30px;
        }
        .distrib_card h4 {
            font-family: 'Exo 2', sans-serif;
            font-size: 16px;
            font-weight: 700;
            background: linear-gradient(to right, #be902e, #f9e67f, #ca9a28);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 20px;
        }
        .distrib_bar {
            margin-bottom: 14px;
        }
        .distrib_bar .bar_label {
            display: flex;
            justify-content: space-between;
            font-size: 12px;
            color: #fff;
            margin-bottom: 6px;
        }
        .distrib_bar .bar_label span:last-child {
            color: #f8e47c;
            font-weight: 600;
        }
        .distrib_bar .bar_track {
            background: #1e1e1e;
            height: 6px;
            border-radius: 3px;
            overflow: hidden;
        }
        .distrib_bar .bar_fill {
            height: 100%;
            background: linear-gradient(to right, #be902e, #f9e67f);
            border-radius: 3px;
            animation: fillBar 1.5s ease forwards;
        }
        @keyframes fillBar { from { width: 0%; } }

        @media (max-width: 767px) {
            .page_hero h1 { font-size: 28px; }
        }
/*****====TOKEN PART END====******/

/*****====FEED PART START====******/
.feed_bg{
    padding: 50px 0px 0px;
    margin: 0px;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}
.feed_bg .feed{
    background: #121313;
    border: 1px solid #272727;
    padding: 20px;
    width: 100%;
    max-width: 305px;
    margin: 30px auto 0px;
}
.feed_bg .feed h3{
    text-align: right;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.feed_bg .feed h3 img{


}
.feed_bg .feed h4{
    font-family: 'Exo 2', sans-serif;
    font-size: 17px;
    font-weight: 800;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    text-transform: capitalize;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 17%,#c99927 31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feed_bg .feed p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    text-align: justify;
    line-height: 24px;
    margin: 0px 0px 15px 0px;
}
.feed_bg .feed h6{
    position: relative;
    text-align: right;
    margin: 0px;
}
.feed_bg .feed .feed_img1{
    max-width: 70px;
}
.feed_bg .feed .feed_img2{
    position: absolute;
    bottom: 24px;
    left: 0px;
    max-width: 170px;
}
/*****====FEED PART END====******/

/*****====PAYMENT PART START====******/
.payment_bg{
    padding: 50px 0px 0px;
    margin: 0px;
}
.payment_bg ul{
    text-align: center;
}
.payment_bg ul li{
    display: inline-block;
}
.payment_bg .payment{
    max-width: 95px;
}
.payment_bg .owl-dots{
    display: none;

}
/*****====PAYMENT PART END====******/
.cert_section .img1{
    max-width: 85px;
}
.cert_detail .cert_text h4 {
    font-size: 17px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    color: #cb9c2a;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
}
.cert_detail .cert_text p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 0px;
    margin: 0px;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%, #ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cert_detail {
    margin: 43px 0px 0px 0px;
    background: #000;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cert_detail li:nth-child(1) {
    width: 11%;
}
.cert_detail li:nth-child(2) {
    width: 24%;
}
.cert_detail li:nth-child(3) {
    width: 34%;
}
.cert_detail li:nth-child(4) {
    width: 28%;
    text-align: center;
}
/*****====FOOTER PART START====******/
.footer_bg{
    background: url(../images/refer_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px 30px;
}
.footer_bg .footer_text{


}
.footer_bg .footer_text .logo{
    max-width: 160px;
}
.footer_bg .footer_text h3{
    font-size: 22px;
    font-weight: 800;
    font-family: 'Exo 2', sans-serif;
    padding: 0px;
    margin: 20px 0px 19px 0px;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 17%,#c99927 31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer_bg  .foot_address{




}
.footer_bg  .foot_address h4{
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px;
}
.footer_bg  .foot_address h4 span{
    color: #f8e47c;
    font-size: 17px;
    font-weight: 600;
    background: linear-gradient(to right, #be902e 16%, #f9e67f 65%,#c99927 23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer_bg  .foot_address h5{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px;
}
.footer_bg .footer_link{
    margin: 10px 0px 0px 0px;
    text-align: center;
}
.footer_bg .footer_link .link{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px auto 10px !important;
    transition: 0.9s;
}
.footer_bg .footer_link .link:hover{
    color:#f3dc77;
    transition: 0.9s;
}
.footer_bg  .footer_icon{
    margin: 15px 0px 0px -3px;
}
.footer_bg  .footer_icon img{
    max-width: 30px;
    margin: 0px 5px 0px;
    transition: 0.9s;
}
.footer_bg .footer_icon img:hover{
    max-width: 30px;
    margin: 0px 5px 0px;
    filter: drop-shadow(0px 1px 2px #ddb555);
    transform: translateY(-10px);
    transition: 0.9s;
}
.footer_copy{
    text-align: center;
    padding: 40px 0px 0px 0px;
}
.footer_copy h4{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.footer_copy span{
    color:#f0d772
}
/*****====FOOTER PART END====******/


/*****====RESPONSIVE PART START====******/
@media only screen and  (max-width:1199px){

/*****==== Plan part====******/
    .plan_bg .plan_detail li{
        width: 30%;
    }
    .sta li:nth-child(2) {
        width: 34%;
    }
}
@media only screen and  (max-width:991px){

/*****==== Header part====******/
    .navbar-toggler {
        padding: 5px 12px 5px 12px;
        background: linear-gradient(45deg, #c19330, #f6e077, #c99a28);
        border: none;
        box-shadow: unset !important;
    }
    .content_bg .content_img{
        display: none;
    }
    .content_bg .content_text,.content_bg .content_text p{
        text-align: center;
    }
    .content_bg .content_text{
        padding:0px;
    }
    .content_bg {
        padding: 75px 0px 75px 0px;
    }
    .content_bg .content_text .effect{
        font-size: 30px;
    }
    .cert_text {
        text-align: center;
        margin: 10px 0px ;
    }
    .cert_detail li{
        width: 100% !important;
    }
    .cert_section .img1{
        max-width: 85px;
        margin: auto;
        display: block;
    }
    .header_bg header .navbar-collapse{
        text-align: center;
    }
    .header_bg header .navbar-nav .nav-item {
        display: block;
        margin: 5px 5px;
    }
    .header_bg header .navbar-nav .nav_but {
        display: inline-block;
        margin: 10px 5px 0px;
    }
/*****==== Head part====******/
    .head{
        text-align: center;
    }
    .head p{
        text-align: center;
    }
    .text_but {
        padding: 30px 0px 10px 0px !important;
        text-align: center;
    }
/*****==== Banner part====******/
    .banner_bg .head {
        text-align: center;
    }
    .token_badge{
        width: 100%;
        justify-content: center;
    }
    .banner_bg .head p {
        width: 90%;
        text-align: center;
        margin: 0px auto 0px;
    }
    .banner_bg .text_but {
        text-align: center;
    }
    .banner_img{
        display: none;
    }
    .summary_card{
        text-align: center;
    }
    .intro_highlight{
        text-align: center;
    }


/*****==== Footer part====******/
    .footer_bg .footer_text {
        text-align: center;
        margin: 0px 0px 25px 0px;
    }
    .footer_bg .footer_icon {
        margin: 25px 0px 0px 0px;
        text-align: center;
    }
}
@media only screen and  (max-width:767px){

/*****==== Banner part====******/
    .banner_bg {
        padding: 50px 0px 30px;
    }
    .banner_bg .head h3 {
        font-size: 28px;
        line-height: 42px;
    }
    .banner_bg .head p {
        width: 100%;
    }
    .pillar_card{
        text-align: center;
    }
    .pillar_card .icon_wrap{
        margin: auto;
        margin-bottom: 10px;
    }
    .footer_bg .foot_address{
        text-align: center;
    }

}
@media only screen and  (max-width:576px){
/*****==== Banner part====******/
    .head h2 {
        font-size: 16px;
    }
    .summary_card {
        padding: 25px 4px !important;
    }
    .token_price_card .price_label{
        font-size: 12px;
    }
    .token_price_card .price_val{
        font-size: 30px;
    }
    .token_price_card .price_sub{
        font-size: 11px;
    }
    .token_price_card{
        padding:16px 5px;
        text-align: center;
    }
    .summary_card p{
        font-size: 13px !important;
        font-weight: 400;
        color: #ffffff;
        margin: 5px 0 0;
        text-align: center;
    }
    .head h3 {
        font-size: 20px;
    }
    .cert_detail{
        flex-wrap: wrap;
    }
    .cert_detail li{
        width: 100% !important;
    }
    .about_bg {
        padding: 40px 0px 30px;
    }
    .about_bg .about_detail {
        text-align: center;
    }
    section{
        overflow: hidden;
    }

/*****==== Feed part====******/
    .feed_bg {
        padding: 40px 0px;
    }
    .feed_bg .feed {
        margin: 20px auto 0px;
    }
/*****==== Payment part====******/
    .payment_bg {
        padding: 40px 0px 0px;
    }
}
/*****====RESPONSIVE PART END====******/






