.banner{
    position: relative;
}

.banner::after, .banner::before{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
}


.banner::after{
    background: rgb(0, 0, 0, 0.25);
    height: 100%;
}

.banner::before{
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.18) 60.1%, rgba(0, 0, 0, 0.30) 100%);
}

.banner-caption{
    position: absolute;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 9;
}

.banner-caption h1,.banner-caption h2, .banner-caption h3, .banner-caption p{
    color: #fff;
}

.banner-caption h3{
    font-size: 36px;
    font-weight: 300;
}

.banner-caption h1{
    font-size: 60px;
    font-weight: 700;
}

.innerpages-banner .banner-caption{
    position: absolute;
    width: 65%;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 9;
}

.blog-banner h2 {
    font-size: 3.5vw
}

.plug_and_play{
    background: #EEF3FF;
}
.plugPlaySlider, .plugPlaySlider-1{
    overflow: hidden;
    display: flex;
    
    gap: 30px;
}

.plugPlaySlider{
    margin-bottom: 30px;
}

.plugPlaySlider-1{
    justify-content: end;
}

.marquee-inner, .marquee-inner-1 {
  display: flex;
  gap: 30px;
  white-space: nowrap;
}

.item {
  width: 325px;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 10px;
  position: relative;
}

.item img{
    border-radius: 15px;
    filter: grayscale(100);
    transition: all 0.2s ease-in-out;
}

.item:hover img{
    filter: grayscale(0);
}

.slider-caption{
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: #fff;
    font-family: var(--philosopher-font);
    font-size: 30px;
    padding: 30px;
}

/***************************************************/

.ecoPath{
    position: relative;
}

.ecoPath svg{
    width: 100%;
    height: auto;
}

.ecosystemImg{
    position: absolute;
    width: calc(100% - 80px);
    height: auto;
    left: 0%;
    top: 0%;
    border-radius: 50%;    
    transform: translate(65px,65px);
}

.thumbImg{
    width: 77px;
    height: 77px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #DBE1F4;
    position: absolute;
    z-index: 2;
}

.thumbImg img{
    border-radius: 50%;
}

.thumb_1{
    bottom: 0;
    left: -6%;
}

.thumb_1{
    bottom: 10%;
    left: -6%;
}

.thumb_2{
    bottom: 43%;
    left: -3%;
}

.thumb_3{
    bottom: 70%;
    left: 10%;
}

.thumb_4{
    top: -6%;
    left: 32.5%;
}

.thumb_5{
    top: -7%;
    left: 60%;
}

.thumb_6{
    top: 10%;
    left: 84%;
}

.slideNum span{
    width: 100px;
    border-top: 1px solid var(--light-black-color);
}

