* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/* header start */
.top {
    width: 100%;
}

.top1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F5FBFF;
    width: 100%;
    padding: 1.1%;
    padding-bottom: 20px
}

.mate {
    display: flex;
    align-items: center;
    margin-right: 15%;
}

.two img {
    margin-right: 5%;
    margin-left: 10%;
}

.two {
    margin-right: 7%;
}

.two p {
    cursor: pointer;
    font-size: 75%;
    font-weight: 600;
}

.one {
    margin-left: 5%;
}

.one img {
    margin-right: 15%;
    cursor: pointer;
}

.top2 {
    padding: 1.5% 1%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#ffffff;
}

.top2 nav {
    margin: 0 auto;
}

.top2 nav ul {
    color: #504d4d;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    list-style: none;
    margin: 0 auto;
}

.top2 nav ul li {
    padding:0 10px ;
    margin:0 .5%
}
.top2 nav ul li:hover{
    color:#000000
}

.top2 button {
    background: #009dff;
    padding: 0.8% 1.9%;
    width: auto;
    font-size: 95%;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    margin: 0% 5.5%;
    transition: 0.5s;

}

.top2 button:hover {
    color: #009dff;
    background-color: white;
    border: 1px solid #009dff;

}

.top2 img {
    margin-left: 8%;
    cursor: pointer;
}

.checkbtn {
    display: none;
}

#check {
    display: none;

}

/* top2 end */
.p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;

}

.p p {
    margin: 3%;
}

.bgtop {
    background: url(img/img0.9.webp);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    animation: slider 15s infinite alternate;
    display: flex;
    align-items: center;
    animation-play-state: running;
    overflow: hidden;
}

@keyframes slider {
    0% {
        background: url(img/img0.9.webp) no-repeat center;
        left: 0px;
    }

    10% {
        background: url(img/img0.9.webp) no-repeat center;
        left: 0px;
    }

    20% {
        background: url(img/img0.9.webp) no-repeat center;
        left: 0px;
    }

    30% {
        background: url(img/img0.9.webp) no-repeat center;
        left: 0px;
    }

    40% {
        background: url(img/img0.9.webp) no-repeat center;
        left: 0px;
    }

    50% {
        background: url(img/imgl.webp) no-repeat center;
        left: 0px;
    }

    60% {
        background: url(img/imgl.webp) no-repeat center;
        left: 0px;
    }

    70% {
        background: url(img/imgl.webp) no-repeat center;
        left: 0px;
    }

    80% {
        background: url(img/imgl.webp) no-repeat center;
        left: 0px;
    }

    90% {
        background: url(img/imgl.webp) no-repeat center;
        left: 0px;
    }

    100% {
        background: url(img/imgl.webp) no-repeat center;
        left: 0px;
    }

}

/* header end */
/* top page start */
.container {
    margin: 10% 10%;
    /* place-content: center; */
    background-position: center;
}

.container h3 span {
    font-size: 80px;
    font-weight: 800;
    font-family: 'Sofia Pro', sans-serif;
    color: rgb(34, 33, 33);

}

.container h3 {
    font-size: 69px;
    color: rgb(19, 18, 18);


}

.container p {
    color: rgb(117, 111, 111);
    line-height: 35px;
    width: 100%;
    font-size: 16px;
    font-weight: 900;

}

.container button {
    background: linear-gradient(to right, #0181f5 0%, #5db2ff 100%);
    padding: 18px 44px;
    width: auto;
    font-size: 95%;
    font-weight: bolder;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    margin: 2% 0%;
    transition: 0.5s;
}

.container button:hover {
    color: #0181f5;
    background: #fff;
    border: 1px solid #0181f5;


}

/* top page end */

/* services start */
.main {
    width: 100%;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #83c4ff;
    
}

.ser1,
.ser2,
.ser3 {
    width: 100%;
    height: 100%;
    color: white;

}

.ser2 {
    background-color: #5DB2FF;
    width: 80%;
}

.ser1,
.ser2,
.ser3 h1 {
    font-weight: 900;
}

#ser11,
#ser22,
#ser33 {
    margin: 0 auto;
    margin-top: 5%;
}

