body {
    /* background-image: url('/Image/eight.webp'); */
    /* background-repeat: no-repeat;
    background-size: 1540px 2420px;*/
    /* background: #5c5c5e; */
    background: rgb(225, 252, 171);
    color: white;
    /* opacity: 0.5;  */
    height: 100vh;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* background: rgb(70,184,167);
    background: radial-gradient(
        circle,
        rgba(70,184,167,1)0%,
        rgba(55,80,219,1)100%
    ); */
}

.logo
{
    margin-top: 75px;
    margin-left: 10px;
    height: 120px;
    width: 120px;
}
/* for first link page */

.container {
    /* background-color: rgb(222, 251, 251); */
    border: 1px solid rgb(7, 7, 7);
    color: rgba(250, 229, 7, 0.991);
    margin: 20px 100px;
    padding: 40px 70px 800px 70px;
    height: 390px;
    font-size: 29px;
    text-align: justify;
    font-family: 'Oleo Script Swash Caps';
    justify-content: center;
}
.let{
    font-size: 135px;
    /* padding-right: -20px; */
    margin-right: -33px;
}


.box {
    /* background-color: red; */
    color: rgb(16, 22, 174);
    font-size: 120px;
    font-family: 'Dancing Script', cursive;
    padding: -1px 50px;
    margin: -140px 10px 15px 250px;
    word-spacing: 8px;
    /* text-align: center; */
    font-weight: 100;
    /* font-variant: initial; */
    /* opacity: 0.9; */
    /* font-style: oblique; */
    /* letter-spacing: 15px; */
}
/* .boxbox
{
    color: rgb(191, 193, 248);
    font-size: 100px;
    font-family:  Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding: 0px -80px;
    margin: 0px;
    letter-spacing: -12px;
    font-weight: 400;


} */
/* .image {
    height: 189px;
    width: 189px;
    margin-left: 150px;
    transition-duration: 2s;   
    transition-property: font-size;
    transition-timing-function: ease-in-out;
    transition-delay: 1s;
    border: 1px solid whitesmoke;
    
}
.image:hover {
    width: 300px;
    height: 300px;
} */
/* 
.row {
    display: inline-block;
}
 */


.parag {
    background: rgb(211,241,151);
    margin: 0px 150px 150px 250px;
    padding: 0px 20px 0px 20px;
    /* padding-left: auto;
    padding-right: auto; */
    display: scroll;
    width: 1000px;
    
    /* text-align: justify; */
    /* word-spacing: 6px; */
    /* line-height: 50px; */
    /* letter-spacing: 1px; */
    color: black;
    font-size: 23px;
    font-family: 'Dancing Script', cursive;
    /* font-style: italic; */
    /* font-weight: 535; */

}
/* for image */

.slider{
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: -50px;
    margin-top: -110px;
    /* padding-left: 200px;
    padding-right: 200px; */
}
.image{
    display: flex;
    width: 100%;
    /* padding-left: 200px;
    padding-right: 200px; */
}
.image img{
    width: 1500px;
    height: 430px;
    transition: all 0.15s ease;
    /* border: 2px solid black; */
    padding-left: 500px;
    padding-right: 400px;
}
.image input{
    display: none;
}
.dots{
    display: flex;
    justify-content: center;
    margin: 5px;
}
.dots label {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border:solid red 3px;
    cursor: pointer;
    transition: all 0.15s ease;
    margin: 5px;
}
.dots label:hover {background: rgb(241, 25, 25);}
#img1:checked ~ .m1 {
    margin-left: 0%;
}
#img2:checked ~ .m2 {
    margin-left: -87%;
}
#img3:checked ~ .m3 {
    margin-left: -176%;
}
#img4:checked ~ .m4 {
    margin-left: -264%;
}
#img5:checked ~ .m5 {
    margin-left: -400%;
}


.vide{
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 9px 0px;
    padding:  0px 250px;
    color: red;
    /* border: 5px solid red; */
    /* width:500px;
    height:500px; */
}
.video1 {
    margin-left: -114px;
    padding: auto;
    border: 3px solid black;
    width: 718px;
    height: 404px;
    /* text-align: left; */

}
.video2 {
    margin-left: -114px;
    padding: auto;
    border: 3px solid black;
    width: 718px;
    height: 404px;
    /* text-align: center; */

}

.inout{
    padding-left: 180px;
    display: flex;
    height: 450px;
    width: 1000px;
    
}