/*  
Theme Name:Bitcointaf Theme
Theme URI: http://bpract.com
Description: A WordPress theme frame work
Version: 2.0
Author: bpract
Author URI: http://bpract.com
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

�ie - Internet Explorer (All versions)
�ie8 - Internet Explorer 8.x
�ie7 - Internet Explorer 7.x
�ie6 - Internet Explorer 6.x
�gecko - Mozilla, Firefox (all versions), Camino
�ff3 - Firefox 3
�ff3_5 - Firefox 3.5 new
�opera - Opera (All versions)
�opera8 - Opera 8.x
�opera9 - Opera 9.x
�opera10 - Opera 10.x
�webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
�safari3 - Safari 3.x
�chrome - Google Chrome
*/
html,
body {
  scroll-behavior: initial !important;
  overflow-x: hidden;
}
#mybtcModal .btn-close {
  position: absolute;
  z-index: 9999;
  right: -19px;
  top: -23px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 34px;
  line-height: 40px;
  text-align: center;
  color: #000;
  cursor: pointer;
}
#mybtcModal h6 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
#mybtcModal .modal-body {
  padding: 30px;
}
#mybtcModal .alert-warning {
  color: var(--primarycolor);
  background-color: #f4eeff;
  border: 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
#mybtcModal i {
  font-size: 37px !important;
  margin-right: 20px;
}
#offerPopup {
  background-color: rgb(0 0 0 / 75%);
}

#offerPopup .modal-dialog {
  width: 350px;
}
#offerPopup .modal-body {
  padding: 1rem 2rem;
}
.modal-dialog .offerPopupModal h6 {
  font-size: 26px;
  text-align: center;
  color: #522e91;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 40px;
  padding-top: 20px;
}

.offerdetails {
  font-size: 16px;
  text-align: center;
  color: #522e91;
}
.fa-vimeo:before {
  content: "\f27d" !important;
}
.mobileflexBox {
  display: flex;
}
.allcartitems .afterremove,
#mydiv1 {
  background-color: #522f90;
  padding: 10px;
  border-radius: 4px;
  margin-top: calc(50vh - 200px);
  text-align: center;
  color: #fff;
}
.cntrcode {
  width: 100px;
  margin-right: 10px;
}
.btn-close {
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
#offerPopup .close {
  position: absolute;
  z-index: 9999;
  right: -19px;
  top: -23px;
  font-size: 28px;
  background-color: #f3e8e7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.mblnbr {
  width: 210px;
}
.login-and-register {
  display: flex;
  flex-wrap: wrap;
}
.login-and-register li:first-child a {
  border: 2px solid var(--primarycolor);
  border-radius: 4px;
  line-height: 21px;
  margin-left: 10px;
  padding: 8px 20px;
  color: var(--primarycolor) !important;
  font-size: 14px;
}

.login-and-register li:first-child a:hover {
  background-color: var(--primarycolor);
  color: #fff !important;
}
.login-and-register li:nth-child(2) a {
  margin-left: 10px;
  padding: 8px 26px;
  border: 2px solid var(--primarycolor);
  background-color: var(--primarycolor);
  color: #fff !important;
  border-radius: 4px;
  line-height: 21px;
  font-size: 14px;
}
.login-and-register li:nth-child(2) a:hover {
  background-color: transparent;
  color: var(--primarycolor) !important;
}
#offerPopup .form-group-filter {
  margin-top: 15px;
  width: 100% !important;
}
#offerPopup .form-group-filter label {
  font-size: 12px !important;
}
.offerFormBox .form-control {
  font-size: 14px;
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  height: 50px;
}

#offerPopup .modal-content {
  border-radius: 4px !important;
  line-height: 21px;
}

.note {
  clear: both;
  font-size: 12px;
  margin-top: 15px;
}

.subscribebtn {
  width: 80%;
  margin: 25px auto 10px;
  border-radius: 30px;
  background-color: #522e91;
  display: block;
  color: #fff;
  height: 51px;
}

.subscribebtn:hover {
  background-color: #522e91;
  color: #fff;
  opacity: 0.9;
}

.pageLoad {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.3s ease;
  z-index: 99999;
}
.inner {
  position: absolute;
  margin: auto;
  width: 50px;
  height: 95px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.inner > div {
  width: 50px;
  height: 50px;
  background-color: rgb(82 46 145 / 86%);
  border-radius: 7px;
  position: absolute;
  transition: all 0.5s ease;
}
#emailFormbox {
  height: 70px;
}
.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.inner > div:first-child {
  margin-left: -27px;
  animation: one 1.5s linear 1;
}

.inner > div:nth-child(2) {
  margin-left: 27px;
  animation: two 1.5s linear 1;
}

.inner > div:nth-child(3) {
  margin-top: 54px;
  margin-left: -27px;
  animation: four 1.5s linear 1;
}

.inner > div:nth-child(4) {
  margin-top: 54px;
  margin-left: 27px;
  animation: three 1.5s linear 1;
}
@keyframes one {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.3);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes two {
  0% {
    transform: scale(1.4);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.3);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}

@keyframes three {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes four {
  0% {
    transform: scale(0.3);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
.inner > div.done {
  margin-left: 0px;
  margin-top: 27px;
}

.inner > div.page {
  transform: scale(40);
}
.pageLoad.off {
  opacity: 0;
  pointer-events: none;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
  width: calc(100% - 0px);
  font-size: 13px;
}
.btc-email-field {
  /*direction: ltr;
  width: calc(100% - 0px);*/
  font-size: 13px;
}
@font-face {
  font-family: Poppins-Bold;
  font-display: swap;
  src: url(fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: Poppins-SemiBold;
  font-display: swap;
  src: url(fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  font-display: swap;
  src: url(fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  font-display: swap;
  src: url(fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Light;
  font-display: swap;
  src: url(fonts/Poppins-Light.ttf);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  margin: 0;
}
body,
th,
td,
input,
textarea {
  color: #000;
  font-family: Poppins-Regular !important;
  font-size: 16px;
  line-height: 26px;
}
b,
strong {
  font-weight: normal !important;
  font-family: Poppins-Medium !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins-Medium !important;
}
p {
  font-family: Poppins-Regular !important;
}
.elementor-widget-button .elementor-button {
  font-family: Poppins-Medium !important;
}

a {
  color: #000;
}
h1,
h2,
h3 {
  color: #000000;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
}
a:hover {
  border: none;
  text-decoration: none;
  color: #62478a;
}
acronym,
abbr,
span.caps {
  cursor: help;
}
acronym,
abbr {
  border-bottom: 1px dashed #999;
}
code {
  color: #000;
  font-size: 1em;
}

/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
}

/*------Menu CSS------------------------- */

input {
  border: 1px solid grey;
  padding: 10px;
}
.section-padding {
  padding: 50px 0;
}
/* a,
input,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: 0.5s all ease;
} */
form#commentform label {
  display: block;
}
.navbar-brand img,
.footer-logo-col img {
  height: 50px;
  height: auto;
  object-fit: cover;
}
/*menu bar*/
.main-header {
  position: fixed;
  width: 100%;
  z-index: 99999999;
  top: 0;
}
.whiteHeader {
  box-shadow: 0 6px 18px 0 rgb(0 35 90/8%), 0 0 2px 0 rgb(0 35 90/6%);
}
.navbar-btc {
  padding: 10px 0;
}
.whiteHeader.navbar-btc {
  padding: 0px 0;
}
.whiteHeader .custom-logo-link img {
  height: 65px !important;
  width: auto;
}
.custom-logo-link img {
  height: 80px !important;
  width: auto;
}
.navbar-toggler .icon-bar {
  width: 25px;
  height: 2px;
  background-color: #161617;
  margin-bottom: 6px;
  display: block;
}
.navbar-toggle {
  border: none;
  background: transparent !important;
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggle .icon-bar {
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: -3% 65%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
button:focus {
  outline: none;
  border: none;
}
.navbar-light .navbar-toggler {
  border: none;
  box-shadow: none;
}
.whiteHeader {
  background-color: #fff;
}
#navbarSupportedContent .navbar-nav .nav-link {
  font-family: Poppins-Medium;
  color: #222;
  font-size: 15px;
}
#navbarSupportedContent .navbar-nav .nav-link:hover,
#navbarSupportedContent .navbar-nav .active .nav-link {
  color: var(--primarycolor);
}
.whiteHeader #navbarSupportedContent .navbar-nav .nav-link {
  font-family: Poppins-Medium;
  color: #272727;
  font-size: 15px;
}
.whiteHeader
  #navbarSupportedContent
  .navbar-nav
  .current-menu-item.active
  .nav-link {
  color: var(--primarycolor) !important;
}
#menu-item-236 a {
  border: 2px solid var(--primarycolor);
  border-radius: 4px;
  line-height: 21px;
}
.whiteHeader #menu-item-236 a {
  border: 2px solid var(--primarycolor);
  color: var(--primarycolor) !important;
}
#menu-item-237 a {
  background-color: var(--primarycolor);
  color: #fff !important;
  border-radius: 4px;
  line-height: 21px;
}
#menu-item-236 a {
  margin-left: 10px;
  padding: 8px 20px;
  color: var(--primarycolor) !important;
}
#menu-item-236 a:hover {
  background-color: var(--primarycolor);
  color: #fff !important;
}
#menu-item-237 a {
  margin-left: 10px;
  padding: 8px 26px;
  border: 2px solid var(--primarycolor);
}
#menu-item-237 a:hover {
  background-color: #fff;
  color: var(--primarycolor) !important;
}
#navbarSupportedContent #menu-main-menu {
  align-items: center;
}
/*end menu bar*/
.elementor-heading-title {
  font-family: Poppins-SemiBold !important;
}
.accordion-content p {
  font-family: Poppins-Regular !important;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.footer-bottom {
  background-color: #f8f9fa;
}
.container {
  max-width: 1200px;
}
.faqOverlay {
  position: relative;
}
.faqOverlay:after {
  content: "";
  position: absolute;
  width: 84.5%;
  right: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: 1;
  height: calc(100% + 50px);
  border-radius: 5px 0 0 5px;
}

.elementor-6
  .elementor-element.elementor-element-4979d8d
  .mighty-accordion
  .mt-panel
  .accordion.active
  .mt-accordion-title {
  color: var(--primarycolor) !important;
}

@-webkit-keyframes scale_left_right {
  0% {
    -webkit-transform: scale(0.95) translateX(20px);
    transform: scale(0.95) translateX(20px);
  }

  100% {
    -webkit-transform: scale(1) translateX(50px);
    transform: scale(1) translateX(50px);
  }
}

@keyframes scale_left_right {
  0% {
    -webkit-transform: scale(0.95) translateX(20px);
    transform: scale(0.95) translateX(20px);
  }

  100% {
    -webkit-transform: scale(1) translateX(50px);
    transform: scale(1) translateX(50px);
  }
}
.transtn2 {
  position: absolute !important;
  right: -10px;
  bottom: 90px;
  animation: scale_left_right 5s ease-in-out infinite alternate both;
  width: 310px !important;
}
.transtn2 img {
  width: 360px;
}
@keyframes pulseimg {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulseimg {
  -webkit-animation: pulseimg 4s infinite;
  animation: pulseimg 4s infinite;
  margin-top: 50px;
  width: 450px !important;
}
.pulseimg img,
.transtvoriudcimg img,
.tranEvntList img,
.transEvntClnder img {
  width: 100%;
}
.transtporiudcimg {
  position: absolute !important;
  right: 25px;
  top: -24px;
  animation: scale_up_down 5s ease-in-out infinite alternate both;
  width: 160px !important;
}

@-webkit-keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.95) translateY(20px);
    transform: scale(0.95) translateY(20px);
  }

  100% {
    -webkit-transform: scale(1) translateY(50px);
    transform: scale(1) translateY(50px);
  }
}

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.95) translateY(20px);
    transform: scale(0.95) translateY(20px);
  }

  100% {
    -webkit-transform: scale(1) translateY(50px);
    transform: scale(1) translateY(50px);
  }
}
.tranEvntList {
  position: absolute !important;
  left: 0px;
  bottom: 30px;
  animation: pulse 5s ease-in-out infinite alternate both;
  width: 300px !important;
}

.transEvntClnder {
  position: absolute !important;
  left: 130px;
  bottom: -50px;
  animation: scale_left_right 7s ease-in-out infinite alternate both;
  width: 140px !important;
}
.mighty-accordion .mt-panel .panel {
  box-shadow: -1px 2px 20px 0px rgb(0 35 90/8%), 0 0 2px 0 rgb(0 35 90/6%);
}
.elementor-6
  .elementor-element.elementor-element-4979d8d
  .mighty-accordion
  .mt-panel
  .accordion {
  background-color: #e5d6f1 !important;
}
.elementor-6
  .elementor-element.elementor-element-4979d8d
  .mighty-accordion
  .mt-panel
  .accordion
  .mt-accordion-title {
  font-weight: normal !important;
  font-family: Poppins-SemiBold !important;
}
.circle-image {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 33px;
  right: 0;
  z-index: -1;
  width: 272px;
  height: 272px;
}
.circle-image span {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primarycolor);
  pointer-events: none;
  animation: eduvibe-rotate-animate 13s linear infinite;
  left: 26px;
  top: 0px;
  border-radius: 38% 62% 64% 36% / 43% 35% 65% 57%;
}

@keyframes eduvibe-rotate-animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.faqBox2 {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.faqBox2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(255deg, #f3ce886c 0%, #9659f871 100%);
}
.faqBox {
  background-size: contain;
  background-attachment: fixed;
}
.faqBox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /* background-image: linear-gradient(255deg, #f1e1c4cf 0%, #9D8ABBA1 100%); */
  background-image: linear-gradient(255deg, #f3ce886c 0%, #9659f871 100%);
}
.faqOverlay img,
.accodianBox {
  position: relative;
  z-index: 3;
}
.intro2 {
  width: 150px;
}
#menu-social-media {
  display: flex;
  list-style: none;
}
#menu-social-media li {
  padding-right: 20px;
}
#menu-social-media li a {
  font-size: 18px;
  color: var(--primarycolor);
}
#menu-social-media li a img {
  width: 22px;
}
.footer-left {
  padding: 10px 15px 10px 0;
}
.footer-right {
  padding: 10px 0;
  text-align: right;
}
.footer-top {
  background-color: #f8f9fa;
  font-size: 13px;
}
.footer-bottom {
  padding: 0 0 60px;
}
.footer-address-section {
  display: flex;
  column-gap: 10px;
}
.footer-subscribe-form input {
  background: transparent;
  border: none;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #777;
}
.footer-subscribe-form {
  display: flex;
}
.footer-top .container {
  padding-top: 6rem;
  padding-bottom: 22px;
}
.footer-subscribe-form .btc-email-field {
  width: 80%;
  padding: 10px 0 10px 0;
  font-family: Poppins-Regular;
}
.footer-subsribe h4 {
  text-transform: capitalize;
  margin-bottom: 22px;
}
#subscribemsg {
  margin-top: 10px;
}
.home-banner-h1 h1.introTitle {
  color: #532f91;
  font-size: 28px;
  line-height: 1.3;
  font-family: Poppins-SemiBold !important;
}

