/*
 Theme Name: speedgames
 Author: tadamart.pl
 Version: 1.0
 */


@font-face {
  font-family: dinpro;
  src: url(fonts/DINPro-CondensedRegular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: dinpro;
  src: url(fonts/DINPro-CondensedBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: united;
  src: url(fonts/UnitedItalicCdBk.otf);
  font-weight: 300;
}


:root {
  --color: #111935;
  --color2:#f5d380;
  
}

body {
  font-family: 'dinpro' !important;
}
p {
  font-size: 20px;
}
li {
  font-size: 20px;
}

.admin-bar {
  margin-top: 32px;
}
.navbar-nav a {
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  font-size: 22px;
  color: white;
  padding: 0px 15px !important;
  transition: 0s;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 600 !important;
}
.single_page_content h1, .single_page_content h2, .single_page_content h3, .single_page_content h4, .single_page_content h5, .single_page_content h6 {
  font-weight: 600;
}
.menu {
  background-color: #272724;
  padding: 15px 0px;
}
.mi-spacer {
  color: var(--color2);
}

.nav-link:focus, .nav-link:hover {
  color: var(--color2) !important;
}
.top p {
  font-size: 35px;
  margin: 0px 7px;
}
.logo {
  width: 100%;
  height: 55px;
  max-width: 250px;
}
/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler span {
  display: block;
  background-color: white;
  height: 2px;
  width: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  right: 10px;
  opacity: 1;
  transition: all 0.2s ease-out;
  transform-origin: center left;
}

.navbar-toggler-icon {
  background-image: none !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* ------------------------- MOBILE BURGER ------------------------- */

.hero {
  background-size: cover;
  min-height: 500px;
  background-position: center;
}

.title {
  position: relative;
  background-color: black;
  width: fit-content;
  padding: 2px 12px;
  transform: skewX(-10deg);
}
.title h2 {
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 0px;
  padding: 0px 12px;
}
.ts {
  width: 50px;
  position: absolute;
  top: -0.5px;
  left: -42px;
}
.te {
  width: 62px;
  position: absolute;
  bottom: -5px;
  right: 0px;
}
.dropdown-menu {
  background-color: #cedc28;
  border-radius: 0px;
  transform: skewX(-8deg);
}
.dropdown-item {
  color: var(--color) !important;
}
.dropdown-item:hover {
  background-color: var(--color);
  color: var(--color2) !important;
}
.dropdown-toggle::after {
  width: 16px;
  height: 20px;
  content: " ";
  border: 0px;
  filter: invert(1);
  line-height: 1.3;
  top: 10px !important;
  padding-top: 10px;
  vertical-align: middle;
  background-image: url(img/chevron-down.svg);
}
.nav-link:hover::after, .nav-link:focus::after {
  filter: invert(57%) sepia(79%) saturate(1475%) hue-rotate(29deg) brightness(113%) contrast(119%) !important;
}





footer a {
  display: block;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-style: italic;
  font-size: 20px;
}
footer a:hover {
  color: var(--color2);
}
footer h4 {
  color: white;
  text-transform: uppercase;
  background-color: black;
  width: fit-content;
  padding: 2px 12px;
  transform: skewX(-10deg);
  font-size: 28px;
  margin-bottom: 15px;
}
.f-box-line {
  width: 1px;
  height: 100%;
  background-color: white;
  transform: skewX(-10deg);
  margin-left: 37px;
    margin-right: 30px;
    opacity: 0.5;
}
footer {
  background-size: cover;
  background-position: center;
}
.copy p {
  color: white;
  margin-bottom: 0px;
}
.contactf a {
  color: black;
}
.c-soc p {
  margin-right: 20px;
}
.c-soc a {
  font-size: 20px;
  margin-right: 20px;
}
.hero span {
  font-family: 'united';
  font-style: normal;
}







.specialist img {
  border-radius: 100px;
  max-width: 80px !important;
  border: 5px solid var(--color);
  margin-right: 20px;
}
.specialist a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}
.specialist a i {
  margin-right: 5px;
}
.breadcrumb span {
  margin: 0px 5px;
}
.breadcrumb a {
  color: black;
}
.dataTable {
  padding-top: 30px;
  padding-bottom: 30px;
}
.dt-button {
  color: white !important;
  text-transform: uppercase !important;
  background-color: var(--color) !important;
  width: fit-content !important;
  padding: 2px 12px !important;
  transform: skewX(-10deg) !important;
  font-size: 20px !important;
  margin-bottom: 15px !important;
  border: 0px !important;
}
.dt-button:hover {
  background-color: var(--color2) !important;
  color: var(--color) !important;
}
.dt-button i {
  font-size: 19px;
  margin-right: 5px;
}
.dataTables_filter label {
  font-size: 20px !important;
}
.dataTables_filter input {
  margin-left: 10px !important;
  border-radius: 0px !important;
  border: 0px !important;
  border-bottom: 1px solid #b2b2b2 !important;
}
.sc-ov {
  overflow: scroll;
  padding-left: 4px;
}
button, .btn {
  color: white !important;
  text-transform: uppercase !important;
  background-color: var(--color) !important;
  width: fit-content !important;
  padding: 2px 12px !important;
  transform: skewX(-10deg) !important;
  font-size: 24px !important;
  margin-bottom: 15px !important;
  border: 0px !important;
  border-radius: 0px !important;
  padding: 10px 20px !important;
  margin-bottom: 0px !important;
  font-weight: 400 !important;
  margin-top: 15px !important;
}
button:hover, .btn:hover {
  background-color: var(--color2) !important;
  color: var(--color) !important;
}
.copy a, .copy p {
  font-size: 16px;
}
th, td {
  font-size: 20px;
}
.brd p{
  font-size: 16px !important;
}
.person p {
  font-size: 16px !important;
}
.top p {
  font-size: 20px;
  margin-right: 10px;
}
.top-social i {
  color: var(--color);
  font-size: 20px;
}
.navbar-toggler {
  background-color: var(--color2) !important;
    padding-left: 19px !important;
    padding-right: 0px !important;
    margin-right: 5px;
    margin-top: 0px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.navbar-toggler span {
  background-color: var(--color) !important;
}
.hero p {
  color: white;
  text-transform: uppercase;
  font-style: italic;
}
.dmp { 
  width: 100% !important;
  max-width: 154px !important;
  top: -6px;
  position: relative;
}
.logos {
  max-width: 1000px;
  margin: 0 auto;
}
.logos img {
  max-width: 500px;
}
.hero-text {
  font-size: 80px;
  line-height: 1;
    margin-bottom: 0px;
}
.hgreen {
  color: var(--color2);
  font-family: 'Arial' !important;
  margin: 0px 10px;
  margin-left: 20px;
  font-size: 76px;
    line-height: 1.1;
}
.hgreen2 {
  color: var(--color2);
  line-height: 1.2;
  margin-left: 10px;
}
.sec2-box {
  padding: 40px;
}
.sec2 a {
  text-decoration: none !important;
}
.rnd {
  font-family: united;
  color: white;
  text-decoration: none;
  font-size: 20px;
}
.sec2-box .rnd img {
  max-width: 150px;
    position: relative;
    top: -11px;
}
.sec2-box .rnd {
  font-family: united;
    color: white;
    text-decoration: none;
    font-size: 70px;
    justify-content: center;
    margin-bottom: 0px;
}
.sb1 {
  color: white;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0px;
  line-height: 1;
  font-size: 23px;
}
.tor {
  font-family: united;
  color: white;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0px;
}
.data {
  font-family: united;
  color: var(--color2);
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: -10px;
}
.sb-line {
  background-color: var(--color2);
    height: 2px;
    margin-top: 3px;
    margin-bottom: 10px;
}
.sb-line2 {
  background-color: var(--color2);
    height: 2px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.join {
  color: white;
  text-transform: uppercase;
  font-style: italic;
  font-size: 22px;
  text-align: right;
  margin-bottom: 0px;
}
.join span {
  font-family: united;
    font-style: normal;
    font-size: 23px;
    margin-left: 3px;
}
.sec2-box {
  transition: 0.2s ease;
  background-size: cover;
  background-position: center;
}
.sec2-box:hover {
  transform: scale(1.03);
}
.hero-text {
  color: white;
  text-transform: uppercase;
  font-style: italic;
}
.ob a {
  text-decoration: none;
}
.breadcrumb .mb-2 {
  margin-bottom: 0px !important;
}
.owl-carousel .owl-item img {
  display: initial;
}
.hero-text {
  display: flex;
  justify-content: center;
}
.owl-hero .owl-nav {
  position: absolute;
    top: 34%;
    width: 100%;
    justify-content: space-between;
    display: flex;
}
.owl-hero .owl-prev {
  background-color: transparent !important;
    color: var(--color2) !important;
    margin-left: 30px;
    font-size: 80px !important;
    line-height: 1 !important;
    font-style: normal !important;
    transform: skewX(0deg) !important;
}
.owl-hero .owl-next {
  background-color: transparent !important;
    color: var(--color2) !important;
    margin-right: 30px;
    font-size: 80px !important;
    line-height: 1 !important;
    font-style: normal !important;
    transform: skewX(0deg) !important;
}
.owl-hero .owl-prev:hover, .owl-hero .owl-next:hover {
  opacity: 0.5;
}
.owl-hero .owl-dots {
  display: none;
}
.top-social i:hover {
  color: var(--color2);
}
.archive-post a {
  text-decoration: none;
}
.archive-post h2 {
  color: black;
  font-weight: 600;
}
.single_post_content h1 {
  font-weight: 600;
}
.img-fl img {
  width: 100%;
  height: auto;
}
.form-label {
  width: 100%;
}
.accept p {
  font-size: 14px;
}
.form-switch .form-check-input {
  width: 3em;
  margin-left: -3.7em;
}
.form-control {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  -webkit-appearance: none;
  border-bottom: 1px solid #ddd;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0pc;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-select {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  -webkit-appearance: none;
  border-bottom: 1px solid #ddd;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0pc;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
  height: 100px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ddd;
  outline: 0;
  box-shadow: none;
}
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ddd;
  outline: 0;
  box-shadow: none;
}
.acr-r {
  position: relative;
}
.acr .wpcf7-spinner {
  position: absolute;
  left: 0px;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
}
.acr textarea {
  height: 250px;
}
.page-template-default .single_page_content a {
  color: black;
}
.hero .join {
  text-align: center;
    margin-top: 20px;
    background-color: var(--color2);
    color: var(--color);
    width: fit-content;
    margin: 0 auto;
    margin-top: 25px;
    padding: 6px 20px;
    font-style: initial;
    transform: skewX(-10deg);
}
.hero .join:hover {
  opacity: 0.6;
}
.hero a{
  text-decoration: none;
}






/************************* WOOCOMMERCE ******************************/
.woocommerce-tabs {
  display: none !important;
}
.quantity input {
  padding: 5px;
  margin-right: 20px;
  font-size: 24px;
  width: 57px !important;
  border: 0px;
  border-bottom: 1px solid #b2b2b2 !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}
.woocommerce .quantity .qty:focus-visible {
  border: 0px !important;
  border-bottom: 1px solid #b2b2b2 !important;
  outline: none !important;
}
.price {
  font-size: 30px !important;
  font-weight: 600 !important;
  color: black !important;
  margin-bottom: 0px;
}
input, textarea, select {
  padding: 10px 0px;
  border: 0px;
  border-bottom: 1px solid #b2b2b2;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0px !important;
  padding: 0px !important;
}
.woocommerce-privacy-policy-text p {
  font-size: 14px;
}
.lost_password {
  font-size: 14px;
}
.u-columns a {
  color: black;
}
.woocommerce-form-login__rememberme {
  font-size: 16px !important;
}
.woocommerce-additional-fields {
  margin-top: 30px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0px !important;
  padding: 10px;
}
.woocommerce-privacy-policy-link {
  color: black;
}
.woocommerce table.shop_table {
  border-radius: 0px !important;
}
.woocommerce-MyAccount-content a {
  color: black;
}
.woocommerce-MyAccount-navigation li {
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 0px;
}

.woocommerce-MyAccount-navigation a {
  color: white !important;
  text-transform: uppercase !important;
  background-color: var(--color) !important;
  width: fit-content !important;
  padding: 2px 12px !important;
  transform: skewX(-10deg) !important;
  font-size: 20px !important;
  margin-bottom: 15px !important;
  border: 0px !important;
  border-radius: 0px !important;
  padding: 10px 20px !important;
  margin-bottom: 0px !important;
  display: block;
  width: 100% !important;
  max-width: 200px;
  margin-bottom: 10px !important;
  text-align: center;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation a:hover {
  background-color: var(--color2) !important;
  color: var(--color) !important;
}
.woocommerce-MyAccount-navigation-link--downloads {
display: none !important;
}
.woocommerce-MyAccount-navigation-link--edit-address {
  display: none;
}
.woocommerce div.product form.cart div.quantity {
  margin-top: 14px !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block !important;
}
.woocommerce-Price-amount {
  display: none !important;
}
.wapf--inner div:first-child {
  display: none !important;
}
.wapf--inner div:nth-child(2) {
  display: none !important;
}
abbr[title] {
  text-decoration: none !important;
}
.wapf-field-label {
  font-size: 24px;
  margin-top: 30px;
}
.wapf-field-input {
  font-size: 24px;
    margin-top: 20px;
}
.wapf-product-totals div span:first-child {
  font-weight: 700;
  font-size: 30px;
}
.wapf-field-input input[type=checkbox], .wapf-field-input input[type=radio] {
  float: left;
  margin-top: 5px;
  width: 20px !important;
  height: 20px !important;
  position: relative;
  top: 2px;
}
.wapf-field-container label[for] {
  margin-bottom: 10px;
}
.woocommerce .quantity .qty {
  display: none !important;
}
/************************* WOOCOMMERCE ******************************/
.woocommerce div.product form.cart .button {
  font-size: 35px !important;
}
.wapf-checkable:nth-child(even) {
  font-size: 18px;
  margin-bottom: 25px;
}
.wapf-checkable:last-child {
  margin-bottom: 0px;
}
.wapf-field-container label[for] {
   margin-bottom: 0px; 
}
.wapf-checkable:nth-child(even) span {
  position: relative;
  top: 3px;
}
.wapf-checkable:nth-child(even) .wapf-pricing-hint {
  top: 0px !important;
}



.g-box {

}




.ov-sc {
  overflow: scroll;
}

.tournament {
  position: relative;
  min-height: 300px;
  padding: 30px 20px;
  min-width: 1000px;
  background-size: cover;
  background-position: center;

}
.tournament h4 {
  text-align: center;
  text-transform: uppercase;
  transform: skewX(-10deg);
  color: white;
}
.tournament a {
  pointer-events: none;
}
.tournament__grid {
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: stretch;
  min-height: 400px;
}
.tournament__round {
  position: relative;
  flex: 1 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tournament__match {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 0;
  align-items: center;
  min-height: 100px;
}
.tournament__match:first-child {
  margin: 0 !important;
}
.tournament__round--first-round .tournament__match {
  padding-left: 0;
}
.tournament__round--winner .tournament__match {
  padding-right: 0;
  height: 32px;
}
.tournament__match:after {
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  background: var(--color2);
  top: 25%;
  bottom: 25%;
}
.tournament__round--winner .tournament__match:after, .tournament__round--end-point .tournament__match:after {
  display: none;
}
.tournament__match__team {
  font-size: 17px;
  font-weight: bold;
  transition: color 0.3s ease;
  color: #ccc;
  text-decoration: none;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .2);
  display: block;
  position: relative;
  width: auto;
  height: 32px;
  line-height: 32px;
  padding: 0 36px 0 36px;
  margin: auto;
  border: 2px solid black;
  background-color: var(--color2);
  color: black;
  line-height: 1.7;
  text-transform: uppercase;
  transform: skewX(-10deg);
  font-weight: 600;
  
}

.tournament__match__team:before, .tournament__match__team:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 999px;
  height: 2px;
  margin-top: -1px;
  background: var(--color2);
}
.tournament__match__team:after {
  left: 100%;
}
.tournament__round:last-child .tournament__match__team:after, .tournament__round--end-point .tournament__match__team:after {
  display: none;
}
.tournament__match__team:before {
  right: 100%;
}
.tournament__round:first-child .tournament__match__team:before {
  display: none;
}
.dataTables_filter input:focus-visible {
  outline: none !important;
}
.dataTables_filter {
  margin-top: 15px;
}
.dataTables_info {
  display: none;
}
.wyniki-logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 26px;
  width: 100%;
  max-width: 350px;
}
.btn.active {
  background-color: var(--color2) !important;
  color: var(--color) !important;
}
.title-s {
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: var(--color);
  padding: 10px;
  transform: skewX(-10deg);
  margin-bottom: 0px;
  
margin-left: 9px;
}
#score2 tbody tr:nth-last-child(-n+14) {
  opacity: 0.3;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 2px 10px;
}
.class-selector .btn {
  margin-top: 20px !important;
}
.nav-tabs {
  border-bottom: 0px;
  margin-left: 18px;
}
.nav-tabs .nav-item .nav-link {
  padding: 5px 20px !important;
    font-size: 20px !important;
    border: 2px solid var(--color) !important;
    border-bottom: 0px !important;
    background-color: var(--color2) !important;
    color: var(--color) !important;
}
.nav-tabs .nav-item .nav-link.active {
    background-color: var(--color) !important;
    color: white !important;
}
.main-tabs .nav-tabs li:first-child button {
  border-right: 0px !important;
}
.main-tabs .nav-tabs li:last-child button {
  border-left: 0px !important;
}
.nt2 {
  margin-left: 0px !important;
}
.nt2 .nav-link {
  margin-top: 0px !important;
}
.nt2 .nav-item .nav-link {
  border-bottom: 2px solid var(--color) !important;
  border-top: 0px !important;
}
.tab-content .nt2 li:first-child button {
  border-right: 0px !important;
}
.tab-content .nt2 li:nth-child(2) button {
  border-right: 0px !important;
}
.tab-content .nt2 li:last-child button {
  border-left: 0px !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background-color: var(--color) !important;
  color: white !important;
}
.dataTables_wrapper {
  margin-top: 30px;
}
.ht1 {
  display: flex;
  align-items: center;
}
.ht1 img {
  width: 200px !important;
}
.wapf-radios .wapf-checkable:nth-child(even) {
  font-size: 24px;
}
.wapf-field-label {
  font-weight: 600;
}

.i-stock {
  color: white;
  font-size: 28px;
}
.i-back {
  color: #272724;
    background-color: white;
    border-radius: 100px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 1.55;
    text-align: center;
}
.sec1 {
  background-position: center;
  background-size: cover;
}
.sec1 .sg {
  width: 100%;
  max-width: 180px;
  margin-right: 30px;
}

.tt {
  font-style: italic;
  text-transform: uppercase;
  font-size: 24px;
  color:#242638;
}
.tt span {
  color: #f05344;
}
.sec3 {
  background-size: cover;
  background-position: center;
}
.sec3 img {
  width: 100%;
  max-width: 600px;
}
.sec3 p {
  font-size: 24px;
  color: white;
}
.sec4 {
  min-height: 600px;
  background-position: center;
  background-size: cover;
}
.tta {
  font-style: italic;
  text-transform: uppercase;
  font-size: 24px;
  color:white;
  text-decoration:none;
  margin-top: 150px;
}
.tta span {
  color: #cedc28;
}
.tta:hover {
  color: white;
  text-decoration: underline;
}
.sec-merch {
  min-height: 500px;
}
.sec-cs img {
  max-width: 900px;
}
.sec-dmp img {
  max-width: 700px;
}
.sec-merch img {
  max-width: 100%;
  margin-top: 200px;
}
.buy {
  padding: 15px;
}
.buy {
  background-color: #d72526;
  padding: 18px 40px;
  transform: skewX(-10deg);
  -webkit-box-shadow: 8px 8px 0px -3px rgb(145 25 28);
  -moz-box-shadow: 8px 8px 0px -3px rgba(145, 25, 28, 1);
  box-shadow: 8px 8px 0px -3px rgb(145 25 28);
  width: 100%;
  max-width: 400px;
  padding-right: 57px;
}
.buy:hover {
  background-color: black;
}
.buy i {
  color: var(--color2);
    font-size: 30px;
    line-height: 1;
    padding: 0px 6px;
}
.black-box p {
  color: white;
  line-height: 1;
  text-transform: uppercase;
  font-size: 25px;
}
.black-box p span {
  color: var(--color2);
}
.black-box {
  background-color: black;
  transform: skewX(-10deg);
  -webkit-box-shadow: 4px 4px 0px 0px rgba(34, 31, 51, 1);
  -moz-box-shadow: 4px 4px 0px 0px rgba(34, 31, 51, 1);
  box-shadow: 4px 4px 0px 0px rgba(34, 31, 51, 1);
  padding: 5px;
}
.bb2 strong {
    display: block;
    font-size: 36px !important;
    transform: scaleY(0.6);
    margin-bottom: -1px;
    line-height: 0.6;
}
.bb-star {
  color: var(--color2);
    text-shadow: 2px 2px 0px rgb(66 68 90);
    font-size: 24px;
    margin: 15px;
}
.bb1 {
  font-size: 27px !important;
}
.video {
  background-color: #000;
  display: block!important;
  padding-top: 0!important;
  min-height: auto!important;
}
.header-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  -ms-transform: initial;
  -moz-transform: initial;
  -webkit-transform: initial;
  transform: initial;
margin-bottom: -7px;
}
.sec1n .sg {
  max-width: 350px;
}
.bt {
  color: white;
  text-transform: uppercase;
  font-style: italic;
  line-height: 0.8;
}
.bt span {
  font-family: 'united';
  font-style: initial;
  font-weight: 100 !important;
}
.sec-b {
  background-size: cover;
}
.bt-right {
  text-align: right;
}
.st {
  color: white;
  text-transform: uppercase;
  font-style: italic;
  line-height: 0.8;
}
.st span {
  font-style: initial;
    font-family: 'united';
    position: relative;
    margin-left: 6px;
    font-weight: 100 !important;
}
.st i {
  color: var(--color2);
  font-size: 27px;
  position: relative;
  top: -8px;
}
.sec2n img {
  max-width: 500px;
}
.sec2n .bt {
  margin-top: 100px;
}
.btn1 {
  background-color: black;
  color: white;
  text-decoration: none;
  padding: 2px 12px;
  text-transform: uppercase;
  font-size: 24px;
  font-style: italic;
}
.btn1:hover {
  color: white;
  background-color: #cedc28;
  color: black !important;
}
.btn2 {
  background-color: var(--color2);
  color: black;
  text-decoration: none;
  padding: 2px 12px;
  text-transform: uppercase;
  font-size: 24px;
  font-style: italic;
}
.btn2 .sl {
  color: black;
}
.btn2:hover {
  color: white;
  background-color: black;
}
.btn2:hover .sl {
  color: white;
}
.sl {
  color: #cedc28;
  font-style: initial;
  margin-left: 3px;
}
.btn1:hover .sl {
  color: black;
}
.rm {
  font-family: 'united';
  font-style: initial;
}
.st2 i {
  color: #cedc28;
    font-size: 27px;
    position: relative;
    top: -8px;
}
.i-name {
  text-align: center;
  color: white;
  background-color: #15130f;
  padding: 7px;
  font-size: 22px;
  font-family: 'united';
  line-height: 1;
}
.influ img {
  width: 100%;
    height: 150px;
    object-fit: cover;
}
.influ p {
  margin-bottom: 0px;
  text-transform: uppercase;
}
.sec4n img {
  max-width: 350px;
}
.st.h3 {
  margin-left: 42px;
}
.sg-small {
  max-width: 80px;
}
.sg-m {
  margin-left: 23px;
}
.rtor {
  width: 100%;
  margin-bottom: 100px;
  max-width: 100% !important;
}
.spons h2 {
  color: var(--color2);
}
.sp1 {
  max-width: 180px;
  width: 100%;
  max-height: 100px;
}
.sp {
  max-width: 70px;
    width: 100%;
    max-height: 40px;
}
.copy {
  color: white;
}
.tadamart img {
  width: 80px;
  margin-left: 10px;
}
.copy .border-top {
  opacity: 0.2;
}
.cky-btn-revisit, .cky-btn-revisit-wrapper {
  display: none !important;
}
.soc {
  width: 32px;
}
.soc-mob {
  max-width: 150px;
  margin: 0 auto;
}
.zi .col-6{
  padding: 0px 8px;
}
.b-grey {
  background-color: #272724;
}
.track {
  color: white;
  font-family: 'united';
  text-transform: uppercase;
  background-color: #91181c;
  text-align: center;
  transform: skewX(-10deg);
  font-size: 16px;
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 2px;

}
.lo-sm {
  max-width: 73px;
}
.spons {
  background-position: center;
}
.us {
  color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    font-style: italic;
    width: 180px;
    display: block;
}
.us:hover {
color: var(--color2);
}
.us span {
  font-style: normal;
  font-family: 'united';
  margin-left: 4px;
}
.us i {
  margin-left: 5px;
  font-size: 19px;
  position: relative;
  top: -2px;
}
.line {
  background-color: white;
  width: 100%;
  height: 1px;
}






















@media (min-width: 1200px) {
.container-w {
    max-width: 1920px;
    padding: 0px 50px;
}
.display-1 {
  font-size: 7rem;
}
}


@media(min-width: 1399.98px) {
  .tor {
    font-size: 58px;
  }
  .data {
    font-size: 72px;
  }
}


@media(max-width: 1399.98px) {
  .data {
    font-size: 58px;
  }
  .buy {
    max-width: 300px;
  }
}
@media(max-width: 1300px) {
.buy {
  padding: 18px 20px;
    max-width: 200px;
    padding-right: 43px;
}
.bb1 {
  font-size: 20px !important;
}
.bb2 strong {
  font-size: 27px !important;
}
}

@media(max-width: 1199.98px) {
  .navbar-nav a {
    font-size: 21px;
  }
  .data {
    font-size: 44px;
  }
  .tor {
    font-family: united;
    color: white;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 4px;
}
.hero-text {
  font-size: 68px;
}
.logos {
  justify-content: center !important;
}
.sp1 {
  max-width: 120px;
  max-height: 80px;
}
}
@media (max-width: 991.98px) {
  .mi-spacer {
    display: none;
  }
  .navbar {
    padding: 0px;
  }
  .navbar-nav {
    padding: 30px 0px;
  }
  .navbar-nav .nav-link {
    padding: 10px 0px !important;
    font-size: 25px;
    text-align: center;
  }
  .f-box-line {
    display: none;
  }
  .f-m-box {
    text-align: center;
  }
  .f-m-box h4 {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .hgreen {
    display: none;
  }
  .hero-text {
    display: block;
  }
  .tor {
    font-size: 70px;
}
.data {
  font-size: 82px;
}
.sec2-box {
  text-align: center;
}
.hero-text {
  font-size: 57px;
}
.specialist {
  display: none !important;
}
.sp1 {
  max-width: 100px;
  max-height: 60px;
}
.rtor {
  margin-bottom: 60px;
}
.black-boxes {
  justify-content: center;
}
.buy {
  padding: 5px 8px;
    max-width: 160px;
    padding-right: 37px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.st.display-5 {
  font-size: calc(1.425rem + 1.1vw);
}
.sec4n img {
  max-width: 200px;
  height: fit-content;
}
.sg-m {
  margin-left: 13px;
}
.i-name {
  font-size: 14px;
}
.st2 i {
  font-size: 21px;
  top: -5px;
  margin-right: 2px !important;
}
.st i {
  font-size: 21px;
  top: -5px;
  margin-right: 2px !important;
}
.black-boxes {
  width: 100%;
}
}
@media (max-width: 767.98px) {
  .hero-text {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .title h2 {
    font-size: 30px;
  }
  .single_post_content {
    text-align: center;
  }
  .copy {
    text-align: center;
  }
  .copy p {
    justify-content: center;
  }
  .dropdown-item {
    text-align: center;
  }
  .nav-tabs .nav-item .nav-link {
    font-size: 13px !important;
  }
 .nav-tabs {
    border-bottom: 0px;
    margin-left: 17px;
}
.nt2 {
  margin-left: 1px !important;
}
.nav-tabs .nav-item .nav-link {
  padding: 10px 20px !important;
 }
 .dt-button {

  margin: 4px !important;
}
.ht1 img {
  width: 110px !important;
}
.ht1 {
  justify-content: center;
}
.wapf-field-label {

  margin-top: 30px;
  font-weight: 600;
}
.wapf-field-row {
  display: block !important;
}
.wapf-field-row div {
  width: 100% !important;
}

.tt {
  text-align: center;
    width: 100%;
}
.logo {
  max-width: 150px;
}
.sec4 {
  min-height: 200px;
}
.tta {
  margin-top: 50px;
}
.sec3 p {
  font-size: 18px;
}
.sec-merch img {
  max-width: 100%;
  margin-top: 0px;
}
.video {
  background-color: #000;
  display: block!important;
  padding-top: 0!important;
  min-height: auto!important;
}
.header-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  -ms-transform: initial;
  -moz-transform: initial;
  -webkit-transform: initial;
  transform: initial;
  margin-bottom: -7px;
}
.sec1n .sg {
  max-width: 200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.bt {
  text-align: center !important;
  margin-bottom: 40px !important;
  line-height: 0.9 !important;
}
.sp1 {
  max-width: 80px;
  max-height: 45px;
}
.btn1, .btn2 {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.st.display-5 {
  font-size: calc(1.425rem + 0.2vw);
}
.st {
  text-align: center !important;
  margin-bottom: 15px !important;
  line-height: 1 !important;
}
section {
  background-position: center;
  position: relative;
}
.sec2n .bt {
  margin-top: 0px;
}
.sec2n img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  margin-bottom: 33px;
}
.sec4n img {
  max-width: 100px;
  height: initial;
  margin-bottom: 40px;
}
.sg-small {
  max-width: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.overlay {
  background-color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  opacity: 0.3;
  z-index: 1;
}
section .container {
  z-index: 9;
  position: relative;
}
.soc {
  width: 26px;
}
.us {
  font-size: 20px;
}
.us i {
  font-size: 14px;
  top: -1px;
}
}

