.bg_aboutUs {
    position: relative;
    background-image: url("../images/aboutUs/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 759px;
    text-align: center;
    z-index: 0;
    background-position: center;
}

.main_about_bg{
    height: 100vh !important;
}

.aboutUs .shop_now_port{
    left: 11%;
}

.aboutUs h1,
.title_mainShop {
    color: #BEB093;
    font-weight: bold;
}

.aboutUs h5 {
    color: #E9E5DD;
}

.aboutUs .bottom_texts_about {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, -28%);
    z-index: 1;
    top: 0;
}

.aboutUs .sectionTwoAboutUs {
    position: relative;
    top: 0px;
}

.bg_map {
    background-size: cover;
    background-repeat: no-repeat;
    width: 55%;
    z-index: 0;
    position: absolute;
    height: 100vh;
    top: -230px;
}

.shadow_title_what_we_do_about {
    top: -17px;
    color: #453c323b;
    position: absolute;
}

.title_what_we_do {
    color: #BEB093;
    position: relative;
    z-index: 2;
}

.number_what_we_do {
    position: absolute;
    color: #d6cec11f;
    font-size: 100px;
    font-weight: 700;
    left: 67px;
    top: -25px;
}

.industries .active .active_image {
    display: block;
}

.industries .active .none_active_image {
    display: none;
}

.title_mainShop {
    position: relative;
    z-index: 1;
}

.industries .shadow_title_about {
    color: #453c323b;
    position: absolute;
    top: -34px;
    left: -50px;
    font-size: 48px;
    z-index: 0;
}

.industries .shadow_title_about_ar {
    right: 0px;
}

.industries .shadow_title_previews {
    top: 152px;
}

.achievements .carousel-indicators {
    margin-right: 15% !important;
    display: flex;
    align-items: center;
}

.achievements .carousel-indicators [data-bs-target] {
    background-color: #b89a7dde;
    width: 25px;
    height: 2px;
}

.achievements .carousel-indicators .active {
    opacity: 1;
    background-color: #B89A7D;
    border-radius: 50%;
    width: 10px;
    height: 9px;
}

.whereWe {
    height: 70vh;
}

.industries .paragragh_what_we_do {
    /* margin-left: 260px; */
}

#swipperTaps .swiper-slide {
    width: auto !important;
}

@media (max-width: 768px) {
    .aboutUs {
        height: 413px;
    }
    .aboutUs #carouselExampleCaptions img{
        height: 50vh;
    }

    .aboutUs h1 {
        font-size: 20px;
    }

    .aboutUs h5 {
        font-size: 14px;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px !important;
    }

    .aboutUs .shop_now_port {
        margin-top: 35px;
        width: 160px;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        left: 30%;
    }

    .aboutUs .content_mainShop {
        padding-top: 110px;
    }

    .aboutUs .bottom_texts_about {
        top: 60px;
    }

    .bg_map {
        top: -40px;
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0px;
    }

    .aboutUs .sectionTwoAboutUs {
        top: 0px;
    }

    .aboutUs .title_mainShop {
        margin-top: -20px;
    }

    .whereWe {
        height: 45vh;
    }

    #whatWeDoAbout-tabs .transformations_links a {
        font-size: 14px !important;
    }

    .number_what_we_do {
        left: -13px;
        top: -48px;
        font-size: 80px;
    }

    .overflowx_small_screen {
        overflow-x: hidden;
    }

    .industries .shadow_title_about {
        top: -9px;
        left: 0px;
        font-size: 18px;
    }

    .title_evolution {
        font-size: 20px;
    }

    .industries .paragragh_what_we_do {
        margin-left: 0px;
        font-size: 13px;
    }

    #whatWeDoAbout-tabs .transformations_links {
        padding: 5px 4px;
    }
    .main_about_bg{
        height: 50vh !important;
    }
}