/* Hero Section */
body {
    background-color: #101015 !important;
    color: #fff !important;
}
.back{

    width: 100%;
    height: 500px;
    background-color: #131924;

}
.mt{
    margin-top: -370px !important;
}
p{
    margin-bottom: 0;
}
#bt-5 {
    position: absolute;
    bottom: -220px;
}
.box-shadow{
    box-shadow: 0 0 9px 11px #f992af1f;

}
.chng-back {
    background-color: #131924;
}

.hero-section-5 {
    min-height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #101015 !important;
}


.hero-section-5 .content-hero-section {
    text-align: center;
}

.title-section {
    font-size: 25px;
    position: relative;
}

.title-section::after {
    position: absolute;
    background-color: #FF6F00;
    width: 30px;
    height: 2px;
    content: "";
    left: 50px;
    right: 0;
    bottom: -20px;
}

.card {
    background-color: #ffffff0f;
    border-radius: 6px;
    border: 1px solid #ffffff3d;
    transition-duration: .4s;
}

.card-img-top {
    width: 260px;
    height: 260px;
    padding: 0 !important;
    object-fit: none;
    position: relative;

}

p.card-text {
    font-size: 20px;
    font-weight: 300;

}

h5.card-title {
    font-size: 21px;
}
p.card-text{
    font-size: 18px;
}


.hero-section-5 .card:hover {
    background-color: #1e1e22;
    border: 1px solid #ffffff3d;


}
.hero-section-5 .card:hover p.card-text {
    color: white;


}
.hero-section-5 .card:hover .social {
    opacity: 1;
    transition: all .5s 0.25s;
}



.hero-section-5 .card:hover .card-img {
    filter: brightness(1);
    transition: all .5s 0.25s;
}

.social img {
    width: 100px;
}

.social {
    position: absolute;
    top: 25%;
    left: 25%;
    background-color: #11151a91;
    border-radius: 21px;
    transform: rotate(45deg);
    width: 115px;
    height: 115px;
    opacity: 0;
    border: 1px solid #ffffff6b;
    z-index: 9999;

}

.social img {
    width: 55px;
    height: 56px;
    transform: rotate(-45deg);
    object-fit: cover;
    cursor: pointer;
    transition-duration: opacity 0.3s ease;
}

.social a {
    padding: 0;
    width: max-content;
}
.col-lg-auto{
    width: 20% !important;
}
.card-img {
    filter: grayscale(1);
}
@media (max-width: 768px) {
    .col-lg-auto {
        width: 50% !important;
    }
}
@media (max-width:576px) {
    .col-lg-auto {
        width: 100% !important;
    }
}
