/* Global Style */
:root {
    --blue-text: rgba(105, 163, 189, 1);
    --green-text: rgba(166, 197, 59, 1);
    --background-blue: rgba(9, 49, 79, 1);
    --background-blue-white: rgba(234, 238, 247, 1);
}

.container_pb {
    max-width: 1600px;
    margin-inline: auto;
    padding: 40px 80px;
    position: relative;
}

.title_color {
    color: var(--blue-text);
    font-weight: bolder;
    margin-bottom: 20px;
}

.container_pb ul {
    display: flex;
    flex-direction: column; 
    margin-block: 16px;
    list-style: disc;
    font-size:18px;
}

.container_pb ul li {
    list-style-position: inside !important;
}

/* Header Style */

.super_header {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--background-blue);
    z-index: 1;
    text-align: center;
    padding-inline: 20px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.super_header .container_pb{
    z-index: 1;
}

.super_header h1,
.super_header span {
    line-height: 88px;
}
.faded_presentation p,
.faded_presentation b {
    line-height: 88px;
}

.super_header h1 * {
    color: white;
    display: block;
    font-weight: lighter;
}
.faded_presentation p {
    color: white;
    display: block;
    font-weight: lighter;
}

.super_header::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .13;
    background-size: cover;
/*    z-index: -1;*/
    background-color: var(--background-blue);
    opacity: .85;
}

.super_header::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(9, 49, 79, 0.5) 0%, rgba(0, 0, 0, 0) 100%, rgba(9, 49, 79, 0) 100%);
    background-size: cover;
    mix-blend-mode: multiply;
/*    z-index: -1;*/
}


.rectangle {
    position: absolute;
    background-color: white;
    max-width: 1600px;
    height: 100px;
    width: calc(100% - 15px);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

@media (max-width:1024px) {
    .rectangle {
        width: calc(100% - 15px);

    }
}

@media (max-width:447px) {
    .super_header h1 {
        line-height: 35px;
    }

    .super_header h1 *{
        font-size: 28px;
    }
    .faded_presentation p {
        line-height: 35px;
        font-size: 28px;
    }
}

@media (min-width:448px) {
    .super_header h1 {
        line-height: 35px;
    }

    .super_header h1 * {
        font-size: 34px;
    }
    .faded_presentation p {
        line-height: 35px;
        font-size: 34px;
    }
}

@media (min-width:778px) {
    .super_header h1 {
        line-height: 58px;
    }

    .super_header h1 * {
        font-size: 45px;
    }
    .faded_presentation p {
        line-height: 58px;
        font-size: 45px;
    }
}

@media (min-width:1024) {
    .super_header h1 {
        line-height: 70px;
    }

    .super_header h1 * {
        font-size: 52px;
    }
    .faded_presentation p {
        line-height: 70px;
        font-size: 52px;
    }
}


@media (min-width:1280px) {
    .super_header h1 {
        line-height: 70px;
    }

    .super_header h1 * {
        font-size: 40px;

    }
    .faded_presentation p {
        line-height: 70px;
        font-size: 40px;
    }
}





/* Bareedi Styles */

.bareedi .super_header::before {
/*    background: url('../images/bareediAndpharmacies/Kuwait_Bareedi.jpeg') no-repeat center;*/
    background-size: cover;
}

/* section-1 */


.bareedi .section-1 .container_pb {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 30px;
    padding-bottom: 60px;
}

.bareedi .section-1 .container_pb div {}

.bareedi .section-1 .container_pb .introduction_section {
    font-weight: normal;
    z-index: 10;
    margin-top: -100px;
    padding-top: 40px;
}

.bareedi .section-1 .container_pb .introduction_section .key_feature {
    display: flex;
    flex-direction: column;
}


/* section-2 */
.bareedi .section-2 {
    background-color: var(--background-blue-white);
}

.bareedi .section-2 .container_pb {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.bareedi .section-2 .container_pb .title_my {
    color: var(--green-text);
    font-weight: bolder;
    margin-bottom: 20px;
}

.bareedi .section-2 .container_pb .image_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.bareedi .section-2 .container_pb .image_container .text_color {
    color: var(--green-text);

}

.bareedi .section-2 .container_pb .image_container img {
    max-width: 750px;
    width: 48%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}


@media (max-width:778px) {
    .bareedi .section-2 .container_pb .image_container {
        flex-direction: column;
    }

    .bareedi .section-2 .container_pb .image_container img {
        width: 100%;

    }
}

/* section-3 */

.bareedi .section-3 {
    background-color: var(--background-blue);
    color: white;
}

.bareedi .section-3 .container_pb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bareedi .section-3 .container_pb img {
    max-height: 250px;
}

@media (max-width:1280px) {
    .bareedi .section-3 .container_pb img {
        display: none;
    }
}

/* section-4 */
.bareedi .section-4 .container_pb ul {
    margin-block: 0;
}

.bareedi .section-4 .container_pb {
    display: flex;
    flex-direction: column;
}

.bareedi .section-4 .container_pb .container_cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width:778px) {
    .bareedi .section-4 .container_pb .container_cards {
        justify-content: center;
    }
}

.bareedi .section-4 .container_pb .card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden;
    margin-block: 20px;
    padding: 100px 30px 30px;
    color: white;
    z-index: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    max-width: 350px;
}

.bareedi .section-4 .container_pb .card::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(9, 49, 79, 1) 40%, rgba(9, 49, 79, 0));
    z-index: -1;
}

