img{
    -webkit-user-drag: none;
    user-select: none;
}

.w-90{
    width: 90% !important;
}

.vcard-nine.main-content{
    background: linear-gradient(172.22deg, #212121 3.3%, #2F2F2F 97.2%);
}

.text-decoration-none{
    text-decoration: none !important;
}

.vcard-nine__banner{
    height: unset !important;
}

.vcard-nine__banner .banner-image{
    aspect-ratio: 402 / 443 !important;
    height: unset;
}

.vcard-nine__profile-details {
    margin-top: 10px !important;
}

.vcard-nine__profile-details .social-icons{
    max-width: 100%;
}

.social-icons a{
    color: #FFF !important;
}

.vcard-nine__profile-details .profile-name{
    font-size: 30px;
    line-height: 30px;
}

.vcard-nine__profile-details .profile-designation{
    font-size: 30px;
    line-height: 30px;
}

.profile-description{
    width: 100%;    
    text-align: left;
    color: #FFF !important;
}

.profile-description p{
    margin-bottom: 0;
}

.vcard-nine__profile-details .profile-company{
    font-size: 12px;
}

.vcard-nine__profile-details .profile-company .profile-company-address{
    color: #9E9E9E;
}

.profile-job{
    color: #A02631;
    font-size: 16px;
}

.vcard-nine .service-card{
    color: #FFF;    
    border-radius: 1.5rem;
    box-shadow: 0px 3px 2px 0px #00000066;
    background: linear-gradient(180deg, #AC2B35 49.52%, #461216 100%);
    overflow: hidden;
}

.vcard-nine .service-card .service-paragraph{
    height: 80px;
}

.vcard-one__gallery .gallery-slider .slick-slide {
    display: flex;
    height: auto;
    margin: 0 17px;
}

.vcard-nine__event .event-card{
    box-shadow: unset;
    background-color: unset;
}

.text-gray{
    color:#909090 !important;
}

.social-icons{
    background: linear-gradient(91.63deg, #A02631 0.18%, #541319 95.1%);
    box-shadow: 0px 4px 3px 0px #00000066 inset;
}

.service-slider .slick-slide > div{
    padding: .8rem;
}

.vcard-one__service .service-slider .slick-list {
    padding: 0 120px 0 0 !important;
}

.service-link{
    text-align: right;
    height: 25px;
}

.vcard-nine__profile{
    width: inherit;
}

.vcard-nine__profile .avatar{
    width: inherit;
}

.vcard-nine__profile .avatar img{
    border: unset;
    height: unset;
    width: inherit;
    max-width: unset;
    max-height: unset;
}
.gallery-section {
    background-size: cover
}

.gallery-section .gallery-slider .slick-slide {
    transform: scale(.8)
}

.gallery-section .gallery-slider .gallery-img,.gallery-section .gallery-slider .gallery-item {
    background-position: 50%;
    background-size: cover;
    border: 1px solid #373a41;
    display: block;
    /* height: 200px!important; */
    margin: 0 auto;
    /* max-height: 200px; */
    max-width: 300px;
    position: relative;
    width: 100%!important
}

.gallery-section .gallery-slider .gallery-file-item {
    background-repeat: no-repeat;
    background-size: contain
}

.gallery-section .gallery-slider .slick-dots {
    bottom: -15px;
    position: relative
}

.gallery-section .gallery-slider .slick-current.slick-active {
    transform: scale(1)
}

.insta-feed {
    max-height: 1000px !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.instagram-btn .svg-post-icon line, .instagram-btn .svg-post-icon rect{
    fill: unset !important;
    stroke: white !important;
}

.instagram-btn .svg-reels-icon path, .instagram-btn .svg-reels-icon path.not-active-svg, .instagram-btn .svg-reels-icon rect{
    fill: white !important;
}

.instagram-btn:before{
    background-color: white !important;
}


@media (max-width: 575px) {
    
    .vcard-nine .service-card .service-paragraph {
        height: 120px;
    }
}