@font-face {
  font-family:stapel_Bold;
  src: url("/static/fonts/Stapel_Bold.otf");
}

@font-face {
  font-family:StapelTextRegular;
  src: url("/static/fonts/StapelTextRegular.otf");
}

body
{
  overflow-x: hidden;
}

body::-webkit-scrollbar {
    display: none;
}


body{
  -ms-overflow-style: none;
  scrollbar-width: none;
}


#sec1
{
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
}
#vid
{
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  overflow-x:hidden;

}

#logo
{
  height: 70px;
}

#nav-menu
{
  font-weight: bolder;
  color: white;
}
#drop
{
  margin-top: -50px;
}
#qu
{
  color: white;
  font-size: 40px;
  font-weight: 700;
  opacity: 1;
}
#close
{
  margin-left: 80%;
}
#close svg
{
  height: 20px;
  width: 20px;
}

#about_container
{
  max-width: 900px;
}

#foot1
{
  background-color: #3c8ebd;
  padding-bottom: 30px;
}
#foot2
{
  background-color: #00629B;
  padding-bottom: 30px;
}

.anime
{
  margin: auto auto;
  height: 200px;
}

#joinlink
{
  color: azure;
}

.con-socities
{
  background-color: #f1f4f6;
}
.socities
{
  width: 100%;
}
.h-society
{
  padding-top: 20px;;
}

.card
{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.img-card
{
  width:300px
}

#adress
{
  margin-top: -15px;
}

.h-follow
{
  color: white;
}

#follow
{
  height: 40px;
}

.f-links
{
  color: white;
}
.f-links-ma
{
  margin-top:13px;
}
#imp-links
{
  text-decoration: none;
  color: white;
}

#animeConstruct
{
  height: 70vh;
}

.event-container
{
  max-width: 1100px;
}

.event-detail-con
{
  max-width: 600px;
}
.event-image
{
  border-radius: 25px;
}

.blog
{
  background: rgb(107,58,36);
  background: linear-gradient(20deg, rgba(107,58,36,1) 0%, rgba(68,38,46,1) 35%, rgba(7,7,8,1) 100%);
  margin-bottom: -40px;
  padding-bottom: 10px;
  overflow-x: hidden;
}
.blog-head
{
  width:100%;
  background-image: url("/static/images/blogbanner.png");
  background-attachment: fixed;
  
}
.blog-title
{
  color: white;
  font-size: 150px;
  text-align: center;
  font-family: stapel_Bold;
}

.blog-sub-title
{
  color: rgb(255, 255, 255);
  font-family: StapelTextRegular;
  text-align: center;
  margin-top: -35px;
  font-weight: bold;
  text-shadow: 4px 4px #000;
}

.blog-heading
{
  max-width: 700px;
}
.blog-line
{
  height: 2px;
  background: linear-gradient(to right,#fe8d7e,#ff7734,#292738,#7d657f,#eabcce);
}
.blog-h
{
  font-family: StapelTextRegular;
  color: white;
  font-weight: 150;
}
.blog-au
{
  font-family: StapelTextRegular;
  margin-top: -15px;
  margin-left: 20px;
  color: #e8f3f9;
}
#blog-image
{
  border-radius: 25px;
  z-index: -2;
}
.blog-bline
{
  height: 4px;
  background: linear-gradient(to right,#7d657f,#3c8ebd,#00629B,#292738);
  margin-bottom: -40px;
  margin-top: 1px;
}

.blog-body
{
  background-color: #e1b89f;
  margin-bottom: -40px;
  padding-bottom: 15px;
}
.blog-full
{
  max-width: 800px;
  padding-top: 10px;
}
.blog-full-bl
{
  font-weight: bold;
  color: #2e2626;
  font-size: 15px;
  text-decoration: underline;
}
.blog-full-title
{
  font-weight: bolder;
  margin-top: -4px;
  font-family: stapel_Bold;
}
.blog-full-author
{
  margin-top: -25px;
}
.blog-full-desig
{
  margin-top: -20px;
}
.blog-full-content
{
  font-family:StapelTextRegular;
  font-size: 20px;
  color: #000;
}
.blog-full-content strong
{
  font-family: stapel_Bold;
}


.exe-body
{
  background-color: #e8e8fa;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: -40px;
}
.exe-con
{
  max-width: 1100px;
}
#exe-card
{
  border-radius: 20px;
  padding: 5px;
  min-height: 550px;
}
.exe-name
{
  font-size:25px;
  font-weight: 500;
}
.exe-pos
{
  font-size: 20px;
  margin-top: -20px;
  font-weight: 500;
}
.exe-head
{
  font-family: stapel_Bold;
  font-weight: bolder;
}

.dev
{
  width: 100%;
  background-color: rgb(1, 26, 40);
  padding-top: 10px;
  padding-bottom: 30px;
}
.dev h5
{
  color: white;
}
.dev h5 a
{
  font-weight: bolder;
}


@media only screen and (max-width: 400px) {
  #logo-bottom
  {
    width: 265px;
  }

}
@media only screen and (max-width: 500px)
{
  .blog-head
  {
    padding-top: 15px;
  }
  #exe-card
  {
    min-height: fit-content;
  }
}

@media only screen and (max-width: 639px) {
  .card
  {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 20px;
  }
  .blog-title
  {
    font-size: 90px;
  }
  .blog-sub-title
  {
    font-size: 20px;
    margin-top: -30px;
  }
  .blog-heading
  {
    margin-left: 10px;
    margin-right: 10px;
  }
  .blog-h
  {
    width: 90vw;
    margin-top: 0px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width:730px)
{
  .blog-heading
  {
    margin-left: 20px;
    margin-right: 0px;
  }
  
}
@media only screen and (max-width: 900px) {
  #logo
  {
    height: 55px;
  }
  #about_container
  {
    width: 900px;
  }
  .blog-full
  {
    padding-left:15px;
    padding-right:15px ;
  }
}
