/*============================== Global ==============================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@font-face {
    font-family: 'Gilmer-Regular';
    src: url('../webfont/Gilmer-Regular.woff');
}
@font-face {
    font-family: 'Gilmer-Bold';
    src: url('../webfont/Gilmer-Bold.woff');
}
@font-face {
    font-family: 'Gilmer-Heavy';
    src: url('../webfont/Gilmer-Heavy.woff');
}
@font-face {
    font-family: 'PPTelegraf-UltraLight';
    src: url('../webfont/PPTelegraf-UltraLight.woff');
}
@font-face {
    font-family: 'PPTelegraf-Regular';
    src: url('../webfont/PPTelegraf-Regular.woff');
}
@font-face {
    font-family: 'PPTelegraf-UltraBold';
    src: url('../webfont/PPTelegraf-UltraBold.woff');
}

* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
html, body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x:hidden;
    font-family: "Inter", sans-serif;
    background: #fff;
}
input:focus, body select:focus, body textarea:focus, body button:focus {
    outline: none;
}
body *{
    -webkit-text-size-adjust:none;
}
button {
    border: none;
}
a, button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    line-height: 1;
    transition: all 0.7s ease 0s;
    cursor: pointer;
    font-family: 'Gilmer-Regular';
}
img {
    max-width: 100%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
::selection {
    color: #fff;
    background: #134E64;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PPTelegraf-UltraBold';
    color: #273135;
    letter-spacing: -0.44px;
}
p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.14px;
    margin-bottom: 18px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    color: #38474D;
}

ul li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.14px;
    font-family: "Inter", sans-serif;
    color: #38474D;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}
.fixed-header {
    position: fixed !important;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff !important;
    box-shadow: 0 -3px 20px 1px rgb(0 0 0 / 18%);
    animation: smoothScroll 1s forwards;
    padding: 10px 0!important;
}
.fixed-header nav .navbar-brand {
    position: relative;
    top: 0;
}
.fixed-header nav .navbar-brand img {
    width: 180px;
    margin-top: 0;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.custom-btn {
    background: #134E64;
    border-radius: 8px;
    color: #fff;
    padding: 18px 30px;
    font-size: 15px;
    letter-spacing: .4px;
    font-family: 'PPTelegraf-Regular';
}
.custom-btn:hover {
    text-decoration: none;
    background: #18485b;
    color: #fff;
}

.transparent-btn {
    background: transparent;
    border-radius: 8px;
    text-transform: capitalize;
    padding: 18px 30px;
    font-size: 15px;
    color: #134E64;
    letter-spacing: .4px;
    font-family: 'PPTelegraf-Regular';
}
.transparent-btn i {
    font-size: 16px;
    margin-left: 8px;
    vertical-align: middle;
}
.transparent-btn img {
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
.transparent-btn:hover {
    text-decoration: none;
    color: #FFA800;
}


.headline-area h1 {
    font-size: 68px;
    line-height: 88px;
    color: #070707;
    letter-spacing: -1.36px;
}

.headline-area h2 {
    font-size: 44px;
    line-height: 50px;
    color: #273135;
    letter-spacing: -0.44px;
}
.headline-area .sub-heading {
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto 40px;
    border: 1px solid #D9E3E6;
    background: #ECF1F3;
    border-radius: 20px;
    max-width: max-content;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    letter-spacing: -0.12px;
    color: #070707;
}
.headline-area .sub-heading span {
    color: #8EAAB5; 
    margin: 0 4px;
}
.headline-area p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #38474D;
}

/*---------two--------*/
.headline-area-two h1 {
    font-size: 48px;
    line-height: 64px;
    font-family: 'Gilmer-Heavy';
}
.headline-area-two h1 span {
    color: #F49B0B;
}

.headline-area-two h2 {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Gilmer-Heavy';
}
.headline-area-two h2 span {
    color: #F49B0B;
}
.headline-area-two .sub-heading {
    font-family: 'Gilmer-Bold';
    font-size: 17px;
    line-height: 24px;
    color: #E8F0F1;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .2px;
}
.headline-area-two .sub-heading span {
    color: #F49B0B;
}
.headline-area-two p {
    font-size: 24px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #F9F9F9;
}
/*--------//two---------*/

.mobile-view {
    display: none;
}
@media (max-width: 767px) {
    .desktop-view {
       display: none;
    }
    .mobile-view {
        display: block;
    }
}

/*============================ Header ============================*/
header {
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    padding: 18px 0;
    z-index: 9;
}
.indexheadr {
    background: #e9eef0;
}
header nav {
    padding: 0!important;
}
header nav .navbar-brand {
    position: absolute;
    left: 0;
    margin: 0;
    top: -10px;
    z-index: 1;
}
header nav .navbar-brand img {
    width: 164px;
    margin-top: 15px;
}
header nav .navbar-nav li .nav-link {
    color: #38474D !important;
    padding: 12px 20px !important;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: -0.14px;
    margin: 0 0 0 10px;
    font-family: 'PPTelegraf-Regular';
}
header nav .navbar-nav li .nav-link:hover {
    color: #134E64!important;
}
header nav .navbar-nav li.active .nav-link {
    color: #134E64!important;
}

header nav .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
}
header nav .navbar-nav li:last-child {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
header nav .navbar-nav li:last-child .nav-link {
    background: #134E64;
    color: #fff!important;
    border-radius: 8px;
}
header nav .navbar-nav li:last-child .nav-link:hover {
    background: #134E64;
}
header nav .navbar-nav li:last-child ul li {
    position: relative;
    display: inline-block;
    list-style-type: none;
}
header nav .navbar-nav li:last-child ul li:nth-child(1) .nav-link {
    background: transparent;
    color: #38474D!important;
}

header nav .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 22px;
    color: #343332;
    padding: 6px 0 2px;
}
header nav .navbar-nav .dropdown-menu {
    border: none;
    padding: 10px 0;
    /* box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.43); */
    border-radius: 8px;
    left: 15px;
    right: 0;
    width: max-content;
    top: 96%;
    display: none;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: #fff
}
header nav .navbar-nav .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 20px 5px;
    font-family: 'PPTelegraf-Regular';
}
header nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #f8a720;
}
@media (min-width: 991px) {
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover  {
        display:block;
        opacity: 1;
        transition: visibility 0s, opacity 0.5s linear;
    }
}
.navbar .dropdown:hover .show, .navbar .dropdown .show:hover {
    display:block;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}
header nav .navbar-nav .dropdown-menu .dropdown-item.active,
header nav .navbar-nav .dropdown-menu .dropdown-item:active,
header nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #134E64;
    background-color: transparent;
}
/*============================ //Header ============================*/

/* ================================ Banner Home ================================== */
.banner-home {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 0;
    background: url(../images/background-patterns/home-banner.png) no-repeat center/cover;
}
.banner-home .banner-content {
    position: relative;
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
}
.banner-home .banner-content .headline-area {
    padding: 40px 0 70px;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.banner-home .banner-content p {
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 30px;
    color: #070707;
    font-weight: 400;
    padding: 0 60px;
}
.banner-home .banner-content .banr-image {
   margin-bottom: 50px;
}
.button-bn {
    margin-top: 40px;
}
/* ================================ //Banner Home ================================== */

/* ================================ Client List ================================== */
.client-list {
    position: relative;
    width: 100%;
    float: left;
    padding: 64px 0 58px;
    text-align: center;
    background: #EBF0F2;
    border: 1px solid #ECF1F3;
}
.client-list h2 {
    margin-top: 5px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #606C70;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.14px;
}
.client-list ul {
    margin: 0;
    padding: 0;
}
.client-list ul li {
    list-style-type: none;
    display: inline-table;
    text-align: left;
    width: 11%;
    margin: 10px 6px 0 0;
}
.client-list ul li:last-child {
    margin-right: 0;
}
.client-list ul li img {
    width: 168px;
}
.investClient {
    border-bottom: 1px solid #ECF1F3; 
    background: #F6F8F9;
}
.noBClient {
    border: none; background: #fff;
}
.clintLightBg {
    background: #F6F8F9;
    border: 1px solid #ECF1F3;
}
/* ================================ //Client List ================================== */

/* ================================ Partners Block ================================== */
.partners-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 80px;
    text-align: center;
    background: #041115;
}
.partners-block h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    color: #fff;
}
.partners-block p {
    margin: 16px 0 10px;
    color: #fff;
}
.image-partner {
    max-width: 1180px;
    margin: 70px auto 0;
}
.image-partner .partner-line {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.image-partner .partner-line:last-child {
    margin-bottom: 0;
}
.image-partner .partner-line img {
    width: 200px;
    margin: 0 auto;
}

.image-partner .partner-line.line-4 {
    grid-template-columns: repeat(4, 1fr);
    max-width: 850px;
    margin: 0 auto 20px;
}
.image-partner .partner-line.line-4 img {
     width: 180px;
}

.image-partner .partner-line.line-5-small {
     max-width: 850px;
    margin: 0 auto 20px;
}
.image-partner .partner-line.line-5-small img {
    width: 120px;
}
.image-partner .partner-line.line-5-long {
     max-width: 940px;
    margin: 0 auto 20px;
}
.image-partner .partner-line.line-5-long img {
    width: 150px;
}

.image-partner .partner-line.line-4-names {
    grid-template-columns: repeat(4, 1fr);
    max-width: 700px;
    margin: 0 auto 20px;
}
.image-partner .partner-line.line-4-names img {
     width: 145px;
}
.image-partner .partner-line.line-7 {
    grid-template-columns: repeat(7, 1fr);
}

.partners-block ul {
    margin: 0;
    padding: 20px 0 0;
}
.partners-block ul li {
    list-style-type: none;
    display: inline-table;
    text-align: left;
    width: 11%;
    margin: 40px 15px 0 0;
}
.partners-block ul li:last-child {
    margin-right: 0;
}
.partners-block ul li img {
    width: 128px;
}
/* ================================ //Partners Block ================================== */


/* ================================ Footer ================================== */
footer {
    position: relative;
    width: 100%;
    float: left;
    background: #fff url(../images/background-patterns/footer.png) no-repeat center/cover;
    padding-bottom: 24px;
}

footer .foot_top {
    padding: 70px 0 60px;
    display: none;
}
footer .foot_top .loop-text {
    max-width: 500px;
}
footer .foot_top h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    color: #000000;
}
footer .foot_top p {
    margin-bottom: 0;
}
footer .foot_top .small-text {
    font-size: 14px;
    line-height: 24px;
}
footer .foot_top .subscribe-form {
    margin-bottom: 18px;
    display: flex;
}
footer .foot_top .subscribe-form .input-col {
   font-size: 14px;
   border: none;
   height: 56px;
   background: #EDEDEE;
   border-radius: 8px;
   padding: 4px 20px;
   max-width: 500px;
    width: 100%;
}
footer .foot_top .subscribe-form .input-col::placeholder {
    color: #95949B;
}
.subscribe-form .custom-btn {
    border: none;
    padding: 18px 38px;
    cursor: pointer;
    margin-left: 10px;
}

