@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap');

body {
    background: #000;
    font-family: 'Raleway', sans-serif;
}

a {
    color: #bc3424;
}

a:hover {

}

a.btn {
    background: #bc3424;
    border: #bc3424;
}

a.btn:hover{
    background: #bc3424;
    opacity:.6;
}

ul strong, ol strong {
    color: #bc3424;
}

h1 {
    color: #fff;
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
}

h2 {
    color: #000;
    font-size: 26px;
}

h3, h4, h5, h6 {
    color: #000;
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #1a1a1a;
    box-shadow: 0 5px 10px rgb(0 0 0 / 45%);
}

header .navbar-brand img {
    width: 380px;
}

#main_nav_top {
    padding: 20px;
    background: rgba(255,255,255, 1);
    border-radius: 5px;
    margin-top: 5px;
}

#main_nav_top h3 {
    color: #bc3424;
    margin-bottom: 0;
}

#main_nav_top ul {
    margin-bottom: 10px !important;
}

#main_nav_top ul li {
}

#main_nav_top ul li a {
    color: #000;
    text-decoration: none;
}

#main_nav_top ul li a:hover {
    color: #bc3424;;
}

.custom-toggler.navbar-toggler {
    border-color: #fff;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

article {
    margin-top: 125px;
}

article section#top_one {
    color: #fff;
    background: #15181d;
}

article section#top_one h2, article section#top_one h3, article section#top_one h4, article section#top_one h5, article section#top_one h6 {
    color: #fff;
}

article section#below_one {
    background: #fff;
    padding-top: 20px;
}

#navleft {
}

#navleft h3 {
    padding-left: 15px;
}

#navleft ul {
    margin-bottom: 20px !important;
    padding: 5px 15px;
    border-radius: 5px;
}

#navleft ul li {background: #15181d;margin-bottom: 1px;padding: 5px 8px;}

#navleft ul li a {
    text-decoration: none;
    color: #ffffff;
}

#navleft ul li a:hover {
    color: #bc3424;
}

#borderbxes {
    margin-bottom: 25px;
    padding: 10px;
    display: block;
    border-image: linear-gradient(90deg,#770a0a,#ffffff,#770a0a) 2 0 2 0;
    border-top: 1px solid #212529;
    border-bottom: 1px solid #212529;
}

#borderbxes a{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#borderbxes a:hover{
    color:#fff;
}

#box_itm {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background: rgb(29 39 48);
    border-radius: 15px;
    padding-bottom: 15px;
}

#box_itm #itembonus {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
}

#box_itm #itembonus span {
    font-size: 30px;
    color: #bc3424;
}

#box_itm #rating {
    color: #bc3424;
    font-size: 30px;
    margin-bottom: 23px;
}

.informations {
    margin: 35px 0 40px;
    border: 1px solid #fff;
    width: 100%;
    background: rgb(29 39 48);
    border-radius: 15px;
}

.informations td,.informations th {
    font-size: 14px;
    padding: 12px 20px
}

.informations td {
    color: #fff;
    border: 1px solid #fff
}

.informations td:first-child {
    font-weight: 500
}

.informations td,.informations th {
    border-bottom: 1px solid #fff;
    padding: 15px
}

.informationsmethods:not(:empty):not(:last-child):after {
    content: ", "
}


footer {
    padding: 50px 0;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 769px) {

}
