body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to right,rgb(139, 139, 236), grey,lightgrey);
}
h1{
    font-size: 60px;
    text-shadow:2px 3px 4px rgb(80, 78, 78) ;
    text-align: center;
    text-transform: uppercase;
   
   
}
#nk1{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slaidshow{
    width: 1200px;
    height: 650px;
    overflow: hidden;
    border-radius: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
    /* outline: 1px solid red; */
}
.cont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navigation{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.bar{
    width: 50px;
    height: 10px;
    border: 2px solid rgb(248, 3, 3);
    margin: 6px;
    cursor: pointer;
    transition: 0.4s;
}

.bar:hover{
background: linear-gradient(to right,grey,lightgrey);
border-radius: 25px;
}
input[name="r"]{
    position: absolute;
    visibility: hidden;
}
.slaids{
    width: 500%;
    height: 100%;
    display: flex;
}
.slaid{
    width: 20%;
    transition: 0.6s;
    
}
.slaid img{
    width: 100%;
    height: 100%;
    object-fit: 100%;
    object-position: center;
    position: relative;
}


.sp1{
    color: red;
    font-size:65px ;
    text-transform: capitalize;
}
#r1:checked ~ .s1{
    margin-left: 0;
}
#r2:checked ~ .s1{
    margin-left: -20%;
}
#r3:checked ~ .s1{
    margin-left: -40%;
}
#r4:checked ~ .s1{
    margin-left: -60%;
}
#r5:checked ~ .s1{
    margin-left: -80%;
}


/* .txt{
    font-size: 20px;
    color: blue;
    text-decoration: underline;
} */