footer .foot_mid {
    /* padding: 50px 0 10px;
    border-top: 1px solid #EDEDEE; */
    padding: 100px 0 10px;
    border-top: 1px solid #EDEDEE;
}
footer .foot_mid .footer_logo {
   padding-bottom: 24px;
   max-width: 400px;
}
footer .foot_mid .footer_logo img {
    width: 150px;
    margin-bottom: 20px;
}
footer .foot_mid .widget_wrap {
    margin-bottom: 50px;
}
footer .foot_mid .widget_wrap h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
footer .foot_mid .widget_wrap ul li {
    list-style-type: none;
    padding: 6px 0;
}
footer .foot_mid .widget_wrap ul li a {
    font-size: 14px;
    line-height: 20px;
}
footer .foot_mid .widget_wrap ul li a:hover {
    color: #FAAF30;
    text-decoration: none;
}
footer .foot_mid .widget_wrap .social-links {
    max-width: 400px;
}
footer .foot_mid .widget_wrap .social-links li {
   display: inline-block;
   width: 14%;
}
footer .foot_mid .widget_wrap .social-links li img {
    width: 28px;
}

footer .foot_bottom {
     text-align: center;
     padding: 0 0 40px;
}
footer .foot_bottom p {
    margin-bottom: 0;
    color: #000;
}
footer .foot_bottom p strong {
    font-weight: 500;
}
@media (min-width: 992px) {
    footer .foot_bottom p {
        padding: 0 50px;
    }
}
/* ================================ //Footer ================================== */

/* ============================ Infrastructure Wrapper ============================== */
.infrastructure-wrapper {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #fff;
}
.infrastructure-wrapper .headline-area {
    padding-bottom: 60px;
    max-width: 610px;
}
.infrastructure-wrapper .btn-end {
    margin-top: 50px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
}
.wallet_infra .btn-end {
    height: 58px;
}
.faq-accordion {
    margin-top: 20px;
    max-width: 600px;
}
.faq-block .faq-accordion {
  max-width: 100%;
}
.faq-accordion .card {
    border: none;
    margin: 0 0 20px 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #EDEDEE;
    border-radius: 0;
    padding: 10px 0 30px;
    cursor: pointer;
}

.faq-accordion .card h3 {
    background: none;
    /* background-size: 44px; */
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    color: #879194;
    font-family: 'PPTelegraf-Regular';
}
.faq-accordion .card h3 {
    width: 100%;
    position: relative;
}
.faq-accordion .card h3 span {
   position: absolute;
   right: 0;
   top: 0;
   display: none;
}
.faq-accordion .card h3 span img {
    width: 48px;
}
.link-bttn {
    text-align: right;
}
.link-bttn a img {
    width: 48px;
}
.faq-accordion .card h3.collapsed {
    background-image: none;
}
.faq-accordion .card.active_card h3 {
    background-image: none;
}

.faq-accordion .card-body {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.faq-accordion .card-body p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 0;
    /* padding-right: 15%; */
}
.faq-accordion .card-body a {
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    padding: 4px 16px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 24px;
    font-family: 'Gilmer-Bold';
    display: inline-block;
    margin-top: 20px;
}
.faq-accordion .card-body a:hover {
    text-decoration: none;
}
.active_card .card-head h3 {
    color: #061920 !important;
    font-family: 'PPTelegraf-UltraBold' !important;
}
.active_card .card-head h3 span {
    display: block;
}
.infra-lists .cardInf h3 {
    font-size: 20px;
}
.infra-lists .cardInf {
    margin-bottom: 50px;
}
.infra-lists .cardInf p {
    margin-bottom: 28px;
}
.infra-lists .cardInf:last-child {
    margin-bottom: 0;
}

.acr_custom .card-body {
    display: none;
}
.acr_custom .card.active_card .card-body {
    display: block;
}
.acr_custom .card-head h3 em {
    font-style: normal;
    font-size: 13px;
    color: #111111;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin: 0 4px;
}
.acr_custom .card-head h3 em img {
    width: 84px;
    vertical-align: text-top;
    margin-left: 4px;
}
.acr_custom .card-head h3 em {
    visibility: hidden;
}
.acr_custom .card.active_card .card-head h3 em {
    visibility: visible ;
}
.acr_custom .link-bttn {
    display: none;
}
.acr_custom .card.active_card .link-bttn {
    display: block;
}
.acr_custom .custom-btn {
    display: none;
}
.acr_custom .custom-btn.active_btn {
    display: inline-block;
}
#image1, #image2, #image3, #image4, #image5 {display: none;}
#image1.active_img, #image2.active_img, #image3.active_img, #image4.active_img, #image5.active_img {display: block;}
.bank_notes {
  margin-top: 18px;
}
.bank_notes ul {
    margin: 0;
    padding: 0;
}
.bank_notes ul li {
    list-style-type: none;
    font-weight: 300;
    letter-spacing: -0.14px;
    color: #1D2939;
    margin-bottom: 0;
    padding: 8px 0;
}
.bank_notes ul li svg {
    margin-right: 4px;
    vertical-align: middle;
}
/* ============================ //Infrastructure Wrapper =============================== */

/* ================================ Developes Code ================================== */
.developes-code {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background: url(../images/background-patterns/codee.png) no-repeat center/cover;
}
.developes-code .headline-area p {
    /* font-size: 20px;
    line-height: 30px; */
    margin-top: 30px;
}
.developes-code .headline-area ul {
    padding-left: 18px;
    margin-top: 20px;
}
.developes-code .headline-area ul li {
    font-size: 16px;
    line-height: 24px;
    padding: 2px 0;
    color: #38474D;
    font-weight: 300;
}
.developes-code .desc_block {
    max-width: 580px;
    margin: 0 auto;
}
.developes-code .desc_block .code_list {
    margin: 50px 0;
}
.developes-code .desc_block .code_list ul {
   margin: 0;
   padding: 0;
}
.developes-code .desc_block .code_list ul li {
    list-style-type: none;
    display: inline-table;
    width: 48%;
    margin-right: 10px;
}
.developes-code .desc_block .code_list ul li:last-child {
    margin-right: 0;
}
.developes-code .desc_block .code_list ul li img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
}
.developes-code .desc_block .code_list ul li h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
}
.developes-code .desc_block .code_list ul li p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}

.developes-code .tab-wrapper {
    text-align: center;
    padding: 0 0 30px;
}
.developes-code .tab-wrapper .nav.nav-tabs {
    padding: 8px;
    border-bottom: none;
    margin: 0 auto 6px;
    border-bottom: none;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.10);
    max-width: max-content;
}
.developes-code .tab-wrapper .nav.nav-tabs li {
    padding: 0 15px 0 0;
}
.developes-code .tab-wrapper .nav.nav-tabs li:last-child {
    padding-right: 0;
}
.developes-code .tab-wrapper .nav.nav-tabs li a {
    color: #D7DADB;
    font-size: 14px;
    letter-spacing: -0.14px;
    line-height: 1;
    padding: 8px 16px;
    transition: all 0.3s ease 0s !important;
    border-radius: 40px;
    border: 1px solid transparent;
}
.developes-code .tab-wrapper .nav.nav-tabs li a:hover {
    text-decoration: none;
}
.developes-code .tab-wrapper .nav.nav-tabs li.active a {
    color: #061920;
    background: #fff;
    border: 1px solid #fff;
}
.developes-code .tab-wrapper .nav.nav-tabs a.active {
    color: #061920;
    background: #fff;
    border: 1px solid #fff;
}
.developes-code .main-headline-top {
   text-align: center;
   padding-bottom: 30px;
   max-width: 700px;
    margin: 0 auto;
}
.developes-code .main-headline-top .headline-area h2 {
    color: #fff;
}
.developes-code .main-headline-top .headline-area p {
    color: #fff;
    margin-top: 12px;
    margin-bottom: 40px;
}
.developes-code .main-headline-top .headline-area .sub-heading {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
}
.developes-code .grid_bold {
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #ECF1F3;
    background: #FFF;
}
.developes-code .sub-chlid-title {
   padding-top: 50px;
}
/* ================================ //Developes Code ================================== */

