*{
    margin:0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}
html {
    cursor: url("/frontend/img/icons8-cursor-32.png"), auto;
  }
  
  body {
    overflow-x: hidden;
  }
  
  a,
  button :hover {
    cursor: url("/frontend/img/icons8-hand-cursor-32.png"), pointer;
  }
.top{
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    .title{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        .main{
            font-weight: 700;
            font-size: 50px;
        }
        .sec{
            font-weight: 900;

        }
        
    }
}
.cont{
    position: relative;
    
}
.leaders{
    max-width: 100%;
    margin-top: 150px;
    margin-inline: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 500px;
    justify-content: space-between;
    .lines{
        top:-120px;
        left: 50%;
        transform: translate(-50%);
        overflow: hidden;
        position: absolute;
        height: 1000px;
        width: 21.75%;
        .logo{
            position: absolute;
            top:50px;
            left: 50%;
            transform: translate(-50%);
            transition: opacity 1s, box-shadow 1s;
            opacity: 0;
            z-index: 2;
            border-radius: 100px;
        }
        .logo.active{
            opacity: 1;
            -webkit-box-shadow: 0px 0px 20px 24px rgba(123, 0, 255, 0.5);
            -moz-box-shadow: 0px 0px 20px 24px rgba(123, 0, 255, 0.5);
            box-shadow: 0px 0px 20px 24px rgba(123, 0, 255, 0.5);
        }
    }
    .r{
        z-index: 1;
        justify-content: center;
        align-items: center;
        width: 100%;
        display: flex;
        flex-direction: row;
        
    }
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.lead{
    transition: opacity 1s, box-shadow 1s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    .lead-img{
        transform: scale(0.7);
        img{
            transition: opacity 0.5s, box-shadow 0.5s;
            border-radius: 30px;
            width: 300px;
        }
        img.active{   
            opacity: 1;
            -webkit-box-shadow: 0px -62px 58px 24px rgba(160, 0, 207, 0.4);
            -moz-box-shadow: 0px -62px 58px 24px rgba(160, 0, 207, 0.4);
            box-shadow: 0px -62px 58px 24px rgba(160, 0, 207, 0.4);
        }
    }
    
    .lead-name{
        margin-top: -7%;
        font-weight: bolder;
        font-size: 100%;
    }
    .lead-pos{
        font-size: 100%;
        font-weight:bold;
        background: linear-gradient(90deg, #7D3E00 -7.62%, #FFC170 14.51%, #ffac40 32.4%, #FFC170 84.95%, #7D3E00 106.96%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 500% auto;
        animation: textShine 5s ease-in-out infinite alternate;
    }
}
.lead.active{
    opacity: 1;
}

.members, .members2, .members3{
    max-width: 100%;
    padding-inline: 50px;
    display: flex;
    .web{
        width: 50%;
        padding-inline: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        p{
            font-size: 30px;
            font-weight: 700;
        }
        .web-mem{
            height: 800px;
            justify-content: space-around;
            padding: 10px;
            margin-top: 5%;
            width: 90%;
            border-radius: 40px;
            -webkit-box-shadow: 0px 0px 16px 8px rgba(34, 60, 80, 0.28);
            -moz-box-shadow: 0px 0px 16px 8px rgba(34, 60, 80, 0.28);
            box-shadow: 0px 0px 16px 8px rgba(34, 60, 80, 0.28);
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 30px;
            .w{
                display: flex;
                flex-direction: column;
                align-items: center;
                .w-name{
                    font-weight: bolder;
                    font-size: 140%;
                }
                .w-pos{
                    font-size: 100%;
                    font-weight:bold;
                    background: linear-gradient(90deg, #30cfd0 0%, #330867 100%);
                    -webkit-background-clip: text;
                    background-clip: text;
                    -webkit-text-fill-color: transparent;
                    background-size: 500% auto;
                    animation: textShine 5s ease-in-out infinite alternate;
                }
            }
            .r{
                width: 100%;
                display: flex;
                justify-content: space-around;
                flex-wrap: wrap;
                .w{
                    width: 50%;
                    height: 30%;
                    transform: scale(1.4);
                    align-items: center;
                    .w-name{
                        font-weight: bolder;
                        font-size: 80%;
                    }
                    .w-pos{
                        font-size: 100%;
                        font-weight:bold;
                        background: linear-gradient(to right, rgb(252, 92, 125), rgb(106, 130, 251));
                        -webkit-background-clip: text;
                        background-clip: text;
                        -webkit-text-fill-color: transparent;
                        background-size: 500% auto;
                        animation: textShine 5s ease-in-out infinite alternate;
                        transition: font-size 0.5s ease-in-out;
                        font-size: 60%;
                    }
                }
            }
        }
    }
    .event{
        width: 50%;
        padding-inline: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        p{
            font-size: 30px;
            font-weight: 700;
        }
        .ev-mem{
            height: 800px;
            justify-content: space-around;
            padding: 10px;
            margin-top: 5%;
            width: 90%;
            border-radius: 40px;
            -webkit-box-shadow: 0px 0px 16px 8px rgba(34, 60, 80, 0.28);
            -moz-box-shadow: 0px 0px 16px 8px rgba(34, 60, 80, 0.28);
            box-shadow: 0px 0px 16px 8px rgba(34, 60, 80, 0.28);
            display: flex;
            flex-direction: column;
            align-items: center;
            
            margin-bottom: 30px;
            .e{
                display: flex;
                flex-direction: column;
                align-items: center;
                .e-name{
                    font-weight: bolder;
                    font-size: 140%;
                }
                .e-pos{
                    font-size: 100%;
                    font-weight:bold;
                    background: linear-gradient(90deg, rgb(174, 33, 255) 15.4%, rgb(255, 33, 33) 111.3%);
                    -webkit-background-clip: text;
                    background-clip: text;
                    -webkit-text-fill-color: transparent;
                    background-size: 500% auto;
                    animation: textShine 5s ease-in-out infinite alternate;
                }
            }
            .r{
                width: 100%;
                display: flex;
                justify-content: space-around;
                .e{
                    width: 50%;
                    height: 30%;
                    transform: scale(1.4);
                    align-items: center;
                    .e-name{
                        font-weight: bolder;
                        font-size: 80%;
                    }
                    .e-pos{
                        font-size: 100%;
                        font-weight:bold;
                        background: linear-gradient(to right, rgb(252, 92, 125), rgb(106, 130, 251));
                        -webkit-background-clip: text;
                        background-clip: text;
                        -webkit-text-fill-color: transparent;
                        background-size: 500% auto;
                        animation: textShine 5s ease-in-out infinite alternate;
                        transition: font-size 0.5s ease-in-out;
                        font-size: 60%;
                    }
                }
            }
        }
    }
}
.members2{
    height: 300px;
}
.members3{
    height: 300px;
    .web{
        width: 100%;
        padding-inline: 25%;
        .web-mem{
            .r{
                .w{
                    width: 33%;
                }
            }
        }
    }
}
.navbarus {
    width: 1536px;
    height: 86px;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  
  .navbarus-logo > a > img {
    width: 194px;
    height: 87px;
  }
  
  .navbarus-menu {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }
  
  .navbarus-menu > ul > li > a {
    text-decoration: none;
    color: #ffffffff;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .navbarus-menu > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .navbarus-menu > ul > li > a:hover {
    color: #78e038;
    transition: 0.2s ease-in-out;
  }
  
  .navbarus-menu > ul {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    list-style: none;
    margin-bottom: 0;
  }
  
  .endless {
    margin-left: 10px;
    margin-right: 15px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #2164ae;
  }

  
.footer {
    background-color: #000000;
    color: #fff9f9;
  }
  
  .gapla {
    display: flex;
    justify-content: space-between;
    padding: 115px 195px 115px 195px;
  }
  
  .manus {
    margin-bottom: 30px;
  }
  
  .icons {
    margin-top: 35px;
    display: flex;
    justify-content: space-around;
  }
  .firstus {
    background-color: #1a1a1a;
    height: 61px;
    width: 61px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .mania {
    margin-bottom: 30px;
  }
  
  .iconsuzbirinchi {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }
  
  .iconsuzbirinchi > img {
    width: 16px;
    height: 20px;
  }
  
  .peram {
    text-align: center;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 170px;
  }
  
  .krutoybratjonla {
    margin-left: -185px;
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 150px;
  }
  
  .Abdulaziz {
    position: relative;
  }
  .Jafar {
    position: relative;
  }
  .Izzat {
    position: relative;
  }
  
  .rest {
    position: absolute;
    top: -155px;
    z-index: 10;
    left: 190px;
    height: 462px;
    width: 260px;
  }
  
  .ism1 {
    margin-top: 245px;
    margin-left: 210px;
  }
  .ism2 {
    margin-top: 245px;
    margin-left: -175px;
  }
  .ism3 {
    margin-top: 245px;
    margin-left: -205px;
  }
  .rest2 {
    position: absolute;
    top: -155px;
    z-index: 10;
    left: -210px;
    height: 462px;
    width: 260px;
  }
  
  .rest3 {
    position: absolute;
    top: -155px;
    z-index: 10;
    left: -250px;
    height: 462px;
    width: 260px;
  }
  
  .peram2 {
    text-align: center;
    padding-bottom: 50px;
  }
  