:root{
    --white:#fff;
    --light:#f2f2f3;
    --main:#3A564F;
    --sec:#10a26f;
  }
  .bg-main{
   background: #3A564F; 
  }
  
  
  
  body{
    color: var(--main);
    font-family: 'Tajawal', sans-serif;
    background-color: var(--light);
  }
  
  
 
  
section{
  
    /* padding: 50px; */
    color: var(--white);
    direction: ltr;
    /* position: relative; */
}

.containerr{
    display: flex;
    justify-content: space-around;
    background-color: var(--main);
    width: 100%;
    height:fit-content;
    padding: 50px;
    color: var(--white);
    direction: ltr;
    /* position: relative; */
}
.containerr img{
margin-top: 150px;
width: 370px;
transform: scalex(-1);
/* margin-left: 250px; */
z-index: -1;
}
.containerr h1{
    font-size: 40px;
    font-weight: 700;
    padding: 10px;
}
.containerr h2{
    font-size: 26px;
    font-size: 900;
    padding: 10px;
}
.text{
    direction: rtl;
    /* padding: 50px 150px; */
    margin-top: 50px;
}
.text ul li{
    margin-top: 20px;
    font-size: 20px;

}
.text ul {
    display: flex;
    flex-direction: column;
}
.main{
    background-color: var(--white);
    width: 70%;
    
    direction: rtl;
    height: fit-content;
    min-height: 250px;

    border-radius: 25px;
    margin-top: -40px;
  
    color: black;
    /* padding: 50px 100px; */
    text-align: start;
    padding: 20px;
    box-shadow: 5px 5px 10px 1px rgba(0,0,0,1);


  
}
.main h1{
    font-size: 35px;
    font-weight: 800;
    padding: 5px;
}
.main p{
    padding: 5px;

    font-size: 20px;
    font-weight: 700px;
}
.input{
  display: flex;
  
   
    
}
.input input{
    width: 30%;
    border: 1px solid black;
    border-radius: 5px;
    height: 40px;
}
.input select{
    border: 1px solid black;
    border-radius: 5px;
    height: 40px;
    width: 9%;
    margin-right: 10px;
}
.input button{
    padding: 5px;
    height: 40px;
    width: 20%;
    border-radius: 7px;
    background-color: var(--main);
    color: #fff;
    text-align: center;
    margin-right: 10px;
}





@media(max-width: 1050px){
    .containerr{
        /* flex-direction: column-reverse; */
        justify-content: inherit;
        align-items: center;
        
    }
    .text li{
        font-size: 10px;
    }
    .containerr img{
        
        align-items: center;
        width: 500px;
        opacity: 0.5;
    }
    .containerr h1{
        font-size: 20px;
    }
    .containerr h3{
        font-size: 15px;
    }
    .hid{
        display: none;
    }
    .main{
        width: 100%;
        text-align: center;
    }
    .input{
        flex-direction: column;
        text-align: center;
       
    }
    .input button{
        width: 100%;
        margin-top: 10px;
        padding: 10px;
    }
    .input input{
        width: 100%;
        margin-top: 10px;
        /* padding: 10px; */
        margin-right: 10px;

    }
    .input select{
        width: 100%;
        margin-top: 10px;
        padding: 10px;

    }
    .text{
      padding: 0;
    }
    }




    footer{
        width: 100%;
        background-color: rgb(232, 232, 232);
        height: fit-content;}
      .footer{
        width: 100%;
        height: fit-content;
        direction: rtl;
        display: flex;
        /* justify-content: space-around; */
        margin-top: 100px;
        padding: 50px;
       
      }
      
      footer .simg{
        /* padding: 10px; */
        margin-top: 10px;
      }
      footer p{
        color: black;
      }
      footer ul{
        color: black;
        margin-right: 180px;
       padding: 30px;
       list-style: none;
      
      }
      footer li{
        margin-top: 10px;
        opacity: 0.7;
        font-size: 18px;
        
      }
      footer h1{
        color: var(--main);
        font-size: 25px;
        font-weight: 700px;
        padding: 0 50px 10px 20px;
        position: relative;
      }
      footer h1::before{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        background-color: #874fee;
        height: 3px;
      }
      .last i{
        margin-right: 50px;
        color: rgb(122, 132, 141);
        font-size: 40px;
        }
        
      @media(max-width: 1150px){
        .footer{
          flex-direction: column;
        }
        footer ul{  margin-right: 0px;
        }
        .last{
          flex-direction: column;
        }
        .end{
          margin-top: 50px;
          font-size: 30px;
          flex-direction: column;
        }
        .icon{
      width: 40%;
        }
        .icon i{
          margin-top: 20px;
       
          
        }
        .last i{
            font-size: 20px;
        }
        .last p{
            font-size: 20px;
        }
      }
     
      .last p{
        margin-left: 50px;
        padding: 10px;
      }