/* ================================ Testimonial Wrap ================================== */
.testimonial-wrap {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 80px;
    background: #041115;
}
.testimonial-wrap .headline-area {
    text-align: left;
    padding-bottom: 30px;
}
.testimonial-wrap .headline-area h2 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
    color: #fff;
}
.testimonial-wrap .headline-area h2 span {
   color:  #8EAAB5;
   font-family: 'PPTelegraf-Regular';
}

.testimonial-wrap .slide-view .item-key {
    background: #F9F9F9;
    border-radius: 16px;
    padding: 28px 22px;
    /* height: 270px; */
}
.testimonial-wrap .slide-view .item-key .top_logo {
   width: 76px;
   margin-bottom: 24px;
}
.testimonial-wrap .slide-view .item-key h5 {
    color: #061920;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
}
.testimonial-wrap .slide-view .item-key .client-info {
    margin-top: 22px;
}
.testimonial-wrap .slide-view .item-key .client-info .c_img {
    width: 40px;
    float: left;
    margin-right: 8px;
}
.testimonial-wrap .slide-view .item-key .client-info .c_img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.testimonial-wrap .slide-view .item-key .client-info .c_data h6 {
    font-size: 16px;
    line-height: 24px;
    color: #38474D;
    margin-bottom: 2px;
    position: relative;
    top: 2px;
    font-family: 'PPTelegraf-Regular';
}
.testimonial-wrap .slide-view .item-key .client-info .c_data p {
    font-size: 12px;
    line-height: 20px;
    color: #606C70;
    margin: 0;
}
.testimonial-wrap .slide-view .item-key .link-testim {
   color: #134E64;
   font-size: 12px;
   line-height: 1;
   letter-spacing: -0.12px;
   border-top: 1px solid #EDEDEE;
   margin-top: 10px;
   padding-top: 14px;
   font-family: "Inter", sans-serif;
   font-weight: 500;
}
.testimonial-wrap .slide-view .item-key .link-testim a {
    background: transparent;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.testimonial-wrap .slide-view .item-key .link-testim a svg {
    margin-left: 3px;
}
.testimonial-wrap .slide-view .item-key .link-testim a:hover {
    text-decoration: none;
}
.revSlideDesk .slide-view .owl-dots {
    display: none;
}
.testimonial-wrap .owl-carousel .nav-btn {
    top: -46% !important;
    border-radius: 0;
}
.testimonial-wrap .owl-carousel .prev-slide {
    right: -68%;
}
.testimonial-wrap .owl-carousel .next-slide {
    right: 11%;
}
.testimonial-wrap .owl-carousel .nav-btn i {
    font-size: 19px;
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
}
.owl-carousel .prev-slide:hover {
    background-position: 0 -53px;
}
.owl-carousel .prev-slide {
    left: -28px;
}
.owl-carousel .nav-btn {
    position: absolute;
    cursor: pointer;
    top: 45% !important;
    border-radius: 5px;
}
.revSlideDesk .owl-carousel .owl-nav.disabled {
    display: block;
}
.revDots .owl-carousel .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.revDots .owl-carousel button.owl-dot span {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #D9D9D9;
    border-radius: 30px;
}
.revDots .owl-carousel button.owl-dot.active span {
    background: #F8A720;
}
.testiWallet {
    padding: 50px 0 100px;
}
/* ================================ //Testimonial Wrap ================================== */

/* ================================ Banner Home ================================== */
.banner-home-case {
    position: relative;
    width: 100%;
    float: left;
    padding: 120px 0 50px;
}
.banner-home-case .banner-content {
    position: relative;
    padding: 90px 0;
    max-width: 450px;
}
.banner-home-case .banner-content p {
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
}
.banner-home-case .button-bn {
    margin-top: 40px;
}
/* ================================ //Banner Home ================================== */

/* ================================ Currency Swap ================================== */
.currency-swap .pay_one {
    padding-bottom: 140px;
    background-image: url(../images/screens/wallet-1.png);
    background-position: left;
    background-size: 39%;
    background-repeat: no-repeat;
}
.currency-swap .pay_items.pay_one .block_content {
    max-width: 500px;
    padding: 150px 0 30px;
    margin: 0 auto;
}
/* ================================ //Currency Swap ================================== */

/* ================================ Digital Fiat Crypto Swap ================================== */
.digi-fiatCrypto-swap {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 0;
    text-align: center;
    background: url(../images/background-patterns/global-pay.png) no-repeat center/cover;
}
.digi-fiatCrypto-swap .headline-area {
    max-width: 800px;
    margin: 0 auto;
}
.digi-fiatCrypto-swap .headline-area h2 {
    margin-bottom: 18px;
}
.digi-fiatCrypto-swap .image_area {
    max-width: 1284px;
    margin: 0 auto;
    padding-top: 30px;
}
.digi-fiatCrypto-swap .digi_blocks .dg_item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}
.digi-fiatCrypto-swap .digi_blocks .dg_item .infoo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
}
.digi-fiatCrypto-swap .digi_blocks .dg_item h2 {
    color: #070707;
    font-size: 17px;
    margin: 0;
}
.digi-fiatCrypto-swap .digi_blocks .dg_item p {
    margin-bottom: 0;
}
/* ================================ //Digital Fiat Crypto Swap ================================== */

/* ================================ Multicurrency Area ================================== */
.multicurrency-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 0;
    background: #E8F0F1;
}
.multicurrency-area .headline-area {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}
.multicurrency-area .headline-area h2 {
    font-size: 56px;
    line-height: 64px;
}
.multicurrency-area .map-view {
    padding-top: 34px;
}
/* ================================ //Multicurrency Area ================================== */

/* ================================ Yield Pay ================================== */
.yield_pay {
    padding: 60px 0 100px;
}
.yield_pay .pay_items .block_content {
    max-width: 480px;
    padding: 100px 0 30px;
    
}
.yield_pay .pay_items.pay_one .block_content {
    margin: 0 auto;
}

.yield_pay .pay_items.pay_two .block_content {
    padding: 60px 0;
}
.yield_pay  .headline-area {
    text-align: left;
}
/* ================================ //Yield Pay ================================== */

/* ================================ Credit Line Pay ================================== */
.crediLine-pay {
    padding: 40px 0 100px;
}
.crediLine-pay .headline-area-two h2 {
    color: #fff;
    margin-bottom: 24px;
}
.crediLine-pay .pay_items .block_content {
    max-width: 480px;
    padding: 70px 0 30px;
    margin: 0 auto;
}
.crediLine-pay .pay_items.pay_one {
    padding-bottom: 150px;
}
.crediLine-pay .pay_items.pay_two .block_content {
    max-width: 520px;
    padding: 100px 0 30px;
    margin: 0;
}
/* ================================ //Credit Line Pay ================================== */

/* ================================ Card Box Credit ================================== */
.card-box-credit {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0 80px;
}
.card-box-credit .box_area {
    text-align: center;
    border-radius: 56px;
    padding: 2px;
    background: linear-gradient(45deg, #FFAA85, #B3315F);
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    border: 1px solid transparent;
}
.card-box-credit .box_area .bg-white {
    background: #fff;
    border-radius: 52px;
    padding: 80px 40px;
}
.card-box-credit .box_area .headline-area h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
}
.card-box-credit .box_area .headline-area {
    max-width: 682px;
    margin: 0 auto;
}
.card-box-credit .box_area .headline-area p {
    margin-bottom: 50px;
}
/* ================================ //Card Box Credit ================================== */

/* ================================ Card Blue Box ================================== */
.card-blue-box {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0 80px;
    background: #f5f5f5;
}
.card-blue-box .headline-area h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
    padding-top: 40px;
}
.card-blue-box .headline-area {
    padding: 90px 40px 90px 80px;
}
.card-blue-box .headline-area p {
    margin-bottom: 50px;
}
.card-blue-box  img {
    width: 460px;
}
/* ================================ //Card Blue Box ================================== */

/* ================================ Mid Fund ================================== */
.mid-fund {
    position: relative;
    width: 100%;
    float: left;
    padding: 100px 0 70px;
    text-align: center;
}
.mid-fund .headline-area h2 {
    margin-bottom: 22px;
}
.mid-fund .headline-area {
    max-width: 800px;
    margin: 0 auto 60px;
}
.otc--mid {
    padding-bottom: 30px;
}
.otc--mid .headline-area {
    margin-bottom: 20px;
}
.mid-fund img {
    max-width: 1180px;
    width: 100%;
}
.mid-fund .otc_block .itemAccess {
   text-align: center;
   max-width: 450px;
    margin: 0 auto;
}
.mid-fund .otc_block .itemAccess img {
    width: 100px;
    margin-bottom: 24px;
    margin-top: 0;
}
.mid-fund .otc_block .itemAccess h3 {
    font-size: 22px;
}
.mid-fund .otc_block .itemAccess p {
    margin: 14px 0 0;
}
/* ================================ //Mid Fund ================================== */