.home-banner-h1 .tx-size-2 {
  font-size: 58px;
}
.home-banner-h1 .tx-size-1 {
  font-size: 68px;
  font-family: Poppins-Bold !important;
}
.bitcoinTitlesmall {
  font-size: 90%;
}
.recent-blogs {
  display: flex;
  column-gap: 30px;
}
.worksSUbBox {
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  margin: 7px;
  padding: 15px 25px;
  border-radius: 4px;
}
.max700 {
  width: 100%;
  max-width: 801px !important;
}
.worksSUbBox h3 {
  font-size: 17px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Poppins-SemiBold !important;
}
.worksSUbBox figure {
  width: 100%;
}
.worksSUbBox img {
  width: auto;
  height: 115px !important;
  display: block;
  margin: 10px auto;
  transition: 0.4s;
}
.worksSUbBox:hover img {
  transform: scale(1.07);
}
.worksSUbBox a {
  font-size: 14px;
  color: var(--primarycolor) !important;
  transition: 0.4s;
}
.worksSUbBox a:hover {
  opacity: 0.7;
}
.worksSUbBox p {
  height: 65px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 21px;
  font-size: 14px;
}
.ui.ribbon.label {
  left: -47px;
  margin-right: -1.2em;
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
  margin: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: var(--primarycolor);
  border-color: #432578 !important;
  color: #fff !important;
  border-radius: 14px 0 0 0;
  height: 30px;
  line-height: 30px;
  width: auto;
}
.ui.ribbon.label:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  background-color: transparent !important;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent;
  border-right-color: inherit;
  width: 0;
  height: 0;
}
.ui.ribbon.label:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 9px solid var(--primarycolor);
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -7px;
  top: 0;
}

.ui.ribbon.label h2 {
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  font-weight: normal !important;
  font-family: Poppins-SemiBold !important;
}
.recent-blogs img {
  height: 250px !important;
  width: 100%;
  border-radius: 4px;
}
.recent-blogs .item--featured {
  position: relative;
  overflow: hidden;
}
.introanimation img {
  -webkit-animation: rotate-animation 50s infinite linear;
  -moz-animation: rotate-animation 50s infinite linear;
  -o-animation: rotate-animation 50s infinite linear;
  animation: rotate-animation 50s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.recent-blogs .item-date,
.all-blog-btc .item-date {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: var(--primarycolor);
  /*background-image: linear-gradient(125deg, var(--primarycolor), #2439FF);*/
}
.item--readmore .btn {
  font-size: 14px;
  line-height: 32px;
  border-radius: 4px;
  padding: 3px 16px;
  background-color: var(--primarycolor);
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  color: #fff;
}
.item--readmore .btn:hover {
  border: 2px solid var(--primarycolor);
  color: var(--primarycolor);
}

.grid-item-inner {
  box-shadow: 0 20px 50px rgb(0 10 80 / 6%);
}
.item--holder {
  padding: 30px 20px 38px 28px;
}
.item--title {
  font-family: Poppins-SemiBold;
}
.bannercntnt {
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 10px 0;
  margin: auto;
}
.recent-blogs .item--title {
  font-size: 20px;
  color: #08203a;
  line-height: 1.36333;
  margin-bottom: 12px;
  font-family: Poppins-Medium;
}
.item--content {
  color: #424242;
  margin-bottom: 18px;
  font-family: Poppins-Regular;
}
.item--readmore .btn:hover {
  background: #fff;
  color: var(--primarycolor);
}
.recent-blogs .grid-item-inner:hover .item--featured img,
.all-blog-btc .grid-item-inner:hover .item--featured img {
  width: 100%;
  /*-webkit-transition: 6s cubic-bezier(.24,.74,.58,1);
  -khtml-transition: 6s cubic-bezier(.24,.74,.58,1);
  -moz-transition: 6s cubic-bezier(.24,.74,.58,1);
  -ms-transition: 6s cubic-bezier(.24,.74,.58,1);
  -o-transition: 6s cubic-bezier(.24,.74,.58,1);
  transition: 6s cubic-bezier(.24,.74,.58,1);*/

  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.recent-blogs .item--featured img,
.all-blog-btc .item--featured img {
  /*transition: all .35s ease-in-out;*/
  transition: 2s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.home-blog-section .elementor-container {
  flex-wrap: wrap;
}
.home-blog-section .elementor-container .elementor-element {
  width: 100%;
}
.grid-item-inner {
  width: 33.33%;
}
.footer_copy {
  font-size: 14px;
  font-family: Poppins-Regular;
  text-align: left;
}
.footer-address-section h4 {
  font-size: 18px;
  font-family: Poppins-SemiBold;
  margin-bottom: 15px;
}
.footer-subsribe h4 {
  font-size: 18px;
  font-family: Poppins-SemiBold;
}
.footer-subscribe-form .wpcf7-submit {
  max-height: 47px;
  font-family: Poppins-Regular;
}
.footer-address-section div {
  font-family: Poppins-Regular;
  margin-right: 30px;
  font-size: 14px;
}
/*Home about section*/
.modal-dialog {
  margin: 6.75rem auto;
}
.modal-content {
  z-index: 9999;
}
.modal-backdrop {
  z-index: 0;
}
.btcvideo-play-icon .modal-body {
  padding: 0;
}
.video-play-icon {
  width: auto !important;
}
.btc-video-popup {
  width: 90px;
  height: 90px;
  padding-left: 8px;
  border: 5px solid var(--primarycolor);
  display: flex;
  background-color: var(--primarycolor);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.since-year {
  left: 55% !important;
  top: 37% !important;
  width: auto !important;
}
.since-year .elementor-heading-title {
  padding: 20px 40px;
  background-color: var(--primarycolor);
  font-family: Poppins-SemiBold;
}
.since-year .elementor-heading-title span {
  font-size: 20px;
  font-weight: 400;
}
.since-year .elementor-heading-title:before {
  position: absolute;
  content: "";
  bottom: 15px;
  left: -20px;
  width: 0;
  border-top: 20px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 20px solid var(--primarycolor);
}
.btc-video-popup i {
  color: #fff;
  font-size: 24px;
  z-index: 1;
}
.btc-video-popup {
  position: relative;
}
.btc-video-popup:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: rgb(76 4 250 / 30%);
  border: 1px solid #523090;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* ============================================================ Radmap Style start*/

/* Roadmap missing style end here */
/*Radmap style end here*/

/*Roadmap 
missing style start here*/

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  display: none;
}

.roadmap {
  width: 100%;
  overflow-x: scroll;
  cursor: move;
}

.card-pro,
.modal-p-bottom.show,
.no-scroll,
.panel-collapse,
.pro-description {
  overflow: hidden;
}

.roadmapUl {
  display: flex;
  min-height: 790px;
  margin: auto;
  width: 1520px;
  padding: 0;
}

.roadmap::-webkit-scrollbar {
  width: 8px;
}

.roadmap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.roadmap::-webkit-scrollbar-thumb {
  background: var(--primarycolor);
  border-radius: 10px;
}

.roadmap::-webkit-scrollbar-thumb:hover {
  background: #3f4983;
}

.roadmapUl li {
  float: left;
  position: relative;
  margin-left: 50px;
  margin-top: 350px;
  margin-bottom: 350px;
}

.roadmapUl li:first-child {
  margin-left: 0;
}

.roadmapUl li .yearinfo {
  height: 50px;
  width: 140px;
  background-color: #ccc;
  color: #fff;
  list-style: none;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  position: relative;
}

.yearinfo:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 30px solid #ccc;
  border-bottom: 25px solid transparent;
  position: absolute;
  right: -30px;
}

.roadmapUl li .yearinfo:after {
  content: "";
  height: 4px;
  width: 40px;
  background-color: #ccc;
  right: -64px;
  position: absolute;
  top: 22px;
}

.roadmapUl li .two016.yearinfo,
.roadmapUl li .two016.yearinfo:after {
  background-color: #ff390c !important;
}

.roadmapUl li .two016.yearinfo:before {
  border-left-color: #ff390c !important;
}

.roadmapUl li .two017.yearinfo,
.roadmapUl li .two017.yearinfo:after {
  background-color: #ff8000 !important;
}

.roadmapUl li .two017.yearinfo:before {
  border-left-color: #ff8000 !important;
}

.roadmapUl li .two018.yearinfo,
.roadmapUl li .two018.yearinfo:after {
  background-color: #00cc60 !important;
}

.roadmapUl li .two018.yearinfo:before {
  border-left-color: #00cc60 !important;
}

.roadmapUl li .two019.yearinfo,
.roadmapUl li .two019.yearinfo:after {
  background-color: #3d3d3d !important;
}

.roadmapUl li .two019.yearinfo:before {
  border-left-color: #3d3d3d !important;
}

.roadmapUl li .two020.yearinfo,
.roadmapUl li .two020.yearinfo:after {
  background-color: #0682ff !important;
}

.roadmapUl li .two020.yearinfo:before {
  border-left-color: #0682ff !important;
}

.roadmapUl li .two021.yearinfo,
.roadmapUl li .two021.yearinfo:after {
  background-color: #8d45b5 !important;
}

.roadmapUl li .two021.yearinfo:before {
  border-left-color: #8d45b5 !important;
}

.roadmapUl li .two022.yearinfo {
  background-color: #fa0 !important;
  width: 320px;
}

.roadmapUl li:last-child .yearinfo::before {
  border-left-color: #fa0 !important;
}

.roadmap {
  min-height: 500px;
}

.roadmaptopImg {
  display: block;
  width: 250px;
}
.mainttilte {
  color: var(--primarycolor);
  font-size: 28px;
}
.roadmapleftImg p,
.roadmaptopImg p {
  font-size: 13px;
  margin-left: 10px;
  color: #222;
  margin-bottom: 0;
  line-height: 17px;
}

.roadmapleftImg p b,
.roadmaptopImg p b {
  color: #6d6969;
}

.roadmapleftImg {
  display: flex;
  width: 250px;
  align-items: center;
}

.multiMg2021_1 {
  position: absolute;
  left: 70px;
  top: 275px;
}

.tow016details ul li,
.tow017details ul li {
  position: absolute;
  border-left: 3px solid #ccc;
}

.tow016details ul li img,
.tow018details ul li img,
.tow019details ul li img,
.tow020details ul li img {
  margin-left: 10px;
  width: auto;
}

.tow016details ul li:after,
.tow016details ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -6px;
  background-color: #ff390c;
}

.tow016details ul li:before,
.tow017details ul li:before,
.tow018details ul li:before,
.tow019details ul li:before,
.tow020details ul li:before,
.tow021details ul li:before,
.tow022details ul li:before,
.tow023details ul li:before,
.tow024details ul li:before {
  top: auto !important;
  bottom: 0;
}

.tow016details ul li:first-child,
.tow016details ul li:nth-child(2) {
  border-left: 3px solid #ff390c;
}

.tow016details ul li:first-child {
  top: -405px;
  right: -240px;
  z-index: 2;
}

.tow016details ul li:first-child img {
  margin-top: -40px;
  margin-bottom: 5px;
}

.tow016details ul li:nth-child(2) {
  top: -505px;
  left: -35px;
  height: 150px;
  z-index: 1;
}

.tow016details ul li:nth-child(2) img {
  margin-top: -30px;
  margin-bottom: 5px;
}

.tow017details ul li img,
.tow021details ul li img,
.tow022details ul li img {
  margin-left: 10px;
}

.tow017details ul li:after,
.tow017details ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -7px;
  background-color: #ff8000;
}

.tow017details ul li:first-child,
.tow017details ul li:nth-child(2) {
  border-left: 3px solid #ff8000;
}

.tow017details ul li:first-child {
  height: 50px;
  top: -295px;
  right: -255px;
  z-index: 2;
}

.tow017details ul li:first-child .roadmapleftImg {
  margin-top: 25px;
  width: 270px;
}

.tow017details ul li:nth-child(2) {
  right: -130px;
  height: 140px;
  z-index: 1;
  top: -295px;
}

.tow017details ul li:nth-child(2) img {
  margin-top: 100px;
}

.tow018details ul li {
  position: absolute;
  border-left: 3px solid #00cc60;
}

.tow019details ul li,
.tow019details ul li:first-child,
.tow019details ul li:nth-child(2),
.tow019details ul li:nth-child(3),
.tow019details ul li:nth-child(4) {
  border-left: 3px solid #3d3d3d;
}

.tow018details ul li:after,
.tow018details ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #00cc60;
  position: absolute;
  top: 0;
  left: -7px;
}

.tow018details ul li:first-child:after,
.tow018details ul li:first-child:before {
  background-color: #00cc60;
}

.tow018details ul li:first-child {
  top: -405px;
  right: -200px;
  height: 50px;
}

.tow018details ul li:first-child .roadmaptopImg {
  margin-top: -3px;
}

.tow018details ul li:nth-child(2) {
  top: -455px;
  right: -140px;
  height: 100px;
}

.tow018details ul li:nth-child(2) .roadmapleftImg,
.tow020details ul li:nth-child(2) .roadmapleftImg,
.tow020details ul li:nth-child(3) .roadmapleftImg,
.tow020details ul li:nth-child(5) .roadmapleftImg,
.tow022details ul li:first-child .roadmapleftImg,
.tow022details ul li:nth-child(6) .roadmapleftImg,
.tow022details ul li:nth-child(7) .roadmapleftImg {
  margin-top: -20px;
}

.tow019details ul li,
.tow022details ul li {
  position: absolute;
}

.tow019details ul li:after,
.tow019details ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -7px;
  background-color: #3d3d3d;
}

.tow019details ul li:first-child {
  right: -245px;
  z-index: 4;
  top: -295px;
  height: 50px;
}

.tow019details ul li:nth-child(2) {
  right: -210px;
  z-index: 3;
  height: 110px;
  top: -295px;
}

.tow019details ul li:nth-child(2) .roadmapleftImg {
  margin-top: 85px;
}

