:root {
    --ColorBlack: #1F2022;
}

.Cbg_banner {
    width: 450px;
    height: 400px;
    /* clip-path: polygon(0% 15%, 0 11%, 11% 0, 85% 0%, 100% 0, 100% 15%, 100% 88%, 91% 100%, 94% 100%, 15% 100%, 0 100%, 0% 85%); */

}

.Cbg_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.array-nexts img {
    transform: rotate(180deg);
}



.mobil_logo img {
    width: 100%;
}

.header-logo {
    width: 50px;
}

.header-logo img {
    width: 100%;


}

.anivercery_banner img {
    width: 100%;
    height: 100%;
    border: 2px solid var(--theme);
}


.service-section {
    background-color: var(--ColorBlack);
}


.service-section h2 {

    color: var(--theme);
}

.logo-img img {
    width: 100%;
    height: 100%;

}

.service-box-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.accordion-item:first-of-type .accordion-button {
    background-color: var(--theme);
    color: white;
    outline: none;
    border: none;
}

.details-image {
    height: 400px;
}

.details-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contect_info {
    background-color: var(--theme);
}

.contect {

    margin-top: 30px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #F2F5FA;
    padding: 40px;

}

.contect_ul {
    list-style: disc;
    margin-top: 8px;
    width: 100%;
}

.contect_ul li a {
    color: inherit;
}

.fmcg img {
    object-position: top center;
}

.cta-img {
    width: 350px;
    height: 350px;
}

.cta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.network_img {
    width: 200px;
    height: 200px;
}

.network_img img {
    width: 100%;
    height: 100%;
}

.hero-image {

    height: 635px;
}

.hero-image img {
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}


.about-image {
    width: 485px;
    height: 485px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.693);
    
}

.about-image img {
    object-fit: cover;
 
}

.accordion-item:first-of-type .accordion-button{
    font-weight: 500;
    text-transform:uppercase;
}

@media (max-width: 768px) {
    .network_desktop {
        display: none;
    }

    .Cbg_banner {
        padding: 0 60px;
    }

    .hero-1 {

        padding: 100px 0 60px;
    }
    .about-wrapper .about-image  {
        max-width: 100%;
    }
}