.pre-section1{
    width: 100%;
    height: 50px;
}

.section1 {
    width: 100%;
    height: 100%;
    background-image: url('/images/plans-bg.jpg');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    padding-bottom: 60px;
}

.section1-main{
    display: flex;
    width: 90%;
    margin-top: 0%;
    margin-right: 5%;
    gap:50px;
}


.section1-right{
    width: 40%;
    height: 100%;
}
.section1-right h1{
    color: white;
    font-size:30px;
    margin-top: 30%;
}

.section1-right p{
    color: white;
    font-size: 18px;
    line-height: 40px;
    margin-top: -5%;
}
.section1-left{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 60%;
    margin-top: 0%;
    gap:50px;
}

.section1-left-card1{
    width: 100%;
    height: 100%;
    height: 100%;
    border: 3px solid white;
    background: rgba(102, 140, 10, 0.1);
}

.section1-left-card1-header1{
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1-left-card1 ul{
    list-style: none;
    color: white;
    line-height: 50px;
    font-family: 'Cairo', sans-serif;
    font-weight: 800;
}

.section1-left-card1 ul span{
    opacity: 0.7;
}
.section1-left-card1 ul .fa-check{
    color: #668c0a;
}

.section1-left-card1 ul .fa-xmark{
    color: #ed1b24;
}

.section1-left-card1-btn{
    width: 40%;
    height: 40px;
    margin-right: 30%;
    background-color: #fff;
    border-radius: 5px;
}
.section1-left-card1-btn a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    color: black;
    font-weight: 800;
}
.section1-left-card1-gap{
    width: 100%;
    height: 30px;
}
.section1-left-card2{
    border: 3px solid #668c0a;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.section1-left-card1-header2{
    width: 100%;
    height: 80px;
    background-color: #668c0a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.section1-left-card2 ul{
    list-style: none;
    color: white;
    line-height: 50px;
    font-family: 'Cairo', sans-serif;
    font-weight: 800;
}


.section1-left-card2 ul .fa-check{
    color: #668c0a;
}

.section1-left-card2-btn{
    width: 40%;
    height: 40px;
    margin-right: 30%;
    background-color: #fff;
    border-radius: 5px;
}
.section1-left-card2-btn a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    color: black;
    font-weight: 800;
}

.section1-left-card2 p{
    text-align: center;
    font-size: 12px;
    color: white;
    opacity: 0.9;
}