body {
    color: black;
    background-color: white;

}

/*--- navbar--- */

.navbar {
    background-color: #f8f9fa !important;
}

.nav-item {
    margin-right: 40px;
}


.logo img ,.footer-logo img{
    
    height: 45px;
    width: 187px;
    object-fit: cover;

}
/*--- Carousel--- */



.carousel-item img {
    height: 734px;
    object-fit: cover;

}


/*--- about-section--- */

.about-img img {
    height: 300px;
    width: 300px;
    object-fit: cover;
}

.about {
    padding: 90px 0;
}

/*--- service-section--- */

.services .section-body{
    margin-left: 40px;
} 
.service-card {
   
    margin-right: 60px;
}

.services-slider .item {
    position: relative;
    overflow: hidden;
}

.service-card img {
    height: 400px;
    object-fit: cover;

}

.service-card-body {
    text-align: center;
    color: white;
    background-color: #000000;
    height: 200px;
    margin-right: 60px;
    position: absolute;
    top: 78%;
    transition: top ease-in 0.4s;
    width: 84%;
}

.service-card:hover .service-card-body {
    top: 55%;
}

.services {
    padding: 90px 0;
}


/* ---portfolio--- */

.col-md-6:nth-child(1) .portfolio-img {
    height: 390px;
    width: 390px;
    background-image: url('image/Ayushma12.jpg');
    padding: 35px;
    margin: 20px;
    background-position: top;
}

.col-md-6:nth-child(2) .portfolio-img {
    height: 390px;
    width: 390px;
    background-image: url('image/images.jpeg');
    padding: 35px;
    margin: 20px;
    background-position: top;
}

.col-md-6:nth-child(3) .portfolio-img {
    background-size: cover;
    height: 390px;
    width: 390px;
    background-image: url('image/workshop.jpeg');
    padding: 35px;
    margin: 20px;
    background-position: 30% 5%;
}

.col-md-6:nth-child(4) .portfolio-img {
    height: 390px;
    width: 390px;
    background-image: url('image/Ayushma5.jpg');
    padding: 35px;
    margin: 20px;
    background-position: 50% 5%;
}

.col-md-6 .portfolio-img .rect {
    overflow: hidden;
    height: 100%;
    width: 100%;
    border: 2px solid white;
    position: relative;
    z-index: 2;
    transition: 0.7s;



}

.portfolio {
    background-color: rgba(247, 247, 247, 0.653);
    padding: 90px 0;
}

.portfolio-img .rect:hover {
    background-color: #5f5f5f61;
}

.col-md-6 {
    display: flex;
    justify-content: center;
}

.img-desc {

    color: white;
    text-align: center;
    position: absolute;
    top: 60%;
    transition: .7s;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.61);
}

.portfolio-img:hover .img-desc,
.portfolio-img:hover .img-desc a {
    top: 20%;
    opacity: 1;
}

.img-desc a {
    margin-top: 50px;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.8s;
}
.portfolio-img{
    animation: fadeInUp 1s;
}

.footer-logo img{
    height: 40px;
    width: 140px;
    object-fit: cover;
}
.icon li a{
    margin-right: 10px;
    font-size: 20px;
}

/* Education section */
#education {
    padding: 50px 0;
}

.education-entry {
    margin-bottom: 30px;
}

.education-entry h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.education-entry p {
    color: #666;
    font-size: 18px;
    margin-bottom: 5px;
}
   
/*===== faq section==== */
.faq{padding-top: 80px;}
.faq .faq-heading p{margin: 20px 0; font-size: 14px;font-style: italic;color: #ff9f19;}

.accordion{margin: 50px 85px; --bs-accordion-bg:transparent;--bs-accordion-btn-focus-box-shadow:unset;--bs-accordion-active-bg:unset;}
.accordion-body{text-align: start; background-color: transparent;}
.accordion-collapse hr{margin: 0; color: #ff9f19;}
.accordion-header{margin-bottom: 20px;}
.accordion-item >hr{margin: 0;color:#00000050}

.copyright{
    bottom: 0;
    left: 30%;

}

.page-title{position: relative;}
.page-title::before{position: absolute;content: ''; width: 100%; height: 2px;background-color: #000;bottom: -5px;left: 0;}

.wrapper{
    height: 100vh;
}
#contact{
   
    width: 100%;
}

.education-card{
    padding: 40px;
}