.topic{
    position: relative;
    top: 100px;
}
.topic h3{
    color:white;
    left: 50%;
    position :absolute;
    font-size: 20px;
    background-color: #3c4096;
    padding: 10px;
    border-radius: 10px;
}
.img1{
    position: relative;
    top: 200px;
    left: 0%;
    width: 100%;
    height: 100%;
}
.img1 img{
    border-radius: 30px;
    width: 100%;
}

.image-container {
    overflow: hidden;
    position: absolute;
    top: -10px;
}

.img1 div img {
    width: 100%;
    animation: slideInLeft 2s ease forwards;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.topic1{
    margin-top: 250px;
    padding: 10px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
}
.topic1 img{
    width: 50%;
    border-radius: 30px;
    position: relative;
    left: 25%;
}
.topic1 h3{
    background-color: #3c4096;
    color: white;
    padding: 10px;
    font-size: 20px;
    border-radius: 20px;
    width: 500px;
}
.para1{
    font-size: 20px;
    text-align: justify;
}
.para2{
    color:red;
    font-weight: bold;
    left: 28%;
    position: relative;
    font-size: 30px;
    width: 600px;
}

.topic2{
    margin-top: 10px;
    padding: 10px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
}
.topic2 h3{
    background-color: #3c4096;
    color: white;
    padding: 10px;
    font-size: 20px;
    border-radius: 20px;
    width: 200px;
    left: 50%;
    position: relative;
    top: -600px;
    
  
}
.topic2 img{
    position: relative;
    border-radius: 30px;
    margin-top: 0%;
    width: 500px;
    left: 5%;
}
.topic2 p {
    left: 50%;
    position: relative;
    font-size: 20px;
    width:50%;
    text-align: justify;
    margin-top: -350px;
}
.vision{
    border: 8px solid rgb(239, 46, 90);
    width: 150px;
    left: 20%;
    position: relative;
    height: 150px;
    border-radius: 100%;
}
.topic3{
    position: relative;
    margin-top: 20%;
}
.vision img{
    width: 100px;
    left: 15%;
    top: 20%;
    position: relative;
}
.vistxt{
    width: 800PX;
    position: absolute;
    font-size: 20px;
    left: 35%;
    top: 15%;
}
.vistxtT{
    width: 800PX;
    position: absolute;
    font-size: 20px;
    left: 35%;
    top: 5%;
    color: #3c4096;
    font-weight: bolder;
}
.mission{
    border: 8px solid rgb(239, 46, 90);
    width: 150px;
    left: 20%;
    position: relative;
    height: 150px;
    border-radius: 100%;
    top: 50px;
}
.mission img{
    width: 100px;
    left: 15%;
    top: 20%;
    position: relative;
}
.mistxt{
    width: 800PX;
    font-size: 20px;
    left: 35%;
    top: -100px;
    position: relative;
}
.mistxtT{
    width: 800PX;
   position: relative;
    font-size: 20px;
    left: 35%;
    color: #3c4096;
    font-weight: bolder;
    top: -100px;
}
.backgroung{
    position: fixed;
    opacity: 0.2;
}
.backgroung img{

    width: 200%;
    height: 100%;
}
@media(max-width:800px){
    .topic h3{
        color:white;
        left: 40%;
        position :absolute;
        font-size: 20px;
        background-color: #3c4096;
        padding: 10px;
        border-radius: 10px;
    }
    .topic1 h3{
        background-color: #3c4096;
        color: white;
        padding: 10px;
        font-size: 16px;
        border-radius: 20px;
        width: 70%;
        align-items: center;
    }
    .backgroung{
        position: fixed;
        opacity: 0.2;
        display: none;
    }
    .topic1 img{
        width: 100%;
        border-radius: 30px;
        position: relative;
        left: 3%;
        margin: 0%;
    }
    .para2{
        color:red;
        font-weight: bold;
        left: 3%;
        position: relative;
        font-size: 30px;
        width: 70%;
    }
    .topic2 h3{
        background-color: #3c4096;
        color: white;
        padding: 10px;
        font-size: 20px;
        border-radius: 20px;
        width: 200px;
        left: 10%;
        position: relative;
        top: -400px; 
    }
    .topic2 img{
        position: relative;
        border-radius: 30px;
        margin-top: 0%;
        width: 70%;
        left: 10%;
    }
    .topic2 p {
        left: 10%;
        position: relative;
        font-size: 20px;
        width:70%;
        text-align: justify;
        margin-top: 0px;
    }
    .vistxtT{
        width: 80PX;
        position: absolute;
        font-size: 20px;
        left: 35%;
        top: -15%;
        color: #3c4096;
        font-weight: bolder;
    }
    .vistxt{
        width: 70%;
        position: absolute;
        font-size: 20px;
        left: 5%;
        top: 45%;
        text-align: justify;
    }
    .mission{
        border: 8px solid rgb(239, 46, 90);
        width: 150px;
        left: 20%;
        position: relative;
        height: 150px;
        border-radius: 100%;
        top: 250px;
    }
    .mission img{
        width: 100px;
        left: 15%;
        top: 10%;
        position: relative;
    }
    .mistxt{
        width: 70%;
        font-size: 20px;
        left: 5%;
        top: 200px;
        position: relative;
    }
    .mistxtT{
        width: 80PX;
       position: relative;
        font-size: 20px;
        left: 35%;
        color: #3c4096;
        font-weight: bolder;
        top: 100px;
    }
}