/* Hero Section */
body {
    background-color: #101015 !important;
    color: #fff !important;
}
.section-bavkground {
    background-image: url(../../images/intrior.jpg);
    min-height: 50vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    position: relative;
}
.section-bavkground::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.section-bavkground h2 {
    font-size: 48px;
    z-index: 1;
    position: relative;
}

.section-bavkground p {
    z-index: 1;
    position: relative;
    font-size: 16px;
}

.box-one h2 {
    font-size: 50px;
}

.box-one p {
    font-size: 14px;
    line-height: 33px;
    color: #e4e4e4;
}

.box-one h3 {
    font-size: 30px;
}

#boc-one {
    margin: 80px 0;

}

.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: 100%;
    height: 260px;
    object-fit: contain;
    position: relative;
    padding: 10px;

}

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;
}

.card-img {
    /*filter: grayscale(1);*/
}

.social {
    display: none;
    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;

}
.modal{
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 5%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(11px);


}
.card-body{
    text-align: center;
}
swiper-container {
    width: 100% !important;
    height: 60% !important;
}

a.close {
    font-size: 70px;
}
div#caption {
    text-align: center;
}

.title-bot-project.pt-4 {
    margin: 10px 0;
    line-height: 35px;
}





@media (max-width: 768px) {
    .section-bavkground h2 {
        font-size: 23px;
}
}