@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap');



@font-face {
    font-family: 'Avara_Bold Italic';
    src:    
            url('Avara-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avara_Black';
    src:   
            url('Avara-BoldItalic.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CirrusCumulus';
    src:    
            url('CirrusCumulus.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.modal{
  display: none;
  z-index: 199;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 13.5px );
  -webkit-backdrop-filter: blur( 13.5px );
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
}

#modal-image {
  height: 95%;
}

.modal-content1{
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  gap: 3.5%;
  width: 80vw;
  height: 95vh;
  top: 2.5%;
  left: 8%;
  text-align: center;
  padding-left: 1vw;
  padding-right: 1vw;
  flex-wrap: wrap;
}

#forwardarrow{
  rotate: 180deg;
  position: fixed;
  right: 11%;
}

#backarrow{
  position: fixed;
  left: 9%;
}

.titleprojects {
    font-family: Avara_Black;
    font-size: x-large;
}

#bold {
    font-family: "Azeret Mono", monospace;
    /* font-optical-sizing: auto; */
    font-size: small;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}

#titlename {
    font-family: Avara_Black;
    font-size: xx-large;
    color: #acff10;
}

.sidebar {    
    width: 20%;
    /* outline: #000; */
    stroke-width: 1px;
    float: right;
    margin-left: 2%;
    margin-right: 2%;
    position: sticky;
    overflow-y: hidden;
 }

.descinfo {
    font-family: "Azeret Mono", monospace;
    /* font-optical-sizing: auto; */
    font-size: small;
    font-weight: 200;
    font-style: normal;
    margin-bottom: 2%;
    margin-right: 36%;
  }

  .bioinfo {
    font-family: "Azeret Mono", monospace;
    /* font-optical-sizing: auto; */
    font-size: small;
    font-weight: 200;
    font-style: normal;
    margin-bottom: 2%;
  }


::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar
{
  width: 5px;

}

.carousel {
    margin-left: 0.5%;
}

.maincourse {
    margin-left: 10px;
    position: static;
    left: 28%;
    overflow-y: scroll;
    height: 100vh;
    overflow-x: hidden;
}


    /* Solid border */
    hr.solid {
        border-top: 3px solid #bbb;
      }
    
      .door {
              position: relative;
              float: right;
            }
            .door .img-top {
              display: none;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 99;
            }
            .door:hover .img-top {
              display: inline;}
      
#videoportal {
    display: block; 
    width: 65vw;

    max-width: 100%;
}

.video-wrapper {
    position: relative;
    width: 75vw;
    padding-bottom: 52.25%;
    height: 0;
}

.video-wrapper2 {
    position: relative;
    width: 75vw;
    padding-bottom: 52.25%;
    height: 0;
    margin-top: -3.5%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.video-wrapper2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    
}