@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.animate-slide {
    animation: slideIn 1s ease-out;
}

.w35 {
    width: 350px;
}

.linkrow {
    display: flex;
    flex-wrap: wrap;
}

.linkcol {
    flex: 0 0 auto;
    width: 68.3%;
}

.row .challenges {
    padding: 0;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.link {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    padding: 0;
}

.jkds {
    font-weight: 600;
}

.links {
    padding-left: .85rem;
}

.texture {
    background-image: linear-gradient(240deg, rgb(255 255 255 / 71%), rgb(255 255 255 / 80%) 99%), url('../images/texture.jpg');
    background-position: left center;
    background-repeat: repeat;
    background-size: contain;
    height: auto;
}

.textures {
    background-image: url('/case-study/images/banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.borderbottom {
    width: 100%;
    border-bottom: 2px solid #c73ab0;
    margin: 0 auto;
}

table {
    width: 100%;
}

table,
th,
td {
    padding: 8px;
    text-align: center;
    border: 1px solid #000;
}

thead {
    background-color: #eda921;
    color: #000;
}

.text-danger {
    color: #eda921 !important;
}

@media screen and (max-width: 768px) {
    .links {
        padding-left: 1rem;
    }

    .links li {
        text-align: justify;
    }

    .borderbottom {
        width: 100%;
        font-size: 12.9px;
        font-weight: 600;
        line-height: normal;
    }
}

.borderradius10 {
    border-radius: 20px;
}

.breadcrumb-item.active {
    color: rgb(255 255 255 / 75%);
}
.bgyellow {
    background-color: #EDA921;
}
.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.statistics-section {
    padding: 100px 0;
    background-color: #f1f1f1;
    color: #fff;
}

.statistic-item {
    text-align: center;
    padding: 30px;
    background-color: #ededed;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.statistic-item h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #eda921;

}

.statistic-item p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 768px) {
    .statistic-item {
        padding: 20px;
    }
}
.h-whatsapp {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    padding: 13px;
    z-index: 99;
    margin: 10px;
}
#thumbs .current .item, .bg-color-2, .h-whatsapp.phone {
    background: #f1b749;
}
.phone {
    display: none;
}
.fixed-icom {
    position: fixed;
    left: 0;
    top: 91%;
    z-index: 500;
}
.dropdown-item {
    background-color: black;
    color: #fff;
    line-height: 2rem;
}
.dropdown-menu li a {
    color: #fff!important;
}
.single-page {
    background: #fff;
    padding: 40px 0;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
@media (min-width: 1200px) {
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.portfolio-item {
    display: block;
    position: relative;
    margin-bottom: 2rem;
    height: 250px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.2);
}
.portfolio-item .portfolio-image img {
    height: 100%;
    opacity: .6;
}
.portfolio-item .portfolio-image .logo {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    opacity: 1;
    background: #fff;
    padding: 5px;
    box-shadow: 0 5px 10px 4px rgba(0,0,0,.2);
}
img {
    vertical-align: middle;
    border-style: none;
    object-fit: cover;
    max-width: 100%;
}