@font-face{
            font-family: niniko;
            src: url(bpg_nino_mtavruli_bold.ttf);
        }
body{
    background-color: black;
}

span, pre{
    font-size: 30px;
}

#langbutton{
    position: absolute;
    top: 600px;
}
a{
    position: relative;
    padding: 15px 30px;
    font-family: niniko;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    transition: 0.5s;
    margin-left: 20px;
    font-size: 30px;
    
}

a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background:rgba(255,255,255,0.06);
}

a svg,
a svg rect{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent;
}

a svg rect{
    stroke-width:2;
    stroke: #1decff;
    stroke-dasharray: 100;
    animation: animate 2s linear infinite;
}

@keyframes animate{
    0%
    {
        stroke-dashoffset:400;
    }
    100%
    {
        stroke-dashoffset:00;
    }
}

#typewriter{
        margin: 0;
        font-family: "Courier New";

        &:after{
            content: "|";
            animation: blink 500ms linear infinite alternate;
            color: white;
        }
}
.bamboocha1{
    color: #37e2e5;
    
}

.bamboocha2{
    color: #a6e22b;
    
}

.bamboocha3{
    color: #e1891a;
    
}

.bamboocha4{
    color: #ab0854;
    
}
pre{
    color: white;
}

#maincontainer{
    margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#videobg{
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
    }


@-webkit-keyframes blink{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

@-moz-keyframes blink{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

@keyframes blink{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

@media only screen and (max-width: 1200px){
            span, pre {
            font-size: 28px;
            }

            a {
                position: relative;
                padding: 15px 30px;
                font-family: mainfont;
                color: #fff;
                letter-spacing: 2px;
                text-decoration: none;
                transition: 0.5s;
                margin-left: 20px;
                font-size: 30px;
            }
            #langbutton{
                position: absolute;
                top: 550px;
            }
}


@media only screen and (max-width: 970px){
            span, pre {
            font-size: 24px;
            }
            
            a {
                position: relative;
                padding: 15px 30px;
                font-family: mainfont;
                color: #fff;
                letter-spacing: 2px;
                text-decoration: none;
                transition: 0.5s;
                margin-left: 20px;
                font-size: 30px;
            }
            #langbutton{
                position: absolute;
                top: 500px;
            }
}

@media only screen and (max-width: 700px){
            span, pre {
            font-size: 20px;
            }
            
            a {
                position: relative;
                padding: 15px 30px;
                font-family: mainfont;
                color: #fff;
                letter-spacing: 2px;
                text-decoration: none;
                transition: 0.5s;
                margin-left: 20px;
                font-size: 30px;
            }
            #langbutton{
                position: absolute;
                top: 400px;
            }
}

@media only screen and (max-width: 560px){
            span, pre {
            font-size: 15px;
            }
            
            a {
                position: relative;
                padding: 15px 30px;
                font-family: mainfont;
                color: #fff;
                letter-spacing: 2px;
                text-decoration: none;
                transition: 0.5s;
                margin-left: 20px;
                font-size: 25px;
            }
            #langbutton{
                position: absolute;
                top: 400px;
            }
}

@media only screen and (max-width: 432px){
            span, pre {
            font-size: 12px;
            }
            
            a {
                position: relative;
                padding: 15px 30px;
                font-family: mainfont;
                color: #fff;
                letter-spacing: 2px;
                text-decoration: none;
                transition: 0.5s;
                margin-left: 20px;
                font-size: 15px;
            }
            #langbutton{
                position: absolute;
                top: 400px;
            }
}

@media only screen and (max-width: 338px){
            span, pre {
            font-size: 11px;
            }
            
            a {
                position: relative;
                padding: 15px 30px;
                font-family: mainfont;
                color: #fff;
                letter-spacing: 2px;
                text-decoration: none;
                transition: 0.5s;
                margin-left: 20px;
                font-size: 11px;
            }
            #langbutton{
                position: absolute;
                top: 300px;
            }
}