/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Typography */
body {
    font-family: Arial, sans-serif;
    background-color: #f0f2f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

/* Menu */
.menu {
    height: 75px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 1px solid lightgrey;
}


.MenuGrup {
    position: absolute;
    right: 10px;
}

.MenuGrup>a {
    text-decoration: none;
    padding: 10px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    background: #f0f2f5;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    border: 1px solid lightgrey;
    border-radius: 8px;
}

.lista {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 25px
}



#kerko {
    margin-top: 6px;
    height: 32px;
    margin-left: 82px;
    width: 260px;
    border-radius: 11px;
    padding-left: 7px;
    border: 0;
    transition: width 0.25s ease-in-out 0s, color 1.3s ease-in 0s;
    font-size: 16px;
    font-weight: 100;
    border: 1px solid lightgrey;

}

#kerko:focus {
    width: 320px;
}

#kerko:hover {
    color: black;
}



.kanali {
    background: white;
    width: 100%;
    max-width: 250px;
    height: 142px;
    border-radius: 12px;
    border: 1px solid lightgrey;
    display: inline-block;
    margin: 3px 0 -21px 0;
    position: relative;
    margin: 5px;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
}

.emriKanalit {

    color: #fff;
    width: 100%;
    text-align: center;
    height: 25px;
    margin: auto;
    font-size: 18px;
    padding-top: 3px;
    display: inherit;
    margin-top: 114px;
    white-space: nowrap;
    overflow: -webkit-paged-x;
    text-overflow: ellipsis;
    background-color: #057ba6;
    text-emphasis: none;
    text-decoration: none;
    border-radius: 12px;


}

a {
    text-emphasis: none;
    text-decoration: none;
}

.kanali:hover {
    border: 1px solid darkgrey;
}





.kanali:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.05);
}




.fotoList {
    width: 75px;
    height: 75px;
    position: absolute;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-radius: 5px;
}

.fundi {
    display: flex;
    justify-content: center;
    justify-self: center;
    font-size: 16px;
    color: black;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    border-radius: 12px;
    text-align: justify;
    background: white;
    margin-top: 50px;


}

.tvBody {
    display: -webkit-box;
    padding-top: 16px;
    padding-bottom: 40px;
    background: #4d5c6f;
    background: -moz-radial-gradient(center, ellipse cover, #4d5c6f 0, #53647b 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #4d5c6f 0, #53647b 100%);
    background: radial-gradient(ellipse at center, #4d5c6f 0, #53647b 100%)
}

.tv {
    width: calc(100% - 644px);
    max-width: 850px;
    min-width: 560px;
    padding: 2px 15px
}

.majt {
    width: 250px;
    min-height: 500px
}

.djatht {
    width: 250px;
    min-height: 500px
}

.posht {
    text-align: center;
    margin: 10px 0;
    height: 90px
}

@media only screen and (max-width:1190px) {
    .majt {
        width: 200px
    }
}

@media only screen and (max-width:1140px) {
    .majt {
        width: 150px
    }
}

@media only screen and (max-width:1065px) {
    .majt {
        display: none
    }

    .tv {
        width: calc(100% - 270px)
    }
}

@media only screen and (min-width:1350px) {
    .majt {
        margin-left: 5%
    }
}

input:focus {
    outline: 0
}

::-moz-selection {
    /* Code for Firefox */
    background: rgba(149, 225, 211, 0.77);
    color: black;
}

::selection {
    background: rgba(149, 225, 211, 0.77);
    color: black;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.mobile-menu {
    display: none;
    pointer-events: none;
}

/* Mobile Support */

@media only screen and (max-width: 600px) {
    .menu {
        display: none;
    }

    .mobile-menu {
        display: flex;
        align-content: space-between;
        flex-direction: column;
        align-items: center;
        pointer-events: all;
    }

    .MenuTek {
        color: #000;
        background: #add8e6;
        transition: all 0.5s ease-in-out 0s;
        width: 230px;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 10px;

    }


    #kerko-mobile {
        margin-top: 6px;
        height: 32px;
        width: 230px;
        border-radius: 10px;
        border: 0;
        transition: width 0.5s ease-in-out 0s, color 1.3s ease-in 0s;
        font-size: 16px;
        font-weight: 100;
    }

    #kerko-mobile:focus {
        width: 320px;
    }

    #kerko-mobile:hover {
        color: darkred;
    }

}


#items {
    list-style: none;
    margin: 0px;
    margin-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    font-size: 17px;
    color: #333333;

}

hr {
    width: 85%;
    background-color: #E4E4E4;
    border-color: #E4E4E4;
    color: #E4E4E4;
}

#cntnr {
    display: none;
    position: fixed;
    border: 1px solid #B2B2B2;
    width: 150px;
    background: #F9F9F9;
    box-shadow: 3px 3px 2px #E9E9E9;
    border-radius: 4px;
}

li {

    padding: 3px;
    padding-left: 10px;
}


#items :hover {
    color: white;
    background: #284570;
    border-radius: 2px;
    cursor: pointer;
}