/*navbar*/

:root{

  font-size:  16px;
  font-family:  "";
  --text-primary:  #b6b6b6;
  --text-secondary:#ececec;
  --bg-primary:  #23232e;
  --bg-secondary:  #141418;
  font-family: 'Staatliches', Fantasy;

}

body{
  color: white;
  background-color: black;
  background-image: url(word_background2.JPG);

  background-position: ;
  background-position: center; 
  background-size: 1300px;
  margin:  0;
  padding:  0; 
}


hr{
  background-color: purple;
  color:pink;
  font-size: 1rem;
  border:none;
  height:4px;
}


/*----------------------- Nav Bar --------------------------- */




body::-webkit-scrollbar{
  width:  1rem;


}

body::-webkit-scrollbar-track{
  background: #1e1e24;
  

}

body::-webkit-scrollbar-thumb{
  background:  #6649b8;
  

}

main{

  margin-left: 5rem;
  padding: 1rem;
  font-size:;



}

.navbar{
  z-index: 9999;
  width: 5rem;
  height:  100%;
  position:  fixed;
  background-color: var(--bg-primary);
  transition: width 250ms ease;
  cursor: pointer;


}

.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;

}

.nav-item {
  width: 100%;
  margin-top: 0rem;
  font-size: 2.2rem;
  /*text-shadow: 1px 1px 1px pink;*/



}

.nav-item: last-child {

  margin-top: auto;
  margin-bottom: 100px;
  
}

.nav-item: hover{

}

.nav-link{

  display:  flex;
  align-items: center;
  height: 4rem;
  text-decoration: none;


}

.navbar:hover {
  width: 16rem;


}

.navbar:hover .link-text{
  display: block;


}

.link-text{

  display: none;
  margin-left: 20px;

}

.navbar.active {
  width: 16rem;
}

.navbar.active .navbar-nav {
  width: 16rem;
}

.navbar.active .link-text {
  display: block;
}



a:link {
  color:#462482;
}
a:visited {
  color:#462482;
}
a:hover {
  color:#462482;
}
a:active {
  color:#462482;
}



/*-------------------- Typewriter intro ----------------------------*/


.line-1{
    top: 50%;
    margin-left: auto;
    margin-top: 4rem;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 1.5s steps(32) 0.5s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 7em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}


.center
{
  text-align: center;
}

.margin_auto{
  margin: 20px, auto;
}


.margin{

  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.25em;

}

/* others */

.code_center{

  display:  flex;
  justify-content: center;
  align-items: center;
}


.responsive{

  width: 100%;
  height: auto;

}

/*------------------FLEXBOX--------------------*/

.flex-container {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}


/*-------------WORDS DESIGN-------------*/

.words{
  opacity: 0.1;
  text-align: right;
  margin-left: none;
  padding: none;
  border: none;
  z-index:-5;
  z-index: 10000000000;

}

/*-------------Behind Text---------*/

.classic_margin{
  margin-left: 13rem;
}

.classic_margin2{
  margin-left: 13rem;
  margin-right: 8rem;
}

.article_margin{
  margin-left: 6rem;
}

.classic_margin_center{

  margin-left: 28.2rem;
}

.purple{
  color:#462482;
}
.purple2{
  color:#462482;
  font-size: 1.4vh;
}
.purple_bg{
  background-color:#462482;
  width: auto;
  margin-right: 3rem;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0.1vh;
}

.explore_button{
  background-color: #462482;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
  margin: 4px 2px;
  cursor: pointer;
  margin-left: 13rem;
  font-family: 'Staatliches', verdana;
}

.explore_button:hover{
  background-color: #7619c2;
}

.newspaper_button:hover{
  background-color: #7619c2;
}

.size_increase{

  font-size: 2vw;

}

.main_text{
  font-size: 1.7vw;
}

.computer{
  margin-right: 0;
  margin-left: 10rem;
  margin-top: 0;
  padding: 0;
  border: 0;
}

.container {
 display: grid;
 align-items: center; 
 grid-template-columns: 1fr 1fr 1fr;
 column-gap: 5px;
}

.flexy {
  display: flex;
  justify-content: left;
  justify-items: left;

}


/*-----------------------------------CONTACT---------------------------------------*/


