@media(max-width: 991px){
    .home-sec .home-content {
        padding: 70px 0;
    }
    .cont-sec p,
    .cont-sec .social {
        text-align: center;
    }
    .home-sec .img-sec img {
        margin-bottom: 50px;
    }   
    .about-sec .about-img {
        display: flex;
        justify-content: center;
    }
    .about-sec .about-img img{
        margin-top: 50px;
    }
    .contact-sec .col-lg-12{
        padding: 0;
    }
    .contact-form textarea.form-control {
        width: 96%;
        margin-left: 15px;
    }
    .gallery-sec .pop-image img {
        top: 60%;
        left: 50%;
        width: 500px;
    }
}
@media(max-width: 611px){
    .about-sec .about-img img{
        width: 300px;
    }
    .contact-section .contact-form textarea.form-control {
        width: 94%;
    }
}


@media(max-width: 551px){

header .navbar-brand{
    font-size: 18px;
}
.gallery-sec .pop-image img {
    top: 50%;
}
.gallery-sec .pop-image img {
    width: 300px;
}
}

.show-above-450 {
    display: inline;
}

.show-below-450 {
    display: none;
}

@media (max-width: 450px) {
    .show-above-450 {
        display: none;
    }

    .show-below-450 {
        display: inline;
    }
}

@media (max-width: 1000px){
    .cont-sec{
        display: none;
    }
}

#mobile-link-section {
    display: none;
    background-color: #f3f4f6;
    padding: 1rem;
    text-align: center;
    border-radius: 6px 6px 12px 12px;
    margin: 12px 0px;
}

#mobile-link-section p {
    font-size: 11px;
    color: #333;
    margin-bottom: 0.5rem;
}

#mobile-link-section .social a {
    font-size: 14px;
    margin: 0 8px;
    transition: transform 0.3s ease-in-out;
}

#mobile-link-section .social a:hover {
    transform: scale(1.3);
}

@media (max-width: 1000px) {
    #mobile-link-section {
        display: block;
    }
}
