@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Prosto+One&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body{
    background-color:#c1c1c1;
    position: relative;
}
.div1234{
    z-index: 1;
    opacity: 0;
    animation-name:pon;
    animation-iteration-count:1;
    animation-delay:1s ;
    animation-duration: 2s;
    animation-direction:alternate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.p10{
    padding-bottom: 20px;
}
.image{
    z-index: 2;
    opacity: 0;
    width:600px;
    bottom:80%;
    right:32%;
    animation-name:logotip;
    animation-duration: 5s;
    position: absolute;
    animation-iteration-count:1;
}
.h1{
    text-align: center;
}
.h11{
    text-align: center;
    padding: 2%;
}
p{
    text-align: center;
    font-size: 22px;
}
.container{
    margin:1% auto;
    position: relative;
}
.slider{
    width: 40%;
    height:auto;
    margin: auto;
    overflow: hidden;
}
.line{
    display: flex;
    transition: all 1s;
}
.back{
    position: absolute;
    bottom: 50%;
    left:5%
}
.original-button {
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    border: 2px dashed #000000;
    transition: 0.3s;
    background-color: #bea157;
}
.original-button:hover {
    opacity: .5;
}
.next{
    position: absolute;
    bottom: 50%;
    right:5%
}
.img999{
    z-index: 1;
}
.div{
    position: fixed;
    bottom: 0;
    right:0;
    width: 100%;
    background-color: #D9D9D9;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    height: 50px;
    text-align: center;
}
html{
    scroll-behavior: smooth;
}
.a{
    background-color: rgb(73, 185, 29);
    border-radius: 7px;
    transition: all 5s;
    font-size: 22px;
}
.a0{
    background-color: rgb(73, 185, 29);
    border-radius: 7px;
    transition: all 5s;
    font-size: 22px;
}
.a:hover{
    transform: scale(1.5);
    background-color: rgb(255, 0, 0);
}
.a0:hover{
    transform: scale(1.5);
    background-color: rgb(255, 0, 0);
}
.a1:hover{
    background-color:rgb(73, 185, 29);
    transform: scale(1.5);
}
.a1{
    background-color: rgb(255, 0, 0);
    border-radius: 7px;
    transition: all 5s;
    font-size: 22px;
}
.div0{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
a{
    text-decoration: none;
    color:#000000;
    font-size: 22px;
}
.a .a0 .a1{
    padding:0 0 2% 0;
}
.div0 div{
    display: flex;
    justify-content: center;
    align-items: center;
}
section img{
    width:30%;
    padding:15px 0;
}
section{
    margin: 5%;
    flex-wrap: wrap;
}
.div1{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.a{
    text-align: center;
}
.a0{
    text-align: center;
}
.a1{
    text-align: center;
}
.img000{
    animation-name:krytilka;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function:linear ;
    animation-direction: alternate;
    width: 515px;
}
.img000:hover{
    animation: none;
}
.h777{
    padding: 15px 0;
}
.h666{
    padding: 25px 0;
}
.img2:hover{
    filter: blur(1.5px)
    opacity(3)
}
.img1:hover{
    filter: blur(1.5px)
    opacity(3)
}
.img0:hover{
    filter: blur(1.5px)
    opacity(3)
}
.ppp{
    padding: 0 7%;
}
.nav{
    background-color: rgb(255, 0, 0);
    padding: 5%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.button{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 7px;
    width:40px;
    height: 40px;
    background-color: #E4B233;
    border: dashed;
}
.content{
    font-size: 25px;
    background-color:rgb(73, 185, 29);
    padding: 3%;
    transition: all 3s;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.content.active{
    display: none;
}
footer{
    display: flex;
    justify-content: space-between;
    padding: 75px 0;
}

@keyframes krytilka{
    to{
        transform: rotate(360deg);
    }
}
@keyframes logotip{
    0%{
        opacity: 1;
        transform: rotate(360deg) scale(1.5);
        transition: all 3s;
    }
    50%{
        transform: rotate(-360deg) scale(1.5);
    }
    100%{
        opacity: 0;
    }
}
@keyframes pon{
    to{
        opacity: 1;
    }
}
@media screen and (max-width:600px){
    .img000{
        width: 230px;
        padding: 35px 0;
    }
    .div{
        bottom:8px;
    }
    .a .a0 .a1{
        padding: 0;
    }
    .div .a:hover{
        right:-10px;
    }
    .div2{
        flex-wrap: wrap-reverse;
    }
    section img{
        width:85%;
    }
    .image{
        width:150px;
        bottom: 85%;
        right:30%;
    }
    .content{
        flex-direction: column;
        text-align: center;
    }
    footer{
        flex-direction: column;
    }
}