@font-face {
  font-family: 'Allerta Stencil';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/HTx0L209KT-LmIE9N7OR6eiycOe1_Db2.woff2') format('woff2');
  unicode-range: U+0020-007F;
}
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/z7NbdRfiaC4VXcRJUQ.woff2') format('woff2');
  unicode-range: U+0020-007F, U-00C0-00FF;
}
@font-face {
  font-family: 'Protest Revolution';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/11hcGofZ0kXBbxQXFB7MJsjtqnVw6Z2c9_gy.woff2') format('woff2');
  unicode-range: U+0020-007F;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
body {
    background-color: #00221b;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
    z-index: 1000;
    
}
.logo {
font-size: 20px;
font-weight: bold;
color: #D4AF37;
font-family: "Protest Revolution", sans-serif;

}
.desktop-menu a{
color: white;
text-decoration: none;
margin-left: 30px;
font-size: 16px;
font-family: "Allerta Stencil", sans-serif;
transition: color 0.3s ease;
}
.desktop-menu a:hover {
color: #D4AF37;

}
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;
    width: 35px;
    
    
}
.hamburger span {
width: 90%;    
height: 2px;
    background: white;
    margin: 2.6px;
    display: block;
transition: 0.3s;


}
.mobile-menu{
    position: fixed;
   
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #003b32;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    transition: 0.4s;

}
.mobile-menu a{
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    margin: 10px 0;
    font-family: "Allerta Stencil", sans-serif;
    transition: color 0.4s ease;
}
.mobile-menu a:hover {
    color: black;
    
}
.mobile-menu hr{
    border: none;
    height: 0.1px;
    background: white;
    width: 0%;
    transition: 0.4s;

}
.mobile-menu.active {
    right: 0;
}
.mobile-menu.active hr{
    width: 100%;
}
.hamburger.active span:nth-child(1) {
transform: rotate(45deg)
translateY(9.1px);
top: 0;
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg)
translateY(-9.8px);
top: 9px;
}

@media (max-width: 1000px) {
    .desktop-menu {
        display: none;

    }
    .hamburger{
        display: flex;
    }
    .desktop-title { 
        display: none;
    }
    .mobile-title { 
        display: block;
    }
}
@media (min-width: 1001px) {
.desktop-title { 
        display: block;
    }
    .mobile-title { 
        display: none;
    }
}
.mobile-logo {
    width: 100px;
    height: 100px;
    margin-top: -150px;
    
    
    
}
.a-articles-mp {
    padding-top:13px;
}
.social-m {
    padding-top: 9px;
    gap: 15px;
    
    
    width: 120px;
    

}
.social-m img {
    width: 30px;
    height: 30px;
 
    transition: filter 0.5s ease;
    cursor: pointer;
}
.social-m img:hover {
    filter: invert(1) sepia(1)  hue-rotate(225deg) brightness(0) contrast(100%);
}

.title1-div hr{
    flex: 1;
    height: 1px;
    border: none;
    background: #D4AF37;
    margin: 0;
    margin-bottom: 3px;
    
}
.hrp1-div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
}
.title1-div h2{
color: #D4AF37;
font-family: "Jura", sans-serif;
font-size: 20px;
margin-bottom: 3px;
}
.h2hrp p {
    color: rgb(255, 255, 255);
    font-family: "Jura", sans-serif;
}
.nothingp {
        color: rgb(255, 255, 255);
    font-family: "Jura", sans-serif;
    text-align: center;
}
.h2span1 {
    color: rgb(255, 255, 255);
  
    font-size: 20px;
   font-family: "Jura", sans-serif;
   text-align: center;
    

}
.h2span1div {
    display: flex;
    justify-content: center;
}
.line-hr1 {
    display: flex;
    justify-content: center;
    
}
.line-hr1 hr{
    width: 50%;
    height: 1px;
    margin-top: 30px;
    border: none;
    margin-bottom: 5px;

}
.line-hr2 {
    display: flex;
    justify-content: center;
}
.line-hr2 hr{
    width: 30%;
    height: 1px;
    margin-top: 5px;
    border: none;
}
.founder-div {
    display: flex;
    justify-content: center;
    
}
.founder-div h3{
    color: #ffffff;
    font-family: "Jura", sans-serif;
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 30px;
}
.back_to_top {
    position: fixed;
  
    z-index: 100;
    right: 35px;
    bottom: 30px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #D4AF37;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 0 0.5rem rgb(231, 231, 231);
    transition: all 0.3s ease-in-out;
    transform: translateY(-30rem);
    
}
.up-sahm {
    color: #ffffff;
}
.back_to_top.show{
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    transform: translateY(0rem);
}
.back_to_top:hover{
background: black;
}

.the-s-m {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;

}
.the-s-m img{
    width: 100px;
    height: auto;
 
}
.site-footer {
    background-color: black;
    color: #ffffff;
    padding: 15px 20px;
    font-family: "Jura", sans-serif;
    font-size: 11px;  
    
}
.project-media {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    
}

.p-media {
    margin-bottom: 2px;
    margin-right: 4.6px;
    margin-left: 0.9px;
}
.p-media2 {
    margin-bottom: 2px;
    margin-right: 1px;
}
.p-media3 {
    margin-top: 5px;
    
}
.p-media4 {
    margin-top: 5px;
    color: #D4AF37;

    text-align: center;
}
.img-p-media a img {
 width: 18px;
 height: 18px;
 margin-top: 2px;
 margin-left: 8px;
 transition: 0.4s ease-in-out;


}
.img-p-media2 a img {
 width: 18px;
 height: 18px;
 margin-top: 2px;
 margin-left: 8px;
 transition: 0.4s ease-in-out;


}
.img-p-media a img:hover {
    filter: invert(30%) sepia(29%)  hue-rotate(4deg) brightness(70%) contrast(100%) saturate(900%);

}
.img-p-media2 a img:hover {
    filter: invert(30%) sepia(29%)  hue-rotate(4deg) brightness(70%) contrast(100%) saturate(900%);

}
.tsm-g-media {
    display: flex;
    flex-direction: column;
    
}
.hr-infooter-div {
    display: flex;
    justify-content: center;

}
.hr-infooter {
   
    height: 0.5px;
    border: none;
    background: white;
    margin-top: 3px;
    width: 290px;
    
}
.hr-infooter-div2 {
    display: flex;
    justify-content: center;

}
.hr-infooter2 {
   
    height: 0.5px;
    border: none;
    background: white;
    margin-top: 8px;
    width: 200px;
    
}
.nav-explan-title {
        color: #D4AF37;
    font-family: "Jura", sans-serif;
}
.hamburger-title {
    font-size: 14px;
    
    
}