#ser11 p,
#ser22 p,
#ser33 p {
    font-weight: 900;
    font-size: 16px;
    margin-top: 10px;
}

#ser11 button,
#ser22 button,
#ser33 button {
    background-color: transparent;
    outline: none;
    border: 1px solid white;
    color: white;
    padding: 9px 24px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5%;
    text-transform: capitalize;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;

}

#ser11 {
    margin-left: 20%;

}

#ser22 {
    width: 90%
}

#ser33 {
    margin-left: 10%;
}

#ser11,
#ser22,
#ser33 {
    line-height: 40px;
}

#ser11 button:hover {
    color: #0181f5;
    background: #ffffff;
}

#ser22 button:hover {
    color: #0181f5;
    background: #ffffff;
}

#ser33 button:hover {
    color: #0181f5;
    background: #ffffff;
}

/* services end */
/* tree start */
.tree {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.family {
    margin: 0% 10%;
    margin-bottom: 10px;
}

.tree img {
    margin: 10% 10%;
}

.family h1 {
    font-size: 50px;
    font-weight: 500;
    color: rgb(39, 39, 39);
    font-family: 'Sofia Pro', sans-serif;
    margin-bottom: 20px;
}

.family span {
    border-bottom: 2px solid rgb(0, 110, 255);
}

.family p {
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(109, 106, 106);
    margin-bottom: 25px;
    word-wrap: break-word;
}

.family img {
    margin: 0%;
    /* margin-right:1000px; */
    position: relative;
    top: 5px;
    font-weight: 900;
}

.family button {
    color: #0181f5;
    background: #ffffff;
    border: 1px solid #0181f5;
    outline: none;
    border-radius: 5px;
    padding: 9px 24px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5%;
    cursor: pointer;
    transition: 0.5s;
}

.family button:hover {
    background-color: #0181f5;
    color: white;
}

/* tree end */
/* department start */
.department {
    width: 100%;
    height: 100%;
    background: #F5FBFF;
    margin-top: 150px;
    padding-top: 120px;
    padding-bottom: 90px;

}

.main1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.head {
    text-align: center;

}

.main1 h2 {
    font-size: 45px;
    font-weight: 450;
    font-family: 'Sofia Pro', sans-serif;
    color: rgb(48, 47, 47);
    /* */
}

.main1 h2 span {
    font-size: 45px;
    font-weight: 450;
    font-family: 'Sofia Pro', sans-serif;
    border-bottom: 2px solid #0181f5;
    padding-bottom: 9px;
}

.main1 p {
    position: relative;
    top: 30px;
}

.cards {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 70px;
    padding-right: 70px;
    align-items: center;
    justify-content: center;
}

.child {
    width: 349px;
    height: 407px;
    margin: 0 auto;
}

.childo {
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 0px 20px hsl(0, 0%, 89%);
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.desc {
    margin: 0 50px;
    padding-bottom: 0px;
}

.desc p {
    position: relative;
    top: 10px;
}

.desc h3 {
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    position: relative;
    top: 5px;
    font-family: poppins;
}

.desc h3:hover {
    color: #0181f5;
}

.picture {
    overflow: hidden;
}

.picture img {
    transition: 0.5s;

}

.picture img:hover {
    transform: scale(1.2);

}

.desc a {
    text-decoration: none;
    color: #0181f5;
    font-weight: 900;
    font-size: 15px;
    position: relative;
    top: -15px;
}

/* departments end */

/* asana start */
.asana {
    background: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 586px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-play-state: running;
    overflow: hidden;
    animation: slider2 20s infinite;
}

@keyframes slider2 {
    0% {
        background: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3)), url(img/img4.webp) no-repeat center;
        left: 0px;
    }

    10% {
        background: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3)), url(img/img4.webp) no-repeat center;
        left: 0px;
    }

    20% {
        background: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3)), url(img/img4.webp) no-repeat center;
        left: 0px;
    }

    30% {
        background: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3)), url(img/img4.webp) no-repeat center;
        left: 0px;
    }

    40% {
        background: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3))url(img/img4.webp) no-repeat center;
        left: 0px;
    }

    50% {
        background: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3)), url(img/img11.webp) no-repeat center;
        left: 0px;
    }

    60% {
        background: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3)), url(img/img11.webp) no-repeat center;
        left: 0px;
    }

    70% {
        background: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3)), url(img/img11.webp) no-repeat center;
        left: 0px;
    }

    80% {
        background: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3)), url(img/img11.webp) no-repeat center;
        left: 0px;
    }

    90% {
        background: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3))url(img/img11.webp) no-repeat center;
        left: 0px;
    }

    100% {
        background: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3)), url(img/img11.webp) no-repeat center;
        left: 0px;
    }

}