#con-sec-container {
    display: flex;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 30px;
    margin: auto;
    max-width: 600px;
    background-color: transparent;
    border-radius: 15px;
}

.con-head h1 {
    text-align: center;
    font-size: xx-large;
    color: white;
    text-shadow: 2px 2px 15px rgb(134, 121, 121);
}

.con-body {
    display: flex;
    flex-direction: column;
}

.input-field {
    padding: 7px;
    margin: 5px;
    border: none;
    border-bottom: 3px solid gray;
    max-width: 600px;
    min-width: 200px;
}



.btn {
    padding: 10px;
    margin-top: 20px;
    width: 150px;
    background-color: #462482;
    color: white;
    font-size: 22px;
    border: 3px solid transparent;
    border-radius: 5px;
    text-shadow: 2px 2px 15px #462482;
    box-shadow: 2px 3px 15px #462482;
    text-align: center;
}

.input-field:hover,
.input-field:focus {
    border-bottom: 3px solid #462482;
    color: black;
    background-image: linear-gradient(180deg, transparent 50%, #462482 99%);
}

.btn:hover {
    border: 3px solid #462482;
    background-color: transparent;
    color: #462482;
}

.para {
    font-size: small;
    text-align: center;
    color: gray;
    
}

.con-para {
    margin-top: 20px;
}


/*----------------------Medi Queries-----------------------*/


@media (max-width: 500px) {
  .container{
    display:none;
  }
}

@media (max-width: 1374px) {

  .newspaper_text2{
    display:none;
  }
    
  .con-head h1 {
    font-size: x-large;
  }

  .input-field {
      width: 90%;
  }

  nav.item{
      text-shadow: 1px 1px 1px pink;

  }

}

@media (max-width: 1670px) {

  .newspaper_text3{
    display:none;
  }

}


/*----------------------Media Queries-----------------------*/


.form_center{
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*---------------------------------------NEWSPAPER----------------------------------------------------------*/

.newspaper{
  color: #462482;
  background-color: #8906c2;
  height: 50rem;
}

.newspaper_text{
  color:white;
  font-size: 3rem;
}

.newspaper_text2{
  color:white;
  font-size:3rem;
  margin-left:2rem;
}

.newspaper_text3{
  color:white;
  font-size:3rem;
  margin-left:2rem;
}

.newspaper_align{
  display:flex;

}

.newspaper_button{
  background-color: #462482;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 3rem;
  margin: 4px 2px;
  margin-left: 2rem;
  cursor: pointer;
  font-family: 'Staatliches', verdana;
}

.
/*---------------------------------------NEWSPAPER----------------------------------------------------------*/
 .wrap{
   float: left; 
   margin: 5px;
  }

.vl {
  border-left: 4px solid pink;
  height: 500px;
  text-align:right;
}

/*-----------------------------------ARTICLES---------------------------------------------------------*/


.article_img {
  display: block;
  max-width: 100%;
  border-radius: 1rem;
}

.article_header {
  margin-block: 1.5rem;
}

.article_p{
  font-size: 2rem;
}

.articles{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 95%;
  maxi-width: 60rem;
  margin-inline: auto;
  margin-top: 1rem;
}

@media (max-width: 60rem){
  .article_img {
    width: 100%;
  }
}

@media (min-width: 45rem) {
  .articles{
    flex-direction: row;
  }
}

article{
  flex: 1;
  /*   border: 1px solid lightgrey; */
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 1.25rem;
  align-items: center;
}

.article_font{
  font-family: Calibri ;
  color: #c7cdd6;
}

/*---------------------NEON TEXT-------------------*/

.container3 {
    text-align: center;
}

.neon-text {
    background-color: rgba(62, 8, 77 0.04);
    box-shadow: 0 0 70px 20px rgba(74, 4, 92 0.04);
    border-radius: 200px;
    padding: 10px 26px 116px 53px;
    font-size: 2rem;
    letter-spacing: 2px;
    color: #b014d9;
    text-align: left;
    filter: drop-shadow(0px 0px 13px #590b6e);
    -webkit-text-stroke: 6px rgba(124, 37, 148 0.3);
    display: inline-block;
    position: relative;
    animation: glow 500ms ease infinite forwards;
}

@keyframes glow {
    0% {

    }
    50% {
        filter: drop-shadow(0px 0px 15px #a728c9);
    }
    100% {

    }
}
