@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&family=Varela+Round&display=swap');

body{
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* LANDING PAGE SECTION MAIN IMAGES*/

.nurseBackgroundImage
{
    height: 100%;
    max-width: 100%;
    background-image: url('../images/Saudi_Background_Nurse.png');
    background-size: cover;
    background-position: center center;
}

.skilledBackgroundImage
{
    height: 100%;
    max-width: 100%;
    background-image: url('../images/Saudi_Background_Skilled.png');
    background-size: cover;
    background-position: center center;
}

.bgCard{

}

.headlineHeader
{
    font-size: 60px;
    line-height:1.4cap;
}

.headlineBody
{
    font-size: 22px;
}

.sectionTitle
{
    font-size: 30px;
}

.card
{
    max-width: 75%;
    background-color: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 20px;
}

.btn-saudi
{
    background-color: transparent;
    border: 2px solid #005430;
    border-radius: 10px;
    color: #005430;
    font-size: 15px;
}

.btn-saudi:hover
{
    background-color: #005430;
    color: #FFFFFF;
}

.btn-other
{
    background-color:#005430;
    border-radius: 10px;
    color: #ffffff;
}

.agencyName{
    font-size: 0.9em;
    height: 15px;
}


.lifeBackground
{
    background-image: url('../images/Background_LifeinSaudi.png');
    background-size: 20em auto;
    background-position: center center;
    background-repeat: no-repeat;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: -1;
}

.lifeTextBody
{
    font-size: 20px;
    line-height: 2cap;
    font-weight: 300;
}

.bg-light
{
    background-color:#dbdbdb !important;
}

.carousel-control-next,
.carousel-control-prev
{
    filter: invert(50%);
}

@media only screen and (max-width: 1500px)
{
    .cropImage1
    {
         width: 300px;
         margin: auto;
    }

 }

 @media only screen and (max-width: 1200px)
 {
     .cardTestimonial
     {
         margin: 1em auto !important;
     }

     .cropImage1{
        display: none;
     }

 }

@media only screen and (max-width: 750px)
{
    .cardTestimonial
    {
        margin: 0.7em auto !important;
    }

    .cropImage1{
        display: flex;
    }
}

  @media only screen and (max-width: 500px) {


        .headlineHeader{
            font-size: 40px;
        }

        .headlineBody{
            font-size: 25px;
        }

        .saudiCarousel
        {
            width: 250px;
            height: 200px;
        }

        .lifeTextBody
        {
            font-size: 16px;
            line-height: 2cap;
            font-weight: 300;
        }

  }

  @media (max-width: 1200px) and (max-height: 1400px)
{


        .headlineHeader{
            font-size: 40px;
            margin: auto;
        }

        .headlineBody{
            font-size: 25px;
        }


}
