div {border: 0px red solid;}
.logo {border-radius: 50%;}

.bg-fon0{
    background:url(image/Dec_41i.jpg);
    width: 100%;
    height: 100%;
    background-size: contain;
    
}

.bg-fon{background: #c492ed52;}
.bg{background: #ccc1e9;
    border-radius: 20px;}
.bg-fon-i{ background: #f8f8f8;
    background-size: cover;
    }

.fon-tort{background: #f6ebee; }
.imgkv{
    object-fit: cover;
    height: 296px;
    width: 329px;
    border-radius:50px;
    filter: drop-shadow(2px 0px 8px black);}
.imgkv:hover{
    transform: scale3d(1.3, 1.3, 1.3);
    transition: 2s;}
.kap{
    object-fit: cover;
    border-radius: 4px 4px 4px 4px;
    filter: drop-shadow(2px 0px 8px black);}
.fs{font-size: 20px;}
.fpacifico{font-family: 'Pacifico', cursive;
    font-size: 70px;
font-variant: small-caps;}
.fpacifico-size {
    font-family: 'Pacifico', cursive;}

.fs-none{
    font-family: 'Pacifico', cursive;
    font-variant: small-caps;
    line-height: 1em;
    font-size: 40px;
}
    
font-variant: small-caps;}
.froboto{
   font-family: 'Roboto Flex', sans-serif;
}

.fw100{font-weight: 100;}
.fw200{font-weight: 200;}
.fw300{font-weight: 300;}
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}
.fw600{font-weight: 600;}
.fw700{font-weight: 700;}
.fw800{font-weight: 800;}
.fw900{font-weight: 900;}

.fv{
    font-family: 'Pacifico', cursive;
    font-variant: small-caps;
    line-height: 1em;
}

input[type='text']{
    background: white;
    border: 2px grey solid;
    }
input[type='submit']{
    border: none;
    text-transform: uppercase;
    font-weight: 700;
  background: rgb(242,208,103);
background: rgb(223,173,255);
background: linear-gradient(90deg, rgba(223,173,255,1) 1%, rgba(255,75,185,1) 43%, rgba(188,110,255,1) 79%);
}
input:hover[type='submit'] {background: rgb(242,208,103);
background-image: -moz-linear-gradient(#bdd7fa, #5d66b1 50%, #010767 20%, #40def7);
    background-image: -webkit-linear-gradient(#f1bdfa, #8b4da5 50%, #431072cc 20%, #ec40f7);
    background-image: -o-linear-gradient(#bdd7fa, #8b4da5 50%, #010767 20%, #40def7)}
input::placeholder{font-size: 12px;
    color: #bc6eff;
    }
input{
    border-radius: 30px;
    height: 50px;
    width: 90%;
    text-align: center;
}
.p1 {
    font-size: 25px;
    text-indent: 40px;
    text-align: justify;
}

.p2 {
    font-size: 18px;
    text-indent: 40px;
    text-align: justify;
}
.tort-text{text-indent: 20px;
text-align: left;}

        .slideshow {
            height: 500px;
            width: 100%;
            overflow: hidden; 
            position: relative;
            justify-content: center;
            align-items: center;
        }

       
        .slideshow-wrapper {
            display: flex;
            width: 600%;
            height: 100%;
            position: relative;
            animation: slideshow 25s infinite;
         }
        
        .slide {
            width: 50%;
            height: 100%;
        }
        .slide-img {
            width: auto;
            height: 100%;
             
        }
        
        @keyframes slideshow {
            0%  { left: 0; }
            4% { left: 0; }
            8% { left: -100%; }
            12% { left: -100%; }
            18% { left: -200%; }
            24% { left: -200%; }
            30% { left: -300%; }
            35% { left: -300%; }
            40% { left: -400%; }
            43% { left: -400%; }
            48% { left: -500%; }
            52% { left: -500%; }
            56% { left: -400%; }
            60% { left: -400%; }
            64% { left: -300%; }
            70% { left: -300%; }
            75% { left: -200%; }
            80% { left: -200%; }
            84% { left: -100%; }
            86% { left: -100%; }
            90% { left: 0%; }
        }
       
        .slide-btn {
            background-color: #bbb;
            border-radius: 100%;
            border: .2rem solid #d38800;
            width: 1.2rem;
            height: 1.2rem;
            outline: none;
            cursor: pointer;
            position: absolute;
            bottom: 3%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 70;
        }
       
        .slide-btn-1 {
            left: 38%;
        }
        .slide-btn-2 {
            left: 43%;
        }
        .slide-btn-3 {
            left: 48%;
        }
        .slide-btn-4 {
            left: 53%;
        }
       .slide-btn-5 {
            left: 58%;
        }
        .slide-btn-6 {
            left: 63%;
        }

        .slide-btn-1:focus~.slideshow-wrapper {
            animation: none;
            left: 0;
        }
        .slide-btn-2:focus~.slideshow-wrapper {
            animation: none;
            left: -100%;
        }
        .slide-btn-3:focus~.slideshow-wrapper {
            animation: none;
            left: -200%;
        }
        .slide-btn-4:focus~.slideshow-wrapper {
            animation: none;
            left: -300%;
        }
       .slide-btn-5:focus~.slideshow-wrapper {
            animation: none;
            left: -400%;
        }
        .slide-btn-6:focus~.slideshow-wrapper {
            animation: none;
            left: -500%;
        }
       
        .slide-btn:focus {
            background-color: #308d46;
        }
       