.tow019details ul li:nth-child(3) {
  right: -172px;
  z-index: 2;
  height: 160px;
  top: -295px;
}

.tow019details ul li:nth-child(3) .roadmaptopImg {
  margin-top: 147px;
}

.tow019details ul li:nth-child(4) {
  right: -135px;
  z-index: 1;
  height: 200px;
  top: -295px;
}

.tow019details ul li:nth-child(4) img {
  margin-top: 175px;
}

.tow020details ul li {
  position: absolute;
  border-left: 3px solid #0682ff;
}

.tow020details ul li:after,
.tow020details ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -7px;
  background-color: #0682ff;
}

.tow020details ul li:first-child {
  border-left: 3px solid #0682ff;
  top: -405px;
  right: -245px;
  z-index: 5;
  height: 50px;
}

.tow021details ul li,
.tow021details ul li:first-child,
.tow021details ul li:nth-child(2),
.tow021details ul li:nth-child(3),
.tow021details ul li:nth-child(4),
.tow021details ul li:nth-child(5),
.tow021details ul li:nth-child(6) {
  border-left: 3px solid #8d45b5;
}

.tow020details ul li:first-child .roadmapleftImg {
  margin-top: -15px;
}

.tow020details ul li:nth-child(2) {
  top: -455px;
  right: -215px;
  height: 100px;
  z-index: 4;
}

.tow020details ul li:nth-child(3) {
  top: -517px;
  right: -185px;
  height: 162px;
  z-index: 3;
}

.tow020details ul li:nth-child(4) {
  top: -570px;
  right: -158px;
  height: 215px;
  z-index: 2;
}

.tow020details ul li:nth-child(4) .roadmapleftImg {
  margin-top: -10px;
}

.tow020details ul li:nth-child(5) {
  top: -620px;
  right: -127px;
  height: 265px;
  z-index: 1;
}

.tow021details ul li {
  position: absolute;
  height: 60px;
}

.tow021details ul li:after,
.tow021details ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -7px;
  background-color: #8d45b5;
}

.tow022details ul li,
.tow022details ul li:first-child,
.tow022details ul li:nth-child(2),
.tow022details ul li:nth-child(3),
.tow022details ul li:nth-child(4),
.tow022details ul li:nth-child(5),
.tow022details ul li:nth-child(6) {
  border-left: 3px solid #fa0;
}

.roadmapUl li .two021.yearinfo {
  width: 170px;
}

.tow021details ul li:first-child {
  right: -245px;
  z-index: 7;
  height: 50px;
  top: -295px;
}

.tow021details ul li:first-child .roadmapleftImg {
  margin-top: 20px;
}

.tow021details ul li:nth-child(2) {
  right: -220px;
  z-index: 6;
  height: 90px;
  top: -295px;
}

.tow021details ul li:nth-child(2) .roadmapleftImg {
  margin-top: 65px;
}

.tow021details ul li:nth-child(3) {
  right: -195px;
  z-index: 5;
  height: 135px;
  top: -295px;
}

.tow021details ul li:nth-child(3) .roadmapleftImg {
  margin-top: 100px;
}

.tow021details ul li:nth-child(4) {
  right: -190px;
  z-index: 4;
  height: 170px;
  top: -295px;
}

.tow021details ul li:nth-child(4) .roadmapleftImg {
  margin-top: 145px;
  width: 270px;
}

.tow021details ul li:nth-child(5) {
  right: -145px;
  z-index: 3;
  height: 210px;
  top: -295px;
}

.tow021details ul li:nth-child(5) .roadmapleftImg {
  margin-top: 185px;
}

.tow021details ul li:nth-child(6) {
  right: -145px;
  z-index: 2;
  height: 250px;
  top: -295px;
}

.tow021details ul li:nth-child(6) .roadmapleftImg {
  margin-top: 230px;
  width: 275px;
}

.tow021details ul li:nth-child(7) {
  right: -95px;
  z-index: 1;
  height: 310px;
  top: -295px;
}

.tow021details ul li:nth-child(7) .roadmaptopImg {
  margin-top: 270px;
}

.tow022details ul li:after,
.tow022details ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -7px;
  background-color: #fa0;
}

.roadmapUl li .two022.yearinfo:before {
  border-left-color: #fa0 !important;
}

.roadmapUl li .two022.yearinfo,
.roadmapUl li .two022.yearinfo:after {
  background-color: #fa0 !important;
}

.tow022details ul li:first-child {
  top: -395px;
  right: -75px;
  z-index: 6;
  height: 40px;
  width: 240px;
}

.tow022details ul li:first-child .roadmapleftImg {
  margin-top: -10px;
}

.tow022details ul li:nth-child(2) {
  top: -463px;
  right: -200px;
  z-index: 5;
  height: 107px;
  width: 390px;
}

.tow022details ul li:nth-child(2) .roadmaptopImg {
  margin-top: -36px;
  margin-left: 0;
}

.tow022details ul li:nth-child(2) .roadmapleftImg {
  margin-top: -20px;
  width: 285px;
}

.tow022details ul li:nth-child(3) {
  top: -530px;
  right: -70px;
  z-index: 4;
  height: 175px;
}

.tow022details ul li:nth-child(3) .roadmapleftImg {
  margin-top: -20px;
  width: 285px;
}

.multiMg2 {
  position: absolute;
  top: -30px;
  left: 75px;
}

.multiMg2 .titlemultiMg2 {
  position: absolute;
  top: 45px;
  left: -70px;
  width: 320px;
}

.multiMg2 img {
  float: left;
  margin-right: 10px;
}

.tow022details ul li:nth-child(4) {
  top: -570px;
  right: -50px;
  z-index: 3;
  height: 215px;
}

.tow022details ul li:nth-child(4) .roadmapleftImg {
  width: 295px;
  margin-top: -15px;
}

.tow022details ul li:nth-child(5) {
  top: -615px;
  right: 20px;
  z-index: 2;
  height: 260px;
}

.tow022details ul li:nth-child(5) .roadmapleftImg {
  margin-top: -13px;
}

.tow022details ul li:nth-child(6) {
  top: -670px;
  right: 55px;
  z-index: 1;
  height: 315px;
}

.tow022details ul.tow022bottom li:first-child {
  right: -220px;
  z-index: 5;
  top: -295px;
  height: 50px;
}

.tow022details ul.tow022bottom li:first-child .roadmapleftImg {
  margin-top: 25px;
}

.tow022details ul.tow022bottom li:nth-child(2) {
  right: -344px;
  z-index: 4;
  height: 105px;
  top: -295px;
}

.tow022details ul.tow022bottom li:nth-child(2) .roadmapleftImg {
  margin-top: 75px;
}

.tow022details ul.tow022bottom li:nth-child(3) {
  right: -218px;
  z-index: 3;
  height: 135px;
  top: -295px;
}

.tow022details ul.tow022bottom li:nth-child(3) .roadmapleftImg {
  margin-top: 120px;
}

.tow022details ul.tow022bottom li:nth-child(4) {
  right: -205px;
  z-index: 2;
  height: 200px;
  top: -295px;
}

.tow022details ul.tow022bottom li:nth-child(4) .roadmapleftImg {
  margin-top: 180px;
}

.tow022details ul.tow022bottom li:nth-child(5) {
  right: -140px;
  z-index: 1;
  height: 260px;
  top: -295px;
}

.tow022details ul.tow022bottom li:nth-child(5) .roadmapleftImg {
  margin-top: 235px;
}

.tow023details ul li {
  position: absolute;
}

.tow023details ul li,
.tow023details ul li:first-child {
  border-left: 3px solid #353584;
}