/* ================================ Banner Pricing ================================== */
.banner-pricing {
    position: relative;
    width: 100%;
    float: left;
    padding: 100px 0 80px;
}
.banner-pricing .headline-area {
    max-width: 700px;
    padding-bottom: 40px;
}
.banner-pricing .headline-area .sub-heading {
    margin: 0 0 40px;
}
.banner-pricing .headline-area h1 {
    font-size: 78px;
}
.banner-pricing .button-bn {
    margin-top: 30px;
}
.banner-pricing .headline-area-two .sub-heading {
   text-transform: uppercase;
   color: #000;
}
.banner-pricing img {
    max-width: 200px;
    margin: 0 auto 36px;
}
.banner-contact img {
    max-width: 440px;
}
/* ================================ //Banner Pricing ================================== */

/* ================================ Pricing Wrap ================================== */
.pricing-wrap {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 0 90px;
    background: linear-gradient(156deg, #FFF 15.19%, #D9E3E6 116.53%);
}

.pricing-wrap .why_list {
    position: relative;
    float: left;
    width: calc(100% + 16px);
    left: -8px;
}
.pricing-wrap .why_list .item_single {
    transition: all 0.7s ease 0s;
    width: calc(33.33% - 16px);
    float: left;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    margin: 8px;
    transform: translateZ(0);
    /* overflow: hidden; */
}
.pricing-wrap .why_list .item_single .item--width {
  width: 100%;
  border: 1px solid #E6E6E7;
  border-radius: 12px;
  padding: 34px;
  height: 158vh;
  background: #FFF;
}
.pricing-wrap .why_list .item_single:nth-child(2) .item--width {
    margin: 0 auto;
    border: 1px solid #CCCCD0;
    box-shadow: 0px 8px 16px -4px rgba(78, 77, 89, 0.08), 0px 4px 32px -4px rgba(78, 77, 89, 0.08), 0px 24px 48px -12px rgba(78, 77, 89, 0.08), 0px 48px 96px -24px rgba(78, 77, 89, 0.08);
}
.pricing-wrap .why_list .item_single:last-child .item--width {
    margin: 0 0 0 auto;
}
.pricing-wrap .why_list .item_single:first-child .item--width .custom-btn {
    background: #ECF1F3;
    color: #11475b;
}
.pricing-wrap .why_list .item_single:first-child .item--width .custom-btn:hover {
    background: #124c61;
    color: #fff;
}
.pricing-wrap .why_list .item_single .item--width::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 0;
    height: 4px;
    transition: width 0.4s ease;
}

.pricing-wrap .why_list .item_single:first-child .item--width::before {
    background-color: #134E64;
}

.pricing-wrap .why_list .item_single:nth-child(2) .item--width::before {
    background-color: #F8A720;
}

.pricing-wrap .why_list .item_single:last-child .item--width::before {
    background-color: #8B86E1;
}

.pricing-wrap .why_list .item_single:hover .item--width {
    border-radius: 0 0 12px 12px;
}
.pricing-wrap .why_list .item_single:hover .item--width::before {
    width: 100%;
    margin: 0 auto;
}






.pricing-wrap .why_list .item_single .top-info {
    height: 330px;
    text-align: center;
}
.pricing-wrap .why_list .item_single h3 {
    font-size: 18px;
    margin-bottom: 12px;
}
.pricing-wrap .why_list .item_single h3 span {
    background: #E0F8ED;
    border-radius: 20px;
    padding: 6px 14px 6px;
    font-size: 13px;
    line-height: 1;
    position: relative;
    top: -4px;
    margin-left: 6px;
    color: #104A30;
    font-family: 'PPTelegraf-Regular';
}
.pricing-wrap .why_list .item_single h3 span.basic {
    background: #FDE2B5;
}
.pricing-wrap .why_list .item_single h4 {
    font-size: 56px;
    line-height: 1;
    color: #333442;
    border-top: 1px solid #d1d1d1;
    padding-top: 24px;
}
.pricing-wrap .why_list .item_single h4 sup {
    color: #333442;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    top: -4px;
    left: 6px;
    font-family: 'PPTelegraf-Regular';
}
.pricing-wrap .why_list .item_single h4 span {
    font-family: 'PPTelegraf-Regular';
    font-size: 18px;
    color: #4D4D5A;
    letter-spacing: -0.72px;
}
.pricing-wrap .why_list .item_single p {
    margin-bottom: 24px;
}
.pricing-wrap .why_list .item_single .custom-btn {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 40px;
    text-align: center;
}
.pricing-wrap .why_list .item_single  .month {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 8px;
}
.pricing-wrap .why_list .item_single .bottom-info  {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding-top: 26px;
    padding-bottom: 16px;
    height: 32vh;
}
.pricing-wrap .why_list .item_single .bottom-info ul li {
    position: relative;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    padding: 4px 0;
    align-items: center;
    gap: 8px;
    font-weight: 300;
}
/* .pricing-wrap .why_list .item_single .bottom-info ul li::before {
    font-family: "FontAwesome";
    content: "\f058";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-right: 6px;
    color: #2EB88A;
} */
.pricing-wrap .why_list .item_single .bottom-info h5 {
    color: #4D4D5A;
    font-size: 16px;
    margin-bottom: 10px;
}
.pricing-wrap .why_list .item_single .case-study {
    padding-top: 22px;
}
.pricing-wrap .why_list .item_single .case-study h5 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 26px;
}
.pricing-wrap .why_list .item_single .case-study .case_box h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #4D4D5A;
}
.pricing-wrap .why_list .item_single .case-study .case_box p {
   font-size: 14px;
   line-height: 22px;
} 
.pricing-wrap .why_list .item_single .case-study .case_box:last-child p {
    margin-bottom: 0;
}
/* ================================ //Pricing Wrap ================================== */

/* ================================ Testimonial Price ================================== */
.testimonial-price {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 120px;
}
.testimonial-price .feedback-box {
    background: #f1f1f1;
    border-radius: 20px;
    padding: 50px;
}
.testimonial-price .feedback-box .headline-area {
    margin-bottom: 50px;
}
.testimonial-price .feedback-box .fd_item {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
}
.testimonial-price .feedback-box .fd_item i {
    color: #F49B0B;
    font-size: 20px;
    margin-bottom: 20px;
}
.testimonial-price .feedback-box .fd_item p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 24px;
}
.testimonial-price .feedback-box .fd_item .client-info {
    margin-top: 22px;
}
.testimonial-price .feedback-box .fd_item .client-info .c_img {
    width: 52px;
    float: left;
    margin-right: 8px;
}
.testimonial-price .feedback-box .fd_item .client-info .c_img img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.testimonial-price .feedback-box .fd_item .client-info .c_data h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
    position: relative;
    top: 2px;
}
.testimonial-price .feedback-box .fd_item .client-info .c_data p {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    opacity: 0.8;
}
/* ================================ //Testimonial Price ================================== */

  /* ================================ Banner Teams ================================== */
.banner-teams {
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0 120px;
    background: url(../images/background-patterns/team-top.png) no-repeat center / cover;
}
.banner-teams .headline-area {
    max-width: 820px;
    margin-bottom: 40px;
    padding-top: 80px;
}
.banner-teams .headline-area .sub-heading {
    margin: 0 0 30px;
}
.banner-teams .button-bn {
    margin-top: 30px;
}
.banner-teams .headline-area-two .sub-heading {
   text-transform: uppercase;
   color: #000;
}
.tm-main-bg{
    background-image: url(https://honeycoin.app/assets/images/teams/team-all.png);
    background-position: right 0;
    background-size: 52%;
    background-repeat: no-repeat;
}
.banner-teams .top_info {
    padding-bottom: 60px;
}
.banner-teams .mission_area .img_lvs {
    box-shadow: 0px 8px 16px -4px rgba(78, 77, 89, 0.24), 0px 4px 32px -4px rgba(78, 77, 89, 0.16), 0px 24px 48px -12px rgba(78, 77, 89, 0.08), 0px 48px 96px -24px rgba(78, 77, 89, 0.08);
    border-radius: 8px;
    max-width: 670px;
    margin-top: 10px;
}
.right_ms {
    max-width: 520px;
    margin: 0 auto;
}
.right_ms .headline-area {
    margin-top: 50px;
}
.mission_area {
    padding-top: 100px;
}
.mission_area .vission_mission_block {
    position: relative;
    padding-top: 140px;
}
.mission_area .vission_mission_block .item_vs {
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #EDEDEE;
}
.mission_area .vission_mission_block .item_vs:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.mission_area .vission_mission_block .item_vs h3{
    font-size: 24px;
}
/* ================================ //Banner Teams ================================== */

/* ================================ Team List ================================== */
.team_list {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 0;
    background: url(../images/background-patterns/teams.png) no-repeat center/cover;
}
.team_list .all_members {
    position: relative;
    float: left;
    width: calc(100% + 20px);
    left: 0;
}
.team_list .all_members img {
    /* height: 438px;
    object-fit: cover; */
    width: 100%;
}
.team_list .all_members .t_items {
    transition: all 0.7s ease 0s;
    width: calc(25.8% - 46px);
    float: left;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    transform: translateZ(0);
    height: 410px;
    margin: 16px;
}
.team_list .all_members .t_items .content_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 5%;
    padding: 14px 30px;
    z-index: 9;
}
.team_list .all_members .t_items .content_wrap {
    text-align: center;
}
.team_list .all_members .t_items .content_wrap h2 {
    color: #FFF;
    font-size: 26px;
    line-height: 32px;
}
.team_list .all_members .t_items .content_wrap p {
    color: #F8A720;
}
.team_list .teams_headline {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 60px;
}
.team_list .teams_headline h2 {
  color: #F8A720;
  font-size: 140px;
  line-height: 1;
  display: inline-block;
  animation: marquee 30s linear infinite;
  font-family: 'PPTelegraf-Regular';
}
@keyframes marquee {
   0% {
        transform: translateX(100%);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
/* ================================ //Team List ================================== */

/* ================================ FAQ Block ================================== */
.faq-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 90px;
    background: #F7F7F7;
}
.faq-block .faq-accordion {
    margin-top: 60px;
}
.faq-block .faq-accordion .card {
    border: none;
    margin: 0 0 10px 0;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
}
.faq-block .faq-accordion .card h3 {
    background: url('../images/icons/arrow-up.png') no-repeat calc(100% - 6px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Gilmer-Regular';
}

.faq-block .faq-accordion .card h3.collapsed {
    background-image: url('../images/icons/arrow-down.png');
}

.faq-block .faq-accordion .card-body {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 1.55rem;
}
.faq-block .faq-accordion .card-body p {
    opacity: 0.9;
    margin-bottom: 0;
}
/* ================================ //FAQ Block ================================== */

.banner-contact p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    padding-right: 35%;
}
.banner-contact .headline-area {
    max-width: 660px;
}

/* ================================ Contact Form Area ================================== */
.contact-form-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0 80px;
}
.contact-form-area .form-wrap {
    position: relative;
    width: 100%;
    float: left;
}
.contact-form-area .contact-left {
   max-width: 600px;
}

