@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&family=Montserrat:wght@700&display=swap');
html,.scroll-container{
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
  color: inherit;
}
* {
	box-sizing: border-box;
}
article{
  width: 50vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: visible;
  justify-content: center;
  align-items: center;
}
body {
  margin: 0;
  color: #f0f8ff;
  transition: all 1s ease-in-out;
  background-attachment: fixed;
  background-size:50vw 100vh;
  background-color: black;
  background-position: right;
  background-repeat: no-repeat;
	font-family: 'Montserrat', sans-serif;
}
.bg-img{
  height: 100vh;
  width: 50vw;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 50vw;
  top: 0;
  opacity: 0;
  z-index: -200;
  transition: opacity 0.5s  ease-in-out;
  object-fit: cover;
}
/* All the snapping stuff */
.scroll-container {
	height: 100vh;
	overflow-y: scroll;
	scroll-snap-type: y   mandatory;
  -webkit-overflow-scrolling: touch;
}
section {
	height: 100vh;
	scroll-snap-align: center;
}
/* Other styles */
section {
  position: relative;
  overflow: visible;
}
.nav  > img{
  position: absolute;
  left: 2vw;
  height: 60px;
  width: 40px;
  margin: 10px  0px;
  transition: height  0.2s ease-in-out;
  z-index:  1;
}
.nav  > #nav-up:hover, .nav  > #nav-down:hover{
  height: 90px;
  width: 40px;
}
#nav-up{
  rotate: 180deg;
  bottom: 55vh;
}
#nav-down{
  top: 55vh;
}
.hero{
  position: relative;
  display: flex;
  flex-direction: column;
	align-items: center;
	justify-content: center;
  overflow: hidden;
  background-color: #000;
}
#hero-text{
  position: relative;
  top: -100px;
  width: 70%;
}
#hero-logo{
  height: 300px;
  top: -100px;
  position: relative;
}
.hero::before{
  background-color: #000;
  background-image: url(./assets/images/Slide\ 16_9\ -\ 4.png);
  width: 100vw;
  height: 100vh;
  display: block;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  content: '';
  z-index: -1;
  position: absolute;
  filter: blur(70px);
  -webkit-filter: blur(70px);
}
.hero-button-container{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -80px;
}