.tow023details ul li:after,
.tow023details ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -7px;
  background-color: #353584;
}
.roadmapUl li .two023.yearinfo:before {
  border-left-color: #353584 !important;
  top: 0;
}
.roadmapUl li .two023.yearinfo,
.roadmapUl li .two023.yearinfo:after {
  background-color: #353584 !important;
}
.tow023details ul li,
.tow023details ul li:first-child {
  border-left: 3px solid #353584;
}
.roadmapUl li .two023.yearinfo {
  width: 300px;
}
.tow023details ul li:first-child {
  right: -155px;
  z-index: 6;
  height: 50px;
  top: -407px;
}
.tow023details ul li:first-child .roadmapleftImg {
  margin-top: -15px;
}
.tow023details li:nth-child(2) {
  right: -136px;
  z-index: 5;
  height: 100px;
  top: -458px;
}
.tow023details li:nth-child(2) .roadmapleftImg {
  margin-top: -21px;
  margin-left: 7px;
}
.tow023details li:nth-child(3) {
  right: -110px;
  z-index: 4;
  height: 150px;
  top: -507px;
}
.tow023details li:nth-child(3) .roadmapleftImg {
  margin-top: -21px;
  margin-left: 7px;
}
.tow023details li:nth-child(4) {
  right: -80px;
  z-index: 3;
  height: 200px;
  top: -557px;
}
.tow023details li:nth-child(4) .roadmapleftImg {
  margin-top: -21px;
  margin-left: 7px;
}
.tow023details li:nth-child(5) {
  right: -54px;
  z-index: 2;
  height: 250px;
  top: -608px;
}
.tow023details li:nth-child(5) .roadmapleftImg {
  margin-top: -21px;
  margin-left: 7px;
}
.tow023details li:nth-child(6) {
  right: -30px;
  z-index: 1;
  height: 300px;
  top: -657px;
}
.tow023details li:nth-child(6) .roadmapleftImg {
  margin-top: -21px;
  margin-left: 9px;
}
.tow023details ul.tow023bottom li:first-child {
  right: -215px;
  z-index: 5;
  top: -295px;
  height: 50px;
}
.tow023details ul.tow023bottom li:first-child .roadmapleftImg {
  margin-top: 25px;
}
.tow023details ul.tow023bottom li:nth-child(2) {
  right: -225px;
  z-index: 4;
  height: 105px;
  top: -295px;
}
.tow023details ul.tow023bottom li:nth-child(2) .roadmapleftImg {
  margin-top: 75px;
}
.tow024details ul li {
  position: absolute;
}
.tow024details ul li,
.tow024details ul li:first-child {
  border-left: 3px solid #0098ff;
}
.tow024details ul li:after,
.tow024details ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -7px;
  background-color: #0098ff;
}
.roadmapUl li .two024.yearinfo:before {
  border-left-color: #0098ff !important;
  top: 0;
}
.roadmapUl li .two024.yearinfo,
.roadmapUl li .two024.yearinfo:after {
  background-color: #0098ff !important;
}
.tow024details ul li,
.tow024details ul li:first-child {
  border-left: 3px solid #0098ff;
}
.roadmapUl li .two024.yearinfo {
  width: 300px;
}
.tow024details ul li:first-child {
  right: -155px;
  z-index: 6;
  height: 50px;
  top: -407px;
}
.tow024details ul li:first-child .roadmapleftImg {
  margin-top: -15px;
}
.tow024details li:nth-child(2) {
  right: -136px;
  z-index: 5;
  height: 100px;
  top: -458px;
}
.tow024details li:nth-child(2) .roadmapleftImg {
  margin-top: -21px;
  margin-left: 7px;
}
.tow024details li:nth-child(3) {
  right: -110px;
  z-index: 4;
  height: 150px;
  top: -507px;
}
.tow024details li:nth-child(3) .roadmapleftImg {
  margin-top: -21px;
  margin-left: 7px;
}
.tow024details li:nth-child(4) {
  right: -80px;
  z-index: 3;
  height: 200px;
  top: -557px;
}
.tow024details li:nth-child(4) .roadmapleftImg {
  margin-top: -21px;
  margin-left: 7px;
}
ul li {
  list-style: none;
}
ul li::marker {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.roadmap img {
  vertical-align: middle;
}
.roadmap {
  line-height: 0px;
}
/* ================================================================ Roadmap missing style end here*/

/*Single blog style*/
.btc-single-post {
  padding-top: 50px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.btc-single-post-sidebar {
  padding-top: 50px;
}
.blog-banner-title {
  position: relative;
  top: 70px;
  background-color: #5e3c97;
  display: flex;
  align-items: center;
}
.blog-banner-title h1 {
  font-size: 32px;
  color: #20292f;
  text-align: center;
  font-family: Poppins-SemiBold;
  line-height: 1.4em;
  margin-bottom: 8px;
}
.blog-banner-title {
  background: #f5f5f5 url(images/section-divider-asymmetric-bottom.svg)
    no-repeat bottom;
  background-size: cover;
  padding-bottom: 5vw;
  flex-direction: column;
  padding-top: 100px;
}
.blog-banner-title .container {
  margin-bottom: 35px;
}
.blog-banner-image {
  position: relative;
}
.blog-banner-image img {
  width: 100%;
  height: auto;
  max-width: 75%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-banner-image div {
  display: flex;
  justify-content: center;
}
.blog-banner-title .btc-meta {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.blog-banner-title .btc-meta p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-banner-title .btc-meta img {
  border-radius: 50%;
  margin: 0 5px;
}
.blogContainer {
  display: flex;
  flex-wrap: wrap;
}
.blogContainerLeftBox {
  width: calc(100% - 340px);
  margin-right: 40px;
}
.blogContainerRightBox {
  width: 300px;
  position: sticky;
  top: 100px;
  height: 100%;
  margin-bottom: 20px;
}
.blogThumIMgBox img {
  width: 100%;
  height: auto !important;
  border-radius: 6px;
}
.innerBolgBanner {
  background-color: #e9ecf1;
  padding: 30px 0 30px;
  margin-top: 100px;
  margin-bottom: 30px;
}
.innerBolgBanner h1,
.innerBolgBanner h2 {
  color: #222;
  font-size: 20px;
  font-family: Poppins-SemiBold !important;
}
.innerBolgBanner p {
  color: #7a7a7a;
  font-size: 15px;
  width: 100%;
  padding: 10px 0;
}
.innerBolgBanner p b {
  font-family: Poppins-SemiBold !important;
  font-weight: normal;
}
.sliderabslut11 {
  position: absolute !important;
  bottom: 20%;
  left: -90px;
  width: 100px !important;
  animation: scale1 infinite 5000ms;
}
.prsvg1 {
  position: absolute !important;
  left: -100px;
  top: 15%;
  animation: prsvg11 infinite 25000ms;
}
@keyframes prsvg11 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  40% {
    -webkit-transform: translateX(-20px) translateY(50px);
    transform: translateX(-20px) translateY(50px);
  }

  75% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
.blogRecentBox li {
  /* background: #f6f9fe; */
  padding: 15px 20px;
  /* box-shadow: 0 20px 20px rgba(0, 0, 1, 1%); */
  box-shadow: 0 6px 18px 0 rgb(0 35 90/8%), 0 0 2px 0 rgb(0 35 90/6%);
  border-radius: 4px;
  border: 1px solid #e9ecf1;
  transition: 0.4s;
}
.blogRecentBox li:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 1, 4%);
  background-color: transparent;
}
.comment-edit-link {
  display: none;
}
.blogRecentBox h3 {
  font-size: 20px;
  font-family: Poppins-SemiBold !important;
}
.blogRecentBox ul.recentBlogs {
  display: block;
  margin-top: 25px;
}
.recentBlogs li {
  margin-bottom: 10px;
}
.recentBlogs li:last-child {
  margin-bottom: 0px;
}
.recentBlogs li .recentpostflex {
  display: flex;
}
.recentBlogs li a:hover p {
  color: #222;
}

.recentBlogs li .recentpostPara {
  font-size: 13px;
  margin-top: 15px;
  line-height: 21px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}
.recentBlogs li:hover .recentpostPara {
  color: var(--primarycolor);
}

.recentBlogs li .recentpostimgbox {
  width: 65px;
  margin-right: 15px;
  display: flex;
}
.recentBlogs li .recentpostimgbox img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.recentBlogsCntnt {
  width: calc(100% - 80px);
}
.recentBlogsCntnt p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #222;
  font-family: Poppins-Medium !important;
  display: block;
}
.btccategories {
  background: #f6f9fe;
  padding: 25px 20px;
  box-shadow: 0 20px 20px rgba(0, 0, 1, 1%);
  border-radius: 4px;
  border: 1px solid #e9ecf1;
  margin-top: 20px;
  width: 100%;
  float: left;
}
.btccategories h3 {
  font-size: 17px;
  font-family: Poppins-SemiBold !important;
}
.listgroup {
  margin-top: 20px;
}
.listgroup li {
  float: left;
  margin: 2px;
}

.listgroup li a:hover {
  opacity: 0.9;
}
.comment-respond .comment-form-email input,
.comment-respond .comment-form-author input {
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid rgb(210 210 210 / 61%);
  border-radius: 5px;
}
.comment-respond .comment-form-comment textarea {
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid rgb(210 210 210 / 61%);
  border-radius: 5px;
}
.recentBlogsCntnt span {
  display: block;
  font-size: 13px;
  color: #7a7a7a;
  line-height: 17px;
}
.cat-menu li a span {
  float: right;
  padding: 0px;
  height: 28px;
  width: 28px;
  background-color: #ababab;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btc-single-post-sidebar h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: Poppins-SemiBold !important;
  margin-bottom: 10px;
}
.btc-single-post-sidebar .cat-menu a {
  font-size: 14px;
  font-family: Poppins-Regular;
}
.cat-menu li a i {
  padding-right: 5px;
  font-size: 12px;
}
.btc-single-post p {
  font-family: Poppins-Regular;
  padding-bottom: 25px;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 28px;
  color: #393939;
}
/*Single blog Comment*/
.comments-area .comment-form {
  max-width: 100%;
}
.comment-respond {
  margin-top: 50px;
}
.comment-respond .comment-notes {
  color: #7a7a7a;
  margin-bottom: 20px;
}
.comment-respond label {
  color: #4a4a4a;
  margin-bottom: 5px;
  font-size: 14px;
  margin-top: 8px;
}
.comments-area .comment-form-author {
  width: 49%;
  float: left;
  margin-bottom: 15px;
}
fieldset.comments-rating label {
  font-size: 26px;
}

.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
  width: 160px;
  background-color: #f6f9fe;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #e9ecf1;
}
.comments-area .comment-form-email {
  width: 49%;
  float: right;
  margin-bottom: 15px;
}
.comments-area #comment {
  width: 100%;
  max-height: 200px;
}
.comments-area #comment:focus,
.comment-form-author input:focus,
.comment-form-email input:focus {
  outline: none;
}
.comment-form-author input,
.comment-form-email input {
  width: 100%;
}
.comments-area .form-submit {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
.comment-form-cookies-consent {
  clear: both;
  display: flex;
  justify-content: flex-start;
  column-gap: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comments-area .form-submit input {
  background-color: var(--primarycolor);
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
}
.comment-reply-title {
  font-size: 20px;
  font-family: Poppins-SemiBold !important;
  margin-bottom: 10px;
}
.intrvideoPopup .modal-dialog {
  max-width: 100% !important;
  height: 100vh;
  top: 0;
  padding-top: 100px;
  margin-top: 0px;
  background-color: rgb(255 255 255 / 8%);
}
.modal.intrvideoPopup {
  overflow-y: hidden;
}

.intrvideoPopup .modal-dialog iframe {
  height: 418px;
}
.vimeovideo-sec img {
  max-width: 100%;
  height: 100%;
}
.intrvideoPopup .modal-content,
.intrvideoPopup .modal-content,
.intrvideoPopup .modal-header {
  background-color: transparent !important;
  border: 0 !important;
}

.intrvideoPopup .modal-header {
  width: 800px;
  margin: auto;
}

/*Single blog end here*/
.banner-section-btc {
  overflow: hidden;
}
.testimonial-home {
  background-color: #fff;
  padding: 30px 40px 37px 30px;
  /*margin-top: 30px;*/
  margin-bottom: 50px;
  position: relative;
  border-radius: 5px;
}

.testimonial-bottomsec .image-section img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
}
.testimonial-home:before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 27px;
  right: 27px;
  height: 21px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: rgba(255, 255, 255, 0.25);
  /* z-index: -1; */
}
.testimonial-bottomsec {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.testimonial-home .item-testi {
  font-family: "Font Awesome 5 Free";
  font-size: 145px;
  font-weight: 700;
  color: var(--primarycolor);
  position: absolute;
  top: -35px;
  right: 22px;
  line-height: 1;
  transform: rotate(180deg);
  opacity: 0.3;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.testimonial-bottomsec .image-section {
  padding: 2px;
  position: relative;
  min-width: 90px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-bottomsec .image-section:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 90px;
  -khtml-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  /*background-image: linear-gradient(to left, #2439FF, #9000FF);*/
  background-color: var(--primarycolor);
  z-index: -1;
}
.testimonial-bottomsec .image-section img {
  border: 9px solid #fff;
}
.testimonial-client-name {
  font-family: Poppins-SemiBold !important;
  font-size: 17px;
  color: #08203a;
  line-height: 1.2;
  margin: 0px;
}
.testimonial-text {
  font-family: Poppins-Regular;
  font-size: 15px;
  padding-top: 10px;
  min-height: 125px;
}
/*testimonial slick*/
.slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #c5c5c9 !important;
  text-indent: -9999px;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 8px;
  line-height: 1;
  width: 16px;
  height: 16px;
}
.slick-dots li.slick-active button {
  background-color: var(--primarycolor);
  border-radius: 5px;
}
.slick-dots li.slick-active button:after {
  opacity: 1;
}
.slick-dots li button:before {
  width: 16px;
  height: 16px;
}
.slick-dots li button:after {
  height: 20px;
  width: 20px;
  border-width: 3px;
}
.slick-dots li button:after {
  content: "";
  opacity: 0;
  height: 20px;
  width: 20px;
  border: 3px solid var(--primarycolor);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 46px;
  -khtml-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  -o-border-radius: 46px;
  border-radius: 46px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.slick-dots li button {
  position: relative;
  width: 16px;
  height: 16px;
}
#menu-social-media {
  padding-left: 0px;
}
.testimonial-home {
  padding: 30px 25px 37px 25px;
}
/*Blog page*/
.all-blog-btc .grid-item-inner {
  width: 100%;
  margin-bottom: 20px;
}
.all-blog-btc .item--featured img {
  height: 250px !important;
  width: 100%;
}
.btc-search .grid-item-inner {
  width: 100%;
  margin-bottom: 20px;
}
.btc-search .item--holder {
  position: relative;
}
.blog-page-banner {
  /*position: relative;
  top: 70px;
  background-color: #5e3c97;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-bottom: 5vw;*/
  padding-bottom: 5vw;
  padding-top: 100px;
}
.noblogSearch {
  text-align: center;
  padding: 100px 10px;
}
.noblogSearch h2 {
  color: #222;
  font-size: 28px;
  font-weight: normal;
  font-family: Poppins-SemiBold !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.noblogSearch p {
  color: #343434;
  font-size: 16px;
}

.blog-page-banner h1 {
  font-size: 32px;
  font-weight: 600;
}
.all-blog-btc .item--featured {
  position: relative;
  overflow: hidden;
}
.all-blog-btc .item--holder,
.recent-blogs .item--holder {
  padding: 10px 20px 25px 28px;
}
.date-and-auther span {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #1a1a1a;
}
.footer-bottom-text {
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  margin-top: 15px;
  font-size: 13px;
}
.date-and-auther .date {
  padding-right: 20px;
}
.date-and-auther span i {
  padding-right: 8px;
}
.single-page .entry {
  margin-top: 100px;
}
.page-id-6 .single-page .entry {
  margin-top: 0px;
}
.innerBanner {
  background-color: #e9ecf1;
  padding: 40px 0 40px;
  margin-top: 100px;
  margin-bottom: 30px;
}
.innerBanner h2 {
  color: var(--primarycolor);
  font-size: 28px;
  font-weight: normal;
  font-family: Poppins-SemiBold !important;
}
.page-template-events-page .innerBanner h1,
.archive .innerBanner h1,
.blog .innerBanner h1 {
  color: var(--primarycolor);
  font-size: 28px;
  font-weight: normal;
  font-family: Poppins-SemiBold !important;
}
.innerBanner p {
  color: #7a7a7a;
  font-size: 15px;
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 10px 0;
  margin: auto;
}
.clearfix {
  clear: both;
  min-height: 1px;
  width: 100%;
}

.all-blog-btc .item--title,
.recent-blogs .item--title {
  font-size: 15px;
  color: #08203a;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 18px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
}
.all-blog-btc .item--content,
.recent-blogs .item--content {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 25px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  height: 50px;
}
.item--readmore {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.date-and-auther {
  padding-bottom: 8px;
}
.item-date--day {
  padding: 12px;
  line-height: 18px;
}
/*Pagination*/
.navigation {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 50px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none;
}
.navigation li {
  display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  border-radius: 50%;
  cursor: pointer;
  padding: 12px;
  padding: 0;
  text-align: center;
  height: 30px;
  float: left;
  width: 30px;
  line-height: 30px;
  margin: 1px;
  border: 1px solid #969696;
  background-color: #fff;
  color: #969696;
  font-size: 13px;
}
.navigation li a:hover,
.navigation li.active a {
  background-color: var(--primarycolor);
  color: #fff;
  border: 1px solid var(--primarycolor);
}

.navigation li.btcnext a:hover,
.navigation li.btcprevious a:hover {
  border: 0;
  border-radius: 0;
  color: #222;
  background-color: transparent;
}
.navigation ul {
  width: auto;
  float: right;
}
.product-page-btc .bitcointaf-productsSubox {
  width: calc(100% - 270px);
  margin-left: 10px;
  margin-top: 0px;
  overflow: hidden;
}
.product-page-new-btc .bitcointaf-productsSubox {
  width: 100%;
  margin-top: 0px;
  overflow: hidden;
}
.product-page-btc .bitcointaf-products {
  display: flex;
  flex-wrap: wrap;
}
.product-page-new-btc .bitcointaf-products {
  display: flex;
  flex-wrap: wrap;
}
.btnPrvtLogin {
  color: #5b3a97;
  font-size: 14px;
  text-decoration: underline !important;
}
.product-page-btc .softproduct img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  height: 252px;
  object-fit: cover;
  height: 190px !important;
}
.product-page-new-btc .softproduct img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  height: 252px;
  object-fit: cover;
  height: 190px !important;
}
.errorPage404 {
  text-align: center;
}
.error {
  color: red;
  font-size: 12px;
}
#block-4 {
  max-width: 282px;
}
.errorBox {
  padding: 50px 0 100px !important;
  align-items: center;
}
.errorBoxSubbox {
  text-align: center;
  margin: auto;
}
.errorBoxSubproduct {
  position: relative;
  background-image: url(images/product-not-found-img.jpeg);
  min-height: 600px;
  /* object-fit: cover; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-boxs1 {
  width: 75%;
}
.error-boxs2 {
  width: 25%;
}
.error-boxs1 h1,
.error-boxs1 h2 {
  text-transform: uppercase;
  color: #522e91;
}
.errorBoxSubbox h2 {
  max-width: 50%;
  margin: auto;
  padding-top: 20px;
  font-size: 26px;
}
.errorImg {
  width: 100%;
  height: auto;
  max-width: 500px;
}

.errorBox p {
  margin-top: 15px;
}
.errorBox h1 {
  color: var(--primarycolor);
  font-family: Poppins-Bold !important;
  font-size: 42px;
  margin-bottom: 10px;
}
.errorBox h2 {
  font-size: 26px;
}
.errorBtn {
  border: 2px solid var(--primarycolor);
  color: #fff;
  background-color: var(--primarycolor);
  padding: 7px 20px;
  display: inline-block;
  margin-top: 33px;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.4s;
}
.errorBtn:hover {
  border: 2px solid var(--primarycolor);
  color: var(--primarycolor);
  background-color: #fff;
}
/*cart icon and sidebar start here*/
.stripe {
  height: 70px;
}
.sidenavbg {
  width: 100%;
  /*background-color: #fff;*/
  height: 100vh;
  z-index: 998;
  right: -110%;
  position: fixed;
  opacity: 0.1;
  top: 0;
}
.sidenavbg.active {
  right: 0;
  display: none;
}
div.hamburger-box {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primarycolor);
  width: 45px;
  height: 45px;
  bottom: 45px;
  right: 20px;
  border-radius: 4px;
  z-index: 99999;
  cursor: pointer;
}
.menu-toggle i {
  color: #fff;
}
.super-container {
  position: relative;
  height: 100%;
  z-index: 10000000;
  content-visibility: visible !important;
}
.slide-container {
  position: fixed;
  text-align: center;
  height: 100%;
  right: 0;
  top: 0;
}
.slidingmenu {
  width: 410px;
  background: var(--bodyOffcolor);
  position: absolute;
  top: 0;
  right: -530px;
  margin: 0;
  text-align: left;
  z-index: 1001;
  height: 100vh;
  pointer-events: auto;
  overflow-y: auto;
  transition: 0.4s;
  background-color: #ffffff;
}
.btc-checkout {
  box-shadow: 0px -4px 10px rgb(0 0 0 / 25%);
  padding: 15px 15px 20px;
}
.cartp {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
}
.cartp {
  display: flex;
  flex-wrap: wrap;
}
.cartnamebox {
  width: calc(100% - 70px);
}
.cartnamebox select {
  width: 275px;
}
.cartright {
  width: 60px;
  margin-left: 10px;
  text-align: right;
  padding-top: 9px;
}
.namep {
  font-size: 14px !important;
  font-family: Poppins-Medium !important;
  margin-bottom: 0px;
  line-height: 20px;
  color: #424242;
}
.roadmap .p-caption {
  color: var(--primarycolor);
  font-size: 27px;
  line-height: 35px;
  margin-top: 50px;
}
.slick-initialized .slick-slide {
  cursor: move;
}
.cartdetails .modal-header {
  background-color: #fafafa;
  padding: 15px;
}
.cartdetails .modal-header h4 {
  font-size: 18px;
}

