:root {
    --blue: #4352A3;
    --yellow: #F9D20B;
    --black: #1F1F1F;
    --black2: #656565;
    --white: #ffffff;
    --white2: #FAFAFA;
}

@font-face {
    font-family: 'somar';
    src: url('../font/somar.otf');
}


body,
html {
    background-color: var(--white);
    margin: 0px !important;
    padding: 0px !important;
    font-family: somar !important;
}

.navbar {
    background-color: var(--white2);
    padding: 10px 64px;
}

.form-control:focus {
    color: var(--black) !important;
    background-color: var(--white) !important;
    border-color: var(--blue) !important;
    box-shadow: none !important;
}

.nav-link {
    color: var(--black);
    font-size: 19px !important;
}

.activ {
    color: var(--blue) !important;
    padding-bottom: 4px;
    font-weight: bold;
    border-bottom: 2px var(--blue) solid !important;
}

.nav-item {
    margin: 0 32px;
}


.search-navbar {
    margin-right: 60px !important;
    margin-top: 6px !important;
}

.yellow {
    background-color: var(--yellow) !important;
}

.blue {
    color: var(--blue);
}

.bg-blue {
    background-color: var(--blue);
}


/* --------start Home ------------ */



/* ------- start  section Slider----------*/

a,
a:hover,
a:focus {
    text-decoration: none;
}


#carouselExampleCaptions {

    height: 90vh !important;

}

.w-100 {
    height: 90vh !important;
    object-fit: cover !important;
}

#carouselExampleCaptions .carousel-indicators li {
    list-style: none;

}

#carouselExampleCaptions .carousel-indicators li button {
    width: 120px !important;
    height: 90px !important;
    opacity: 1 !important;
    display: block;
    background-repeat: no-repeat;
    background-size: 120px 90px;
    object-fit: cover !important;
    margin-bottom: 16px;
    border-radius: 18px;
    border-width: 2px;
    border: 1px solid #fff;
    cursor: pointer;
}

#carouselExampleCaptions .carousel-indicators  .img-li-1 {
    background-image: url("../img/img1.jpg");
}

#carouselExampleCaptions .carousel-indicators  .img-li-2 {
    background-image: url("../img/img2.jpg");
}

#carouselExampleCaptions .carousel-indicators  .img-li-3 {
    background-image: url("../img/img3.jpg");
}

#carouselExampleCaptions .carousel-indicators li img {
    border-radius: 18px;

}

#carouselExampleCaptions .carousel-indicators {
    bottom: auto;
    left: auto;
    width: auto;
    margin-left: 0;
    flex-direction: column;
    top: 120px;
}

#carouselExampleCaptions .carousel-item .over-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#carouselExampleCaptions .carousel-caption {
    top: 30% !important;
}

#carouselExampleCaptions .carousel-caption h1 {
    font-size: 50px;
    font-weight: 600;
}

#carouselExampleCaptions .carousel-caption p {
    font-size: 20px;
    font-weight: 500;
}

#carouselExampleCaptions .carousel-caption a {
    background-color: var(--yellow);
    font-size: 20px;
    font-weight: 600;
}



/* ------- End  section Slider----------*/

.news {
    margin-left: 8%;
    margin-right: 3%;
}

.news_owl .item {
    box-shadow: 0px 0px 6px 1px rgb(240, 240, 240), 0px 0px 6px 1px rgb(240, 240, 240);
    margin: 16px;
    height: 240px;
    width: 350px;
    border-radius: 16px;

}

.news_owl .item .img-card-owl {
    margin: 8px;
    height: 200px;
}

.owl-carousel .owl-item .img-content {
    margin-top: 8px;
}

.owl-carousel .owl-item img{
    display: inline !important;
    height: 190px !important;
}

.news_owl .item .img-content {

    object-fit: cover;
    border-radius: 16px;
}

.news_owl .item .news-card-text {
    text-align: center;
    font-size: 26px;
    margin-top: -8px;
}


/* ------- start  section-work----------*/

