/********** Main Car ************/


.formOuterContainer {
     background: linear-gradient(180deg, rgba(50, 142, 178, 0.80) 0%, rgba(38, 126, 170, 0.80) 100%);
    box-shadow: -3px 3px 18px rgba(92, 183, 92, 0.30);
    padding: 15px 18px 15px 18px;
    border-radius: 15px;
}

@media (min-width: 576px) {
    .formOuterContainer {
        z-index: 100;
        background: linear-gradient(180deg, rgba(50, 142, 178, 0.80) 0%, rgba(38, 126, 170, 0.80) 100%);
        box-shadow: -3px 3px 18px rgba(92, 183, 92, 0.30);
        padding: 56px 42px 42px 56px;
        border-radius: 30px
    }
}

.formInnerContainer {
    background: #fff;
    border-radius: 13px;
    padding: 0px;
    margin: 0px;
}





/**************** Main Offer ******************/
/*xs equivalent*/
.offer {
    font-family: "Tajawal", Helvetica;
    background: white;
    box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
    text-align: center;
    display: block;
    position: relative;
}

@media (min-width: 576px) {

    /*sm equivalent*/
    .offer {
        font-family: "Tajawal", Helvetica;
        background: white;
        box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
        text-align: center;
        display: block;
        position: relative;
    }
}

@media (min-width: 768px) {

    /*md equivalent*/
    /*put your class here*/
    .offer {
        background: white;
        box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
        text-align: center;
        display: block;
        position: relative;
       /* background-image: url('img/offer-Line.svg');
        background-repeat: no-repeat;
        background-position-x: 160px;
        background-position-y: 250px;
        background-size: 55%;*/
    }
}

@media (min-width: 992px) {

    /*lg equivalent*/
    /*put your class here*/
    .offer {
        background: white;
        box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
        text-align: center;
        display: block;
        position: relative;
        /*background-image: url('img/offer-Line.svg');
        background-repeat: no-repeat;
        background-position-x: 250px;
        background-position-y: 250px;
        background-size: 50%;*/
    }
}

@media (min-width: 1200px) {

    /*xl equivalent*/
    /*put your class here*/
    .offer {
        background: white;
        box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
        text-align: center;
        display: block;
        position: relative;
       /* background-image: url('img/offer-Line.svg');
        background-repeat: no-repeat;
        background-position-x: 250px;
        background-position-y: 220px;
        background-size: 55%;*/
    }
}

@media (min-width: 1400px) {

    /*xl equivalent*/
    /*put your class here*/
    .offer {
        background: white;
        box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
        text-align: center;
        display: block;
        position: relative;
        /*background-image: url('img/offer-Line.svg');
        background-repeat: no-repeat;
        background-position-x: 300px;
        background-position-y: 220px;*/
    }
}


.offer-Line {
    position: relative;
    z-index: -1;
}

.offer-head {
    font-family: "Tajawal", Helvetica;
    text-align: center;
    color: #267EAA;
    font-size: 36px;
    font-weight: 500;
    margin-top: 60px;
}

.offer-class {
    margin: 0px;
    padding: 10px;
    align-items: center;
    display: block;
}

.offer-image {
    text-align: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
    border-radius: 12px;
    border: 5px white solid;
}

.offer-title {
    font-family: "Tajawal", Helvetica;
    margin-top: 40px;
    text-align: center;
    color: #212121;
    font-size: 20px;
    font-weight: 700;
    word-wrap: break-word;
}

.offer-text {
    font-family: "Tajawal", Helvetica;
    width: 90%;
    margin: 16px;
    padding: 10px;
    text-align: center;
    color: #212121;
    font-size: 20px;
    font-weight: 400;
    display: block;
}

.offer-div {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
/************ Why Ammn ***************/
.whyAmmnContainer {
    font-family: "Tajawal", Helvetica;
    display: grid;
    align-content: center;
    /*height: 530px;*/
    vertical-align: middle;
    background-color: #F7F9FB;

}

.whyAmmn {
    vertical-align: baseline;
    height: 100%;
    justify-content: start;
    align-self: center;
    display: grid;
    justify-items: start;
    align-items: center;
    align-content: center;
    margin: 5px;
}

.whyAmmnTitle {
    color: #267EAA;
    font-size: 36px;
    font-family: "Tajawal", Helvetica;
    font-weight: 500;
    margin-top: 45px;
}

.whyAmmnText {
    color: #212121;
    font-size: 16px;
    font-family: "Tajawal", Helvetica;
    font-weight: 400;
    margin-top: 20px;
    font-weight: 400;
    line-height: 25px;
    padding: 10px;
    text-align: start;
}


/********** Partener *********/
.paratenerContainer {
    display: grid;
    align-content: center;
    background: white;
    box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
    position: relative;
}

.paratenerTitle {
    color: #267EAA;
    font-size: 36px;
    font-family: "Tajawal", Helvetica;
    font-weight: 500;
    word-wrap: break-word;
    text-align: center;
    margin-bottom: 5px;
    /*margin-top: 48px;*/
}

.paratenerText {
    color: black;
    font-size: 20px;
    font-family: "Tajawal", Helvetica;
    font-weight: 500;
    word-wrap: break-word;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 56px;
}

.paratenerImgDiv {
    margin-bottom: 60px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.paratenerImg {
    margin: 30px;
    width: 150px;
    height: 150px;
}


/****** contact ******/
.contactContainer {
    background-color: #F7F9FB;
    display: grid;
    padding-top: 80px;
    justify-items: center;
}

.contact {
    background: white;
    box-shadow: -3px 3px 18px rgba(92, 183, 92, 0.30);
    border-radius: 64px;
    position: relative;
    top: 70px;
    z-index: 1;
}

.contact-Class {
    display: flex;
    padding: 30px;
}

.contact-logo {
    width: 58px;
    height: 58px;
}

.contact-line {
    width: 1px;
    height: 57px;
    object-fit: cover;
    margin-left: 13px;
    margin-right: 23px;
}

.contact-group {
   
}

.contact-name {
    font-family: "Tajawal", Helvetica;
    font-weight: 500;
    color: var(--gray-dark);
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    /*direction: rtl;*/
    text-align: start;
}

.contact-text {
    font-family: "Tajawal", Helvetica;
    font-weight: 500;
    color: var(--black);
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}