.modal-header {
  background-color: #fafafa;
  padding: 1.5rem 1rem;
}
.modal-header h4 {
  font-size: 1.225rem;
}
#myContainer {
  padding: 15px;
  height: calc(100vh - 192px);
  overflow-y: auto;
}
.text-right {
  text-align: right;
}
.slidingmenu.active {
  right: 0;
  box-shadow: 0 4px 12px 0 rgba(118, 118, 118, 0.4) !important;
}
.slidingmenu.active.close {
  right: -360px;
}
.hamburger-box .menu-toggle {
  position: relative;
}
.buttonproceed {
  width: calc(100% / 2 - 5px) !important;
  float: left;
}
.buttonproceed button {
  background-color: #522f90;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  border-radius: 2px;
  outline: none !important;
  border: 0;
  width: 100%;
  text-align: center;
}
.buttoncontinue {
  background-color: #ccc;
  color: #222;
  width: calc(100% / 2 - 5px) !important;
  font-size: 14px;
  padding: 5px;
  border-radius: 2px;
  margin-left: 5px;
  outline: none !important;
  border: 0;
  float: left;
  text-align: center;
}
.buttonproceed:hover,
.buttoncontinue:hover {
  cursor: pointer;
}
.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}
.hamburger-box .menu-toggle #cartcountinbtn {
  position: absolute;
  height: 25px;
  width: 25px;
  top: -22px;
  left: -22px;
}
.hamburger-box .menu-toggle #cartcountinbtn span {
  background: #b08d57;
  border-radius: 100px;
  font-size: 12px;
  color: #fff;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.allcartitems p {
  font-size: 0.975em;
}
.allcartitems .product-price {
  font-size: 15px;
  color: #532f92;
  font-family: Poppins-Medium !important;
}
.allcartitems .cartupdateprice {
  font-size: 13px;
  padding: 10px 8px;
  outline: none;
  border-color: #787878;
  border-radius: 2px;
}
.deletemypro span {
  color: #000000 !important;
  opacity: 1;
}
.deletemypro span i {
  color: #656565 !important;
  font-size: 16px !important;
  display: block;
  margin-top: 10px;
}

.cartdetails {
  height: 100%;
}
.textrenew {
  line-height: 17px;
  margin-top: 10px;
  color: #767676;
  font-size: 13px !important;
  font-family: Poppins-Medium !important;
}
#cartcount span {
  font-size: 13px;
  color: #222;
  display: flex;
  align-items: center;
}
.textchhosed {
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #767676;
  font-size: 13px !important;
}
.allcartitems .pricecart {
  line-height: 10px;
}
.slidingmenu .total_buy {
  position: absolute;
  bottom: 90px;
  right: 15px;
  font-size: 21px;
  color: var(--primarycolor);
}
.slidingmenu .total_buy span {
  font-size: 12px;
  color: #6a6a6a;
}
#cartcount {
  margin-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
  padding-top: 5px;
  min-height: 30px;
}

/*checkout page*/
.checkout {
  padding: 30px 0 40px;
}
.cartcount {
  margin-bottom: 5px;
}

.social-login-card-single:hover {
  border: 1px solid #ccc;
}
.checkout .title-btc {
  text-align: center;
}
.checkout .title-btc h1 {
  font-family: Poppins-SemiBold !important;
  font-size: 32px;
  color: #54595f;
}
.bg-white-and-shadow {
  background-color: #fff !important;
  box-shadow: rgb(145 158 171) 0px 0px 2px 0px,
    rgb(145 158 171) 0px 12px 24px -4px;
  border-radius: 4px;
}
.CheckoutLoginSubBox .form-control,
.signupwithemail .form-control {
  border-radius: 4px !important;
  padding: 12px 15px !important;
  margin-bottom: 15px;
  font-size: 14px !important;
}
.input-group #password {
  width: 100%;
}
.input-group-addon {
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 3;
}

.loginpopup-submit {
  background-color: var(--primarycolor);
  color: #fff;
}
.plan-features {
  margin-bottom: 15px;
}
.signupwithemail .form-group label {
  width: 100%;
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.signupwithemail .form-check-input {
  margin-top: 0;
}
#regforms #errormsg {
  text-align: left;
  padding-top: 5px;
  font-size: 14px;
}
#sponsor_check {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#registererrors {
  padding: 0 1rem;
}
#registererrors span {
  display: block;
  font-size: 14px;
  color: red;
}
/*Product page filter start here*/
.btaf-productswithfilter {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
}
.filter_header {
  display: flex;
  padding: 0.5rem;
  border-bottom: solid 1px #e9ecf1;
  margin-bottom: 0.5rem;
}
.filter_header h4 {
  width: calc(100% - 70px);
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 28px;
}
.filter_header .btn {
  width: 70px;
}
.filter-box {
  border-radius: 3px;
  background: #ffffff;
  width: 260px;
  padding: 10px 15px;
  position: sticky;
  top: 110px;
  height: 100%;
  min-height: calc(100vh - 116px);
  box-shadow: 0 20px 50px rgb(0 10 80 / 09%);
  border: 1px solid #e9ecf1;
  z-index: 2;
  margin-top: 65px;
}
.form-group-filter {
  display: flex;
  column-gap: 10px;
}
.disclaimer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.disclaimer-menu li {
  list-style: none;
}
.disclaimer-menu li a {
  padding: 7px 10px;
  color: #492688;
  font-family: Poppins-Medium;
}
.disclaimer-menu li a:hover {
  text-decoration: underline;
}
.form-group-filter label {
  font-size: 13px;
  line-height: 22px;
  width: calc(100% - 45px);
  margin-left: 30px;
  margin-bottom: 5px;
}
.btcfilterbutton {
  border: solid 1px #492688;
  border-radius: 3px;
  font-size: 13px;
  float: right;
  color: #fff;
  background: var(--primarycolor);
  padding: 6px;
}
.banneraccrdn #tabs {
  height: 450px;
  position: relative;
}
.banneraccrdn #tabs ul {
  overflow: hidden;
  position: absolute;
  bottom: 35px;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.banneraccrdn #tabs ul li {
  padding: 3px 18px;
  background-color: rgb(255 255 255 / 50%);
  color: #666567 !important;
  font-weight: normal;
  font-family: Poppins-Medium;
  font-size: 13px;
  border-radius: 4px;
  transition: 0.4s;
}

.ui-tabs-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
}
.ui-tabs-panel img {
  width: 90% !important;
  margin: auto;
  display: block;
}
.circle1 {
  width: 250px;
  height: 250px;
  border: 50px solid #1967d2;
  right: -140px;
  top: -90px;
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
}
.banneraccrdn #tabs ul li.ui-tabs-active a {
  color: #ffffff !important;
}
.banneraccrdn .elementor-widget-tabs .elementor-tabs-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: -75px;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.banneraccrdn
  .elementor-widget-tabs
  .elementor-tab-desktop-title.elementor-active {
  border: 0 !important;
}
.banneraccrdn .elementor-widget-tabs .elementor-tab-desktop-title {
  padding: 10px 18px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #666567 !important;
  font-weight: normal;
  font-family: Poppins-Medium;
  font-size: 14px;
  border-radius: 4px;
}
.banneraccrdn .elementor-widget-tabs .elementor-tab-title.elementor-active,
.banneraccrdn .elementor-widget-tabs .elementor-tab-title.elementor-active a,
.banneraccrdn .elementor-widget-tabs .elementor-tab-desktop-title:hover {
  background-color: var(--primarycolor);
  font-weight: normal;
  color: #ffffff !important;
  border-radius: 20px;
}
.banneraccrdn
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title.elementor-active:after,
.banneraccrdn
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title.elementor-active:before {
  border: 0 !important;
}
.banneraccrdn .elementor-widget-tabs .elementor-tab-content {
  border-width: 0 !important;
}
.banneraccrdn .elementor-widget-tabs .elementor-tab-content {
  padding: 0px;
}
.banneraccrdn .elementor-widget-tabs .elementor-tab-content p {
  height: 390px;
  margin-top: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banneraccrdn .elementor-widget-tabs .elementor-tab-content p img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  max-height: 100%;
  width: 70%;
}
.toassuccesscart,
.toasdeletecart {
  position: fixed;
  top: 75px;
  right: 10px;
  z-index: 9999;
  background-color: #333;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding: 15px 10px;
  border-radius: 4px;
  width: 440px;
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075),
    1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075),
    2px 4px 16px rgba(0, 0, 0, 0.075);
  font-size: 14px;
  font-family: Poppins-Medium;
  padding-left: 50px;
}
.toassuccesscart {
  border-bottom: 3px solid #009688;
}
.toasdeletecart {
  border-bottom: 3px solid #a32802;
}

.toassuccesscart::after,
.toasdeletecart::after {
  font-family: FontAwesome !important;
  font-size: 16px;
  position: absolute;
  left: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
}
.toassuccesscart::after {
  content: "\f00c";
  color: #009688;
  border: 2px solid #009688;
}

.toasdeletecart::after {
  content: "\f00d";
  color: #a32802;
  border: 2px solid #a32802;
}
.comment-list {
  padding: 29px;
  background-color: #f6f9fe;
  border-radius: 4px;
  border: 1px solid #e9ecf1;
}
.comment-list li::marker {
  display: none;
  content: "";
}
.comment-list li {
  position: relative;
}
.reviewName {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}
.comments-title {
  font-size: 14px;
  font-family: Poppins-SemiBold !important;
  margin-bottom: 20px;
}
.comments-title span {
  margin-right: 4px;
  font-size: 20px;
}
.comment-author {
  width: calc(100% - 170px);
  margin-right: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.comment-author img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 7px;
}
.comment-author cite.fn {
  font-style: normal;
  margin-bottom: 0;
  font-size: 14px;
  width: calc(100% - 40px);
  font-family: Poppins-Medium !important;
  line-height: 19px;
}
.commentmetadata {
  font-size: 12px;
  display: block;
  color: #636060;
  letter-spacing: 0.2px;
  width: 180px;
  position: absolute;
  right: 0;
  top: 0;
}
.comment-list span.says {
  display: none;
}

.comment-list li p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #272727;
}
.comments-area .comment-list .depth-1 {
  margin-bottom: 34px;
  border: 1px solid #e9ecf1;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 15px;
}
.comments-area .comment-list .depth-1 .reply {
  display: none;
}
.depth-1 .comment-body {
  border-bottom: 1px solid #e9ecf1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.comment-list li .stars .dashicons {
  color: #e59819 !important;
  font-size: 15px !important;
  width: 15px !important;
}
.comment-list li:last-child p {
  border-bottom: 0px solid #e9ecf1;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.comment-list li .children {
  margin-left: 30px;
}

.btc-single-post h1,
.btc-single-post h2,
.btc-single-post h3,
.btc-single-post h4,
.btc-single-post h5,
.btc-single-post img {
  margin-bottom: 15px;
}
.btc-single-post img,
.btc-single-post iframe {
  max-width: 100% !important;
}

.btc-single-post ul li,
.btc-single-post ol li {
  font-size: 14px;
  margin-left: 20px;
  padding-left: 10px;
}
.btc-single-post ul li {
  list-style: circle;
}
.btc-single-post ol li {
  list-style: decimal;
}
.btc-single-post a {
  color: var(--primarycolor);
}
.btc-single-post h1 {
  font-size: 24px;
}
.btc-single-post h2 {
  font-size: 22px;
}