.section-work {
    background-image: url(../img/bg-section.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 20px 0px;
}

.section-work .width-section-work {
    width: 80%;
    margin-top: 120px;
}

.section-work .card-work {
    box-shadow: 0px 0px 6px 1px rgb(240, 240, 240), 0px 0px 6px 1px rgb(240, 240, 240);
    background-color: var(--white);
    width: 300px;
    height: 260px;
    text-align: center;
    border-radius: 16px;
    padding: 8px;

}

.section-work .card-work:hover .img-card-work{
    margin-top: -95px;
}


.section-work .card-work .img-card-work {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    margin-top: -90px;
    text-align: center;
    background-color: var(--blue);
    transition: all 0.3s ease-in-out;
}

.section-work .card-work .img-card-work img {
    margin-top: 30px;
}

.section-work .card-work h3 {
    text-align: center;
    font-weight: 600;
    color: var(--blue);
    margin-top: 8px;
}

.section-work .card-work p {
    font-size: 18px;
    text-align: center;
    color: var(--black2);
}

/* ------- End  section-work----------*/



.partners_owl .item {
    box-shadow: 0px 0px 6px 1px rgb(240, 240, 240), 0px 0px 6px 1px rgb(240, 240, 240);
    width: 160px !important;
    height: 160px !important;
    border-radius: 16px;
    margin: 8px;
}

.partners_owl .item .img-partners {
    margin: 15px;
    width: 130px !important;
    height: 130px !important;
    object-fit: cover;
}


/* ------- end section partners----------*/


/* ------- start section employment--------*/

.employment {
    background-color: var(--white2);
    box-shadow: 0px 0px 6px 1px rgb(240, 240, 240), 0px 0px 6px 1px rgb(240, 240, 240);
    border-radius: 24px;
    margin-top: 20px;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: 80%;
}

.employment .input-right {
    padding-right: 8%;
}


.employment .input-right .form-group {
    margin-top: 8px;
}

.employment .input-left {
    padding-left: 8%;

}

.form-group .input-ltr {
    text-align: right;
    direction: ltr;
}

.employment .row .parcode-button {
    width: 180px !important;
    margin-top: 24px;
}

.employment .row .file-upload {
    height: 100px;
    width: 84%;
    border: 1px solid #ced4da;
    background-color: #fff;
    border-radius: 0.375rem;
    margin-top: 20px;
    margin-right: 8%;
    text-align: center;
    cursor: pointer;
}

.employment .row .file-upload label {
    height: 100px !important;
    cursor: pointer;
    padding-top: 10px;
    width: 100%;
}

/* ------- end section employment----------*/






/* --------End Home ------------ */


.hero-image {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("hero.png"); */
    background-image: url("../img/hero.png");
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 40px
}

.label {
    font-size: 50px;
    color: var(--blue);
    font-weight: bold;
    margin: 40px 0;
}

.footer-label {
    font-size: 50px;
    color: var(--white);
    font-weight: bold;
    margin: 48px 0;
}

.label div {
    display: inline-block;
}

.footer-label div {
    display: inline-block;
}

.labelLeft {
    width: 80px;
    height: 7px;
    background-color: var(--yellow);
    border-radius: 30px;
}

.labelRight {
    width: 12px;
    height: 12px;
    background-color: var(--yellow);
    border-radius: 30px;
}

.label span {
    margin: 0 16px;
}

.lable-row-margin {
    margin-right: 114px;
}

.about {
    margin: 48px 0;
}

.aboutImg {
    background-image: url("../img/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 100px;
    margin-right: 50px;
    position: absolute;
    top: 30%;
}

.imageParent {
    padding-right: 70px;
    position: relative;
    height:200px;
    /* border: 1px rgba(0, 0, 0, 0.151) solid;
    border-left: none; */
    border-radius: 0 40px 40px 0;
    box-shadow: 0px 0px 6px 1px rgb(240, 240, 240), 0px 0px 6px 1px rgb(240, 240, 240);
}

.aboutTextParent {
    width: 80%;
    float: left;
    margin-top: 16px;
}

.aboutTitle {
    color: var(--blue);
    font-size: 38px;
    padding-right: 16px;
    display: inline-block;
    font-weight: 600;
    position: absolute;
    top: 0px;
}

.line {
    display: inline-block;
    height: 40px;
    width: 7px;
    background-color: var(--yellow);
    border-radius: 20px;
    margin-top: 8px;
}

.aboutBody {
    color: var(--black2);
    font-size: 24px;
    margin-left: 16px;
}

.contact-section {
    margin: 80px 0;
    padding: 32px 0;
    background-color: var(--white2);
}

.contact-img {
    background-image: url("https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl=https://sawa-aid.com/contacts&choe=UTF-8%22%20title=%22https://sawa-aid.com/contacts");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:16px;
    width: 250px;
    height: 250px;
}

.parcode-text {
    color: var(--black2);
    font-size: 23px;
}

.parcode-button {
    color: var(--white);
    font-size: 24px;
    width: 250px !important;
    margin-top: 24px;
    border: none;
    border-radius: 16px;
    padding: 8px;
}

.contact-card {
    padding: 16px 32px;
    background-color: var(--white);
    width: 70%;
    float: left;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08), 4px 4px 4px 0px rgba(0, 0, 0, 0.08) inset;
    clear: both;
    margin-bottom: 20px;
    border-radius: 20px;
}

.contact-links-card {
    padding: 24px 32px;
    background-color: var(--white);
    width: 70%;
    float: right;
    box-shadow: 0px 0px 6px 1px rgb(240, 240, 240), 0px 0px 6px 1px rgb(240, 240, 240);
    clear: both;
    margin-bottom: 20px;
    border-radius: 20px;
    margin-top: 100px;
}

.contact-card-title {
    color: var(--black2);
    font-size: 17px;
    padding: 2px 0;
}

.contact-card-name {
    color: var(--black);
    font-size: 22px;
    font-weight: 600;
    padding: 2px 0;
}

.contact-card-number {
    color: var(--black);
    font-size: 20px;
    font-weight: bold;
    padding: 2px 0;
}

.contact-card-link {
    color: var(--black);
    font-size: 20px;
    padding: 8px 0;
    transition: all 0.3s ease-in-out;

}

.contact-card-link:hover {
    margin-left: -10px;
    cursor: pointer;

}

.left {
    float: left;
    margin-top: 4px;

}

.arrow-btn {
    margin-right: 12px;
    transition: all 0.3s ease-in-out;
}

.parcode-button:hover .arrow-btn {
    margin-right: 16px !important;
}


/* --------------------------*/

.services-section .owl-carousel {
    padding-right: 5%;

}

.owl-carousel .services-item {
    height: 40vh;
    transition: all 0.3s ease-in-out;
    border-radius: 16px;

}

.owl-carousel .item .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}


