html {
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    overflow-x: hidden;
    display: block;
    font-family: 'El Messiri', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Tajawal', sans-serif;
    /* background: #f7f7fa !important; */
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

span,
em,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
strong {
    font-family: 'El Messiri', sans-serif;
    font-family: 'Poppins', sans-serif !important;
    font-family: 'Tajawal', sans-serif;
    font-style: normal;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

.w-5- {
    width: 5px;
}

.w-10- {
    width: 10px;
}

.w-15- {
    width: 15px;
}

.w-20- {
    width: 20px;
}

.w-25- {
    width: 25px;
}

.w-30- {
    width: 30px;
}

.w-100- {
    width: 100px;
}

.home-page-nd.onregister-page {
    padding-top: 150px;
    background: #fff;
}

.partner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.partner-card {
    width: 30%;
    position: relative;
    background: #fff;
    margin: 10px 0;
}

.partner-img img {
    width: 100%;
    position: relative;
    height: 250px;
    border-radius: 10px;
}

.partner-details {
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 10px #bfbfbf;
    padding: 20px;
    bottom: 20px;
    border-radius: 10px;
}

.suuport-img img {
    width: 90px;
    height: 90px;
    background: #fff;
    position: absolute;
    top: -65px;
    left: calc(50% - 45px);
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #6e6e6e82;
}

.suuport-img {
    position: relative;
    height: 35px;
}

.partner-details span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
    display: block;
}

.partner-details p {
    font-size: 12px;
    color: #757575;
    height: 40px;
    overflow: hidden;
}

.layer-img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

section.partner-sec {
    background: #fafaf9;
    padding-top: 50px;
    position: relative;
    bottom: 60px;
}

.partiner-title span {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

/* ******************singel page********************** */
.slider-partner img {
    max-height: 312px;
    background: #fff;
    border: 2px solid #fff;
    padding: 4px;
    border-radius: 16px;
    height: auto;
    width: 1009px;
    object-fit: cover;
}

section.partner-sec.single-page-part {
    height: 100vh;
    background: #F4F4F2;
}

.page-details-par span {
    height: 180px;
    overflow: hidden;
    display: block;
    overflow-y: visible;
}

.page-details-par .suuport-img img {
    left: 50px;
    top: -55px;
    border: unset;
    box-shadow: 0px 2px 10px #acacaca6;
    width: 126px;
    height: 110px;
    border-radius: 5px;
}

.page-details-par p {
    font-size: 20px;
    font-weight: 600;
}

.page-details-par .suuport-img {
    height: 80px;
}

.slider-partner button.carousel-control-prev,
.slider-partner button.carousel-control-next {
    width: 5%;
}

.rtl .page-details-par .suuport-img img {
    left: unset;
    right: 50px;
}

/* section.partner-sec.single-page-part.details-pg .container {
    width: 1009px;
} */
@media screen and (max-width: 800px) {
    .slider-partner img {
        width: 100%;
    }
    .partner-card {
        width: 100%;
    }
}
