html{
    background-color: rgb(236, 234, 217);
    height: 100%;
    padding: 0;
    margin: 0;
}
#music{
    position: fixed;
    font-size: 20px;
    height: 40px;
    width: 40px;
    top: 10px;
    right: 10px;
    z-index: 10;
    background-color:rgba(199, 175, 153, 0.9);
    border: none;
    padding-left: 8px;
    border-radius: 20%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.445);
    cursor: pointer;}

/* IDs */

#img1{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#img2{
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}
#img3{
    position: relative;
    top: -10vh;
    left: 35%;
    height: 11vh;
    z-index: 1;
    animation: location 1s infinite alternate;
}
@keyframes location {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-20px);
    }
}
#img4{
    position: absolute;
    top: 42%; 
    left: 65%;
    height: 8%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#BackGrounde0{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -2;
}
#all_ground{
    animation: zoom1 3s;
    position: absolute;
    right: 0.5vw;
    width: 100vw;
    height: 100vh;
}

@keyframes zoom1 {
    from {
        transform: scale(0.5);
    }
    to {
        transform: scale(1);
    }
}
#BackGrounde1{
    background-color: rgb(224, 194, 165, 0.9);
    position: absolute;
    width: 100%;
    height: 60vh;
    top: 40vh;
    display: flex;
    justify-content: center;
}

#BackGrounde2{
    background-color:rgb(224, 194, 165, 0.9);
    position: absolute;
    width: 100%;
    height: 40vh;
    top: 20vh;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    clip-path: inset(0 0 50% 0);
}
#BackGrounde3{
    background-color: rgb(224, 194, 165, 0.9);
    position: relative;
    width: 70%;
    padding: 10%;
    left: 5%;
    top: 120vh;
    opacity: 0;
    transform: translateY(50px); 
    transition: all 2s ease-out;
}
#BackGrounde3.show {
    opacity: 1;
    transform: translateY(0);
}
#BackGrounde3_Child{
    margin: 6%;
    text-align: center;
}
#BackGrounde4{
    background-color: rgb(224, 194, 165, 0.9);
    position: relative;
    width: 70%;
    padding: 10%;
    left: 5%;
    top: 150vh;
    opacity: 0;
    transform: translateY(50px); 
    transition: all 2s ease-out;
}
#BackGrounde4.show {
    opacity: 1;
    transform: translateY(0);
}
#BackGrounde4_Child{
    margin: 6%;
    text-align: center;
}
#BackGrounde4_Child1{
    margin: 6%;
    margin-top: 30%;
    text-align: center;
}
#BackGrounde5{
    background-color: rgb(224, 194, 165, 0.9);
    position: relative;
    width: 70%;
    padding: 10%;
    left: 5%;
    top: 180vh;
    opacity: 0;
    transform: translateY(50px); 
    transition: all 2s ease-out;
}
#BackGrounde5.show {
    opacity: 1;
    transform: translateY(0);
}
#BackGrounde5_Child{
    margin: 6%;
    text-align: center;
}
#BackGrounde5_Child1{
    position: relative;
    width: 100%;
    width: 100%;
    margin-top: 0%;
}
#BackGrounde5_Child2{
    text-align: center;
}
#BackGrounde5_Child3{
    position: relative;
    top: 5vh;
    left: 20%;
    background-color: rgba(75, 74, 73, 0.9);
    padding: 5%;
    width: 50%;
    border-radius: 10px;
    margin-bottom: 20%;
    text-align: center;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    animation: zoom2 1s infinite linear alternate;
}
@keyframes zoom2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}

#BackGrounde6{
    position: relative;
    width: 70%;
    padding: 10%;
    left: 5%;
    top:190vh;
    opacity: 0;
    transform: translateY(50px); 
    transition: all 2s ease-out;
}
#BackGrounde6.show {
    opacity: 1;
    transform: translateY(0);
}
#BackGrounde6_Child{
    text-align: center;
}
#BackGrounde7 {
    background-color: rgb(224, 194, 165, 0.9);
    position: relative;
    width: 70%;
    padding: 10%;
    left: 5%;
    top: 200vh; /* Располагаем ниже предыдущего блока */
    opacity: 0;
    transform: translateY(50px); 
    transition: all 2s ease-out;
    margin-bottom: 50px;
}

