*{
    margin: 0%;
    padding: 0%;
}
body{
    width: 100%;

}
@import url('https://fonts.googleapis.com/css2?family=Playwrite+IN:wght@100..400&display=swap');
header{
    background-color: rgb(255, 255, 255);
    height: 120px;
    display: flex;
}
.logo{
   /* border: 2px solid black;*/
    width: 50%;
    display: flex;
}
.redir{
       /* border: 2px solid black;*/
    width: 50%;
}
.logo img{
    width: 16%;
    margin-top: 2%;
}
.logo h1{
    font-family: "Playwrite IN", serif;
    margin-top: 4%;
    color: purple;
    
}
.hero video{
    width: 80%;
    margin-left: 10%;
}
nav{

    font-size: 20px;
    position: sticky;
    top: 0%;
    background-color: aliceblue;
    padding-top:1.5% ;
    padding-bottom: 1%;
    z-index: 999;
}
nav ul{
    display: flex;
    column-gap: 2%;
    text-align: center;
    margin-left: 25%;

}
nav ul li{
    display: inline-block;

}
nav ul li a{
    text-decoration: none;
    text-transform: capitalize;
    color: black;
}
nav ul li a:hover{
    color: purple;
    font-size: 25px;
    margin-top: 2%;
    text-decoration: underline purple;
    transition: 0.5s;
}
.sect2{
  display: flex;
}
.set1{
    width: 50%;

}
.set1 p{
    font-size: 25px;
    margin-top: 16%;
    width: 80%;
    margin-left: 10%;
    text-align: justify;
}
.set2{
    width: 50%;
}
.sect2 video{
    width: 80%;
    margin-left: 10%;
    border-radius: 10%;
}
.sect3 h2{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    position:sticky;
    top: 7.5%;
    z-index: 1;
    margin-top: 2%;
    background-color: white;
}
.sect5 h2{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    position:sticky;
    top: 7.5%;
    z-index: 1;
    margin-top: 2%;
    background-color: white;
}
.sect3{
    width: 100%;
  
}
.sect4{
    display: flex;
    width: 80%;
    margin-left: 10%;
    margin-top: 5%;
    
}

.sect4 img{
    width: 40%;
    margin-left: 30%;
    animation: rote 5s infinite;

}
@keyframes rote {
    from {
        transform: rotatey(0deg);
    }
    to{
        transform: rotatey(360deg);
    }
}

.sect4 h3{
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

 
.sop1 img{
    width: 80%;
    margin-left: 10%;
    margin-top: 2%;
    border-radius:5%;
    animation: sop 5s infinite ;
    overflow: hidden;
    z-index: 0;
    opacity: 0.3;

}
@keyframes sop{
    from {
        opacity: 10%;
        scale: -0.1;
    }
    to{
        opacity: 50%;
        scale: 1;
    }
}
.sop2{
    margin-top: -40%;
    width: 80%;
    margin-left: 10%;
    scale: 1.0 ;
    animation: sop 5s ;
}
.sop2 p{
    line-height: 1.5;
    font-size: 20px;
    text-align: justify;
    font-weight: bold;
    opacity: 5;
    z-index: 1;
}
.sop3{
    position: relative;
    display: flex;
    background-color: white;
    margin-top: 2%;
}
.sop3 video{
    width: 40%;
    margin-left: 5%;
    z-index: 0;
    margin-top: 2%;
    border-radius: 5%;
    overflow: hidden;
}
.sorc1{
    position: relative;
    border:2px solid black;
    width: 80%;
    margin-left: 10%;
    line-height: 1.5;
    padding: 2%;
    margin-top: 4%;
    border-radius: 5%;
    color: white;
    background-color: black; 
    font-size: 20px;
    animation: src1 1.5s ease-in-out ;
}
@keyframes src1{
    from{
        margin-left: -90%;
    }
    to{
        margin-left: 10%;
    }
}
.sorc1 p{
    margin-top: 2.5%;
}
.sorc2{
    display: flex;
    column-gap: 2%;
    width: 80%;
    margin-left: 10%;
    margin-top: 3%;
}
.sorc2 video{
    width: 50%;
    border-radius: 5%;
}
.social{
    width: 3%;
    position: fixed;
    margin-top: 3%;
    z-index: 999;
    right: 0%;
}
.social a img:hover{
    scale: 1.2;
}
.active{
    background-color: purple;
    color:white;
    padding: 5px;
    border-radius: 15%;
}
.ext1{
    width: 80%;
    margin-left: 10%;
    margin-top: 5%;
}
.ext1 ul li{
    display: inline-block;
   line-height: 2;
   font-size:20px;
   text-align: justify;
   font-weight: 610;
}
.ext2{
    width: 80%;
    margin-left: 10%;
    margin-top: 5%;
    background-color: lightblue;
    border-radius: 5%;
}
.ext2 h2{
    text-align: center; 
    line-height: 2;
}
.ext2 p{
    font-size: 20px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 2%;
    padding: 2%;
    font-weight: 610;
}
@media(max-width: 800px){
    .logo img{
        width: 70%;
        margin-top: 2%;
    }
    .logo h1{
        font-family: "Playwrite IN", serif;
        margin-top: 8%;
        color: purple;
        
    }
    .sect2{
        display: block;
      }
      .set1{
        width: 100%;
    
    }
    .set1 p{
        font-size: 18px;
        margin-top: 16%;
        width: 80%;
        margin-left: 10%;
        text-align: justify;
    }
    .set2{
        width: 100%;
    }
    .sect2 video{
        width: 80%;
        margin-left: 10%;
        border-radius: 10%;
    }
    .sorc2{
        display: block;
        column-gap: 2%;
        width: 80%;
        margin-left: 10%;
        margin-top: 3%;
    }
    .sorc2 video{
        width: 100%;
        border-radius: 5%;
    }
    .social{
        width: 10%;
        position: fixed;
        margin-top: 3%;
        z-index: 999;
        right: 0%;
    }
    .social a img:hover{
        scale: 1.2;
    }
    .sect4 h3{
        font-size: 10px;
    }
    .logo h1{
        font-family: "Playwrite IN", serif;
        margin-top: 4%;
        color: purple;
        font-size: 20px;
    }
    .sorc1{
        position: relative;
        border:2px solid black;
        width: 80%;
        margin-left: 10%;
        line-height: 1.5;
        padding: 2%;
        margin-top: 4%;
        border-radius: 5%;
        color: white;
        background-color: black; 
        font-size: 20px;
        animation: src1 1.5s ease-in-out ;
        font-size: 18px;
    }
}