.btc-single-post h3 {
  font-size: 26px;
}
.average-rating .dashicons-star-filled {
  color: #e59819;
}
.average-rating {
  display: block;
  padding: 30px 20px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  box-shadow: 0 6px 18px 0 rgb(0 35 90/8%), 0 0 2px 0 rgb(0 35 90/6%);
  margin-bottom: 20px;
  font-size: 14px;
}
.average-rating b {
  font-size: 28px;
  float: left;
  color: #2a2a2a;
  font-family: Poppins-Medium !important;
  margin: 16px 0 5px;
  margin-right: 7px;
  font-weight: normal;
}
.ratingflex {
  display: flex;
  align-items: center;
}
.eventListUl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0;
}
.public-events {
  text-align: center;
}
.eventListUl > li {
  width: calc(100% / 3 - 20px);
  margin: 10px 10px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(0 10 80 / 09%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eventListCntntBox {
  margin-top: 7px;
  position: relative;
  font-size: 14px;
  padding: 20px 20px 5px;
}
.eventListUl > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 7px;
  z-index: 2;
  background-color: #4b20cb;
  transition: 0.4s;
}
.share-div {
  position: absolute;
  right: 20px;
  bottom: 22px;
}
.share-ul {
  list-style: none;
  display: flex;
}
.share-icon {
  cursor: pointer;
  margin-left: 4px;
}
.share-icon a {
  width: 26px;
  height: 26px;
  float: left;
  color: #e9ecf1;
  border-radius: 4px;
  text-align: center;
  line-height: 26px;
  background-color: var(--primarycolor);
}
.share-icon:hover {
  color: #7a38ed;
}
.eventListUl h3 {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  color: #08203a;
  line-height: 22px;
  margin-bottom: 15px;
  width: 100%;
}

.eventDate {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #616161;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  clear: both;
  width: 100%;
}

.eventListImgBox {
  /* height: 210px; */
  display: block;
  width: 100%;
}

.eventListImgBox img {
  transform: scale(1);
  transition: 0.4s;
  width: 100% !important;
  max-height: 100%;
  height: 235px;
  object-fit: cover;
}

.eventListUl > li:hover .eventListImgBox img {
  transform: scale(1.04);
}

.evntType {
  position: absolute;
  top: -28px;
  color: #fff;
  background: #522e91;
  padding: 6px 18px;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0 20px 50px rgb(0 10 80 / 09%);
  font-family: Poppins-Medium !important;
}
.hide_content {
  display: none;
}

.hidemore.hide_btn,
.more.hide_btn,
.roadmapUl li:last-child .yearinfo::after,
.stars input {
  display: none;
}

.eventListCntntBox .evntcntnt {
  font-size: 13.5px;
  color: #595959;
  line-height: 21px;
  margin-top: 5px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.evntbtnBox {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  display: block;
  clear: both;
  width: 100%;
}
.eventListCntntBtv.btn-bg-primary {
  padding: 8px 15px;
  font-size: 13px;
  color: #ffffff;
  background: 0 0;
  background-color: var(--primarycolor);
  margin-top: 15px;
  border: 2px solid transparent;
  margin-bottom: 15px;
  margin-left: 15px;
}

.eventListCntntBtv.btn-bg-primary:hover {
  border: 2px solid var(--primarycolor);
  color: var(--primarycolor);
  background-color: #fff;
}
.elementor-widget-mt-team .mighty-team .person-name {
  font-weight: normal !important;
  font-family: Poppins-Medium !important;
}
.social-icons-wrapper li a {
  width: 26px;
  height: 26px;
  float: left;
  background-color: #e9ecf1;
  border-radius: 4px;
  text-align: center;
  line-height: 26px;
  color: var(--primarycolor);
}
.social-icons-wrapper li {
  cursor: pointer;
  margin-left: 4px;
}
.elementor-widget-mt-team .mighty-team .social-icons-wrapper .fa-linkedin-in {
  color: #0a66c2;
}
.elementor-widget-mt-team .mighty-team .social-icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons-wrapper li a i {
  font-size: 14px !important;
}
.evntIImg {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  margin: 25px 0;
}
.events-zoom {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  clear: both;
  width: 100%;
}
p.events-data {
  display: block;
  clear: both;
  width: 100%;
}
.events-zoom span {
  float: left;
}
.events-zoom b {
  font-family: Poppins-Semibold !important;
  font-weight: normal;
  margin-left: 5px;
}
.zooMBox {
  display: block;
  width: 100%;
  clear: both;
}
.events-zoom a {
  color: #522e91;
  margin-left: 5px;
  font-size: 13px;
}
.eventPrveiwhost {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
}

.eventPrveiwMdlcntntBox {
  width: 100%;
  display: block;
  padding: 20px;
}

.eventPrveiwdate {
  color: #676767;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 600;
}

.eventPrveiwtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #222;
}

.hr2 {
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.eventPrveiwUl {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.eventPrveiwUl li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 0px);
  margin-right: 10px;
  margin-bottom: 18px;
  float: left;
}

.eventPrveiwIcnbox i {
  background-color: #e9e9e9;
  color: #222;
  border-radius: 4px;
  font-size: 15px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  float: left;
}

.eventPrveiwDtlsbox {
  width: calc(100% - 42px);
}

.eventPrveiwDtlsbox h2 {
  font-size: 14.5px;
  margin-bottom: 6px;
  color: #676767;
  font-weight: 500;
}

.eventPrveiwDtlsbox h3 {
  font-size: 14px;
  color: #898989;
  font-weight: 400;
  margin-bottom: 0;
}
.btc-events-section {
  padding: 30px 0 60px;
}
.calendarsection {
  padding: 60px 0 30px;
}
.CurrentEventsBox {
  display: flex;
  flex-wrap: wrap;
}
.CurrentEventsListBox {
  width: calc(100% - 450px);
  padding-top: 40px;
}
.clandarBox {
  width: 380px;
  margin-right: 70px;
}
.hide_content.read-more-content {
  height: 0;
  overflow: hidden;
  transition: 0.4s;
  display: block;
}
.read-more-content {
  height: auto;
  transition: 0.4s;
}
.read-more-content {
  width: 100%;
  clear: both;
  font-size: 13px;
}

.clandarBox h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.clandarSubBox {
  box-shadow: 0 20px 50px rgb(0 10 80 / 09%);
  padding: 15px 10px;
  border-radius: 4px;
  height: auto;
  border: 1px solid #e9ecf1;
}
.CurrentEventsListBox h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.CurrentEventsListBox .alert-secondary {
  color: #e22d2d;
  background-color: #e9ecf1;
  border-color: #d3d6d8;
  font-size: 14px;
  margin-left: -10px;
}
.CurrentList {
  display: block;
  margin-top: 20px;
  position: relative;
}

.CurrentList li {
  padding: 18px 20px;
  background-color: #f0f4fc;
  border-radius: 4px;
  width: auto;
  display: flex;
  margin-bottom: 11px;
  margin-left: 90px;
  position: relative;
  border: 1px solid #d2d9e5;
}
.CurrentList li:last-child {
  margin-bottom: 0px;
}
.CurrentList li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 30px;
  height: 1px;
  border-top: 1px dashed #b4bfd3;
}
.CurrentList li:after {
  content: "";
  position: absolute;
  top: calc(49% - 15px);
  left: -92px;
  height: 30px;
  width: 65px;
  border-radius: 2px;
  background-color: #5b3a97;
  border-radius: 3px;
}
.CurrentList li b {
  font-family: Poppins-Medium !important;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  float: left;
  width: 100%;
  float: left;
  margin-bottom: 3px;
  color: var(--primarycolor);
}
.CurrentList li p {
  font-size: 13px;
  line-height: 18px;
  color: var(--secondarycolor);
  display: block;
  margin-bottom: 0;
  width: 100%;
  float: left;
}
.listThumnail {
  width: 75px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.listThumnail img {
  width: 100%;
  border-radius: 4px;
}
h3.public-events {
  color: var(--primarycolor);
  font-weight: 600;
}
.curntEvntdtails {
  width: calc(100% - 85px);
}
.CurrentList li span {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  width: 75px;
  font-family: Poppins-Medium !important;
  align-items: center;
  display: flex;
  justify-content: right;
  position: absolute;
  left: -111px;
  top: calc(49% - 8px);
  z-index: 2;
}
.justfycntr {
  display: flex;
  justify-content: flex-end;
}
.searchField {
  border-radius: 2px !important;
  padding: 10px !important;
  font-size: 14px;
  padding-right: 20px !important;
}
.searchALign {
  margin-left: 5px;
  position: relative;
}
.btnSearch {
  font-size: 13px;
  width: 100px;
  background-color: #52389f;
  border: 1px solid #52389f;
  display: flex;
  align-items: center;
  line-height: 24px;
  padding: 6px 13px;
  color: #fff;
  border-radius: 2px;
}
.searchALign i {
  margin-right: 4px;
  position: absolute;
  color: #fff;
  right: 6px;
  top: 12px;
}
.blogSearchBox {
  font-size: 14px;
}
.blogSearchBox {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serchBox {
  width: 310px;
}
.blogcatgrbtn {
  background-color: #e9ecf1;
  padding: 7px 12px;
  margin-left: 4px;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}
.blogcatgrbtn.active {
  background-color: var(--primarycolor);
  color: #fff;
}
.wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-categories-list li {
  padding: 4px 10px;
  font-size: 13px;
  background-color: #e9ecf1;
  margin: 2px;
  border-radius: 3px;
}
.blogcatgrbtn i {
  margin-right: 3px;
}
.catgrytoglBox {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
}
.catgrytoglBox.active {
  height: auto;
  margin-top: 20px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 20px 50px rgb(0 10 80 / 6%);
  border: 1px solid #f1f1f1;
  display: block;
  width: 100%;
}
.blogCtgryPage {
  width: 440px;
  float: right;
}
.blogCtgrypagetitle {
  font-size: 18px;
  width: calc(100% - 440px);
  float: left;
  margin-top: 43px;
}
.crypto-news-back {
  font-weight: 600;
  padding-right: 8px;
}
.all-blog-btc {
  padding-bottom: 60px;
}
.product-page-btc {
  padding: 20px 20px 50px;
  margin: auto;
  max-width: 1600px;
}
.product-page-new-btc {
  margin: auto;
  max-width: 1600px;
}
.sliderabslut1 {
  position: absolute !important;
  top: 25px;
  left: -15px;
  width: 45px;
  animation: movingleftright2 infinite 30000ms;
}
.sliderabslut2 {
  position: absolute !important;
  top: 15px;
  left: 30%;
  width: 50px;
  animation: movingleftright3 infinite 25000ms;
}
.sliderabslut3 {
  position: absolute !important;
  top: 80px;
  left: 40%;
  width: 95px;
  animation: movingleftright3 infinite 25000ms;
}
.sliderabslut4 {
  position: absolute !important;
  top: 80px;
  left: 48%;
  width: 50px;
  animation: movingleftright3 infinite 25000ms;
}
@-webkit-keyframes tanstin1 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes tanstin1 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}
.tanstin1 {
  -webkit-animation: tanstin1 2s;
  animation: tanstin1 2s;
}

@-webkit-keyframes tanstin2 {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes tanstin2 {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0%);
  }
}
.banneraccrdn #tabs ul li.ui-tabs-active {
  font-weight: normal;
  border-radius: 60px;
  position: relative;
  z-index: 1;
}
.banneraccrdn #tabs ul li.ui-tabs-active a {
  position: relative;
  z-index: 1;
}
.banneraccrdn #tabs ul li.ui-tabs-active:before {
  content: "";
  background-color: var(--primarycolor);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: tanstin2 0.4s;
  animation: tanstin2 0.4s;
  border-radius: 60px;
  z-index: 0;
}
.sliderabslut5 {
  position: absolute !important;
  top: 79px;
  right: 130px;
  width: 50px;
  animation: movingleftright3 infinite 25000ms;
}
.sliderabslut6 {
  position: absolute !important;
  bottom: 15px;
  right: 10px;
  width: 80px;
  animation: movingleftright3 infinite 25000ms;
}