.testi-contents {
    padding-top: 50px;
}
.testi-contents .item-client {
    margin-bottom: 38px;
}
.testi-contents .item-client h3 {
    font-family: 'Gilmer-Regular';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
    color: rgba(0, 0, 0, 0.70);
}
.testi-contents .item-client  h4 {
    font-size: 18px;
    margin-bottom: 3px;
}
.testi-contents .item-client p {
    font-size: 13px;
    color: #636363;
    line-height: 20px;
}
/* ================================ //Contact Form Area ================================== */

/* ================================ Top Bar ================================== */
.top-bar {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    background: #F49B0B;
}
.top-bar .note {
    font-size: 13px;
    /* max-width: 1040px; */
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.12px;
}
.top-bar .note span {
    font-family: 'Gilmer-Bold';
}
.top-bar .note svg {
    vertical-align: middle;
}
.top-bar .note img {
    width: 24px;
}
.top-bar .note:hover {
    color: #000;
    text-decoration: none;
}
/* ================================ //Top Bar ================================== */


/* ================================ Access All Length ================================== */
.access-all-length {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 40px;
    background-color: white;
    background-image: url(../images/background-patterns/all-access.png);
    background-repeat: no-repeat;
    background-position: right 31%;
    background-size: 14%;
}
.access-all-length  .headline-area {
    text-align: left;
    margin-bottom: 22px;
}
.access-all-length .headline-area .sub-heading span {
    color: #688E9C; 
}
.access-all-length .headline-area .sub-heading {
    margin: 0 0 30px;
}
.access-all-length .main-one {
    border-radius: 40px;
    background: #F6F8F9;
    padding: 72px 64px;
    margin-bottom: 80px;
}
.access-all-length .pdn-two {
    padding: 0 64px 0 0;
}
.access-all-length .main-one .cn_width{
    max-width: 500px;
}
/* ================================ //Access All Length ================================== */

