body,html {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Montserrat", sans-serif;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background-color: rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb{
    background-color: gold;
    border-radius: 0.7vw;
}

.aucvybwer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 1.25vw 0;
    background-color: rgb(10, 10, 10);
    border-bottom: 0.1vw solid gold;
}

.aucvybwer h2{
    color: gold;
    margin: 0;
    font-size: 1.4vw;
}

.dsuihewitg{
    gap: 3vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.dsuihewitg a{
    color: white;
    font-size: 1vw;
    text-decoration: none;
    transition: 0.3s;
}

.dsuihewitg a:hover{
    transform: translateY(-0.1vw);
    color: gold;
}

.saichjeriwhui{
    height: 45vw;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 7.5vw;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.saichjeriwhui h2{
    color: gold;
    font-size: 1.7vw;
    text-shadow: 0 0.1vw 0.1vw black;
}

.saichjeriwhui img{
    background-color: black;
    border-radius: 50%;
    box-shadow: 0 0 1vw gold;
    width: 5vw;
    transition: 0.41s;
}

.saichjeriwhui img:hover{
    transform: scale(1.05);
}

footer{
    padding: 1vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(9, 9, 9);    
    gap: 2vw;
    border-top: 0.1vw solid gold;
}

.vyhufwe{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    margin-top: 1vw;
}

.vyhufwe a{
    color: gold;
    font-size: 1vw;
}

footer p{
    color: white;
    font-size: 1vw;
    margin: 0;
}

.asc8uyhvewfhyw{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40vw;
}

.saichjeriwhui h5{
    color: rgb(255, 255, 255);
    font-size: 1.3vw;
    font-weight: 500;
    text-shadow: 0 0.1vw 0.1vw black;
    margin: 0;
}

.saichjeriwhui h4{
    margin: 0 0 1vw 0;
    color: gold;
    font-size: 2.4vw;
    text-shadow: 0 0.1vw 0.1vw black;
}

form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5vw;
    border-radius: 0.5vw;
    box-shadow: 0 0 1vw gold;
    background-color: rgb(10, 10, 10);
    width: 15vw;
}

form h3{
    color: gold;
    margin: 0 0 1vw 0;
    font-size: 1.5vw;
}

label{
    color: white;
    font-size: 1vw;
}

input, textarea{
    width: 100%;
    box-sizing: border-box;
    margin: 0.35vw 0 0.35vw 0;
    background: none;
    outline: none;
    border: 0.05vw solid gold;
    border-radius: 0.25vw;
    padding: 0.25vw;
    color: white;
    font-size: 1vw;
}

form button{
    color: black;
    background-color: gold;
    margin-top: 0.5vw;
    border-radius: 0.25vw;
    padding: 0.4vw 0;
    font-size: 1vw;
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
    border: transparent;
}

form button:hover{
    transform: translateY(-0.1vw);
    background-color: rgb(199, 169, 0);
}

.vcxjnbgiuert{
    height: 45vw;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0 7.5vw;
}

.vcxjnbgiuert h2{
    color: gold;
    font-size: 2.2vw;
}

.vcxjnbgiuert p{
    color: white;
    font-size: 1.2vw;
}

@media (max-width: 786px){
    .aucvybwer {
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 1.25vw 0;
        gap: 1.5vw;
        background-color: rgb(10, 10, 10);
        border-bottom: 0.1vw solid gold;
    }
    
    .aucvybwer h2 {
        color: gold;
        margin: 0;
        font-size: 4vw;
    }

    .dsuihewitg a {
        color: white;
        font-size: 3.25vw;
        text-decoration: none;
        transition: 0.3s;
    }

    .dsuihewitg {
        gap: 5vw;
        display: flex
    ;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .saichjeriwhui {
        height: 165vw;
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0 5vw;
        background-attachment: fixed;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .saichjeriwhui h2 {
        color: gold;
        font-size: 5vw;
        text-shadow: 0 0.1vw 0.1vw black;
    }

    .saichjeriwhui img {
        background-color: black;
        border-radius: 50%;
        box-shadow: 0 0 1vw gold;
        width: 12.5vw;
        transition: 0.41s;
    }

    .vyhufwe a {
        color: gold;
        font-size: 3.5vw;
    }

    footer {
        padding: 2vw 0;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgb(9, 9, 9);
        gap: 3vw;
        border-top: 0.1vw solid gold;
    }

    .vyhufwe {
        display: flex
    ;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 4vw;
        margin-top: 1vw;
    }

    footer p {
        color: white;
        font-size: 3vw;
        margin: 0;
    }

    form {
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5vw;
        border-radius: 1.5vw;
        box-shadow: 0 0 1vw gold;
        background-color: rgb(10, 10, 10);
        width: 55vw;
    }

    form h3 {
        color: gold;
        margin: 0 0 2vw 0;
        font-size: 4vw;
    }

    label {
        color: white;
        font-size: 3vw;
    }

    input, textarea {
        width: 100%;
        box-sizing: border-box;
        margin: 1vw 0 1vw 0;
        background: none;
        outline: none;
        border: 0.05vw solid gold;
        border-radius: 1vw;
        padding: 1vw;
        color: white;
        font-size: 3vw;
    }

    form button {
        color: black;
        background-color: gold;
        margin-top: 1vw;
        border-radius: 1.25vw;
        padding: 1.4vw 0;
        font-size: 3vw;
        width: 100%;
        transition: 0.3s;
        cursor: pointer;
        border: transparent;
    }

    .asc8uyhvewfhyw {
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 200vw;
    }

    .cell {
        width: 50px;
        height: 50px;
        background-color: #222;
        border: 2px solid #FFD700;
        cursor: pointer;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #FFD700;
    }

    h1 {
        color: #FFD700;
        margin: 0;
    }

    .popup.active {
        display: block;
        width: 70vw;
        animation: fadeIn 0.5s ease-in-out;
    }
}