:root {

/* Colors: */
--unnamed-color-000000: #000000;

/* Font/text values */
--unnamed-font-family-montserrat: Montserrat;
--unnamed-font-style-normal: normal;
--unnamed-font-weight-bold: bold;
--unnamed-font-size-24: 24px;
--unnamed-character-spacing-0: 0px;
--unnamed-line-spacing-29: 29px;
}

/* Character Styles */
.h1-montserrat-—-24pt {
font-family: var(--unnamed-font-family-montserrat);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-24);
line-height: var(--unnamed-line-spacing-29);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-000000);
}

*, *::before, *::after  {box-sizing: inherit;}


html {
box-sizing: border-box;
padding: 0%;
margin: 0%;

}
body {
padding: 0%;
margin: 0%;
}

.menu-window {
position: fixed;
overflow: hidden;
height:100vh;
width:450px;
transform: translateX(-100%);
opacity: 0.95;
transition: all 0.3s ease-in-out;
border-right:2px solid rgb(5, 5, 5);
background-color: white;
padding-left: 30px;
padding-right: 10px;
}

#menu-window a {

text-decoration: none;

}
#menu-window ul {
list-style: none;

}


.menu-list-top{
display: flex;
flex-direction: column;
margin-top: 100px;
gap: 20px;
margin-bottom: 50px;
}


.menu-list-top a {
color: black;
font-size: 30px;
font-family: Lato;
}


.menu-window .menu-list-bottom {
display: flex;
flex-direction: column;
justify-content: space-around;
font-family: monserrat;
gap: 17px;
}


.menu-list-bottom a {
font-family: montserrat;
font-weight: 700;
font-size: 22px;
color: #000000;
}

/* .menu-list-bottom .cat-colors-te {
border-left: 7px solid #4AA1AF;
padding-left: 8px;
}
.menu-list-bottom .cat-colors-cs {
border-left: 7px solid #1737B6 ;
padding-left: 8px;
}
.menu-list-bottom .cat-colors-zt {
border-left: 7px solid #3178F9;
padding-left: 8px;
}
.menu-list-bottom .cat-colors-id {
border-left: 7px solid  #933C30;
padding-left: 8px;
}
.menu-list-bottom .cat-colors-sec {
border-left: 7px solid #7B978B;
padding-left: 8px;
}
.menu-list-bottom .cat-colors-serv {
border-left: 7px solid #FF4800;
padding-left: 8px;
} */


.menu-list-login-reg {

display: flex;
flex-direction: column;
font-family: monospace;
font-size: 20px;
margin-top: 50px;
border-top: 1px black solid;
padding-top: 40px;
}

.register-btn {
font-family: montserrat;
color: #FF4800;
font-size: 32px;
letter-spacing: 1;
}

.login-btn {
font-family: montserrat;
color: black;
font-size: 32px;
letter-spacing: 1;
padding-top: 10px;
}
.privacy-btn {
color: #bfbfbf;
font-size: 16px;
font-family: montserrat;
letter-spacing: 1;
padding-top: 170px;
}





.header-menu {
display: flex;
background-color: rgb(21, 20, 20);
list-style: none;
padding: 0%;
margin: 0px;
border-radius: 10px;
border: solid 1px red;
}





.hidden-element
{
position: fixed;
width: 100%;
opacity:0;
transition: opacity 0.3s ease-in-out;
margin-top: -60px;
background-color: white;
height: 50px;
border-bottom: 1px #FF4800 solid;
padding-top: 5px;
padding-left: 100px;

}


.hide-menu {
display: flex;
justify-content: space-between;
align-content: center;
}

#menu-box {
display: flex;
align-items: center;
padding-right: 100px;
gap: 30px
}


