@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
:root{
    --body-color:#d7d6d6;
    --header-color:#ffffff;
    --color-2:#f0f0f0;
    --text-color:#747474;
    --submenu-color:#f2efef;
    --submenuhover-color:#f8f8f8;
    --accent-color:#006aff;
    --footer-color:#034ea2;
    --wrapper-color:#fcfcfc;
}
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
    scroll-behavior: smooth;
    font-size: 16pt;
    font-family: 'Titillium Web', sans-serif;  
    background-color: var(--body-color); 

}
body {
    display: block;
    background-color: var(--body-color);
    font-size: 15px;
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    margin-top: 127px;
    min-width: 320px;
    
}
#wrapper{
    display: block;
    width: 100vw;
    height: auto;
    overflow: visible;
    background-color: var(--wrapper-color);
    margin-top: 0px;
}
.header {
    position: fixed;
    top: 0;
    z-index: 9999;

    width: 100%;
    height: auto;
    margin-inline: auto;
    padding: 0 20px;

    background-color: var(--header-color);
    border-bottom: #e5e5e5 solid 3px;
    box-shadow: rgba(0, 0, 0, 0.25);
}
.logot{
    display: flex;
    flex-direction: row;
    max-width: 1300px;
 
    margin-inline: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
 /*   animation: scroll-height;
    animation-timeline: scroll(); 
    
 }
 @keyframes scroll-height{
    to { height: .6;}
 }*/


.logot img{
    height: 60px;
    padding: 0;
    margin: 18px 0px 0px 0px;
    animation: scroll-scale;
    animation-timeline: scroll();
}
 @keyframes scroll-scale{
    to {height: 40px;}
 }
nav{
    max-width: 1300px;
    width: 100%;
    height: 40px;
    display: flex;
    margin-inline: auto;
    /* justify-content:right */
    align-items: center;
}

nav svg{
    fill: black;
}
#sidebar-active{
    display: none;
}
.open-sidebar-button, .close-sidebar-button{
    display: none;
}

.links-container{
    max-width: 1300px;
    margin-inline: auto;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.links-container ul{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;

}
.links-container li{ 
    float: left;
}
.links-container a{ 
    text-decoration: none;
    text-align:justify;
    color:#333333;
    padding: 10px 0;
    display: block;
    font-family:"Titillium Web", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    transition: all 0.2s;
}
.links-container a:hover{ 
    color: #006aff;
    border-top: #006aff solid 3px;
}
.active{ 
    /* color: #006aff; */
    border-top: #006aff solid 3px;
}

.dropdown__menu{
    display: none;
}
.links-container ul li:hover .dropdown__menu{
    display: block;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    background-color: var(--submenu-color);
    border-top: #006aff solid 3px;
}
.links-container ul li:hover .dropdown__menu ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    background-color: var(--submenuhover-color);
 
}
.links-container ul li:hover .dropdown__menu ul li{
    width: 150px;
    text-align: left;
}
.links-container ul li:hover .dropdown__menu ul li a{
    text-align: left;
    color: #333333;
    padding: 6px;
    border: none;
}
.links-container ul li:hover .dropdown__menu ul li:hover{
   background-color:rgb(250, 250, 250);
   border: #e5e5e5 solid 1px;  
}
.main{
    display: flex;
    flex-direction: column;
    text-align: justify;
    gap: 20px;
    max-width: 1300px;
    margin-inline: auto;
    /* margin-top: 0px;
    margin-bottom: 20px;*/
    padding: 20px 20px 20px 20px; 
    height: auto;
    clear: both;
}
.titull {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: #6bb745;
}
.nentitull {
    font-size: 30px;
    font-weight: bold;
    color: #6bb745;
    line-height: 1;
}
.kapitull {
    font-size: 40px;
    font-weight: 600;
    color: #6bb745;
    line-height: 1;
}
.nenkapitull {
    font-size: 28px;
    font-weight: 500;
    color: #6bb745;
    line-height: 1;
}
section {
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.lajm {
    max-width: 400px;
    width: 100%;
    padding: 10px;
    border: #6bb745, solid, 1px;
}
.film {
    max-width: 800px;
    width: 100%;
    aspect-ratio: 16/9;
    /* background-color: aqua; */
}
.event {
    display: flex;
    justify-content: center;
    align-items: top;
    column-gap: 20px;
    max-width: 1300px;
    width: 100%;
    flex-wrap: wrap;
}
.pershkrim {
    max-width: 610px;
    width:100%;
    padding: 0 20px;
}
.foto {
    max-width: 600px;
    width: 100%;
    text-align: left;
    padding:15px;
}

footer {
    background-color: var(--footer-color);
    color: #fff;
}
footer .footer-area{
    display: flex;
    justify-content: space-between;
    align-items:start;
    max-width: 1240px;
    margin-inline: auto;
    flex-wrap: wrap;
}
.majtas{
    font-size: 15px;
    line-height: 35px;
    padding-left: 20px;
    padding-top: 50px;
}
.majtas img{
    width: 320px;
}
.qender {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    padding-top:50px;
}
.horizont {
    display: flex;
    column-gap:20px;
}
.qender1,
.qender2 {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
}
.qender2{
    padding-right: 20px;
}
.qender1 a{
    color: white;
    text-decoration: none;
}
.qender2 a {
    color: white;
    text-decoration: none;
}
.qender1 a:hover,
.qender2 a:hover{
    text-decoration: underline;
}

.titul{
    font-size: 16px;
    color: #e5e5e5;
    padding-bottom: 10px;
}
.djathtas {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding-left: 50px;
    padding-top: 50px;
    padding-right:25px;
}
.djathtas img {
    width: 32px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.stafi {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.karta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 350px;
    border: #006aff solid 1px;
    border-radius: 20px;
    box-shadow: 5px 5px 3px #747474;
}
.karta img {
    object-fit: cover;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: #034ea2 solid 2px;
    box-shadow: 0px 0px 20px #747474;
}
.karta .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 2px;
}
.kartat {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.kart{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: top; 
    align-items: center;
    width: 280px;
    height: 300px;
    padding: 30px 10px 0px 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px #747474;
}
.kart p {
    text-align: center;
}
.kartp {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between; 
    align-items: center;
    text-align: center;
    width: 166px;
    height: 254px;
    padding: 30px 10px 20px 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px #747474;
    text-decoration: none;
}
.kartp h3 {
    line-height: 1.3;
    text-decoration: none;
    color: #333333;
}
.buttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #034ea2;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 5px 5px 3px #747474;
}
.button:hover{
    background-color: #006aff;
}
.button:active{
    background-color: #99bfea;
}
.cv {
    display: flex;
    gap: 20px;
}
footer #copyright{
 
    padding: 50px 15px 20px 15px;
    display: flex;
    justify-content: center;
    font-size: 12px;
}

