/* ==============tabs-image-gallery========= */

.tabs-photo-section .Portfolio-gallery {
    position: relative;
    transition-duration: 0.4s;
    animation: winanim 0.5s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;

}

.tabs-photo-section .Portfolio-gallery:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.tabs-photo-section .Portfolio img {
    width: 100%;
    height: auto;
    border-radius: 0px
}

.tabs-photo-section .arrow-down-entity {
    font-size: 24px;
    color: #fcc6f8;
}

/* .tabs-photo-section .desc {
	padding: 5px;
	text-align: center;
	font-size: 90%;
	background: black;
	color: hotpink
	;
} */

.tabs-photo-section .nav {
    padding: 20px;
    text-align: center;
    margin: auto;
}

.tabs-photo-section .nav li a {
    margin: 5px;
    padding: 15px 50px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    /* background: #000; */
    transition-duration: 0.4s;
}

.tabs-photo-section .nav a:hover {
    background: #2d283e;
    color: #fcc6f8;
}

.tabs-photo-section .nav .active {
    background-color: transparent !important;
    color: #2d283e;
}

#pakbox-pills-tab .nav-item::before {
    display: none;
}

@keyframes winanim {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }

}



@media only screen and (max-width: 992px) {
    .tabs-photo-section .nav li a {
        padding: 15px 30px;
    }
}

@media only screen and (min-width: 275px) and (max-width: 578px) {
    .tabs-photo-section .nav li a {
        padding: 15px 30px;
    }

    #pakbox-pills-tab .nav-item {
        width: 100%;
    }
}


.pakBoxes-blogsUpdate .card {
    border: 0px solid transparent;
}