.ify h2{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    position:sticky;
    top: 10%;
    z-index: 2;
    margin-top: 2%;
    background-color: white;

}
.ify1{
    display: flex;
    column-gap: 5%;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
}
.ify1 img{
    box-shadow: 5px 5px 5px  #888888;
    border-radius: 15%;
    background:linear-gradient(45deg , #f0f0f0, #ffffff);
    margin-left: 50%;
}
video{
    width: 100%;
}
.ify2{
    border: 2px solid black;
    margin-top: 5%;
    width: 80%;
    padding: 2%;
    line-height: 1.5;
    margin-left: 10%;
    border-radius: 5%;
}
.ify2 p{
    margin-top: 1%;
    font-size: 20px;

}
ul{
    margin-top: 1%;
    margin-left: 5%;
}
ul li{
    line-height: 1.5;
    font-size: 20px;
}
.about  h2{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    position:sticky;
    top: 10%;
    z-index: 1;
    margin-top: 2%;
    background-color: white;
}
.about p{
    margin-top: 2%;
    width: 70%;
    margin-left: 15%;
    text-align: justify;
    font-size: 20px;
}
.about1  h2{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    position:sticky;
    top: 10%;
    z-index: 1;
    margin-top: 2%;
    background-color: white;
}
.set2 img{
    width: 50%;
    margin-left: 20%;
    border-radius: 10%;
    box-shadow:10px 10px 11px #888888;
}
.set1 h3{
    font-size: 25px;
    margin-left: 10%;
    margin-top: 10%;
}
.set1 p{
    margin-top: 2%;
}
.bow p{
    background-color: black;
    color: white;
    padding: 1.5%;
    border-radius: 5%;
}
@media(max-width: 800px){
    .ify1 img{
        box-shadow: 5px 5px 5px  #888888;
        border-radius: 15%;
        background:linear-gradient(45deg , #f0f0f0, #ffffff);
        margin-left: 0%;
        width: 100%;
    }

}