.carousel {
    position: relative;
    margin-bottom: 30px;
    z-index: 999;
}

.carousel-inner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 5%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: white;
}

.carousel-inner .carousel-item:hover img {
    transform: scale(1.05);
    transition: transform 0.5s ease;
}


@media (max-width: 768px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }

    .carousel-inner img {
        object-fit: contain;
        height: 200px;
    }
}

@media (max-width: 576px) {
    .carousel-inner img {
        object-fit: contain;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 12%;
    }
}



.header {
    width: 100%;
    height: 470px;
    background-color: #f2295b;

}

.header h1 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 20px;
    color: white;
}

.header2 {
    width: 100%;
    height: 370px;
    margin-top: 40px;
    display: flex;
}


.header3 {
    width: 49%;
    height: 100%;

    margin-left: 05px;
}

.circlehead {
    width: 300px;
    height: 300px;

    border-radius: 50%;
    margin-left: 100px;
    margin-top: 20px;
    transition: transform 0.3s, background-color 0.3s;
}

.circlehead img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.circlehead:hover {
    transform: scale(1.1);
    background-color: #ffcccc;
}


.header3 p {
    font-size: 13px;
    width: 90%;
    text-align: justify;
    color: white;
    margin-top: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}


.blogs{
    margin-top: 40px;
}


.services{
    width: 100%;
    height: 400px;
    background-color: #f2295b;
    display: flex;
}

.services2{
    width: 50%;
    height: 100%;
}

.services2 h2 {
    text-align: center;
    margin-top: 40px;
}

.services2 p {
    width: 80%;
    margin-left: 90px;
    margin-top: 50px;
}

.services2 img {
    width: 400px;
    height: 300px;
    margin-left: 60px;
    margin-top: 60px;
    border-radius: 10px;
}
.services2 button {
    margin-left: 90px;
    text-decoration: none;
    border: none;
    width: 150px;
    height: 35px;
    border-radius: 16px;
    margin-left: 100px;
    margin-top: 10px;
    background: white;
    color: black;
    font-weight: bold;
}


.colabsed{
    width: 70%;
    height: auto;
    margin-left: 15%;
    border: 1px solid red;
    margin-top: 60px;
   padding-top: 20px;
   
}

.colabs1{
    width: 100%;
    height: auto;
    background-color: #f2295b;
    padding-bottom: 30px;
}