.pb {
    font-size: 19px;
    font-weight: 600;
    color: #ffff;
}

/* asana end */
/* tabs start */

.chanell {
    width: 100%;
    height: 100vh;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}

.chanell1 {
    margin: 0 auto;
}

#chanell1 {
    position: relative;
    left: 50px;
    word-wrap: break-word;
}

#chanell1 h3 {
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 25px;
    color: rgb(63, 62, 62);

}

.tv {
    width: 100%;
    list-style: none;
    position: relative;
}

.tv input[type="radio"] {
    position: absolute;
    left: -90px;

}

.tv li {
    float:left;
    display: block;
    margin: 0 25px;
}

.tv label {
    display:block;
    padding: 30px 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-weight: bolder;
    font-size: 20px;
    
}

.chanell {
    position: absolute;
    border-radius: 0 3px 3px 3px;
    left: 0;
    width: 100%;
    display: none;
}

.tv [id^=tv]:checked+label {
    background-color: rgb(255, 255, 255);
}

.tv [id^=tv]:checked~.chanell {
    display:flex;
}

.section {
    background-color: #f5fbff;
    position: absolute;
    width: 100%;
    display: block;
}

.school {
    display: flex;
    flex-direction: column;
    margin-top: 700px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 550px;
}

.school h1 {
    font-size:40px;
    font-weight:500;
    font-family: 'Sofia Pro', sans-serif;
    margin-bottom: 50px;
    margin-left: -880px;
}

.class1 {
    display: block;
    margin: 0 15px;
    background-color: #f5fbff;
    height: 320px;
    box-shadow: 5px 0px 20px hsl(0, 0%, 89%);

}