.owl-carousel .item .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.205);
    color: var(--white);
    border-radius: 16px;
    padding-right: 16px;
    display: none;
}

.owl-carousel .item:hover .over {
    display: block;

}

.items-bottom {
    position: absolute;
    bottom: 0;
}

.over img {
    width: 32px !important;
}

.owl-carousel .item .over h4 {
    font-size: 30px;
    margin-bottom: 0px;
}

.owl-carousel .item .over p {
    font-size: 22px;
    line-height: 2;
}

.footer-owl-services-1 {
    height: 75px;
}

.customNavigation {
    display: inline-block;
    margin-right: 5%;
}

.customNavigation .sl-btn-prev,
.customNavigation .sl-btn-next {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.customNavigation .sl-btn-prev {
    margin-right: 15px;
}

.footer-owl-services-1 .sl-btn-1 {
    display: inline-block;
    margin-top: 10px;
}



.sl-btn-prev {
    width: 50px;
    height: 50px;
    background: var(--blue);
    transition: all 0.5s ease-in-out;
    border-radius: 8px;
    text-align: center;
    font-size: 31px;
    color: var(--white);
    display: block;
}


.sl-btn-next {
    width: 50px;
    height: 50px;
    background: var(--blue);
    border-radius: 8px;
    color: var(--white);
    text-align: center;
    font-size: 31px;
    display: block;
    transition: all 0.5s ease-in-out;
}

.sl-btn-prev:hover,
.sl-btn-next:hover {
    transform: scale(1.1);
}

/*    ---------------------  */

.footer {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 32px 0;
}

.footer-link {
    background-color: var(--white);
    padding: 24px;
    margin: 8px;
    display: inline-block;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.footer-svg {
    transition: all 0.3s ease-in-out;

}

.footer-link:hover .footer-svg {
    scale: 1.1;
}

.footer-footer {
    background-color: var(--black);
    padding: 16px;
    font-size: 22px;
    color: var(--white);
    text-align: center;
}

.contact-list-links {
    margin-right: 24px;
}