File: /var/www/BtMiners/BtMiners-store/wjcss/style.css
/* body {
font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
background-color: #fff;
height: 200vh;
position: relative;
}
body:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
opacity: 0;
visibility: hidden;
z-index: 1;
}
body.offcanvas-menu:before {
opacity: 1;
z-index: 1002;
visibility: visible;
}
p {
color: #b3b3b3;
font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
a,
a:hover {
text-decoration: none !important;
}
.hero {
height: 100vh;
width: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
} */
@font-face {
font-family: montserrat;
font-style: normal;
font-weight: 400;
font-display: auto;
src: url(https://cdn-resource.btminer.com/wp-content/uploads/2023/11/Montserrat-Medium-1.ttf) format('truetype')
}
/* Header */
header {
background-color: #000;
width:100%;
z-index: 999;
padding: 0;
}
.headerTop {
background-image: linear-gradient(90deg,#1995FF 0%,#3961F4 100%);
color: #fff;
text-align: center;
padding: 3px 0px;
font-size: 14px;
margin-bottom: 0;
}
@media (min-width: 768px) {
header {
padding: 0px 0;
}
}
header .navbar-brand {
max-width: 160px;
}
header .navbar-brand img {
max-width: 100%;
}
header .navbar-brand.absolute {
position: absolute;
}
@media (max-width: 991.98px) {
header .navbar-brand.absolute {
position: relative;
}
}
header .navbar-brand span {
color: #fff;
}
@media (min-width: 768px) {
header .navbar-brand span {
color: #ced4da;
}
}
header .navbar {
background: black !important;
padding-top: .5rem;
padding-bottom: .5rem;
}
@media (min-width: 768px) {
header .navbar {
padding-top: 0;
padding-bottom: 0;
background: none !important;
position: relative;
}
}
header .navbar .nav-link {
padding: 1.7rem 1rem;
outline: none !important;
font-size: 1rem;
color: rgba(255, 255, 255) !important;
}
@media (max-width: 1199.98px) {
header .navbar .nav-link {
padding: .5rem 0rem;
}
}
header .navbar .nav-link.active {
color: #fff !important;
}
header .navbar .dropdown-menu {
font-size: 14px;
border-radius: 4px;
border: none;
-webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
min-width: 13em;
margin-top: -10px;
}
header .navbar .dropdown-menu:before {
bottom: 100%;
left: 10%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-bottom-color: #fff;
border-width: 7px;
}
@media (max-width: 991.98px) {
header .navbar .dropdown-menu:before {
display: none;
}
}
header .navbar .dropdown-menu .dropdown-item:hover {
background: #eee;
color: #000;
}
header .navbar .dropdown-menu .dropdown-item.active {
background: #007bff;
color: #fff;
}
header .navbar .dropdown-menu a {
padding-top: 7px;
padding-bottom: 7px;
}
/*header .navbar .cta-btn a {
background: #007bff;
color: #fff !important;
text-transform: uppercase;
font-size: .8rem;
padding: 15px 20px !important;
line-height: 1;
font-weight: bold;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
header .navbar .cta-btn a:hover {
background: #fff;
color: #007bff !important;
-webkit-box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
}*/