.container1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.slider-container {
    position: relative;
    width: 80%;
}
.slider {
    width: 100%;
    display: none;
}
.slider.active {
    display: block;
}
.nav {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.nav button {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
}
.nav button.active {
    background-color: #223a66;
    color: white;
}

.parrotimg{
    width: 100%;
    max-height: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Adjust the values as needed */

}
.parrotimg1{
    width: 100% !important;
    

}



.visioncard{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Adjust the values as needed */

}


.parrotimg{
    display: flex;
    justify-content: center;
    width: 100%;
}