.instagramSection {
    padding: 110px 0;
    background: #fff;
}

.instagramSection .secTitle {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #52586d;
}

.instagramSlider .owl-stage-outer {
    padding: 0 !important;
}


.instagramPhoto::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    transition: all 0.4s ease;
}

.instagramPhoto::before {
    content: "\f16d";
    font-family: "Font Awesome 6 Brands";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px;
    color: #fff;
    opacity: 0;
    z-index: 2;
    transition: all 0.4s ease;
}

.instagramPhoto:hover img {
    transform: scale(1.08);
    rotate: 6deg;
}

.instagramPhoto:hover::after,
.instagramPhoto:hover::before {
    opacity: 1;
}




.instagramSection {
    padding: 60px 0;
}


.instagramPhoto {
    display: block;
    position: relative;
    border-radius: 0;     
    overflow: hidden;
    margin: 0;             
}

.instagramPhoto img {
    width: 100%;
    height: 202px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    transition: all 0.6s;
}
#instagramslider {
    display: flex;
  
}
@media (max-width: 991px) {

    .instagramSection {
        padding: 70px 0;
    }

    .instagramSection .secTitle {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .instagramPhoto img {
        height: 180px;
    }

}

@media (max-width: 767px) {

    .instagramSection {
        padding: 0 0;
    }

    .instagramSection .secTitle {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 25px;
        padding: 0 15px;
    }

     #instagramslider {
        display: flex;
        flex-wrap: wrap;        
    }

    #instagramslider .instagramPhoto {
        width: 33%;               
    }

    .instagramPhoto img {
        height: 140px;           
    }

}
@media (max-width: 480px) {

    #instagramslider {
        display: flex;
        flex-wrap: wrap;         
    }

    #instagramslider .instagramPhoto {
        width: 50%;            
    }

    .instagramPhoto img {
        height: 140px;          
    }
}

@media (max-width: 767px) {
    .instagramPhoto:hover img {
        transform: none;
        rotate: 0deg;
    }
}