/* ================================ Why Choose ================================== */
.why-choose {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
/* ================================ //Why Choose ================================== */

/* ================================ Reason Selection Block ================================== */
.reason-selection-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 100px;
}
.reason-selection-block .box_why {
    width: 100%;
    padding: 48px 64px;
    border-radius: 24px;
    background: linear-gradient(90deg, #092530 0.04%, #0F3E50 100.04%);
}
.reason-selection-block .box_why .headline-area {
    max-width: 400px;
    margin-bottom: 50px;
}
.reason-selection-block .box_why .headline-area h2 {
    color: #ECF1F3;
    font-size: 56px;
    line-height: 64px;
}
.reason-selection-block .box_why .headline-area h2 span {
    color: #F8A720;
}
.reason-selection-block .choose-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    max-width: 600px;
}
.reason-selection-block .choose-content .item_why {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.reason-selection-block .choose-content .item_why .why-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.reason-selection-block .choose-content .item_why .why-info h3 {
    color: #fff;
    opacity: 0.95;
    font-size: 22px;
}
.reason-selection-block .choose-content .item_why .why-info p {
    margin: 0;
    color: #EEE;
}
.reason-selection-block .mn_img {
    padding-top: 50px;
    text-align: right;
}
.reason-selection-block .wLreq-block .custom-btn {
    background: #F8A720;
    color: #000;
    padding: 22px 52px;
}
.reason-selection-block .wLreq-block p {
    font-size: 16px;
    line-height: 24px;
    color: #ECF1F3;
}
.reason-selection-block .wLreq-block ul {
    padding-left: 20px;
    margin-bottom: 40px;
}
.reason-selection-block .wLreq-block ul li {
    color: #EEE;
    padding: 8px 0;
}
/* ================================ //Reason Selection Block ================================== */

/* ================================ Minting Steamlined ================================== */
.minting-steamlined {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 100px;
    border-top: 1px solid #ECF1F3;
}
.minting-steamlined .box_why {
    width: 100%;
    border-radius: 24px;
    background: linear-gradient(90deg, #092530 0.04%, #0F3E50 100.04%);
}
.minting-steamlined .box_why .inffo-area {
    padding: 48px 64px;
}
.minting-steamlined .box_why .headline-area {
    max-width: 500px;
    margin-bottom: 40px;
    padding-top: 40px;
}
.minting-steamlined .box_why .headline-area h2 {
    color: #ECF1F3;
    font-size: 56px;
    line-height: 64px;
}
.minting-steamlined .box_why .headline-area h2 span {
    color: #F8A720;
}
.minting-steamlined .box_why p {
    margin-bottom: 40px;
}
.minting-steamlined .box_why p {
    font-size: 16px;
    line-height: 24px;
    color: #ECF1F3;
}
.minting-steamlined .box_why .custom-btn {
    background: #F8A720;
    color: #000;
    padding: 22px 52px;
}
.minting-steamlined .mn_img {
    padding: 40px 0 50px;
    text-align: right;
}
/* ================================ //Minting Steamlined ================================== */

/* ================================ Minting Bg ================================== */
.minting-bg {
    position: relative;
    width: 100%;
    float: left;
    padding: 120px 0 50px;
    background: url(../images/background-patterns/minting.png) no-repeat center/cover;
}
.minting-bg .headline-area {
    max-width: 880px;
    margin: 0 auto 60px;
    text-align: center;
}
.minting-bg .headline-area h2 {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 72px;
    color: #070707;
}
.minting-bg .headline-area h2 span {
    font-family: 'PPTelegraf-Regular';
}
.minting-bg .headline-area .sub-heading {
    background: #f4f4f4;
}
.minting-bg .imageBlock {
    max-width: 1080px;
    margin: 0 auto;
}
.invoice-bg-img {
    background-image: url(../images/background-patterns/invoice-bg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 70%;
    padding-bottom: 0;
}
/* ================================ //Minting Bg ================================== */

/* ================================ Investment Calculator ================================== */
.investment-calculator {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #F6F8F9;
    border-top: 1px solid #ECF1F3;
    border-bottom: 1px solid #ECF1F3;
}
.investment-calculator .inv_blocks {
    /* display: flex; */
    gap: 12px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 24px;
    border-radius: 24px;
}
/* .investment-calculator .inv_blocks .col-inv {
    flex: 1;
} */
.investment-calculator .inv_blocks .grf {
    background: #F6F8F9;
    border-radius: 16px;
    padding: 20px 20px 0;
    position: relative;
}
.cover_graph {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 55%);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(6.5px); 
}
.cover_graph p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #38474D;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.investment-calculator .inv_blocks .col-inv .calc_area {
    display: flex;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    max-width: 600px;
}
.investment-calculator .inv_blocks .col-inv .calc_area .headline-area p {
    margin-bottom: 10px;
}
.investment-calculator .rating_form {
    position: relative;
    width: 100%;
 }
 .investment-calculator .rating_form .full-btn {
    text-align: left;
 }
 .investment-calculator .rating_form .full-btn .custom-btn {
     margin-top: 52px;
 }
 .investment-calculator .rating_form .full-btn h6 {
     text-align: left;
     font-family: 'Gilmer-Regular';
 }
 .investment-calculator .rating_form .full-btn h6 span {
     color: rgba(0, 0, 0, 0.70);
     font-size: 14px;
     line-height: 16px;
     margin-bottom: 10px;
     display: inline-block;
 }
 .investment-calculator .rating_form .full-btn h6 span span {
     background: transparent;
     padding: 0;
     margin: 0;
 }
 .investment-calculator .rating_form .full-btn p {
     font-size: 14px;
     line-height: 16px;
     color: #000000;
     margin-bottom: 30px;
 }
 .investment-calculator .rating_form .f_list {
     margin-bottom: 22px;
 }
 .investment-calculator .rating_form .f_list .fmBorder {
    border-bottom: 1px solid #EDEDEE;
    padding-bottom: 24px;
 }
 .investment-calculator .rating_form .f_list .form-group label {
    font-size: 14px;
    line-height: 21px;
 }
 .investment-calculator .rating_form .f_list .form-group p {
    opacity: 0.7;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
 }
 .investment-calculator .rating_form .f_list .form-group .form_border {
    border-radius: 10px;
    background: #EDEDEE;
 }
 .accurate-rate .rating_form .f_list .form-group {
     margin-bottom: 30px;
 }
 .investment-calculator .rating_form .f_list .form-group .form_border .input-group .input-group-append {
    padding: 0 10px 0 22px;
    display: flex;
    height: 56px;
    justify-content: center;
    align-items: center;
    color: #8896a1;
    font-size: 14px;
 }
 .investment-calculator .rating_form .f_list .form-group .form_border .input-group .rightApnd {
    text-align: right;
    justify-content: end;
    width: 100%;
    padding-right: 18px;
 }
 .investment-calculator .rating_form .f_list .form-group .form_border .input-group .input-group-append img {
     width: 28px;
     border-radius: 4px;
     margin-right: 5px;
 }
 .investment-calculator .rating_form .f_list .form-group .form_border .input-group .form-control {
     border: none;
     font-size: 17px;
     height: 56px;
     border-radius: 10px;
     text-align: right;
     background: transparent;
     padding-right: 20px;
 }
 .investment-calculator .rating_form .f_list .form-group .form_border .input-group .form-control::placeholder {
    color: #8896a1;
 }
 .investment-calculator .rating_form .f_list .form-group .form_border .input-group .yrs-input {
    text-align: left;
    padding-left: 22px;
 }
 .investment-calculator .rating_form .f_list .form-group .form_border .input-group p {
     margin: 0;
     color: #000000;
     font-size: 14px;
     margin: 16px 0 16px 3px;
     cursor: pointer;
     width: 100%;
 }
 .investment-calculator .rating_form .f_list .form-group .form_border .input-group p.bankTag {
     margin: 10px 0 10px 6px;
 }
 .investment-calculator .rating_form .f_list .form-group .form_border .input-group p.bankTag i {
     top: 7px;
 }
 .investment-calculator .rating_form .f_list .form-group .form_border .input-group p .minute_tag {
     color: #4D56FF;
     font-size: 12px;
     line-height: 16px;
     background: rgba(77, 86, 255, 0.1);
     border-radius: 24px;
     padding: 10px 18px;
     display: inline-block;
     font-family: 'Gilmer-Bold';
     margin-left: 8px;
 }
 .investment-calculator .rating_form .f_list .form-group .form_border .input-group p i {
     margin-right: 20px;
     font-size: 22px;
     vertical-align: middle;
     float: right;
     position: relative;
     top: 2px;
     color: #000;
 }
 .investment-calculator .rating_form .f_list .form-group h6 {
     margin: 40px 0 0;
 }
 .investment-calculator .rating_form .f_list .form-group h6 span {
     color: #4D56FF;
     font-size: 14px;
     line-height: 16px;
     background: rgba(77, 86, 255, 0.1);
     border-radius: 24px;
     padding: 10px 18px;
     margin-bottom: 10px;
     display: inline-block;
 }
 
 .drop_box {
    position: relative;
 }
 .drop_box .custom_currency_dropdown {
     background: #ebebeb;
     border-radius: 10px;
     padding: 22px;
     position: absolute;
     width: 100%;
     z-index: 9;
     top: 57px;
     right: -2px;
     box-shadow: 0 8px 16px -5px rgb(0 0 0 / 25%)
 }
 .drop_box .custom_currency_dropdown .search-control {
     width: 100%;
     font-size: 14px;
     border: 0.4px solid #b0afaf;
     border-radius: 16px;
     padding: 8px 12px;
     margin-bottom: 15px;
 }
 .drop_box .custom_currency_dropdown .search-control::placeholder {
     color: #828282;
 }
 .drop_box .custom_currency_dropdown .menu-list-scroll {
     height: 76px;
     overflow: auto;
 }
 .drop_box .custom_currency_dropdown .menu-list-scroll::-webkit-scrollbar-track
     {
     -webkit-box-shadow: inset 0 0 2px #010104;
     background-color: #F5F5F5;
 }
 
 .drop_box .custom_currency_dropdown .menu-list-scroll::-webkit-scrollbar {
     width: 2px;
     background-color: #F5F5F5;
 }
 
 .drop_box .custom_currency_dropdown .menu-list-scroll::-webkit-scrollbar-thumb {
     background-color: #000;
     border: 2px solid #000;
 }
 .accurate-rate .rating_form .f_list .grp-link {
    cursor: pointer;
 }
 .drop_box .custom_currency_dropdown ul {
     padding: 0;
     margin: 0;
 }
 .drop_box .custom_currency_dropdown ul li {
     list-style-type: none;
     color: #07071F;
     padding: 6px 0;
     cursor: pointer;
     font-size: 14px;
 }
 .drop_box .custom_currency_dropdown ul li img {
     width: 26px;
     border-radius: 4px;
     margin-right: 10px;
     vertical-align: middle;
 }
 .drop_box .delivry_method_dropdown {
     background: #FFFFFF;
     border-radius: 16px;
     padding: 22px;
     position: absolute;
     width: 50vh;
     z-index: 9;
     top: 57px;
     right: -92px;
     box-shadow: 0 8px 16px -5px rgb(0 0 0 / 25%)
 }
 .drop_box .delivry_method_dropdown .method-block ul {
     padding: 0;
     margin: 0;
 } 
 .drop_box .delivry_method_dropdown .method-block ul li {
     list-style-type: none;
     border: 0.8px solid #c6cbd1;
     border-radius: 16px;
     padding: 10px 12px;
     margin-bottom: 10px;
     cursor: pointer;
 }
 .drop_box .delivry_method_dropdown .method-block ul li:hover {
     border: 0.8px solid #F89F4C;
 }
 .drop_box .delivry_method_dropdown .method-block ul li.active {
     border: 1px solid #F89F4C;
 }
 .drop_box .delivry_method_dropdown .method-block ul li:last-child {
     margin-bottom: 0;
 }
 .drop_box .delivry_method_dropdown .method-block ul li h5 {
     font-size: 17px;
     line-height: 22px;
     color: #07071F;
     margin-bottom: 5px;
 }
 .drop_box .delivry_method_dropdown .method-block ul li p {
     color: #07071F;
     font-size: 15px;
     margin-bottom: 0;
 }
 .grph_headline {
    text-align: center;
    padding: 10px 0 50px;
 }
 .grph_headline h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 14px;
    color: #061920;
    font-style: italic;
    font-weight: 500;
 }
 .grph_headline h3 span {
    color: #000;
    font-weight: 700;
 }
 .grph_headline p {
    font-size: 13px;
    margin-bottom: 0;
 }
 .grph_headline p span i {
    vertical-align: middle;
    font-size: 20px;
 }
 .grph_headline p span.red {
    color: #12B76A;
  }
 .grph_headline p span.green {
   color: #12B76A;
 }
/* ================================ //Investment Calculator ================================== */

/* ================================ FAQ query block ================================== */
.faq-query-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #041115;
}
.faq-query-block .headline-area {
   text-align: center;
}
.faq-query-block .headline-area h2 {
    color: #fff;
    margin-bottom: 20px;
}
.faq-query-block .headline-area p {
    color: #fff;
    max-width: 480px;
    margin: 0 auto;
}
.fq_wrap_all {
    padding-top: 60px;
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.fq_wrap_all .item--fq {
    border-radius: 10px;
    background: #06181E;
    padding: 32px;
    margin-bottom: 20px;
    cursor: pointer;
}
.fq_wrap_all .item--fq.active {
    border: 1px solid #0D323F;
    background: #09222B;
}
.fq_wrap_all .item--fq h3 {
    font-family: 'PPTelegraf-Regular';
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.fq_wrap_all .item--fq p {
    margin-bottom: 0;
    margin-top: 18px;
    color: #fff;
    opacity: 0.8;
}
.fq_wrap_all .item--fq .head-qstn {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}
.fq_wrap_all .item--fq .head-qstn i {
     font-size: 30px;
     color: #fff;
}
.fq_wrap_all .item--fq.active .head-qstn i{
    color: #F8A720;
}
.body-qstn {
    display: none;
}
/* ================================ //FAQ query block ================================== */

/* ================================ Contact Strip ================================== */
.contact-strip {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #041115;
    text-align: center;
}
.contact-strip .headline-area h2 {
    color: #fff;
    margin-bottom: 20px;
}
.contact-strip p {
    color: #AFB5B8;
    font-size: 16px;
    margin-bottom: 40px;
}
.contact-strip .custom-btn {
    background: rgba(255, 255, 255, 0.10);
    padding: 18px 36px;
}
.contact-strip .custom-btn i {
    margin-left: 4px;
    font-size: 18px;
    vertical-align: middle;
}
.contact-strip .custom-btn:hover {
    background: #134E64;
}
.teams_contact .block_wrap {
    max-width: 680px;
    margin: 0 auto;
}
/* ================================ //Contact Strip ================================== */

/* ================================ OTC Works ================================== */
.otc-works {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 110px;
    background: url(../images/background-patterns/otc-how-bg.png) no-repeat center/cover;
}
.otc-works .headline-area {
    max-width: 600px;
    margin: 0 auto 80px;
    text-align: center;
}
.otc-works .wd-otc {
    max-width: 1080px;
    margin: 0 auto;
}
.otc-works .deck-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 50px;
}
.otc-works .deck-list .deck-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.otc-works .deck-list .deck-item p {
    color: #061920;
    font-size: 16px;
    line-height: 24px;
}

.wLprogm-area {
    background: none;
    padding-bottom: 20px;
}
.wLprogm-area .wd-otc {
    max-width: 100%;
}
.wLprogm-area .deck-list {
    gap: 30px;
    max-width: 100%;
}
/* ================================ //OTC Works ================================== */

/* ================================ Banner White Level ================================== */
.banner-white-level {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 0 100px;
    background: url(../images/background-patterns/whiteLevel.png) no-repeat center top/cover;
}
.banner-white-level .headline-area {
    max-width: 740px;
    padding-top: 180px;
}
.banner-white-level .headline-area h1 {
    color: #fff;
    font-size: 100px;
    line-height: 114px;
}
.banner-white-level .headline-area p {
    color: #D7DADB;
    margin-bottom: 30px;
}
.banner-white-level .custom-btn {
    background: #fff;
    color: #134E64;
}
.banner-white-level .why_build {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 50px;
}
.banner-white-level .why_build .headline-area {
    padding-top: 100px;
    max-width: 500px;
    margin-bottom: 80px;
}
.banner-white-level .why_build .headline-area h2 {
    color: #fff;
}
.banner-white-level .why_build .bk-list {
    padding-top: 10px;
    padding-bottom: 10px;
}
.banner-white-level .why_build .bk-list .build-block {
    border-radius: 16px;
    border: 1.103px solid rgba(244, 232, 222, 0.09);
    background: rgba(71, 69, 82, 0.20);
    display: flex;
    padding: 64px 25px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    height: 340px;
    text-align: center;
}
.banner-white-level .why_build .bk-list .build-block p {
    color: #D7DADB;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.banner-white-level .why_build .bk-list .build-block img {
   width: 82px;
} 
#icMask {
    position: absolute;
    right: 0;
    width: 380px;
    top: 14%;
}
@media (max-width: 1024px) {
    #icMask {
        display: none;
    }
}
/* ================================ //Banner White Level ================================== */

