/*
Style name: OffensiveSecurity-Theme
Version: 1.0
Author: DżentelmeniDizajnu.pl
Date: 10-2025
*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
@import url("CSS/font-awesome.min.css");
@import url("CSS/single.css");

:root {
  --color-white: #fff;
  --color-black: #0f0f0f;
  --color-light: #fffcf7;
  --color-dark-green: #036147;
  --color-orange: #ff822d;
}

/* div#container {
  margin-top: 80px;
} */

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.navbar {
  /* position: fixed !important; */
  background: #0f0f0f;
  padding-bottom: 30px;
  border: 0px !important;
  border-radius: 0px !important;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px !important;
  z-index: 999;
  padding: 10px 40px !important;
}

.container-fluid > .navbar-menu,
.container-fluid > .navbar-header,
.container > .navbar-menu,
.container > .navbar-header {
  z-index: 999 !important;
}

#menu-menu {
  position: relative;
  right: 0;
}

#container {
  padding: 0px;
  margin: 0px;
}

.navbar .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}

#main-content {
  margin: 0px;
  padding: 0px;
}

#sub-content {
  margin: 0px;
  padding: 0px;
}

@keyframes slideIn {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.navbar-brand {
  padding: 10px 15px !important;
}

.navbar-brand>img {
  height: 50px !important;
}


 
/*Single Post Style Begin*/

/*Single Post Style End*/

/*Account page Style Begin*/

legend {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

/*Account page Style End*/

/*Footer Style Begin*/

#footer {
  background: #0f0f0f;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 40px !important;
}

#footer hr {
	border-top: 0px solid #fff;
  color: #fff;
  width: 60%;
  max-width: 1440px;
	border: 1;
	margin-top: 10px;
	margin-bottom: 20px;
  margin-left: 0;
}

#footer h2 {
  font-family: "DM Mono", monospace;
}

#footer,
#separator {
  padding: 0px;
}

#footer #copy {
  font-family: "JetBrains Mono", monospace !important;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px; /* odstęp między tekstem a linkiem */
  flex-wrap: wrap; /* w razie ciasnego ekranu nie złamie układu */
  max-width: 1440px;
  width: 100%;
  margin: auto;
}

/*Footer Style End*/

.ue_form_wrapper p {
  font-family: "JetBrains Mono", monospace !important;
  font-size: 16px;
  font-weight: 500;
  color: #0f0f0f;
}

/* Elementor Elements style begin */

/* Elementor Elements style end */

/* Media max width 1300px */

@media (max-width: 1300px) {
}

/* Media max width 758px */

@media (max-width: 768px) {
  .navbar .navbar-menu .navbar-nav li.menu-item {
    display: block;
  }

  .navbar .navbar-menu {
    position: relative;
    top: 35px;
    padding-bottom: 45px;
  }

  .navbar .navbar-menu .navbar-nav .dropdown-menu {
    position: relative;
    float: none;
    width: 100%;
  }

  .navbar-header {
    margin-left: 10px !important;
  }



  /* Elementor Elements style begin */

  /* Elementor Elements style end */
}

ul#menu-main-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  font-family: "DM Mono", monospace;
}

.navbar-menu li a,
.footer-link-wrapper a.footer-link {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "JetBrains Mono", monospace;
  text-decoration: none !important;
  transition: all .2s ease;
}

.navbar-menu li:hover a,
.footer-link-wrapper:hover a.footer-link {
  color: #70e000;
  text-decoration: none !important;
  transition: all .2s ease;
}

.navbar-nav li::before,
.footer-link-wrapper::before {
    content: '[';
    color: #fff;
    padding-right: 5px;
}
.navbar-nav li::after,
.footer-link-wrapper::after {
    content: ']';
    color: #fff;
    padding-left: 5px;
}

.navbar .container {
  display: flex;
}

.navbar-header {
  width: 25%;
}

.navbar-menu {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media(max-width: 1100px) {
  #cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  #cards {
    grid-template-columns: 1fr;
  }
}

.footer-link-wrapper a.footer-link {
	color: #fff !important;
	text-decoration: none !important;
  	transition: all .2s ease;
}

.footer-link-wrapper:hover a.footer-link {
	color: #70e000 !important;
  	text-decoration: none !important;
  	transition: all .2s ease;
}

#footer-disclaimer {
  background: #0f0f0f;
}

#footer-disclaimer-links {
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
}

#footer-disclaimer-links ul {
  width: 50%;
  list-style: none;
  padding-inline-start: 0 !important;
}

#footer-disclaimer-links li.footer-link-wrapper {
  width: fit-content !important;
  margin-bottom: 5px;
  margin-left: 30px;
}

#footer-disclaimer-links h3 {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
}
.menu-btn {
  display: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}

.menu-btn svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 956px) {
  .navbar-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .navbar-menu.active {
    display: flex;
    flex-direction: column;
  }

  .navbar-menu a {
    color: #fff;
    font-size: 1.5rem;
    margin: 15px 0;
    text-decoration: none;
  }

  .menu-btn {
    display: block;
    position: absolute;
    top: 25px;
    right: 40px;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    padding: 0 !important;
  }



  #menu-menu {
    display: flex;
    flex-direction: column;
    padding-inline-start: 0 !important;
  }

  .navbar-menu li {
    font-size: 2em;
  }

  .navbar-menu li a {
    font-size: 1em;
  }
}

@media (max-width: 862px) {
  #footer-disclaimer-links {
    flex-direction: column;
    gap: 40px;
  }
}

