@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Hind:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mukta:wght@200;300;400;500;600;700;800&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sansita+Swashed:wght@300;400;500;600;700;800;900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* 
font-family: 'Epilogue', sans-serif;
font-family: 'Hind', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Mukta', sans-serif;
font-family: 'Noto Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Sansita Swashed', cursive;
font-family: 'Source Sans Pro', sans-serif;
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(0, 0, 0);
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(211, 211, 211, 0.3); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(235, 0, 164); 
}
.navbar-fluid {
  color:white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  display: flex;
  justify-content: center;
  /* backdrop-filter: blur(10px); */
  align-items: center;
  padding: 10px 0px;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.15);
  transition: all 250ms ease-in-out;
  /* border: 2px solid pink; */
}
.header-container {
  /* border: 1px solid black; */
  background-color: transparent;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
.brand {
  /* border: 1px solid black; */
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; 
}

.brand h3 {
  width: 100%;
  font-family: "Epilogue", sans-serif;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  
}

.nav-list {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.nav-list ul li {
  margin: 0px 5px;
}
.nav-list ul li a {
  padding: 5px 10px;
  text-decoration: none;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color:inherit;
  border-radius: 5px;
  background-color: transparent;
  transition: 200ms ease-in-out;
}
.nav-list ul li a:hover {
  padding: 5px 10px;
  text-decoration: none;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color:white;
  background-color: #3276ff;
}
#loading{
  position: fixed;
  
  width: 100%;
  height: 100vh;
  background : rgba(26, 26, 26, 0.95)
  url("../img/loading.gif")
  no-repeat center center;
  backdrop-filter : blur(5px);
  background-size: 250px;
  z-index: 1000;
}
/* ! Background Graphics Start */
.background-container {
  width: 100%;
  /* filter: blur(2px); */
  height: 100vh;
  position: fixed;
  left: 0;
  z-index: -5;
  top: 0;
  background: url("../img/bg2.png");
  background-position: top;

  object-fit: cover;
  object-position: top;
}
.container{
    width: 100%;   
    display: flex;
    /* justify-content: center */
    flex-direction: column;
    /* height: 100vh; */
}
.page-title{
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
}
.page-title h1{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 45px;
    line-height: 50px;
    color: white;
    text-transform: uppercase;
}
.card-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.card-publication{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.486);
    backdrop-filter: blur(5px);
    color: white;
    margin: 30px 0px;
    padding: 20px 20px 25px 20px;
    border-radius: 10px;
}
.number{
    padding-top: 20px;
    width: 5%;
}
.card-details-section{
    display: flex;
    flex-direction: column;
    width: 95%;
}
.card-title{
    width: 100%;
    padding: 10px 0px;
}
.card-title h3{
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: rgb(16, 255, 76);
}
.card-details{
    padding: 10px 0px;
    
}
.card-details p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 30px;
    white-space: pre-wrap;
    word-spacing: 0px;
    text-decoration: none;
    /* font-weight: 700; */
    font-variant: none;
}
.card-images{
    width: 100%;
    display: flex;
    justify-content: center;
}
.card-images img{
  margin-top: 10px;
  width: auto;
height:300px;
/*  max-width: 1000px;*/
    border-radius: 5px;
}
.btn-section{
    width: 100%;
    margin-top: 10px; 
  /* border: 2px solid white; */
}
.btn{
  float: right;
  outline: none;
  border: 2px solid yellow;
  color: yellow;
  background: transparent;
  font-size: 14px;
  padding : 5px 15px;
  border-radius: 4px;
  transition: 0.2s all;
  /* text-align: right; */
  text-decoration: none;
}
.btn:hover{
  transform: position(1px,1px);
  border: 2px solid rgb(228, 224, 0);
  color: black;
  background: yellow;
  font-size: 15px;
  padding : 5px 15px;
  /* text-align: right; */
}
.btn:active{
  transform: position(1px,1px);
  border: 2px solid rgb(230, 4, 53);
  color: black;
  background: yellow;
  font-size: 12px;
  padding : 5px 15px;
  /* text-align: right; */
}
.footer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: white;
}
.header-container span{
  display: none;
}
/* ! Sidenav is here */
/* ! SideNav is Here */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.534);
  backdrop-filter: blur(5px);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* ! End Of SideNav */
/* ! Make it responsive as much as possible */
/* ! Viewpoint 768px */
@media only screen and (max-width:768px){
  .container{
    width: 100%;
    flex-direction: column;
  }
  .header-container span{
    display: block;
  }
  .brand h3{
    font-size: 20px;
    font-weight: 800;
    text-align: center;
  }
  .nav-list{
    display: none;
  }
  .card-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.card-publication{
    width: 95%;
    /* max-width: 550px; */
    /* min-width: 443px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.486);
    backdrop-filter: blur(5px);
    color: white;
    margin: 30px 0px;
    border-radius: 10px;
}
.number{
    /* margin: 10px 10px; */
    position: relative;
    top: -10px;
    margin-right: 10px;

    width: 10%;
    /* border: 2px solid white; */
}
.card-details-section{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.card-title{
    width: 100%;
    padding: 10px 0px;
}
.card-title h3{
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: rgb(16, 255, 76);
}
.card-details{
    padding: 10px 0px;
    
}
.card-details p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    white-space: pre-wrap;
    word-spacing: 0px;
    text-decoration: none;
    /* font-weight: 700; */
    font-variant: none;
}
.card-images{
    width: auto;
   height:300px;
}
.card-images img{
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
}
}

/* ! viewpoint 375px */
@media only screen and (max-width:376px){
  .brand h3{
    font-size: 20px;
    font-weight: 800;
    text-align: center;
  }
  .nav-list{
    display: none;
  }
  .card-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.card-publication{
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.486);
    backdrop-filter: blur(5px);
    color: white;
    margin: 30px 0px;
    border-radius: 10px;
}
.number{
    /* margin: 10px 10px; */
    position: relative;
    top: -10px;
    margin-right: 10px;

    width: 10%;
    /* border: 2px solid white; */
}
.card-details-section{
    display: flex;
    flex-direction: column;
    width: 90%;
}
.card-title{
    width: 100%;
    padding: 10px 0px;
}
.card-title h3{
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: rgb(16, 255, 76);
}
.card-details{
    padding: 10px 0px;
}
.card-details p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    white-space: pre-wrap;
    word-spacing: 0px;
    text-decoration: none;
    /* font-weight: 700; */
    font-variant: none;
}
.card-images{
    width: 100%;
}
.card-images img{
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
}
}
/* ! Viewpoint 768px */
