:root {
    --yashil: #B5E61D;
    --kulrang: #151515;
    --oq: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;
}

.bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -1;
    background: var(--kulrang);
}

.large-header {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

canvas {
    display: block;

}

.main-title {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    z-index: 10;
    color: #B5E61D;
    transform: translateY(-50%);
}

.thin {
    font-weight: 300;
}

.container {
    width: 90%;
    margin: 0 auto;
}

header {
    width: 100%;


}

nav {
    width: 100%;
    height: 60px;
    border-radius: 0px 0px 30px 30px;
    background: none;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    border: 1px solid var(--yashil);
    border-top: 0px;
    position: fixed;
    top: 0;
    z-index: 2;

}

nav img {
    height: 40px;
}

nav ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    font-size: 18px;
    color: var(--yashil);
    transition: all .3s;
}

nav ul li a:hover {
    color: var(--oq);

}


#menu {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all .5s;
    display: none;
}

.menu1 {
    position: absolute;
    rotate: 45deg;
}

.menu2 {
    opacity: 0;
}

.menu3 {
    position: absolute;
    rotate: -45deg;
}

#menu li {
    width: 35px;
    height: 5px;
    border-radius: 5px;
    background: var(--yashil);
    list-style: none;
    transition: all .5s;

}

#ul {

    display: none;
    transition: all .5s;


}

.ull {
    width: 100%;
    height: 100vh;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(15px);
    gap: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#li {
    width: 230px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid var(--yashil);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #15151573;
}

#li a {
    color: var(--yashil);
    text-decoration: none;
}

header .center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15vh;

}

header .text {
    width: 50%;
    font-size: 40px;
    color: var(--kulrang);
    color: var(--oq);
}

header .text span {
    color: var(--yashil);
}

header .button {
    flex-wrap: wrap;

}

header .button button {
    padding: 10px;
    background: var(--yashil);
    color: var(--kulrang);
    font-weight: 600;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    transition: all .2s;
    margin: 3px;
}

header .button button:hover {
    background: var(--oq);
    color: var(--kulrang);
}

section {
    width: 100%;
    /* min-height: 100vh; */
    color: #fff;
    margin: 100px 0;

}

#hamkorlar .center {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hamkorlar .bigbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 35px;
    /* border: 2px solid green; */
}

#hamkorlar .box {
    width: 250px;
    aspect-ratio: 3/5;
    border: 1px solid yellowgreen;
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(10px);

}

#hamkorlar .box .img {
    width: 100%;
    aspect-ratio: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;

}

#hamkorlar .img img {
    height: 100%;
}

#hamkorlar .box .text {
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: start;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#hamkorlar .box .text h2 {
    font-size: 20px;
}

#hamkorlar .box .text p {
    font-size: 14px;
}


/* Aloqa */

#aloqa .container {
    text-align: center;
}

#aloqa .center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
#aloqa .forbtn{
    width: 100%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* 16 */

.custom-btn {
    width: 250px; 
    height: 300px;
    color: var(--yashil);
    border-radius: 5px;
    margin: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px var(--yashil),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
    display: flex;
    align-items: center;
    gap: 40px;
    backdrop-filter: blur(5px);
}
.custom-btn .text{
    text-align: center;
}
.custom-btn .text span{
    font-size: 18px;
    color: var(--oq);
}
/* 1 */
.btn-1 {
    background: rgb(6, 14, 131);
    background: linear-gradient(0deg, rgba(6, 14, 131, 1) 0%, rgba(12, 25, 180, 1) 100%);
    border: none;
}

.btn-16 {
    border: none;
    color: var(--yashil);
}

.btn-16:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    box-shadow:
        -7px -7px 20px 0px var(--yashil),
        -4px -4px 5px 0px var(--yashil),
        7px 7px 20px 0px #0002,
        4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.btn-16:hover {
    color: var(--oq);
}
.btn-16:hover .text span{
    color: var(--yashil);
}

.btn-16:hover:after {
    left: auto;
    right: 0;
    width: 100%;
}

.btn-16:active {
    top: 2px;
}

.custom-btn svg{
    width: 80px;
    height: 80px;
    width: auto;
}

#languageSwitcher {
    background: var(--kulrang);
    color: var(--yashil);
    border: 1px solid var(--yashil);
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    box-shadow: inset 2px 2px 2px 0px var(--yashil),
                7px 7px 20px 0px rgba(0, 0, 0, .1),
                4px 4px 5px 0px rgba(0, 0, 0, .1);
}

#languageSwitcher:hover {
    background: var(--oq);
    color: var(--kulrang);
    border-color: var(--oq);
}

#languageSwitcher option {
    background: var(--kulrang);
    color: var(--yashil);
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

#languageSwitcher:focus {
    box-shadow: 0 0 10px var(--yashil);
}
