html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
iframe {
    width: 100%;
    height: 98.6%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

select#episodes {
    width: 135px;
}



.logo_mixgeo {
    position: absolute;
    right: 0;
    background: url('https://qartulad.cc/img/logo.webp');
    width: 35px;
    height: 35px;
    z-index: 9999;
    margin: 22px 10px;
}

.box {
    position: absolute;
    top: 20px;
    left: 20px;
}

.box select {
    font-family: 'Myriad GEO Mtavruli Medium';
    background-color: #18202a;
    color: white;
    padding: 10px;
    width: 98px;
    border: none;
    font-size: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    -webkit-appearance: none;
    outline: none;
}

.box::before {
    /* content: "\f13a"; */
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 30px;
}






@font-face {
    font-display: swap;
    font-family: 'Myriad GEO Mtavruli Medium';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/MyriadGEOMtavruliMedium.eot?#iefix) format("embedded-opentype"),url(../fonts/MyriadGEOMtavruliMedium.woff2) format("woff2"),url(../fonts/MyriadGEOMtavruliMedium.woff) format("woff"),url(../fonts/MyriadGEOMtavruliMedium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: 'Myriad GEO Mtavruli Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/MyriadGEOMtavruliBold.otf) format("opentype"),url(../fonts/MyriadGEOMtavruliBold.woff2) format("woff2"),url(../fonts/MyriadGEOMtavruliBold.woff) format("woff"),url(../fonts/MyriadGEOMtavruliBold.ttf) format("truetype")
}

@font-face {
    font-family: 'Helvetica Neue LT GEO';
    src: url('../fonts/HelveticaNeueLTGEO-55Roman.eot');
    src: url('../fonts/HelveticaNeueLTGEO-55Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTGEO-55Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueLTGEO-55Roman.woff') format('woff'), url('../fonts/HelveticaNeueLTGEO-55Roman.ttf') format('truetype'), url('../fonts/HelveticaNeueLTGEO-55Roman.svg#HelveticaNeueLTGEO-55Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}