#menu-box a {
text-decoration: none;
color: rgb(4, 4, 4);
text-decoration: none;
letter-spacing: 0;
color: black;
text-align: left;
font-weight: 800;
font-size: 13px;
letter-spacing: 0px;
font-family: montserrat;

}
.hidden-element .cat-colors-te {
border-left: 7px solid #4AA1AF;
padding-left: 8px;
}
.hidden-element .cat-colors-cs {
border-left: 7px solid #1737B6 ;
padding-left: 8px;
}
.hidden-element .cat-colors-zt {
border-left: 7px solid #3178F9;
padding-left: 8px;
}
.hidden-element .cat-colors-id {
border-left: 7px solid  #933C30;
padding-left: 8px;
}
.hidden-element .cat-colors-sec {
border-left: 7px solid #7B978B;
padding-left: 8px;
}
.hidden-element .cat-colors-serv {
border-left: 7px solid #FF4800;
padding-left: 8px;
}

.hidden-element .cat-colors-app {
border-left: 7px solid #9F1E72;
padding-left: 8px;
}
.hidden-element .cat-colors-data {
border-left: 7px solid #3C745C ;
padding-left: 8px;
}
.hidden-element .cat-colors-email {
border-left: 7px solid #BE3333;
padding-left: 8px;
}
.hidden-element .cat-colors-grc {
border-left: 7px solid  #2778A3;
padding-left: 8px;
}
.hidden-element .cat-colors-iot {
border-left: 7px solid #216671;
padding-left: 8px;
}
.hidden-element .cat-colors-mssp {
border-left: 7px solid #393772;
padding-left: 8px;
}
.hidden-element .cat-colors-network {
border-left: 7px solid #7B90B2;
padding-left: 8px;
}
.hidden-element .cat-colors-vul {
border-left: 7px solid #0099ff;
padding-left: 8px;
}

header .tdf-header-logo img {
width: 250px;
padding-top: 9px;
}

header {
position: relative;
display: flex;
flex-wrap: wrap;
padding: 0%;
background-color: white;
height: 50px;

padding-left: 70px;
padding-top: 5px;

}


.register-box {
display: flex;
margin-left: auto;
margin-right: 5%;
gap: 15px;
font-family: montserrat;
margin-top: 3px;
}

.register-box a {
text-decoration: none;
text-align: center;


}

.register-header-btn {
width: 234px;
height: 34px;
color: black;

background-image: linear-gradient(90deg, #FF4800 0%, #FFB300 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
font-family: montserrat;
font-weight: 600;
border-radius: 10px;
padding: 9px;
border: solid 1px transparent;
font-size: 14px;
border: solid 1px rgb(166, 163, 163);
}
.register-header-btn:hover {
background-size: 100% 100%;
  color: white;
}

.login-header-btn {
width: 234px;
height: 34px;
font-family: montserrat;
font-weight: 600;
border-radius: 10px;
border: solid 1px rgb(166, 163, 163);
background-image: linear-gradient(90deg, #FF4800 0%, #FF4800 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
padding: 9px;
color: #000000;
font-size: 14px;
}

.login-header-btn:hover {
background-size: 100% 100%;
  color: white;
}





.open-close{
display: flex;
width: 40px;
height: 30px;
justify-content: center;
border-radius: 5px;

margin-top: 4px;
margin-right: 10px;

}

.open-close2 {
margin-left: -30px;
margin-top: 4px;
}

#menu-tab:hover {
opacity:  0.7;
}
#menu-tab {
margin-right: 80px;

}
.hamburger-icon {
 
  width: 30px;
  height: 10px;
  position: relative;
  pointer-events: none;
  
}


.hamburger-icon span {
  display: block;
  background-color: black;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.2s ease-out;
  
}

.hamburger-icon span:nth-child(1) {
  top: 2px;
}

.hamburger-icon span:nth-child(2), 
.hamburger-icon span:nth-child(3) {
  top: 9px;
}

.hamburger-icon span:nth-child(3) {
  top: 16px;
}

.hamburger-icon.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.hamburger-icon.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.active span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}
.main-content {

height: 2000px;
background-color: rgb(32, 33, 32);
margin: 0 auto;

}



@media screen and (max-width: 800px) {
.menu-window {
width: 100%;
}
header {
justify-content: center;


}

header .register-box {
display: none;


}



}

@media screen and (max-width: 1100px) {
.menu-window {
width: 100%;
}
header {
position: fixed;
justify-content: center;
padding: 0px;
width: 100%;
}
header .register-box {
display: none;
}
}



@media screen and (max-width: 1500px) {
#hidden-element a {
font-size: 15px;
}
}




