

/*banner*/

.banner-container{
    position: relative;
}

.banner-sw-box{
    background-color: var(--primary-color);
    border-radius: 41px;
    padding: 26px;
    border: 4px solid #fff;
    position: absolute;
    min-height: 215px;
}

.banner-sec-slider{
    width: 600px;
    position: absolute;
    bottom: -3px;
    left: 9px;
    z-index: 11;
}

.whole-banner{
    position: relative;
}



.banner-back{
    background-image: url(../images/banner.png);
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 86px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}

.banner-back::before{
    position: absolute;
    content:"";
    background-color: rgba(70, 56, 44, 0.38);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 86px;
}


.banner-extra{
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.banner-extra3{
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: 0;
}


.banner-extra2{
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    bottom: -5px;
    left: -2px;
    width: 696px;
}

.banner-extra2 path{
    fill: #ffffff;
    stroke: #fff;
}


.banner-sec-slider .swiper{
    height: 212px;
}

.mybanner-content{
    max-width: 560px;
    padding-left: 50px;
    margin-top: 150px;
    position: relative;
}

.mybanner-content h2{
    color: #fff;
}

.mybanner-content p{
    color: #fff;
}

.add-to-cart{
    background-color: var(--primary-color);
    padding: 5px 20px;
    border-radius: 20px;
    width: fit-content;
}
.add-to-cart span{
    color: #fff;
}

.banner-sw-content h4{
    color: #fff;
}

.banner-sw-content p{
    color: #d4bdac;
}



.swiper-pagination-slide .swiper-pagination-bullet{
    width: 19px;
    height: 3px;
    border-radius: 2px;
}


.swiper-pagination-slide .swiper-pagination-bullet-active {
    background-color: #fff;
}


.swiper-pagination-slide2 .swiper-pagination-bullet{
    width: 19px;
    height: 3px;
    border-radius: 2px;
}


.swiper-pagination-slide2 .swiper-pagination-bullet-active {
    background-color: #fff;
}

/*banner*/






/*freudians*/


.process-map{
    padding-block: 100px;
}


.map-row{
    width: 100%;
    height: auto;
}

.map-row img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map-row img:first-child {
    display: block;
}

.map-row img:nth-child(2) {
    display: none;
}



/*freudians*/



@media screen and (max-width: 1399px){

}

@media screen and (max-width: 1199px){

    .banner-back {
        justify-content: center;
    }

    .mybanner-content {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .banner-back {
        min-height: 628px;
    }

}

@media screen and (max-width: 991px){


    .map-row img:first-child {
        display: none;
    }

    .map-row img:nth-child(2) {
        display: block;
    }


    .banner-sw-box {
        position: unset;
    }

    .banner-sec-slider .swiper {
        height: unset;
        height: 100%;
    }



    .banner-sw-box {
        margin-top: 10px;
    }

    .banner-extra2{
        display: none;
    }

    .banner-sec-slider {
        width: 100%;
        position: unset;
    }

    .banner-back {
        min-height: 506px;
        border-radius: 40px;
        position: relative;
    }

    .banner-back::before {
        border-radius: 40px;
    }

}


@media screen and (max-width: 767px){

}

@media screen and (max-width: 575px){


    .mybanner-content p {
        font-size: 14px;
    }

    .mybanner-content h2 {
        font-size: 20px;
    }

    .banner-sw-content p {
        font-size: 14px;
    }

    .banner-sw-content h4 {
        font-size: 18px;
    }

    .banner-back {
        min-height: 373px;
    }
    .mybanner-content {
        margin-top: 0;
    }

    .banner-back {
        align-items: center;
        justify-content: center;
    }

    .process-map {
        padding-block: 50px;
    }

    .banner-sw-box {
        min-height: unset;
    }



}

@media screen and (max-width: 425px){

    .mybanner-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-date {
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 320px){

}

