

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');





body {

  background: rgb(10,15,30);
  background: linear-gradient(38deg, rgba(10,15,30,1) 25%, rgba(25,45,80,1) 60%, rgba(40,75,120,1) 100%);
  

    padding: 20px;

    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
  }
  .darkmodebut{
    position:sticky;
  
    z-index: 1000;
    top: 0;
    outline: none;

    

    
  }
.major{
  display: flex;
  position: relative;
  justify-content: center;
align-items: center;
  flex-direction: column;
}
  .spatiulogo {
    
    position: sticky;
    z-index: 1000;
    
    background-color: white;
   
    flex-direction: row;

  }




  .butoanetop {
    display: flex;
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(14,69,134,1) 100%); 

  }
  .imagine {
    display: flex;
    justify-content: center;
  }

  
  .logo {
    width: auto;
    height: 134px;
    
  }
  .butoane {
    display: flex;
    color:white;
    
  }
  .butoanetext {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size:large
  }

  .hrtop {
    color:black;
    opacity: 100%;
  }
  .artrow {
    display: flex;
    flex-direction: row;
  }
  .arttext {
    padding-left: 2%;
    padding-right: 2%;
    margin-top: -2%;
    font-family: "Open Sans", serif;
    font-weight: 500;
    font-style: normal;
    text-align: justify;
    text-justify: inter-word;
    word-spacing: normal;
    font-size:1.5rem;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: fit-content;
    letter-spacing: normal;
    white-space: normal; /* Default behavior */
    text-align: left; 
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .articole {
    
    justify-content: center;
    flex-direction: column;
    text-align: center;
    display: flex;
    background-color: white;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: normal;
    
margin-bottom: 1%;
max-width:1300px;
  
    border: 3px solid darkblue;

  }
  .artimg {
    width: 512px;
    height: 512px;
    object-fit: fill;
    display: block;
   
    padding-left: 2%;
    padding-bottom: 2%;
  }

  @media (max-width: 768px) {
    body {
      line-height: 1.5;
      letter-spacing: normal;
      padding: 10px;
    }
    .articole{
      max-width:100px;
    }
    .artimg {
      max-width: 100px;
      max-height: 100px;
    }
  }
  

  
  h1 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size:40;
  }
  .autor {
    font-family: Roboto;
    margin-top:-1.5%;
  }

  .ancoratop {
    color:white;
    text-decoration: none;
  }
 
  .arttext2 {
    padding-left: 2%;
    padding-right: 2%;
    margin-top: -2%;
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-style: normal;
    
    text-justify: left;
    word-spacing: normal;
    font-size:25px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-right: 10px;
  
    width: fit-content;
    letter-spacing: normal;
    white-space: normal; /* Default behavior */
    text-align: left; 
    text-overflow: ellipsis;
 
  }
  .contact {
    padding-left: 2%;
    padding-right: 2%;
    margin-top: -2%;
    font-family: "Open Sans", serif;
    font-weight: 500;
    font-style: normal;
    text-align: justify;
    text-justify: left;
    word-spacing: normal;
    font-size:1.2rem;
    word-break: break-word;
    
  }

  .arttext3 {
    padding-left: 2%;
    padding-right: 2%;
    margin-top: -2%;
    font-family: "Open Sans", serif;
    font-weight: 500;
    font-style: normal;
    text-align: left; 
    text-justify: left;
    word-spacing: normal;
    font-size:25px  ;
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: fit-content;
    letter-spacing: normal;
  }
  .reclama {
    display: flex;
    justify-content: center;
  
  }

  .betoane {
    width: 70%;
  }

  a {
    text-decoration: none;
  }

h4 {
  color:white;
}

.share-btns { 
  
  padding-bottom: 1rem;
  display: flex;
  align-items:center;
  justify-content: center;
}

.share-btn {
  display: inline-block;
  color: #ffffff;
  border: none;
  padding: 0.1em 0.6em;
  outline: none;
  text-align: center;
  font-size: 30px;
  margin: 0 0.2em;
  font-family: "Open Sans", serif;
  text-shadow: 1px 1px 2px black;
  width: auto;
  height:40px;
 
}

.share-btn:focus,
.share-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.share-btn:active {
  color: #e2e2e2;
}

.share-btn.twitter { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit { background: #ff5700; }
.share-btn.hackernews { background: #ff6600; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email { background: #444444; }


form {
  font-family: "Open Sans", serif;
  
  
}





#news-ticker {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  background: rgb(120,41,41);
background: -moz-linear-gradient(90deg, rgba(120,41,41,1) 0%, rgba(253,29,29,1) 50%, rgba(252,69,69,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(120,41,41,1) 0%, rgba(253,29,29,1) 50%, rgba(252,69,69,1) 100%);
background: linear-gradient(90deg, rgba(120,41,41,1) 0%, rgba(253,29,29,1) 50%, rgba(252,69,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#782929",endColorstr="#fc4545",GradientType=1);
  color: white;
  font-size: 18px;
  padding: 10px;
  width: 250px;
  position: relative;
  font-family: "Open Sans", serif;
}

.ticker-item {
  display: inline-block;
  animation: ticker-animation 10s linear;
  padding-right: 50px; /* Space between items */
}

@keyframes ticker-animation {
  0% {
    transform: translateX(100%); /* Start off-screen (right side) */
  }
  100% {
    transform: translateX(-100%); /* Move to the left completely */
  }
}

.imaginearticol2{
  width: 256px;
  height:256px;
}

.criminalii{
   font-family: "Special Elite", system-ui;
  font-weight: 900;
  font-style: normal;
  font-size:50px;
  margin-top: 0px;

}
.lista{
  display: flex;
  justify-content: center;
  flex-direction: column;
  
}