.animateText{
    color: transparent;
    font-family: var(--philosopher-font);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(30, 50, 120, 0.50);
    font-size: 99px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.mapImage{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.text-caption{
    position: absolute;
    bottom: 20px;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.fashion-market{
    background: #DBE1F4;
}

.fashion-trade{
    background: #EEF3FF;
}

.accordContainer{
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #C9DAE8;
    background: radial-gradient(91.17% 108.15% at 19.29% 21.71%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.accordContainer h4{
    background: var(--blue);
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
}

.accord_data{
    display: none;
}

.count{
    color: rgba(0, 0, 0, 0.83);
    font-weight: 700;
    font-size: 50px;
}

.halfButton{
    width: 260px;
    position: absolute;
    z-index: 1;
    right: -16px;
    bottom: 40%;
}

.fashion-city{
    overflow: hidden;
}

.fashion-city::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0px;
    left: 0px;
    background: #fff;
}

.cityBg{
    width: 260px;
    position: absolute;
    z-index: 1;
    left: -16px;
    bottom: 14%;
    mix-blend-mode: soft-light;
    opacity: 0.8;
}

.fashionCity{
    border-radius: 10px;
}

.circle{
    border-radius:50%;
    position: absolute;
    display: flex;
}

.circle h3{
    font-size: 48px;
    font-weight: 700;
}

.cir-cont{
    position: relative;
    height: 100%;
}


.cir-cont p{
    margin-bottom: 0px;
}

.cir_1{
    background: #21448C;
    z-index: 9;
}

.cir_2{
    background: #F4E0E0;
    z-index: 8;
}

.cir_3{
    background: #D3DEF8;
    z-index: 7;
}

.cir_4{
    background: #C9DAE8;
    z-index: 6;
}

.cir_5{
    background: #C9DAE8;
    z-index: 6;
}

.cir_6{
    background: #21448C;
    z-index: 6;
}

.cir_1 h3, .cir_1 p{
color: #fff;
}

.cir_2 h3, .cir_2 p{
color: #21428D;
}

.cir_3 h3, .cir_3 p{
color: #21448C;
}

.slider-caption{
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    padding: 15px;
}

.slider-caption .icon{
    width: 40px;
    margin-bottom: 5px;
}

.slider-caption .icon img{
    width: 100%;
}

.slider-caption span{
    display: block;
    white-space: normal;
    line-height: 1.1;
    min-height: 50px;
}


@media(min-width:1200px){
    .slider-caption .icon{
    width: 2.2vw;
}
    .circle h3{
        font-size: 3.4vw;
    }

    .cir_1{
        width: 18vw;
        height: 18vw;
        left: 25%;
        top: 1vw;
    }

    .cir_2{
        width: 22vw;
        height: 22vw;
        bottom: 2vw;
        left: 4vw;
    }

    .cir_3{
        width: 24vw;
        height: 24vw;
        bottom: 0vw;
        right: 4vw;
    }
    .cir_4{
        width: 21.9vw;
        height: 21.9vw;
        right: 2vw;
        top:-3vw;
    }

    .cir_5{
        width: 5vw;
        height: 5vw;
        left: 12vw;
        top:0vw;
    }

    .cir_6{
        width: 4vw;
        height: 4vw;
        left: 22vw;
        bottom:0vw;
    }

    .fashionCity{
        border-radius: 0.5vw;
    }
    .banner-caption h1{
        font-size: 4.2vw;
    }
    .banner-caption h3{
        font-size: 2.188vw;
    }
    .count{
        font-size: 3.34vw;
    }
    .accordContainer h4{

    border-radius: 0.6vw;
    padding: 0.8vw;
    font-size: 1.1vw;
}

    .text-caption{

    bottom: 1vw;
    padding: 0.8vw;
}
    .animateText{
        font-size: 5.1vw;
    }
    .thumbImg{
    width: 5vw;
    height: 5vw;
    padding: 0.5vw;
    }
    .ecosystemImg{
        width: calc(100% - 5.208vw);  
        transform: translate(4.232vw,4.232vw);
    }

    .slider-caption{
        font-size: 1.5vw;
        padding: 1.5vw;
    }

    .plugPlaySlider{

    margin-bottom: 1.5vw;
    gap: 1.5vw;
}



.marquee-inner, .marquee-inner-1 {
  gap: 1.5vw;
}

.item {
  width: 17vw;
  font-size: 1.25vw;
  border-radius: 0.6vw;
}

.item img{
    border-radius: 0.8vw;
}
}

@media(max-width:1199px){
    .banner-caption{
        width: 80%;
    }
    .cir_5, .cir_6{
        display: none !important;
    }
    .circle{
        border-radius:0%;
        position: relative;
        display: flex;
        width: 200px;
        height: 200px;
        flex: 0 0 auto;
    }

    .cir_4{
        background: #a7c7e1;
    }

    .cir-cont{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        height: auto;
    }
}

@media(max-width:991px){
    .banner{
        height: 80vh;
    }
    .banner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner-caption{
        width: 90%;
    }
}


@media(max-width:767px){
    .banner-caption h1{
        font-size: 40px;
    }

    .banner-caption h3{
        font-size: 24px;
    }

    .blog-banner h2{
        font-size: 32px;
    }

}

@media(max-width:576px){
        .banner-caption h3 {
            font-size: 22px;
        }
}