.sliderabslut7 {
  position: absolute !important;
  bottom: 10px;
  right: 47%;
  width: 80px;
  animation: movingleftright1 infinite 25000ms;
}
.sliderabslut8 {
  position: absolute !important;
  bottom: 15px;
  right: 60%;
  width: 60px;
  animation: scale1 infinite 5000ms;
}
.sliderabslut9 {
  position: absolute !important;
  bottom: 15px;
  left: 10%;
  width: 80px;
  animation: movingleftright3 infinite 25000ms;
}
.sliderabslut10 {
  position: absolute !important;
  bottom: 45px;
  left: -5%;
  width: 100px;
  animation: scale1 infinite 5000ms;
}
.sliderabslutUpcoming {
  position: absolute !important;
  bottom: 100px;
  right: 2%;
  width: 160px;
  animation: scale1 infinite 5000ms;
}
.elementor-tab-mobile-title {
  display: none;
}
.hreview {
  height: 30px;
  clear: both;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.prcntntarea .hreview .Stars {
  margin-bottom: 0px;
}
.descriptionContainer img {
  max-width: 100%;
}
.productDetailBox .slick-slide img {
  cursor: pointer;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: right;
  /* margin-right: 10px; */
  width: 100%;
}
.dataTables_paginate {
  width: 100%;
  overflow-x: auto;
}
.page-link {
  border-radius: 50%;
  cursor: pointer;
  padding: 12px;
  padding: 0;
  text-align: center;
  height: 30px;
  float: left;
  width: 30px;
  line-height: 30px;
  margin: 3px;
  border: 1px solid #969696;
  background-color: #fff;
  color: #969696;
  font-size: 13px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.page-item .page-link:hover {
  z-index: 3;
  color: #222;
  background-color: #e9ecf1;
  border: 1px solid #e9ecf1;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--primarycolor);
  border: 1px solid var(--primarycolor);
}
.page-item.disabled .page-link {
  display: none;
}
@keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  40% {
    -webkit-transform: translateX(50px) translateY(-100px);
    transform: translateX(50px) translateY(-100px);
  }

  75% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  40% {
    -webkit-transform: translateX(-50px) translateY(100px);
    transform: translateX(-50px) translateY(100px);
  }

  75% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  40% {
    -webkit-transform: translateX(-20px) translateY(50px);
    transform: translateX(-20px) translateY(50px);
  }

  75% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes scale1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.CheckoutSection {
  display: flex;
  flex-wrap: wrap;
  /* background-color: #e9ecf1;
  padding: 60px 35px;
  border-radius: 4px; */
}
.CheckoutLoginBox {
  width: calc(100% - 405px);
  margin-right: 25px;
}
.cartRigthBox {
  width: 380px;
  position: sticky;
  height: 100%;
  top: 100px;
}
.cartRigthBox #myContainer {
  height: auto;
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 4px;
  border: 1px solid #e9ecf1;
  /* box-shadow: 0 6px 18px 0 rgb(0 35 90/8%), 0 0 2px 0 rgb(0 35 90/6%); */
}
.checkoutTitle {
  margin-bottom: 15px;
  display: block;
}
.CheckoutLoginSubBox {
  height: auto;
  background-color: #fff;
  padding: 25px;
  border-radius: 4px;
  border: 1px solid #e9ecf1;
  box-shadow: 0 6px 18px 0 rgb(0 35 90/8%), 0 0 2px 0 rgb(0 35 90/6%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.chckotloginIco {
  width: 100%;
  display: block;
  margin: auto;
  padding: 54px 54px;
}
.CheckoutLoginImgBox {
  width: calc(100% - 320px);
  padding-left: 20px;
}
.CheckoutLoginformBox {
  width: 320px;
  border-right: 1px solid #f1f1f1;
  padding-right: 30px;
}
.checkoutLoginBtnGorup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.CheckoutLoginSubBox label,
.signupwithemail label {
  font-size: 14px;
  margin-bottom: 5px;
}
.CheckoutLoginformBox .forgotpass,
.CheckoutLoginformBox #invalid-error {
  font-size: 14px;
}
.CheckoutLoginformBox #invalid-error {
  color: red;
}
.loginpopup-submit,
.signupbtn {
  background-color: var(--primarycolor);
  color: #fff !important;
  border-radius: 3px;
  padding: 12px 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  border: 2px solid var(--primarycolor) !important;
}
.loginpopup-submit i,
.signupbtn i {
  margin-left: 5px;
}
.loginpopup-submit:hover,
.signupbtn:hover {
  background-color: transparent;
  color: var(--primarycolor) !important;
  border: 2px solid var(--primarycolor) !important;
}
.social-login-card-single {
  color: #222;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}
.social-login-card-single span a {
  color: var(--primarycolor);
  text-decoration: underline;
}
.ordivchckout {
  position: relative;
  width: 40px;
  text-align: left;
  margin: -26px 0 15px;
  background-color: #fff;
  font-size: 18px;
}
.social-login-card-single span:hover a {
  cursor: pointer;
}
.social-login-card-single:hover {
  border: 0;
  outline: none;
}
hr.orhr {
  border-top: 1px solid rgb(164 169 177 / 10%);
  margin-top: 35px;
}
.chkoutgoogleLogin {
  background-color: var(--primarycolor);
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  border: 2px solid var(--primarycolor);
  font-size: 15px;
  color: #fff;
  transition: 0.4s;
}
.chkoutgoogleLogin:hover {
  border: 2px solid var(--primarycolor) !important;
  outline: none;
  color: var(--primarycolor);
  opacity: 0.9;
  background: transparent;
}
.chkoutgoogleLogin img {
  width: 25px;
  margin-right: 10px;
}
#emailForm {
  height: auto;
  background-color: #e9ecf1;
  padding: 25px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  margin-top: 20px;
}
@keyframes animatnzoom {
  0% {
    transform: translate(42px, 18px);
  }
  50% {
    transform: translate(42px, 18px);
  }
  100% {
    transform: translate(42px, 18px);
  }
}

@-webkit-keyframes animatnzoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes animatnzoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(0);
  }
}
.bounce {
  -webkit-animation: animatnzoom 2s infinite;
  animation: animatnzoom 2s infinite;
}
.sponsorSection {
  padding: 90px 0;
}
.sposrInfoFlex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sposrInfoFlex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sposrDpBox {
  width: 250px;
  margin-right: 50px;
}
.sposrDpInfoBox {
  width: calc(100% - 300px);
}
.sposrDpBox img {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.sposrDpSubBox {
  width: 96%;
  position: relative;
  margin: auto;
}
.sposrDpSubBox::before,
.sposrDpSubBox::after {
  content: "";
  width: 60%;
  height: 40%;
  background-color: transparent;
  position: absolute;
}
.sposrDpSubBox::before {
  border-bottom: 1px solid var(--primarycolor);
  border-right: 1px solid var(--primarycolor);
  bottom: -6px;
  right: -14px;
}
.sposrDpSubBox::after {
  border-top: 1px solid var(--primarycolor);
  border-left: 1px solid var(--primarycolor);
  top: -15px;
  left: -14px;
}
.Spnsorid {
  color: #b08d57;
  font-family: Poppins-SemiBold !important;
  font-size: 19px;
  margin-bottom: 10px;
}

.SpnsorName {
  color: var(--primarycolor);
  font-family: Poppins-Bold !important;
  font-size: 34px;
  margin-bottom: 20px;
}
.sposrInfoFlex p {
  font-size: 15px;
}
.InfoRound {
  height: auto;
  background-color: #fff;
  padding: 25px;
  border-radius: 64px;
  box-shadow: 0 6px 18px 0 rgb(0 35 90/8%), 0 0 2px 0 rgb(0 35 90/6%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.InfoRound .infoitem {
  display: flex;
  align-items: center;
  padding: 3px 15px;
  border-right: 1px solid #d4d4d4;
  font-size: 16px;
}
.InfoRound .infoitem:last-child {
  border-right: 0px solid #f1f1f1;
}

.infoitem i {
  font-size: 19px !important;
  color: var(--primarycolor);
  margin-right: 8px;
}
.rankBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  padding-top: 13px;
  border-top: 1px solid #cbcbcb;
  margin-bottom: 15px;
}
.rankIcon {
  width: 44px;
  margin-right: 10px;
  height: auto;
}
.rankBox b {
  font-weight: normal;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  color: var(--primarycolor);
  margin-left: 5px;
}
.rankBox span {
  font-family: Poppins-SemiBold;
  color: #222;
  margin-right: 5px;
}
.offerhidden {
  display: none !important;
}

/*event popup*/

.meeting-url {
  margin-top: 20px;
}
.meeting-url p {
  display: flex;
  margin-top: 10px;
}
.meeting-url .zoom-url span:first-child {
  width: 40%;
  font-weight: 600;
  font-family: Poppins-SemiBold !important;
}
.meeting-url .zoom-url a:last-child {
  width: 60%;
  overflow: hidden;
  color: var(--primarycolor);
  word-break: break-all;
  font-family: Poppins-SemiBold;
  font-size: 13px;
  line-height: 21px;
}
.meeting-url .zoom-password span:first-child {
  font-family: Poppins-SemiBold;
  padding-right: 6px;
}
.imageoverdetails {
  position: relative;
}
.imageoverdetailsOverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 7px);
  background-color: #000;
  opacity: 0.4;
  border-radius: 6px;
}
h4.evnttIlle {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}
.imageoverdetails h4 {
  position: absolute;
  bottom: 72px;
  left: 30px;
  color: #fff;
  font-size: 20px;
}
.imageoverdetails .typeandhour {
  position: absolute;
  bottom: 12px;
  left: 30px;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  column-gap: 15px;
}
.imageoverdetails .typeandhour span {
  color: #fff;
}
.imageoverdetails .event-img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.eventdatetime i {
  margin-top: 5px;
  font-size: 18px !important;
}
.eventsPopup {
  display: none;
}
.eventsPopup.active {
  display: block;
  /* max-width: 800px; */
  position: fixed;
  top: 0;
  z-index: 1049;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
body.btceventsPopup {
  overflow: hidden;
}
.eventsPopup.active .modal-content {
  box-shadow: 0 20px 50px rgb(0 10 80 / 09%);
  border: 0;
}
.modalOpenlayer {
  display: none;
}
.modalOpenlayer.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1049;
  width: 100vw;
  height: 100vh;
  display: block;
  background-color: rgb(0 0 0 / 20%) !important;
}
.evntpopupSocial {
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 30px;
  align-items: center;
  justify-content: right;
  column-gap: 5px;
  z-index: 9;
}
.evntpopupSocial li a {
  display: block;
  color: #f1f1f1;
  width: 26px;
  height: 26px;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  text-align: center;
  line-height: 26px !important;
}
.evntpopupSocial li a:hover {
  color: #fff;
}

/* Adding New Style Not added in live*/
.userprofiledata {
  position: relative;
}
.userprofiledata:hover ul.dropdown-menu {
  display: block;
  background-color: #fff;
}
.userprofiledata .dropdown-menu {
  right: -8px;
  margin-top: 12px;
  border: 0;
  box-shadow: 0px 5px 5px -3px rgb(58 53 65 / 16%),
    0px 8px 10px 1px rgb(58 53 65 / 9%), 0px 3px 14px 2px rgb(58 53 65 / 4%);
}
.my-profile-wp::after {
  content: "";
  background-image: url(https://kne.4c6.myftpupload.com/wp-content/uploads/2021/11/Vector.svg);
  filter: invert(1);
  width: 10px;
  height: 10px;
  background-size: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  border-left: 0px;
  vertical-align: -2px;
  border-top: 0px;
}
.login-and-register .userprofiledata .my-profile-wp {
  border: none !important;
  background-color: unset !important;
  color: #222222 !important;
  padding: 0 !important;
}
.my-profile-wp {
  display: flex;
  align-items: center;
}
.my-profile-wp span {
  padding-right: 5px;
}
.my-profile-wp span img {
  border-radius: 50%;
}
.user-icon-btc {
  width: 30px;
  height: 30px;
  background-color: rgb(82 46 145);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btc-user-name {
  padding: 8px 12px;
  font-size: 14px;
}
.login-and-register .userprofiledata .profile-link a {
  border: none !important;
  background-color: unset !important;
  color: #222222 !important;
  padding: 0 !important;
}
.login-and-register .userprofiledata .profile-logout a {
  border: none !important;
  background-color: unset !important;
  color: #222222 !important;
  padding: 0 !important;
}
.userprofiledata .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -13px;
  right: 18px;
  width: 0px;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 15px solid #fff;
}
.profile-link,
.profile-logout {
  padding: 5px 0;
}
.my-profile-wp span {
  display: flex;
}
/*profile section*/
.profile-main {
  width: 100%;
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.profile-card {
  display: flex;
  width: 610px;
  column-gap: 20px;
}

.avatar-container {
  background-color: #522e91;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 220px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.avatar-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/socialicons/bitcoinTaf-profile-bg.png);
  background-repeat: no-repeat;
  background-size: 137% !important;
  background-position: center top -25px;
  opacity: 0.1;
  /*    background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.1) 75%);*/
  background-size: 20px 20px;
}
.avatar-container::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50%;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.avatar-container .avatar {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid white;
  position: relative;
  z-index: 1;
}

.info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  column-gap: 20px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 220px;
  flex: 1;
  position: relative;
  z-index: 0;
}
.info-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/socialicons/bitcoinTaf-profile-bg.png);
  background-repeat: no-repeat;
  filter: brightness(1);
  background-size: 75% !important;
  background-position: right -100px bottom 15px;
  z-index: -1;
}
.sponsorname {
  font-family: Poppins-Bold !important;
  font-size: 26px;
  margin-bottom: 10px;
}
.handle {
  margin: 5px 0;
  color: #666;
  font-size: 16px;
}
.avatar-container .rankIcon {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 64px;
  width: 30px;
  height: auto;
}
.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  padding: 5px 0px;
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}
.profile-card-title {
  text-align: center;
  font-size: 26px;
  font-family: Poppins-SemiBold !important;
  color: #522e91;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.star {
  color: #6b48ff;
  margin-right: 5px;
}
.star img {
  width: 30px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #522e91;
  padding: 10px;
}
.profile-card {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .userprofiledata .dropdown-menu {
    position: relative;
    margin-bottom: 16px;
  }
  .profile-link,
  .profile-logout {
    padding: 0 12px;
  }
  .userprofiledata .dropdown-menu:before {
    left: 18px;
  }
  .search-and-mobile-nav {
    position: absolute;
    top: 22px;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .disclaimer-menu{
    flex-wrap: wrap;
  }
}
/* Style 14.08.2023 */
.customeTab-sharebutton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
}
/*--------------*/
.social-share-button i {
  opacity: 0;
  font-size: 28px;
  color: #1f1e1e;
  will-change: transform;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-share-button .fa-share-alt {
  color: #fff;
  opacity: inherit;
  transform: inherit;
}
.btn_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: 240px;
  height: 50px;
  background-color: #eeeeed;
  border-radius: 6px;
  padding: 0 18px;
  will-change: transform;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn_wrap:hover {
  /* transition-delay: .4s; */
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.social-share-button span {
  position: absolute;
  z-index: 99;
  width: 240px;
  height: 50px;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 2px;
  color: #eeeeed;
  background-color: #522e91;
  padding: 0 18px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 50px;
  border-radius: 80px;
}
#copyButton {
  border: none;
}
.social-container i:nth-of-type(1) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.social-container i:nth-of-type(2) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.social-container i:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.social-container i:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.btn_wrap:hover span {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
}

.btn_wrap:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#menu-item-88 a svg {
  fill: #522e91;
}
/*event single style*/
.single-event-details .date-and-time {
  display: flex;
  align-items: center;
  width: calc(100% / 3 - 10px);
  margin: 5px;
}
.single-event-details .eventdatetime {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.event-back-button {
  padding: 8px 26px;
  border: 2px solid var(--primarycolor);
  background-color: var(--primarycolor);
  color: #fff !important;
  border-radius: 4px;
  line-height: 21px;
  font-size: 14px;
  max-width: 160px;
}
.btc-read-more-content {
  line-height: 1.5em;
  max-height: calc(1.5em * 3);
  height: auto;
  overflow: hidden;
  transition: max-height 0.3s;
  width: 100%;
  clear: both;
  /*overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
    height: 70px;*/
}
.read-more-container .btc-read-more-content h1,
.read-more-container .btc-read-more-content h2,
.read-more-container .btc-read-more-content h3,
.read-more-container .btc-read-more-content h3 {
  font-size: 16px;
  color: #522e91;
}
.btc-read-more-content.expanded {
  max-height: none;
}
.read-toggle {
  color: blue;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}
.read-more-container a {
  font-size: 14px;
  color: #522e91;
}
@media (max-width: 992px) {
  #notification-containerBox {
    top: 10px;
    right: 40px;
  }
  .dropdown-menu {
    display: block !important;
    box-shadow: none !important;
    padding: 0rem 0 0.5rem !important;
  }
}
@media (max-width: 768px) {
  .customeTab-sharebutton {
    display: block;
  }
  .social-share-button {
    position: absolute;
    left: 20px;
    top: -62px;
  }
  .errorBoxSubbox h2 {
    max-width: 100%;
    padding: 15px;
  }
  .errorBoxSubbox.errorBoxSubproduct:after {
    background-color: #ffffffa8;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .errorBoxSubproduct div {
    position: relative;
    z-index: 4;
  }
  .profile-card {
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: center;
    row-gap: 20px;
  }
  .info-container {
    width: 410px;
    padding: 30px 30px;
  }
  .search-popup .form-group input {
    width: 100% !important;
  }
  .search-popup form {
    width: 100%;
  }
  .search-popup .form-group {
    width: 100%;
  }
}
/*WP Notification*/

#notification-containerBox {
  padding: 20px;
  position: fixed;
  top: 100px;
  right: 10px;
  border-radius: 5px;
  z-index: 999;
}
#notification-container:after {
  content: "";
  position: absolute;
  top: -12px;
  right: 40px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid #fff;
}
#notification-container {
  width: 360px;
  position: relative;
  margin-top: 15px;
  box-shadow: 0 6px 18px 0 rgb(0 35 90/8%), 0 0 2px 0 rgb(0 35 90/6%);
  display: none;
  animation: trnslate1 0.7s;
}
.notiIconBox {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: right;
}
.bellIcon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--primarycolor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 6px;
}
.CloseNotifcn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ccc;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
.notiIconBox.active .CloseNotifcn {
  display: flex;
}
#notification-container.active {
  display: block;
}
@keyframes trnslate1 {
  from {
    transform: translate(0, 18px);
    /* opacity: 0.7; */
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.noty_layout__topRight {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  margin-top: 6px;
}
.noty_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.noty_title h6 {
  font-size: 14px;
  color: #939393;
}

.noty_title a {
  font-size: 14px;
  color: var(--primarycolor);
  font-family: Poppins-SemiBold !important;
}
.noty_bar {
  font-size: 13px;
  border-bottom: 1px solid #f1f1f1;
  line-height: 19px;
  padding: 7px 0;
}
.noty_bar a {
  color: #795ea8;
}
.noty_bar a:hover {
  color: #6741ab;
}
.noty_bar:last-child {
  border-bottom: 0px solid #f1f1f1;
}
.noty_bar b {
  display: flex;
  justify-content: right;
  color: #939393;
  margin-top: 4px;
  font-family: Poppins-SemiBold !important;
  font-size: 13px;
}
#notiBox {
  max-height: 240px;
  overflow-x: auto;
  padding: 5px;
}
/* Style 14.08.2023 */

.customeTab-sharebutton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
}
/* width */
#notiBox::-webkit-scrollbar {
  width: 6px;
}