.master {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.banjoo img:hover {
    transform: scale(1.1);
}

.banjoo {
    overflow: hidden;
}

.banjoo img {
    transition: 0.5s;
}

.mango {
    text-align: center;
}

.mango h3 {
    font-weight: 900;
}

.mango p {
    font-weight: 600;
    color: rgb(87, 82, 82);
    font-size: 13px;
}

.class1:hover {
    color: rgb(255, 255, 255);
    background-color: #5DB2FF;
}

.imgine {
    display: flex;
    color: white;
}

.imgine1 {
    background: linear-gradient(rgba(84, 166, 243, 0.507), rgba(84, 166, 243, 0.5)), url(img/img17.webp) no-repeat;
    width:50%;
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.imgine2 {
    background: linear-gradient(to right, rgba(3, 120, 255, 0.787), rgba(3, 120, 255, 0.5)), url(img/img18.webp) no-repeat;
    width:50%;
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.imgine h3 {
    font-weight: 900;
}

.imgine button {
    color: white;
    padding: 9px 24px;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    border-radius: 30px;
    background-color: transparent;
    border: 2px solid white;
    transition: 0.5s;
}

.imgine button:hover {
    color: #0181f5;
    background-color: #fff;
    cursor: pointer;
}

.imgine p {
    font-size: 13px;
    margin-top: 5px;
    font-weight: 600;
}

footer {
    width: 100%;
    height: 582px;
    background-color: #1F1F1F;
    color: white;
}

.foot {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    color: white;
}

.foot li a {
    color: white;
    text-decoration: none;
    transition: 0.5s;
}

.foot li {
    list-style: none
}

.foo {
    margin: 100px 50px;
    line-height: 40px
}
.foo li a:hover{
    color:#5db2ff
}
.foo li a{
    transition: 0.5s;
}

#foo img {
    margin-top: 20px;
    cursor: pointer;
}

.foot2 {
    text-align: center;
    position: relative;
    top: 70px;
    padding: 25px;
    background-color: #000000;
    display: block;
}

@media (max-width:898px) {
    header {
        width: 100%;
    }

    .checkbtn {
        display: block;
        position: relative;
        left: 90%;
        top: -50px;
        cursor: pointer;
    }

    .top2 {
        display: block;
        height: 70px
    }

    .top2 nav ul {
        position: relative;
        top: -30px;
        left: -300%;
        display: block;
        background-color: #f5fbff;
        width: 100%;
        margin: 0 0;
        transition: all 0.5s;

    }
    .two img {
    margin-right: 0%;
    margin-left: 0%;
    }

    header button {
        position: relative;
        top: 54px;
        left: -500%
    }
    header nav ul li {
        line-height: 50px;
        clear: both;
        font-size: 20px;
    }
    .bgtop{
        height:700px;
        width:100%
        
    }
    #check:checked~ul{
        left:0
    }
    .mate{
        margin-right:15%
    }
    .container h3 span{
        font-size:55px
    }
    .container h3{
        font-size:40px
    }
    .main{
    display:block;
    margin-bottom:0px;
    height:auto;
    padding:10px;
    }
    .ser2{
        width:100%;
        display:flex;
        flex-wrap: wrap;
        padding-left:20px
    }
    .ser1{
        right: 25px;
        position:relative
    }
    #ser22{
        margin: 0 45px;
        width:100%
        
    }
    #ser11,#ser22,#ser33{
        padding: 24px;
        right: 60px;
        position:relative
    }
    .tree{
        display:block;
        margin-bottom: 650px;

    }
    .tree img{
        margin:0 auto;
    }
    #ing{
        margin:0 auto;
        width:350px;
    }

    .school{
        margin-bottom:500px;
        margin-top:1600px ;
    }
    .school h1{
        position: relative;
        bottom:35px;
        font-size:35px;
        border-bottom:2px solid #5db2ff;
        margin:auto auto;
    }
    
    .chanell {
        width: 100%;
        height: 100vh;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top:210px;
    }
    
    .chanell1 {
        margin:0 0;
        margin-bottom:50px;
        width:90%
    }
    
    #chanell1 {
        position: relative;
        left: 50px;
        word-wrap: break-word;
    }
    #imo img{
        width:96%;
        margin-left:35px;
    }
    
    #chanell1 h3 {
        margin-bottom: 10px;
        font-weight: 500;
        font-family: 'Sofia Pro', sans-serif;
        font-size: 25px;
        color: rgb(63, 62, 62);   
    }
    
    .tv {
        width: 100%;
        list-style: none;
        position: relative;
        
    }
    
    .tv input[type="radio"] {
        position: absolute;
        left: -90px;
    
    }
    
    .tv li {
        float:left;
        display: block;
        margin: 0 40px;
    }
    
    .tv label {
        display:block;
        padding: 30px 100px;
        align-items: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        font-weight: bolder;
        font-size: 20px;
        
    }
    
    .chanell {
        position: absolute;
        border-radius: 0 3px 3px 3px;
        left: 0;
        width: 100%;
        display: none;
    }
    
    .tv [id^=tv]:checked+label {
        background-color: rgb(255, 255, 255);
    }
    
    .tv [id^=tv]:checked~.chanell {
        display:block;
        border-bottom:1px solid gray;
    }
    
    .section {
        background-color: #f5fbff;
        position: absolute;
        width: 100%;
    }
    .tv li h5{
        margin-right:40px;
    }
    .imgine{
        display:block;
    }
    .imgine1{
        width:100%;
        background-size:cover;
        background-position: center center;
    }
    .imgine2{
        width:100%;
    }
    footer{
        background-color:rgb(19, 18, 18);
        height:100% ;
        
    }
    .foot{
        display: block;
        padding:50px;
    }
    .foo{
        margin:30px auto;
    }
    .class1{
        margin-bottom:30px;
    }
    .foo li a:hover{
    color:#5db2ff
    }
    .foo li a{
        font-size:18px;
        transition: 0.5s;
    }
    .child{
        margin:10px auto
    }
}