#BackGrounde7.show {
    opacity: 1;
    transform: translateY(0);
}

#BackGrounde7_Child {
    text-align: center;
}

/* Classes */
.Word_style1{
    font-family: "Borel", cursive;
    font-style: normal;
}
.Word_style2{
    font-family: "Cookie", cursive;
    font-style: normal;
}
.Word_style3{
    font-family: "Pacifico", cursive;
    font-style: normal;
}
.Word_style4{
    font-family: "Balsamiq Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
}
.Word_style6{
  font-family: "Bad Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.Word_style5{
  font-family: "Lobster", sans-serif;
  font-weight: 100;
  font-style: normal;
}
/*Word ID's*/
#Aierke{
    position: relative;
    z-index: 1;
    color: rgb(123, 97, 94);
    font-size: 400%;
}
#Uzatu{
    position: absolute;
    z-index: 1;
    color: rgb(173, 135, 130);
    top: 25%;
    font-size: 150%;
}
#Data{
    position: absolute;
    z-index: 1;
    color: rgb(173, 135, 130);
    top: 45%;
    font-size: 190%;
}
#kurmetti{
    position: relative;
    z-index: 1;
    color: rgb(123, 97, 94);
    top: 5%;
    font-size: 180%;
}
#shakiru{
    position: relative;
    z-index: 1;
    color: rgb(123, 97, 94);
    top: 5%;
    font-size: 150%;
}
#toi_ieleri{
    position: relative;
    z-index: 1;
    color: rgb(123, 97, 94);
    font-size: 250%;
}
#toi_ieleri1{
    position: relative;
    z-index: 1;
    color: rgb(123, 97, 94);
    font-size: 150%;
}
#ata_ana{
    position: relative;
    z-index: 1;
    color: rgb(123, 97, 94);
    font-size: 200%;
}
#toi_kuni{
    position: relative;
    z-index: 1;
    color: rgb(123, 97, 94);
    font-size: 200%;
}
#meken-jai{
    position: relative;
    z-index: 1;
    color: rgb(123, 97, 94);
    font-size: 200%;
}
#meken-jai1{
    position: relative;
    z-index: 1;
    color: rgb(123, 97, 94);
    font-size: 110%;
}
#link_map{
    position: relative;
    z-index: 1;
    color: rgb(255, 255, 255);
    font-size: 100%;
}
#time{
    position: relative;
    z-index: 1;
    color: rgb(123, 97, 94);
    font-size: 147%;
}

#countdown-container {
    text-align: center;
    color: rgb(98, 98, 98);
    width: fit-content;
    margin: 20px auto;
    font-family: sans-serif;
}

#timer {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.time-box {
    padding: 10px;
    border-radius: 8px;
    min-width: 70px;
}

.time-box span {
    font-size: 2rem;
    font-weight: bold;
    display: block;
}

.time-box p {
    font-size: 0.7rem;
    margin: 5px 0 0;
    text-transform: uppercase;
    color: #333333;
}

@media (max-width: 480px) {
    #timer { gap: 8px; }
    .time-box { min-width: 50px; padding: 5px; }
    .time-box span { font-size: 1.2rem; }
}

/* Survey Form Styles */
#survey_title {
    font-size: 200%;
    color: rgb(123, 97, 94);
    display: block;
    margin-bottom: 20px;
}

.form-item {
    margin-bottom: 20px;
    text-align: left;
}

.form-item label {
    display: block;
    color: rgb(123, 97, 94);
    font-size: 120%;
    margin-bottom: 5px;
}

.form-item input[type="text"], 
.form-item input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(173, 135, 130);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
}

.radio-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: rgb(123, 97, 94);
}

#submit_survey {
    background-color: rgba(75, 74, 73, 0.9);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 120%;
    cursor: pointer;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

#submit_survey:hover {
    transform: scale(1.05);
}