.main-carousel-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    width: 100% !important;
    background-image: url("../images/wanda_new_images/cow2.jpg");
    background-size: cover; /* Cover the entire container */
    background-position: center; /* Center the background image */
    height: auto !important;
}



.carousel {
    width: 90% !important;
    height: 42vw; /* Converted from 600px to 60vw */
    perspective: 37vw; /* Converted from 250px to 15vw */    
    overflow-x: hidden; /* Prevent items from overflowing horizontally */
    /* margin-left: -3vw; */
}

.carousel .carousel-item {
    width: 50vw; 
    padding: 0; 
    height: 33vw;
    text-align: center;
    margin: 0 auto; /* Center the items horizontally */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel-item {
    width: 20vw !important;
    opacity: 1 !important;
    

}



.img-area img {
    width: 29vw;
}


.img-area {
    width: 23vw; /* Converted from 100px to 10vw */
    height: 30vw; /* Converted from 100px to 10vw */
    
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading-text {
    font-family: 'Arvo', serif;
    font-size: 4vw;
    color: rgb(59, 59, 180);
    font-weight: 900;
    opacity: 0; /* Initially set opacity to 0 */
    transform: translateY(-50px); /* Initially move text 50px above */
    animation: slideFromTop 1.5s ease forwards; /* Apply animation */
}
.wanda-heading{

    font-family: 'Arvo', serif;
    font-size: 3vw;
    color: black;
    font-weight: 900;
    margin-top: 3vw;
    margin-bottom: -3vw !important;
    margin-left: -70vw !important;
}
.intermediate-heading-2{
  margin-left: -70vw !important;
    font-family: 'Arvo', serif;
    font-size: 3vw;
    color: black;
    font-weight: 900;
    margin: 2vw 0vw;
}
.intermediate-heading{
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arvo', serif;
    font-size: 3vw;
    color: black;
    font-weight: 900;
    margin: 2vw 0vw;
    margin-left: -45vw !important;
}
@keyframes slideFromTop {
    0% {
        opacity: 0; /* Start with opacity 0 */
        transform: translateY(-50px); /* Start 50px above */
    }
    100% {
        opacity: 1; /* End with opacity 1 */
        transform: translateY(0); /* End at normal position */
    }
}

.top-heading{
    margin-top: 2vw !important;
}

.wanda-name{
    font-family: 'Arvo', serif;
    font-size: 2vw;
    color: white;
    font-weight: 500;
    line-height: 2.5vw;
}

.content-div{
   
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    background-color: whitesmoke;

}

#id-40{
    margin-top: 4vw !important;
}
.my-cards {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row; /* Avoid using !important unless necessary */
    margin-bottom: 2vw;
    height: 20vw;
    width: 85%;
    padding: 1vw;
    border-radius: 1.5vw;
    background-color: #abf7b1;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.281); /* glowing border effect */

}


.content-img-div{
    height: 100%;
    background-color: transparent;
    border-radius: 1.5vw;
    margin-right: 1.5vw;
    background-color: #83f28f;
}

.content-images{
    width: 18vw;
    height: auto;
    border: 1 px solid black !important;

}

.content-descreption{
    text-align: left !important;
}

.content-heading {
    font-family: 'Arvo', serif;
    font-size: 2vw;
    color: black;
    font-weight: 700;
    text-align: left; /* Align content heading to the left */
    align-self: flex-start !important; /* Align content-heading to the start (top) */
    margin: 0; /* Remove default margin */
    justify-self: flex-start; /* Align horizontally to the start */
    margin-top: 1vw;
}



.content-paragraph{
    font-family: 'Open Sans';
    font-size: 1vw;
    text-align: justify;

}

.tmr43-content-img-div {
    height: 100%;
    width: 48vw!important;
    background-color: #83f28f;
    border-radius: 1.5vw;
    margin-right: 1.5vw;
    background-image: url("../images/wanda_new_images/tmr43.png");
    background-size: contain; /* Adjust background image size to cover the container */
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.tmr50-content-img-div{
    height: 100%;
    width: 61vw!important;
    background-color: #83f28f;
    border-radius: 1.5vw;
    margin-right: 1.5vw;
    background-image: url("../images/wanda_new_images/tmr50.png");
    background-size: contain; /* Adjust background image size to cover the container */
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.tmr51-content-img-div{
    height: 100%;
    width: 61vw!important;
    background-color: #83f28f;
    border-radius: 1.5vw;
    margin-right: 1.5vw;
    background-image: url("../images/wanda_new_images/tmr51.png");
    background-size: contain; /* Adjust background image size to cover the container */
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.bp84-content-img-div{
    height: 100%;
    width: 45vw!important;
    background-color: #83f28f;
    border-radius: 1.5vw;
    margin-right: 1.5vw;
    background-image: url("../images/wanda_new_images/bp84.png");
    background-size: contain; /* Adjust background image size to cover the container */
    background-repeat: no-repeat !important;
    background-position: center !important;
}

style attribute{
    opacity: 1 !important;
}

html {
    scroll-behavior: smooth;
}