.hero-button{
  font-size: 0.9rem;
  letter-spacing: 2px;
  border-radius: 18px; 
  margin: 10px;
  width: 150px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  position: relative;
  transition: all 0.3s ;
  -webkit-transition: all 0.3s;
  background-color: black;
}
.hero-button::after{
  position: absolute;
  top: -1.2px;
  bottom: -1.2px;
  left: -1.2px;
  right: -1.2px;
  z-index: -1;
  background-image: linear-gradient(180deg, #00E0FF 0%, #3A45A7 100%),-webkit-linear-gradient(180deg, #00E0FF 0%, #3A45A7 100%);
  background-position: center;
  background-size: cover;
  border-radius: 18px;
  content: '';
}
.hero-button:hover{
  color: #bbbbbb;
}

.article-container{
  margin-left: 15%;
  margin-right: 5%;
  margin-bottom: 10%;
  max-width: 85%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.article-head{
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  cursor: default;
}
.article-body{
  font-family: 'JetBrains Mono', monospace;
  cursor: default;
  font-size: 1.2rem;
}
.sponsors{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sponsor{
  position: relative;
  min-width: 150px;
  margin: 10px;
  width: 30%;
  display: flex;
}
.sponsor>img{
  width: 100%;
}
.socials{
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index:  1;
  cursor: default;
}
.logo{
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.contact-card{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 300px;
  padding:5px;
  font-family: 'JetBrains Mono', monospace;
  border-radius: 40px;
  margin-bottom: 20px;
  overflow: hidden;
  backdrop-filter: blur(5px) contrast(2);
  -webkit-backdrop-filter: blur(5px) contrast(2);
  background-color: #ffffff50;
  font-size: 0.9rem;
}
.card-margin-updown{
  margin-top: 5px;
  margin-bottom: 5px;
}
.card-margin-left{
  margin-left: 20px;
}
.card-margin-right{
  margin-right: 20px;
}
.details>div{
  padding: 2px;
  padding-inline: 5px;
}
.write-container{
  align-self: center;
  width: 85%;
  max-width: 400px;
  min-width: 300px;
  display: flex;
  font-family: 'JetBrains Mono', monospace;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10px;
}
.write-container>h3{
  align-self: flex-start;
  padding: 5px;
  margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.write-container  > div{
  padding: 5px;
}
hr{
  justify-self: center;
  align-self: center;
  width: 90%;
}
.designation{
  background-color: rgba(144, 238, 144, 0.5);
  border-radius: 15px;
  width: fit-content;
}
.avatar{
  height: 90%;
  border-radius: 90%;
  border-color: rgba(144, 238, 144, 0.5);
  border-width: 2px;
  border-style: solid;
}
.follow{
  font-family: 'JetBrains Mono', monospace;
}
footer{
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer div{
  margin: 5px;
}
.inline{
  display: flex;
  margin-top: 10px;
}
.f-image>img{
  height: 50px;
}
.f-image{
  margin-bottom: 5px;
}
.invert{
  filter: invert(1);
  -webkit-filter: invert(1);
}
.alert-container{
  z-index: 0;
  height: 400px;
  width: 300px;
  position: absolute;
  margin: auto;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
}
.alert-description{
  cursor: default;
}
.alert-title{
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 30px;
  cursor:  default;
}
.alert-button{
  width: 100px;
  padding: 8px;
  border-radius: 4px;
  border: aliceblue solid 2px;
  text-align: center;
  margin-top: 30px;
  cursor: default;
}
@media (max-width:1200px) and (min-width:1000px) {
  .article-head{
    font-size: 3.2rem;
  }
  .article-body{
    font-size: 1.1rem;
  }
  .sponsor{
    min-width: 120px;
  }
}
@media (max-width:1000px) and (min-width:768px) {
  .article-head{
    font-size: 2.6rem;
  }
  .article-body{
    font-size: 1rem;
  }
  .sponsor{
    min-width: 87px;
  }
}
@media (max-width:768px) {
  .hero-button:hover{
    color: aliceblue;
    border-color: aliceblue;
  }
  #hero-text{
    width: 90%;
  }
  .mouse_scroll{
    margin-bottom: 50px;
  }
  .bg-img{
    width: 100vw;
    left: 0;
    filter: saturate(.7) brightness(0.5) blur(2px);
    -webkit-filter: saturate(.7) brightness(0.5) blur(2px);
  }
  article{
    width: 100vw;
  }
  .article-container{
    margin: 0;
    margin-bottom: 16vh;
    max-width: 85%;
  }
  .article-head{
    font-size: 2.2rem;
    margin: 0;
    white-space: unset;
  }
  .nav{
    display: none;
  }
  .article-body{
    font-size: 0.9rem;
  }
  .sponsor{
    min-width: 80px;
  }
  .contact-card{
    width: 250px;
    height: 70px;
    margin-bottom: 10px;
    font-size: 0.8rem;
  }
  .card-margin-left{
    margin-left: 6px;
  }
  .card-margin-right{
    margin-right: 10px;
  }
  .card-margin-updown{
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .details>div{
    padding: 1px;
    padding-inline:2px;
  }
  .f-image{
    height: 30px;
  }
  #fmeet{
    height: 50px;
  }
}
.mouse_scroll {
	display: block;
	width: 24px;
	height: 100px;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.m_scroll_arrows
{
  cursor: pointer;
  display: block;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid aliceblue;
  border-bottom: 2px solid aliceblue;
  margin: 0 0 3px 4px;
  width: 20px;
  height: 20px;
}
.unu
{
  margin-top: 1px;
}
.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}
.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}
.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  animation-delay: .2s;
  animation-direction: alternate;
  margin-top: -6px;
}
.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  animation-delay: .3s;
  animation-direction: alternate;
  margin-top: -6px;
}
.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #1f222b;
  top: 170px;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #1f222b;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #1f222b;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}
@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {
   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {
   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-webkit-keyframes mouse-scroll {
  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}