/* Track */
#notiBox::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#notiBox::-webkit-scrollbar-thumb {
  background: var(--primarycolor);
}

/* Handle on hover */
#notiBox::-webkit-scrollbar-thumb:hover {
  background: var(--primarycolor);
}
/*  addon badge*/
.addon-badge {
  position: absolute;
  background-color: #8053cb;
  padding: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  margin-left: -8px;
  z-index: 9;
  max-width: 74%;
}
.addon-badge:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 0;
  border-color: transparent #8053cb transparent transparent;
}
@media (max-width: 992px) {
  #notification-containerBox {
    top: 10px;
    right: 40px;
  }
}
@media (max-width: 468px) {
  #notification-container {
    width: 100%;
  }
  .info-container {
    width: 100%;
  }
  .social-icons {
    flex-wrap: wrap;
  }
  .info-container {
    align-items: center;
  }
  .social-icons {
    justify-content: center;
  }
}
/*search form header*/
/* Basic styles for the search popup */
.search-popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.form-and-closeicon {
  width: 80%;
  max-width: 600px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px auto 40px auto;
  position: relative;
}

.search-popup .search-field {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.search-popup .search-submit {
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

.search-popup .search-submit:hover {
  background-color: #555;
}

.search-close {
  position: absolute;
  top: -16px;
  right: -26px;
  font-size: 26px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}
.highlightmytext {
  background-color: yellow;
}
.search-popup .serchBox {
  width: 100%;
}
.search-popup .form-group input {
  width: 450px;
}
#search-toggle {
  outline: none;
  border: 2px solid #522e91;
  border-radius: 4px;
  margin-left: 9px;
  padding: 5px 10px;
  background: #fff;
}
.btc-search .item--holder {
  position: relative;
}
.btc-product-type {
  position: absolute;
  top: -25px;
  font-size: 13px;
  background-color: #b08d57;
  text-transform: capitalize;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
}
/*search form end here*/
.btc-top-products {
  position: relative;
}
select.bitcoinform {
  color: #282828 !important;
}
#search-toggle .fa-search {
  color: #522e91 !important;
}
.btcsinglecontent iframe {
  min-height: 375px;
}
/*.btc-top-products .softproduct:nth-child(4) {
    position: absolute;
    right: 0;
    top: 0;
}
.btc-top-products .softproduct:nth-child(4) .innerdiv{
    position: relative;
}
.btc-top-products .softproduct:nth-child(4) .primgBox {
    position: absolute;
    z-index: 2;
}
.btc-top-products .softproduct:nth-child(4):hover .primgBox {
    z-index: 0;
}
.btc-top-products .softproduct:nth-child(4) .prcntntarea {
    position: absolute;
    z-index: 1;
    background-color: #fff;
}
.btc-top-products .softproduct:nth-child(4) .prcntntarea .btn-wrap {
    margin-top: 0px;
    padding-top: 8px;
}
.btc-top-products .softproduct:nth-child(5) {
    position: absolute;
    right: 0;
    top: 50%;
}
.btc-top-products .softproduct:nth-child(5) .innerdiv{
    position: relative;
}
.btc-top-products .softproduct:nth-child(5) .primgBox {
    position: absolute;
    z-index: 2;
}
.btc-top-products .softproduct:nth-child(5):hover .primgBox {
    z-index: 0;
}
.btc-top-products .softproduct:nth-child(5) .prcntntarea .btn-wrap {
    margin-top: 0px;
    padding-top: 8px;
}
.btc-top-products .softproduct:nth-child(5) .prcntntarea {
    position: absolute;
    z-index: 1;
    background-color: #fff;
}*/
@media (max-width: 1390px) {
  /*.btc-top-products .softproduct:nth-child(4){
        position: inherit;
    }
    .btc-top-products .softproduct:nth-child(4) .primgBox {
    position: inherit;
    }
    .btc-top-products .softproduct:nth-child(4) .prcntntarea {
    position: inherit;
    }
    .btc-top-products .softproduct:nth-child(5){
        position: inherit;
    }
    .btc-top-products .softproduct:nth-child(5) .primgBox {
    position: inherit;
    }
    .btc-top-products .softproduct:nth-child(5) .prcntntarea {
    position: inherit;
    }*/
}
/* ********************************************************************************** */

.btcRoadmAp::-webkit-scrollbar {
  width: 8px;
}

.btcRoadmAp::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.btcRoadmAp::-webkit-scrollbar-thumb {
  background: var(--primarycolor);
  border-radius: 10px;
}

.btcRoadmAp::-webkit-scrollbar-thumb:hover {
  background: #3f4983;
}

.btcRoadmAp {
  background: #f5f5f5
    url(https://bitcointaf.com/wp-content/uploads/2023/06/RoadmapBg.webp)
    no-repeat;
  background-size: contain;
}

.btcRoadmAp {
  width: 100%;
  overflow-x: scroll;
  cursor: move;
}

.btcRoadmApUl {
  display: flex;
  min-height: 805px;
  margin: auto;
  width: 1520px;
  padding: 0;
  padding-left: 150px;
  padding-right: 150px;
}

.btcRoadmApUl > .btcRoadmApUlList {
  position: relative;
}

.YearBox {
  position: absolute;
  bottom: calc(50% + 30px);
  padding-bottom: 70px;
  left: -3px;
  height: auto;
  padding-left: 20px;
}

.YearBox:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 1px;
  background-color: #474955;
  bottom: 0;
  left: 0;
  padding-bottom: 75px;
}

.YearBox.Year2018:before {
  height: 110px;
}

.YearBox:after {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #474955;
  top: 0;
  left: -4px;
}

.YearBox.Year2018:after {
  top: 33px;
}

.textYear {
  font-family: Poppins-Bold !important;
  color: #474955;
  font-size: 45px;
  line-height: 13.7px;
}

.text2016 {
  font-size: 25px !important;
  line-height: 6px;
}

.text2017 {
  font-size: 35px !important;
  line-height: 60px;
}

.YearContent {
  position: absolute;
  top: 400px;
  padding-left: 20px;
}

.bgBar {
  height: 20px;
  width: 250px;
  margin-top: 350px;
  margin-bottom: 350px;
  margin-right: 5px;
  -webkit-box-shadow: 2px 16px 18px -1px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 2px 16px 18px -1px rgba(0, 0, 0, 0.34);
  box-shadow: 2px 16px 18px -1px rgb(0, 0, 0, 0.34);
}

.Bg2018 {
  background-color: #ff9700;
}

.Bg2019 {
  background-color: #24c5d9;
}

.Bg2020 {
  background-color: #41a4f5;
}

.Bg2021 {
  background-color: #ec407a;
}

.Bg2022 {
  background-color: #673bb6;
}

.Bg2023 {
  background-color: #bcc22c;
}

.Bg2024 {
  background-color: #3bb53e;
}

.Bg2025 {
  background-color: #de2221;
}

.rdMapcourseTittle {
  font-size: 13px;
  width: 220px;
  line-height: 1.2;
  color: #474955;
}

.rdMapcourseTittleLarge {
  width: 265px;
}

.YearContent > ul {
  position: relative;
  height: 100%;
  padding-bottom: 25px;
}

.YearContent ul:before {
  position: absolute;
  content: "";
  height: calc(100% + 13px);
  width: 1px;
  background-color: #474955;
  top: -50px;
  left: -23px;
  padding-bottom: 13px;
}

.YearContent ul li {
  margin-top: 14px;
  position: relative;
  z-index: 6;
  min-height: 20px;
}

.YearContent ul li:after {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #474955;
  top: calc(50% - 4px);
  left: -27px;
}

.YearContent li a > img {
  position: absolute;
  left: -75px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
}

.reverse.btcRoadmApUlList .YearBox {
  top: calc(50% + 30px) !important;
}

.reverse.btcRoadmApUlList .YearContent {
  top: auto;
  bottom: 460px;
}

.reverse.btcRoadmApUlList .YearContent ul:before {
  width: 1px;
  top: auto;
  left: -23px;
  bottom: -25px;
}

.reverse.btcRoadmApUlList .YearBox:before {
  bottom: 66px;
  padding-bottom: 50px;
  height: calc(100% + 7px);
}
.btcRoadmAp .p-caption {
  color: var(--primarycolor);
  font-size: 27px;
  line-height: 35px;
  margin-top: 50px;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 11rem;
  padding: 1rem 0 0.5rem;
  margin: 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(174 174 174 / 15%);
  border-radius: 0 0 8px 8px;
  box-shadow: 6px 14px 18px 0 rgb(0 35 90 / 8%), 1px 5px 2px 0 rgb(0 35 90 / 6%);
  border-top: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #522e91;
}
@media screen and (min-width: 1200px) {
  /* new menu */
  .btc-menu-toggle {
    display: none;
  }
}
@media (min-width: 992px) {
  /* Only apply hover behavior on large screens (desktop) */
  /* Show dropdown menu on hover */
  #navbarSupportedContent .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu .menu-item-has-children .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
    border-radius: 6px;
  }
  .dropdown-menu .menu-item-has-children.dropdown > a:after {
    display: inline-block;
    margin-left: 1.255em;
    vertical-align: 0.055em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .spb-container-fluid {
    background-color: #2b6029 !important;
  }
}
/* ********************************************************************************** */

@media (max-width: 690px) {
  .sliderabslut6 {
    bottom: 80%;
  }
  .sliderabslut7 {
    bottom: 85%;
  }
  .YearBox.Year2018:before {
    height: 85px;
    bottom: 31px;
  }

  .btcRoadmApUl {
    display: block;
    min-height: 300px;
    width: 210px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .YearContent {
    padding-left: 10px;
  }
  .YearContent li a > img {
    left: -65px;
  }
  .YearBox {
    left: -13px;
  }
  .btcRoadmApUl > .btcRoadmApUlList {
    min-height: 160px;
  }

  .Year2018List {
    min-height: 200px !important;
  }

  .Year2019List {
    min-height: 160px !important;
  }

  .Year2020List {
    min-height: 170px !important;
  }

  .Year2021List {
    min-height: 250px !important;
  }

  .Year2022List {
    min-height: 360px !important;
  }

  .Year2023List {
    min-height: 200px !important;
  }

  .Year2024List {
    min-height: 160px !important;
  }

  .Year2025List {
    min-height: 180px !important;
  }

  .Year2025List .bgBar {
    margin-top: 100px !important;
  }

  .bgBar {
    height: 20px;
    width: 100%;
    margin-top: 200px;
    margin-bottom: 0px;
  }

  .YearBox,
  .reverse.btcRoadmApUlList .YearBox {
    position: absolute;
    bottom: auto;
    top: -50px !important;
    padding-bottom: 70px;
  }

  .YearBox.Year2018 {
    top: -110px !important;
  }

  .YearContent,
  .reverse.btcRoadmApUlList .YearContent {
    top: 45px;
    bottom: auto;
  }

  .YearBox:before {
    height: 5px;
    bottom: 24px;
    padding-bottom: 50px;
  }
  .reverse.btcRoadmApUlList .YearBox:before {
    bottom: 23px;
    padding-bottom: 0px;
    height: 58px;
  }

  .reverse.btcRoadmApUlList .YearContent ul:before {
    bottom: 36px;
  }
}
/* Menu Button mobile */
.btc-menu-toggle {
  position: absolute;
  top: 17px;
  right: 59px;
  font-size: 28px;
  background: transparent;
  color: #161617;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 999;
}

/* Main Menu */
.btc-mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  max-width: 360px;
  height: 100%;
  background: #fff;
  transition: left 0.3s ease;
  z-index: 999;
}

.btc-mobile-menu.active {
  left: 0;
}

.btc-mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0;
}

.btc-mobile-menu ul li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #222;
  text-decoration: none;
  font-size: 15px;
}
.submenu ul {
  margin: 0px 0 0 0;
}
.btc-mobile-menu ul li a:hover {
  background: #eaeaea;
}

.btc-mobile-menu ul li a i {
  margin-left: auto;
}

.btc-mobile-menu ul li .submenu a i {
  margin-left: 10px;
}

/* Submenu */
.submenu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 90%;
  height: 100%;
  max-width: 360px;
  background: #f9f9f9;
  transition: left 0.3s ease;
}

.submenu.active {
  left: 0;
}

.submenu .back-btn {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  background: #f1f1f1;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
.submenu .back-btn i {
  margin-right: 10px;
}
.submenu .back-btn:hover {
  background: #f1f1f1;
}
/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 998;
}

.overlay.active {
  display: block;
}
.submenusecond {
  display: none;
}
.submenusecond.active {
  display: block;
}
.submenuthird {
  display: none;
}
.submenuthird.active {
  display: block;
}
/* Rotate chevron-right to point down when submenusecond is active */
.submenu-toggle .fas.fa-chevron-right.rotate-down {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
/* Ensure chevron has a smooth transition when not active */
.submenu-toggle .fas.fa-chevron-right {
  transition: transform 0.3s ease;
}
.search-and-mobile-nav {
  display: flex;
  align-items: center;
}
.mobile-menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-weight: 300;
  font-size: 30px;
}
@media (max-width: 992px) {
  /*    new menu*/
  .login-and-register-mobile li a {
    max-width: 100px;
  }
  .login-and-register-mobile li:first-child a {
    border: 2px solid var(--primarycolor);
    border-radius: 4px;
    line-height: 21px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 8px 20px;
    color: var(--primarycolor) !important;
    font-size: 14px;
  }

  .login-and-register-mobile li:first-child a:hover {
    background-color: var(--primarycolor);
    color: #fff !important;
  }

  .login-and-register-mobile li:nth-child(2) a {
    margin-left: 10px;
    padding: 8px 26px;
    border: 2px solid var(--primarycolor);
    background-color: var(--primarycolor);
    color: #fff !important;
    border-radius: 4px;
    line-height: 21px;
    font-size: 14px;
  }

  .login-and-register-mobile li:nth-child(2) a:hover {
    background-color: transparent;
    color: var(--primarycolor) !important;
  }
}
/*new menu*/
@media only screen and (max-width: 1200px) and (min-width: 993px) {
  .btc-menu-toggle {
    top: 34px !important;
  }
  .login-and-register {
    margin-right: 45px;
  }
  .login-and-register-mobile {
    display: none;
  }
}
