body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

body {
    background-image: url('assets/Btm3.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.language-selector {
    text-align: right;
}

.container {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 65px);
}

.profile-pic {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid white;
    display: block;
    margin: 0 auto 20px;
    object-fit: cover;
}

.social-links {
    display: flex;
}

.social-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    padding: 10px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    /*width: auto;*/
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    height: 30px;
    width: 30px;
}

.social-links a img {
    width: 100%;
}

.telegram {
    background-color: #0088cc;
}

.instagram {
    background-color: #c13584;
}

.whatsApp {
    background-color: blue;
}

.tiktok {
    background-color: #000000;
}

.email {
    background-color: #1a1a1a;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.language-selector img {
    width: 50px;
    height: auto;
    cursor: pointer;
    margin: 5px;
}

#requestBtn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

#requestForm {
    position: fixed;
    /*top: 0;*/
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    /*flex-direction: column;*/
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;

}

.popup-banner {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 20px;
}

#requestForm form {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
    color: #000;
    width: 600px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

/*#requestForm label,*/
#requestForm input, #requestForm select {
    margin-bottom: 10px;
    display: block;
    color: #000;
    border: 1px solid #ddd;
    padding: 10px 5px;
}

#close_popup {
    text-align: right;
    margin-top: -5px;
    cursor: pointer;
    margin-bottom: 10px;
}

input[type="submit"] {
    background: #100f0f;
    color: #fff !important;
    cursor: pointer;
}

input[type="submit"]:hover {
    border: 1px solid #000;
    background: none;
    color: #000 !important;
}

input[type="submit"] {
    background: #100f0f;
    color: #fff !important;
    cursor: pointer;
}

input[type="submit"]:hover {
    border: 1px solid #000;
    background: none;
    color: #000 !important;
}

.description {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 700;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* stars */