.bareedi .section-4 .container_pb .card.card-1 {
    background: url('../images/bareediAndpharmacies/background-card-1.jpeg') no-repeat center;
    background-size: cover;
}

.bareedi .section-4 .container_pb .card.card-2 {
    background: url('../images/bareediAndpharmacies/background-card-2.jpeg') no-repeat right top;
    background-size: cover;
}

.bareedi .section-4 .container_pb .card.card-3 {
    background: url('../images/bareediAndpharmacies/background-card-3.jpeg') no-repeat right;
    background-size: cover;
}

.bareedi .section-4 .container_pb .card.card-4 {
    background: url('../images/bareediAndpharmacies/background-card-4.jpeg') no-repeat center;
    background-size: cover;
}

.bareedi .section-4 .container_pb .card .logo {
    height: 80px;
    width: 80px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/* section-5 */

.bareedi .section-5 {
    background-color: var(--background-blue);
    border-bottom: 1px solid white;
}

.bareedi .section-5 .container_pb {
    display: flex;
    flex-direction: column;
    color: white;
}

.bareedi .section-5 .container_pb .title_my {
    color: var(--green-text);
    font-weight: bold;
    margin-bottom: 20px;
}

.bareedi .section-5 .container_pb p {
    line-height: 32px;
}

/* Pharmacies Styles */
.pharmacies .section-1 .container_pb {
    padding-top: 30px;
    padding-bottom: 60px;
}

.pharmacies .super_header::before {
/*    background: url('../images/bareediAndpharmacies/Kuwait_Pharmacies.jpeg') no-repeat center;*/
    background-size: cover;
}

.pharmacies .section-1 .container_pb {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.pharmacies .section-1 .container_pb .introduction_section {
    font-weight: normal;
    z-index: 10;
    margin-top: -100px;
    padding-top: 40px;
}

.pharmacies .section-1 .container_pb .key_feature {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pharmacies .section-1 .container_pb .key_feature .features_container {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 30px;
}

.pharmacies .section-1 .container_pb .key_feature h6.title_my.title_color {
    margin-bottom: 25px;
    font-weight: bolder !important;
}

.pharmacies .section-1 .container_pb .key_feature .features_container .feature_card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    max-width: 300px;
}

.pharmacies .section-1 .container_pb .key_feature .features_container .feature_card img {
    width: 72px;
    background-color: rgba(166, 197, 59, 0.1);
    padding: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.pharmacies .section-1 .container_pb .key_feature .features_container .feature_card .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    line-height: 32px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.pharmacies .section-1 .container_pb .key_feature .features_container .feature_card .description.show-all-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    line-height: 32px;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
}

.pharmacies .section-1 .container_pb .key_feature .features_container .feature_card span {
    display: none;
}

.pharmacies .section-1 .container_pb .key_feature .features_container .feature_card .show {
    display: inline;
    color: var(--green-text);
    cursor: pointer;
}


/* Section 2 */


.pharmacies .section-2 {
    background-color: rgba(234, 238, 247, 1);
}

.pharmacies .section-2 .container_pb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 40px;
    gap: 200px;
}

@media (min-width:778px)and (max-width:1023px) {
    .pharmacies .section-2 .container_pb {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;

    }
}

.pharmacies .section-2 .container_pb .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.pharmacies .section-2 .container_pb .part {
    line-height: 32px;
}

.pharmacies .section-2 .container_pb .image_part {
    position: relative;

}

@media (max-width:1200px) {
    .pharmacies .section-2 .container_pb .image_part {
        display: none;
    }
}

.pharmacies .section-2 .container_pb .image_part .container_img {
    height: 500px;
    width: 250px;
    padding: 10px;
}

.pharmacies .section-2 .container_pb .image_part .container_img.android_img {
    background: url('../images/bareediAndpharmacies/AndoridPhone.png') no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.pharmacies .section-2 .container_pb .image_part .container_img.ios_img {
    background: url('../images/bareediAndpharmacies/IOSPhone.png') no-repeat;
    background-size: contain;
    position: relative;
    z-index: 10;
    position: absolute;
    height: 440px;
    width: 150px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 5;
}

/* section-3 */
.pharmacies .section-3 {
    background-color: rgba(9, 49, 79, 1);
}

.pharmacies .section-3 .container_pb {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.pharmacies .section-3 .container_pb .section_why {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pharmacies .section-3 .container_pb .title_section_3 {
    color: rgba(166, 197, 59, 1);
    font-weight: bold;

}

.pharmacies .section-3 .container_pb .section_solution {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pharmacies .section-3 .container_pb .section_solution .title_list {
    color: white;
    font-weight: bold;

}

.pharmacies .section-3 .container_pb .section_solution p {
    color: white;
}

.pharmacies .section-3 .container_pb .section_solution ul {
    color: white;
    list-style-position: inside;
}

/* section-4 */
.pharmacies .section-4 .container_pb {
    padding: 40px;
}


/* Animation Styles */
.reveal {
    opacity: 0;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -o-transition: 1s all;
}

.reveal.active {
    opacity: 1;
}

.reveal_left {
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
}

.reveal_left.active {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.reveal_right {
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
}

.reveal_right.active {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.reveal_top {
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.reveal_top.active {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.faded_presentation {
    animation: normal faded_opacity 2s;
    -webkit-animation: normal faded_opacity 2s;
}

@keyframes faded_opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pharmacies .section-3 .container_pb .section_solution p{
    font-size:18px;
}