@media(max-width:950px){
    .links-container ul{ 
        display: flex;
        gap: 10px;
    }
    .links-container a{ 
        font-size: 12px;
    }
}

@media(max-width:730px){
    body{
        margin-top: 100px;
    }
    .logot img{
        height: 40px;
        margin: 9px 0px;
    }
    .titull {
        font-size: 40px;
    }
    .links-container{
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        top: 62px;
        right: -100%;
        z-index: 10;
        width: 300px;
        height:fit-content;
        background-color: white;
     
      
        box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
        transition: 0.75s ease-out;
    }
    .links-container ul{ 
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }
    .links-container ul li{ 
        width: 100%;
        background-color: var(--submenuhover-color);
        display: flex;
        justify-content:flex-start;
    
    }   

    
    .links-container ul li:hover{ 
        background-color: white;
    }   

    .links-container a{ 
        display: flex;
        justify-content:center;
        align-items:center;
        padding: .5em;
        margin: 0;
        color:#333333;
    }

    .fas{
        float:right;
        margin-left: 100px;
        padding-top: 3px;
    }
    .links-container ul li:hover .dropdown__menu{
        margin-top: 10px;
        margin-left: 50px;
        background-color: #f9f9f9;
        
    }
    .links-container ul li:hover .dropdown__menu a{
        width: 100%;  
        background-color: #dddddf;
     }

     
    .links-container ul li:hover .dropdown__menu a:hover{
        background-color: #f9f9f9;
     }
     
    .open-sidebar-button, .close-sidebar-button{
        padding: 10px 20px;
         display: block;
    }
    .links-container .close-sidebar-button{
     
        position: relative;
     
        left: 230px;
        top: 0;
    }
    #sidebar-active:checked ~ .links-container{
        right: 0;
    }
    #sidebar-active:checked ~ #overlay{
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }
    .event img {
        max-width: 440px;
        width:100%;
    }
}
@media(max-width:480px){
    .titull {
        font-size: 24px;
    }
    .kapitull {
        font-size: 18px;
    }
}
    