/* ================================ Subscribe Modal ================================== */
.modalSuccess {
    background: rgb(0 0 0 / 61%);
}
.modalSuccess .modal-header {
    border-bottom: none;
    flex-direction: row-reverse;
    padding-bottom: 4px;
}
.modalSuccess .modal-body {
    text-align: center;
    padding: 30px 0 40px;
}
.modalSuccess .modal-body img {
   width: 110px;
   margin-bottom: 30px;
}
.modalSuccess .modal-content {
    border: none;
    border-radius: 12px;
}
.modalSuccess .custom-btn{
    width: 30%;
    margin-top: 20px;
}
@media (min-width: 576px) {
    .modalSuccess .modal-dialog {
        max-width: 600px;
        margin: 110px auto 100px;
    }
}
/* ================================ //Subscribe Modal ================================== */


.main-help-center {
    position: relative;
    width: 100%;
    float: left;
    padding: 100px 0 80px;
}
.help_main .bnr_block {
    text-align: center;
}
.help_main .bnr_block .headline-area {
    max-width: 780px;
    margin: 0 auto 50px;
}
.detailed_help .bnr_block .headline-area h1 {
  font-size: 32px;
  line-height: 48px;
}


.help-boxes {
    position: relative;
    width: 100%;
    padding: 50px 0 0;
    max-width: 1200px;
    margin: 20px auto 0;
}
.help-boxes .box_blocks {
    background: #EDEDEE;
    display: flex;
    width: 100%;
    height: 370px;
    padding: 24px 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 12px;
    position: relative;
    margin-bottom: 35px;
}
.help-boxes .box_blocks .main_help {
   width: 100%;
   object-fit: cover;
   height: 194px;
   border-radius: 12px;
}
.box_content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 12px;
    position: relative;
}
.help-boxes .box_blocks .top-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.help-boxes .box_blocks .top-info h2 {
    color: #061920;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.42px;
    margin: 0;
}
.help-boxes .box_blocks .bottom-info a {
    color: #061920;
    font-size: 13px;
    letter-spacing: -0.14px;
}
.help-boxes .box_blocks .bottom-info a:hover {
    text-decoration: none;
}
.help-boxes .box_blocks .bottom-info a span {
    padding: 2px 0;
    border-bottom: 1px solid #061920;
}
.still_help_need {
   position: relative;
   max-width: 350px;
   margin: 0 auto; 
   padding-top: 50px;
}
.still_help_need .hlp-link {
    display: flex;
    padding: 12px 16px 12px 24px;
    justify-content: space-between;
    align-items: center;
}
.still_help_need .hlp-link h3 {
    font-size: 18px;
    letter-spacing: -0.36px;
    font-family: 'PPTelegraf-Regular';
}
.all_hc_max {
    max-width: 1100px;
    margin: 0 auto;
}
.helpCn_faq {
    max-width: 100%;
    padding-top: 12px;
}
.helpCn_faq .item--fq {
    border-radius: 0;
    background: transparent;
    padding: 24px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #EDEDEE;
}
.helpCn_faq .item--fq h3 {
    color: #061920;
    font-size: 16px;
}
.helpCn_faq .item--fq.active {
    border: none;
    border-bottom: 1px solid #EDEDEE;
    background: transparent;
}
.helpCn_faq .item--fq p {
    color: #38474D;
    opacity: 1;
}
.helpCn_faq .item--fq ul {
    padding-left: 20px;
    margin-top: 8px;
}
.helpCn_faq .item--fq ul li {
    color: #38474D;
    padding: 2px 0;
    opacity: 1;
}
.helpCn_faq .item--fq .head-qstn i {
    font-size: 24px;
    color: #848484;
}
.fq_title {
    padding-top: 40px;
}
.fq_title h2 {
    color: #427183;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
}
.dtl_help_image {
    border-radius: 32px;
    border: 1px solid #EEEFF2;
    background: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(66, 74, 83, 0.12);
    padding: 20px;
    margin: 50px 0;
    height: 612px;
}
.dtl_help_image .imgVid_pos {
  position: relative;
  border-radius: 16px;
  height: 568px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dtl_help_image .imgVid_pos .place-img {
    border-radius: 16px;
    height: 568px;
    width: 100%;
    object-fit: cover;
}
.dtl_help_image .imgVid_pos video {
    width: 100%;
    height: 568px;
    object-fit: cover;
    border-radius: 16px;
}
.dtl_help_image .imgVid_pos iframe {
    width: 100% !important;
    height: 568px;
    border-radius: 16px;
    border: none;
}
#explainerVideo, #explainerVideo2 {
    width: 100%;
}
.dtl_help_image .bg-grad:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    border-radius: 16px;
    top: 0;
    left: 0;
    width: 100%;
    height: 568px;
    z-index: 1;
    background: #00000080;
}
.dtl_help_image .imgVid_pos .btn_click {
    position: absolute;
    top: 50%;
    left: 40%;
    z-index: 1;
}
.dtl_help_image .imgVid_pos .btn_click a {
    border: 1px solid #EDEDEE;
    background: #F6F6F7;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
    color: #061920;
}
.dtl_help_image .imgVid_pos .btn_click a:hover {
    text-decoration: none;
}
.page-breadcrum {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-size: 14px;
    padding-bottom: 80px;
}
.page-breadcrum a {
    color: #134E64;
}
.page-breadcrum span {
    color: #061920
}
@media (max-width: 767px) {
    .help-boxes .box_blocks {
        margin-bottom: 18px;
    }
    .dtl_help_image .imgVid_pos .place-img {
        height: 170px;
    }
}

/* ================================ Unlock Earning ================================== */
.unlock-earning {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 100px;
    border-top: 1px solid #ECF1F3;
    background: url(../images/background-patterns/unlock-earn.png) no-repeat center/cover;
}
.unlock-earning .mint_earn {
    padding: 72px 64px;
    border-radius: 40px;
    background: #F6F8F9;
}
.unlock-earning .mint_earn .headline-area {
   padding-top: 100px;
}
.unlock-earning .mint_earn .unlock_info {
    max-width: 470px;
    margin: 40px 0;
}
.unlock-earning .mint_earn .unlock_info .custom-btn {
    background: transparent;
    border-radius: 0;
    padding: 18px 0;
    font-size: 15px;
    color: #134E64;
}

.invoice_earn {
    border-bottom: 1px solid #ECF1F3;
    background: url(../images/background-patterns/unlock-earn-invoice.png) no-repeat center/cover !important;
}
.invoice_earn .mint_earn {
    background: #ECF1F3;
}
.invoice_earn .headline-area {
    padding-top: 30px !important;
    max-width: 400px;
}
.invoice_earn .unlock_info .deck-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    max-width: 500px;
    margin: 0 auto 50px;
}
.invoice_earn .unlock_info .deck-list .deck-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.invoice_earn .unlock_info .deck-list .deck-item p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .unlock-earning .mint_earn .headline-area {
        padding-top: 0;
     }
     .unlock-earning .mint_earn {
        padding: 35px 30px;
     }
}
/* ================================ //Unlock Earning ================================== */

