/* Hero */
.hero_manufacturer {
    min-height: 80vh;
    background: linear-gradient(to right, #000, #ffffff00),
                url('https://maymaan.b-cdn.net/assets/frontend/img/optimized/page08-Distributors01.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px;
}
.hero_manufacturer_heading{
    font-size: 7.5em;
    font-weight: 800;
    color: #fff;
    margin-top: 20vh;
}



/* New Era */
.newera{
    background: linear-gradient(to right, #000, #1881e3);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10vh 50px;
}
.newera_left{
    padding: 50px;
}

.newera_image{
    width: 100%;
    height: 100%;
    /* border: 1px solid #f1f1f1; */
    border-radius: 15px;
    object-fit: cover;
}
.newera_right{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newera_right h2 {
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 25px;
}
.newera_right p{
    margin-bottom: 25px;
}
.newera_right .btn-light{
    border: 1px solid #fff;
    border-radius: 50px;
    background: #fff;
    font-weight: 700;
    width: 200px;
    margin-top: 5vh;
}


/* Why choose */
.whychoose{
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10vh 50px;
    position: relative;
}
.whychoose_right{
    padding: 0px 50px 50px 50px;
}

.whychoose_image{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.whychoose_left{
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px;
}
.whychoose_left h2 {
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 25px;
}
.whychoose_left p {
    font-size: 1.45em;
}
.whychoose_box_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    left: 20%;
    bottom: 8vh;
}
.whychoose_box{
    height: 200px;
    width: 200px;
    background: linear-gradient(to right, #000, #1881e3);
    border-radius: 10px;
    position: relative;
    color: #fff;
    text-align: right;
    padding: 15px 15px 15px 15px;
    margin: 10px;
}
.whychoose_box i {
    font-size: 50px;
}
.whychoose_box img {
    height: 50px;
    margin-bottom: 15px;
}
.whychoose_box p{
    font-size: 0.9em;
    text-align: left;
}

/* What we deliver */

.whatwedeliver{
    background: linear-gradient(to right, #000, #1881e3);
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10vh 10% 10vh 50px;
    position: relative;
}

.whatwedeliver::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    background-image: url('https://maymaan.b-cdn.net/assets/frontend/img/icon/AQUASTROKE-vertical.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    pointer-events: none;
    z-index: 1;
    height: 90%;
    width: 100%;
    transform: translate(-1%, 0%) !important;
    opacity: 1;
}

.whatwedeliver_h2{
    font-size: 50px;
    font-weight: 800;
}

.whatwedeliver_p{
    font-size: 19px;
}

.whatwedeliver_box_container {
    margin-top: 10vh !important;
}

.whatwedeliver_box{
    background: linear-gradient(to left, #000, #1881e3);
    margin: 0px;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    min-height: 180px;
    position: relative;
    z-index: 3;
}

.whatwedeliver_box p b{
    font-size: 19px;
}

.whatwedeliver_box p{
    font-size: 17px;
    margin-top: 6px;
}



/* Partner built */

.partnerbuilt{
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10vh 50px;
}

.partnerbuilt_left{
    height: 100%;
    width: 100%;
    background: url('https://maymaan.b-cdn.net/assets/frontend/img/optimized/page08-Distributors02.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partnerbuilt_image {
    margin-top: 80px;
    height: 50px;
    width: auto;
}

.partnerbuilt_right{
    margin-left: 30px;
}

.partnerbuilt_right_contact{
    min-height: 400px;
    background: #f1f1f1;
    border-radius: 15px 15px 15px 15px;
    margin-top: 50px;
    padding: 25px;
}

.partnerbuilt_right h2{
    font-weight: 800;
    margin-bottom: 20px;
}

.partnerbuilt_right p{
    
}

.partnerbuilt_right h4{
    font-weight: 800;
    margin-bottom: 20px;
}



/* --------------  Small Devices  -------------- */
/* Larger smartphones & small tablets in portrait */
@media (max-width: 767px) {
    /* styles for large phones & small tablets */

    .hero_manufacturer {
        min-height: 60vh;
    }

    .hero_manufacturer_heading {
        font-size: 2.6em;
    }

    .newera {
        padding: 25px 25px 7vh 25px;
    }

    .newera_left {
        padding: 0;
    }

    .newera_right h2 {
        font-size: 1.8em;
        margin-top: 25px;
    }

    .whychoose {
        padding: 7vh 25px;
    }

    .whychoose_left {
        padding: 0px 0px 25px 0;
    }

    .whychoose_left h2 {
        font-size: 2em;
    }

    .whychoose_left p {
        font-size: 1.2em;
    }

    .whychoose_right {
        padding: 0px 0px 0px 0px;
    }

    .whychoose_box_container {
        left: -3%;
        bottom: 0vh;
        position: relative;
        width: 104%;
        margin-top: 25px;
        flex-direction: column;
    }

    .whychoose_box {
        width: 100%;
        height: auto;
        margin: 0px 5px 15px 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .whychoose_box img {
        height: auto;
        width: 40px;
        margin: 10px;
    }

    .whychoose_box p {
        font-size: 14px;
        text-align: left;
        line-height: 26px;
    }

    .whatwedeliver {
        padding: 7vh 20% 7vh 25px;
    }

    .whatwedeliver .container{
        width: 100%;
        margin: 0;
    }

    .whatwedeliver::after {
        top: 10%;
        right: 1%;
        height: 80%;
    }


    .whatwedeliver_h2 {
        font-size: 2em;
    }

    .whatwedeliver_box_container {
        margin-top: 4vh !important;
    }

    .whatwedeliver_box_container .col-md-3 {
        margin-bottom: 15px;
    }

    .whatwedeliver_box {
        min-height: 115px;
    }

    .partnerbuilt {
        padding: 7vh 25px;
    }
    
    .partnerbuilt .partnerbuilt_left_col {
        margin-bottom: 25px;
    }
    
    .partnerbuilt_left {
        height: 25vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .partnerbuilt_image {
        margin-top: 0;
    }

    .partnerbuilt .partnerbuilt_right_col {
        width: 100%;
    }

    .partnerbuilt_right {
        margin-left: 0px;
    }
}
    

/* --------------  Medium Devices  -------------- */
/* Tablets in landscape, small laptops */
@media (min-width: 768px) and (max-width: 1023px) {
    /* styles for tablets & small laptops */
    
    .hero_manufacturer_heading {
        font-size: 5.5em;
    }

    .newera_left {
        padding: 0 30px 0 0;
    }

    .newera_right h2 {
        font-size: 2.5em;
    }

    .whychoose_left {
        padding: 0px 50px 23vh 0;
    }

    .whychoose_left h2 {
        font-size: 2.5em;
    }

    .whychoose_left p {
        font-size: 1.2em;
    }

    .whychoose_right {
        padding: 0px 0px 0px 0px;
    }

    .whychoose_box_container {
        left: 4%;
        bottom: 9vh;
    }

    .whychoose_box {
        height: 170px;
        width: 170px;
    }

    .whatwedeliver::after {
        top: 10%;
        right: 1%;
        height: 80%;
    }

    .whatwedeliver_box_container .col-md-3 {
        width: calc(50% - 30px);
        margin-bottom: 12px;
        margin-right: -10px;
    }


    .whatwedeliver_h2 {
        font-size: 2.5em;
    }
    
    .partnerbuilt .partnerbuilt_left_col {
        width: 40%;
    }

    .partnerbuilt .partnerbuilt_right_col {
        width: 60%;
    }

    .partnerbuilt_right {
        margin-left: 10px;
    }
}


/* --------------  Large Devices  -------------- */
/* Laptops and small desktops */
@media (min-width: 1024px) and (max-width: 1279px) {
    /* styles for laptops */
    .newera_left {
        padding: 0 30px 0 0;
    }

    .whychoose_left {
        padding: 0px 50px 25vh 0;
    }

    .whychoose_left p {
        font-size: 1.2em;
    }

    .whychoose_right {
        padding: 0px 0px 0px 0px;
    }

    .whatwedeliver::after {
        top: 10%;
        right: 1%;
        height: 80%;
    }

    .partnerbuilt .partnerbuilt_left_col {
        width: 40%;
    }

    .partnerbuilt .partnerbuilt_right_col {
        width: 60%;
    }

    .partnerbuilt_right {
        margin-left: 10px;
    }

}



/* --------------  Extra Large Devices  -------------- */
/* Full HD screens & larger desktops */
@media (min-width: 1280px) and (max-width: 1535px) {
    /* styles for desktops */
    .newera_left {
        padding: 0 30px 0 0;
    }

    .whychoose_left {
        padding: 0px 50px 25vh 0;
    }

    .whychoose_right {
        padding: 0px 0px 0px 0px;
    }

}


/* --------------  Extra Large Devices  -------------- */
/* Full HD screens & larger desktops */
@media (min-width: 1536px) and (max-width: 1980px) {
    /* styles for desktops */
    .whychoose_left {
        margin-bottom: 23vh;
    }
}