*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.oxiri{
    display: none;
}
.oxiri1{
    display: flex;
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #3f5097;
    z-index: 30;
    transform: scale(3.5);
    animation: 3s rate alternate;
    font-size: 8px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 3px 3px 20px 10px rgb(0 0 0);
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.teleiphon{
    margin-top: 5px;
    width: 45px;
    animation: .5s tel alternate infinite;
}
@keyframes tel{
    0%{
        transform: scale(1.0);
    }
    100%{
        transform: scale(1.1);
    }
}
.ipom{

    padding: 3px 10px 3px 10px;
    /* width: 52px;
    height: 12px; */
    background-color: blueviolet;
    color: aliceblue;
    border-radius: 25px;
    border: none;
    box-shadow: 0px 0px 3px 2px rgb(0 0 0);
    font-size: 7px;
    border: .1px solid red;
    text-decoration: none;
    animation: .5s olish alternate infinite;
}
@keyframes olish{
    0%{
        transform: scale(1.0);
    }
    100%{
        transform: scale(1.1);
    }
}

@keyframes rate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(2880deg);
    }
}
.image{
    width: 100%;
    box-shadow: 1px 8px 20px 4px;
    z-index: 1;
}
.ozga{
    position: absolute;
    z-index: 30;
    width: 330px;
    height: 310px;
    background-color: #fff;
    border-radius: 20px;
    visibility: hidden;     
}
.yutuq1{
    visibility: hidden;
}

.modalsmile{
    width: 100px;
}
.spin1{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 574px;
    background-color: #57525c;
    box-shadow: 1px 8px 20px 4px;
}
.pos{
    margin-top: 90px;
    margin-left: 239px;
    width: 100%;
    position: relative;
}
.yozuvlar{
    font-family: tahoma;
    width: 95%;
    height: 100px;
    border: 1px solid gray;
    border-radius: 25px;
    padding: 13px;
    margin-top: 31px;
    color: #10ff00;
    box-shadow: 3px 3px 20px 3px black;
}

.blok{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.barabanpasi{
    display: flex;
    width: 200px;
    padding: 10px;
    height: 40px;
    background-color: blueviolet;
    color: aliceblue;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
}
.davometish{
    padding: 10px;
    width: 150px;
    height: 40px;
    background-color: blueviolet;
    color: aliceblue;
    border-radius: 25px;
    border: none;
    box-shadow: 3px 3px 20px 10px rgb(0, 0, 0);
    animation: .5s anima alternate infinite;
}
.spin{
    padding: 10px;
    width: 150px;
    height: 40px;
    background-color: blueviolet;
    color: aliceblue;
    border-radius: 25px;
    border: none;
    margin-top: 310px;
    box-shadow: 3px 3px 20px 10px rgb(0, 0, 0);
    z-index: 20;
    animation: .5s anima alternate infinite;
    border: .5px solid red;
}
@keyframes anima{
    0%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1.2);
    }
}

.strelka{
    
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 70px solid rgb(0, 255, 21);
    z-index: 10;
}

.img{
    position: absolute;
    width: 390px;
}

.deg{
    position: absolute;
    width: 390px;
    transition: 8s;
    transform: rotate(2551deg);
    
}

.deg1{
    position: absolute;
    width: 390px;
    transition: 8s;
    transform: rotate(5289deg);
   
}

.deg2{
    position: absolute;
    width: 390px;
    transition: 8s;
    transform: rotate(7155deg);
   
}
@media (max-width: 700px) {
    .yozuvlar{
        font-family: tahoma;
        width: 95%;
        height: 110px;
        border: 1px solid gray;
        border-radius: 25px;
        padding: 13px;
        margin-top: 31px;
        color: #10ff00;
        box-shadow: 3px 3px 20px 3px black;
    }
  }