/* ================================ Press Banner Banner ================================== */
.press-brand-banner .brand-tab-area {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 50px 0;
}
.press-brand-banner .brand-tab-area button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.press-brand-banner .brand-tab-area button.active {
    background: #ECF1F3;
    color: #134E64;
}
.sub-text-press {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.grid-brand .headline-area {
    max-width: 100%;
    padding-top: 80px;
    display: flex;
    align-items: center;
    gap: 64px;
}
.grid-brand .headline-area h2 {
    color: #fff;
}
.grid-brand .headline-area a {
    color: #F8A720;
    text-decoration: none;
}
.grid-brand .headline-area a:hover {
    text-decoration: none;
}
.grid-brand .headline-area a img {
    vertical-align: middle;
    margin-left: 2px;
}
.grid-brand .press-wraps {
   margin-top: 60px;
}
.grid-brand .press-wraps .press_block {
    margin-bottom: 50px;
}
.grid-brand .press-wraps .press_block .image-conf {
    border-radius: 16px;
    border: 1.103px solid rgba(244, 232, 222, 0.09);
    background: rgba(71, 69, 82, 0.20);
    padding: 8px;
    margin-bottom: 24px;
    position: relative;
}
.grid-brand .press-wraps .press_block .image-conf .transparent-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-brand .press-wraps .press_block .image-conf .transparent-logo img {
    max-width: 350px;
}
.grid-brand .press-wraps .press_block .image-conf .sbhc-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-brand .press-wraps .press_block .image-conf .sbhc-logo img {
    max-width: 350px;
}


.grid-brand .press-wraps .press_block .image-conf .solid-color {
    height: 390px;
    width: 100%;
    border-radius: 16px;
}
.grid-brand .press-wraps .press_block .image-conf .solid-color .code-colors {
    position: absolute;
    bottom: 25px;
    left: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.grid-brand .press-wraps .press_block .image-conf .solid-color .code-colors .code {
    font-weight: 500;
    font-size: 16px;
}
.grid-brand .press-wraps .press_block .image-conf .solid-color .code-colors .code.c-black {
    color: #000;
}
.grid-brand .press-wraps .press_block .image-conf .solid-color .code-colors .code.c-white {
    color: #fff;
}

.grid-brand .press-wraps .press_block .name-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.grid-brand .press-wraps .press_block .name-content h3 {
    font-family: 'PPTelegraf-Regular';
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.grid-brand .press-wraps .press_block .name-content a {
    text-decoration: none;
    color: #fff;
}
/* ================================ //Press Banner Banner ================================== */

/* ================================ Logo Avoid Wrap ================================== */
.logo-avoid-wrap {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.logo-avoid-wrap h3 {
    font-weight: 700;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    margin-top: 60px;
}
.logo-avoid-wrap .deck-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    max-width: 500px;
    padding-top: 30px;
}
.logo-avoid-wrap .deck-list .deck-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.logo-avoid-wrap .deck-list .deck-item p {
    color: #061920;
    font-size: 16px;
    line-height: 24px;
}
.logo-avoid-wrap .avoiding-logo {
    padding-top: 50px;
}
.logo-avoid-wrap .avoiding-logo .avd-item {
   position: relative;
   margin-bottom: 40px;
}
.logo-avoid-wrap .avoiding-logo .avd-item .close-icon {
   position: absolute;
   top: -8px;
   left: -8px;
   width: 28px;
   height: 28px;
}
.press-container {
    display: none;
}
.press-container.active {
    display: block;
}

/*============================ /Converter ============================*/
.converter-container {
    background-color: #E7ECEF;
}

.converter-container h1 {
    color: #070707;
    font-size: 68px;
    font-weight: 700;
    line-height: 80px;
    padding-top: 300px;
    text-align: center;
}

.converter-container .converter {
    background: url(../images/converter-frame.png) no-repeat center/cover;
    width: 100%;
    min-height: 630px;
    height:100%
}

.converter-container .sub-converter {
    display: flex;
    flex-direction: column;
    /* box-shadow: 0px 8px 24px 0px #4E4D591F; */
    box-shadow: 0px 8px 24px 0px #4E4D591F;
    -webkit-box-shadow: 0px 6px 12px -3px #4E4D590F;
    background-color: white;
    border-radius: 24px;
    margin: 30px auto;
    padding: 24px;
    max-width: 987px;
    width: 100%;
}

.converter-container .sub-container {
    display: flex;
    position: relative;
    justify-content: space-between;
}


.converter-container .amount-converter {
    background-color: #F6F6F7;
    padding: 16px 24px 16px 16px;
    max-width: 443px;
    width: 100%;
    border-radius: 12px;
}



.converter-container .amount-converter h2 {
    color: #070707;
    opacity: .4;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
}

.converter-container .amount-currency {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.converter-container .amount-currency span {
    padding: 6px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.converter-container .amount-currency h4 {
    font-weight: 700;
    font-size: 24px;
    font-family: 'PPTelegraf-UltraBold';
    line-height: 32px;
}

.amount-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}
.amount-currency .input {
    border-radius: 4px;
    padding: 6px 10px;
    all: unset;
    background: transparent;
    font-family: 'PPTelegraf-UltraBold';
    border: 1px solid #F6F6F7;
    width: 100%;
    box-sizing: border-box;
}

.amount-currency .curr {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    background-color: white;
    position: relative;
    cursor: pointer;
}

 .custom_currency_dropdown, .custom_currency_dropdown2 {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 22px;
  position: absolute;
  z-index: 9;
  top: 93px;
  right: 390px;
  box-shadow: 0 8px 16px -5px rgb(0 0 0 / 25%);
  display: none;
  cursor: pointer;
}


 .custom_currency_dropdown2 {
  right: -89px;
}

 .search-control {
  width: 100%;
  font-size: 14px;
  border: 0.4px solid #b0afaf;
  border-radius: 16px;
  padding: 8px 12px;
  margin-bottom: 15px;
}

 .search-control::placeholder {
  color: #828282;
}


 .menu-list-scroll {
  height: 172px;
  overflow: auto;
}

 .menu-list-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #010104;
  background-color: #F5F5F5;
}

 .menu-list-scroll::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

 .menu-list-scroll::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 2px solid #000;
}

 .menu-list-items {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  flex-direction: column;
}

 .menu-list-items .menu-list-item {
  list-style-type: none;
  color: #07071F;
  padding: 6px 0;
  cursor: pointer;
}

 .flags {
  width: 26px;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
}


 .amount-currency .currency-flag {
  width: 26px;
}
 .rate-icon-container {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 50%;
    height: 67px;
    display: flex;
    justify-content: center;
}

.rate-icon-container img {
    width: 100%;
}

 .img-converter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

   
}

 .img-converter .converter-info {
    color: #606C70;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

 .rate-converter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
}

 .currency {
color: #38474D;
font-size: 16px;
font-weight: 500;
line-height: 24px;
font-family: 'Inter';
}

 .rate {
display: flex;
align-items: center;
gap: 4px;
}

 .rate h4 {
padding-top: 4px;
color: #38474D !important;
font-weight: 700;
font-size: 24px;
line-height: 32px;
}

 .time {
color: #606C70;
font-size: 12px;
font-weight: 400;
line-height: 16px;
}

.btn-converter {
    display: flex;
    align-items: center;
    gap: 10px;
}

 .track, .historical-btn {
color: #FFFFFF;
background-color: #134E64;
border-radius: 8px;
padding: 12px 16px;
font-family: 'Inter';
line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}

.historical-btn {
    color: #134E64;
    background-color: #ECF1F3;
}



  /*============================ /Converter ============================*/

  /*============================ /Conversion ============================*/
  .conversion-container {
    background: url(../images/conversion-bg-img.png) no-repeat center/cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .conversion-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90deg, #f7f8f9 0%, #d6e1e1 100%);
    border-radius: 40px;
    max-width: 987px;
    width: 100%;
    padding: 64px 40px;
    margin: 0 auto;
  }

  .conversion-content .historical-data {
    color: #134E64;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: #ECF1F3;
    border: 1px solid #D9E3E6;
    padding: 8px 16px;
    border-radius: 30px;
    width: 132px;
    margin-bottom: 16px;
  }


  .conversion-content .historical-chart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }

  .conversion-content .historical-chart .chart-header {
    color: #273135;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    font-family: 'PPTelegraf-UltraBold';
  }

  .conversion-content .historical-chart .currency-time {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .conversion-text {
    color: #273135;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    font-family: "Inter", sans-serif;
  }

  .conversion-content .historical-chart .chart-time {
    color: #38474D;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .conversion-content .semi_headline {
    padding:8px;
    background-color: #EDEDEE;
    max-width: 439px;
    width: 100%;
    border-radius: 8px;
  }

.conversion-content .semi_headline .toggle_buttons {
  display: flex;
  align-items: center;
  gap: 24px;

}

.conversion-content .semi_headline .hours {
  display: flex;
  gap: 8px;  
  font-weight: 500;
  color: #061920;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 20px;
}

.time-filter-btn.active {
  border-radius: 8px;
  background: #fff;
  color: #061920;
  padding: 8px 16px;
}

.chart-container {
    background-color: white;
    margin-top: 24px;
    border-radius: 8.8px;
    border: .73px solid #EEEFF2;
}
/*============================ /Conversion ============================*/

/*============================ Virtual Account ============================*/
.va-bannr-image {
    padding-top: 90px;
}
.va-banner-mid {
    padding-bottom: 100px;
}
.va-banner-mid .headline-area {
    max-width: 540px;
}
.va-banner-mid .button-bn {
   padding-top: 30px;
} 
.currency-va-list {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    margin-top: 20px;
}
.currency-va-list .cr-item {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 4px;
    border-radius: 30px;
    border: 1px solid #D9E3E6;
    background: #ECF1F3;
    font-size: 14px;
    color: #061920;
}
.currency-va-list .cr-item img {
    width: 16px;
}
/*============================ //Virtual Account ============================*/