
.n1{
    color: white;
    text-decoration: none;
  
  }
 
.n3,.n2,.n4{
    color: red;
    text-decoration: none;
}

.N1{
    background-color: red;
    color: white;
    scale:1.2;
    box-shadow: red 0 0 20px;
    transform:translateY(-3px);
  
}

.dc{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin:0px 50px;
}
.d1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1000px;
}
.sl{
    background-image: url("image copy.png");
    background-size: cover;
    background-repeat: no-repeat;  
    background-position: center;
    height: 400px;
    width: 400px;
    animation: animate infinite 10s ease-out;
}
@keyframes animate{
    33%{
        background-image: url("360_F_388979227_lKgqMJPO5ExItAuN4tuwyPeiknwrR7t2.jpg");
    }
    66%{
        background-image: url("6568e143bfb754040027326a_Indian Student Mobility in 2023.jpg");
    }
    99%{
        background-image: url("image copy.png")
    }
}

.d2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1000px;
    height: 200px;
}
.po{
    margin-top: 70px;
    margin-bottom: 40px;
}
.po1,.po2,.po3{
    border:2px red solid; 
    width: 300px;
    height: 150px;
    transition: .3s ease-in-out;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
   
}
.po2{
    border-radius: 400px;
}
.po1:hover,.po2:hover,.po3:hover{
    box-shadow: red 0 0 10px;
    scale: 1.02;
}
.d3{
    width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.d3_1,.d3_2,.d3_3,.d3_4{
    width: 200px;
    height: 500px;


}
.d3_2,.d3_3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.d3_2_1,.d3_2_2,.d3_3_1,.d3_3_2{
    border: solid 2px red;
    width: 200px;
    height: 200px; 
}
.d3_1{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.d3_1 img{
    height: 100%;
}
.d3_2 div,.d3_3 div{
    display: flex;
   
    justify-content: center;
    align-items: center;

}
.d3_2 div:hover,.d3_3 div:hover{
    background-color: red;
    color: white;
}
.d3_2 div h2,.d3_3 div h2{
    font-size: 20px;
    margin:0px 20px;
    
}
.d3_4{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.d3_4_1{
    height: 100px;

}
.d3_4_2{
    height: 200px;
    width: 200px;
    border-radius: 101px;
    overflow: hidden;
    
}
.d3_4_3 button{
    border-radius: 200px;
    width: 150px;
    height: 50px;
    background-color: orangered;
    color: white;
    border: solid 2px red;
}
.d3_4_3 button:hover{
    background-color: red;
    color: white;
    scale:1.02;
    box-shadow: red 0 0 20px;
}
@media (max-width:1000px){
    .d1{
        flex-direction: column;
        align-items: center;
    }
    .d2{
        flex-direction:column;
        align-items: center;
        height: 600px;
        margin-bottom: 20px;
    }
    .d3{
        flex-direction: column;
        align-items: center;
        width: 500px;
    }

}