@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300&display=swap');



body{
    margin: 0;
    font-family: 'Almarai', sans-serif;
   /* background-image: url('photo/pattren.png'); 
   background-repeat: no-repeat;
   background-size: cover; */

}
li, ul {
  list-style-type: none;
}


* {
    box-sizing: border-box;
  }
.nav{

    background-color:  #1aae71;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-in-out;
    height: 75px;
  }
  .nav .contain{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding:  20px 0px ; */
    /* margin-top: 15px; */
   
  }
.RMlogo{
  margin-top:  14px; 
  width: 120px;
  height: 150px;
  }
  .nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-top: -50px;
    
  }
  
  .nav a{
    color:#fff;
    text-decoration: none;
    padding: 7px 30px   ;
  } 
  /* .nav.active{
    background-color: #fff;
    box-shadow: 0px 2px 10px rgb(250, 240, 240);
  } */
  
  /* .nav.active a {
    color: rgb(236, 241, 235);
  } */
  
  .nav.active .contain{
  padding: 0px ;
  }
  .nav a.current, .nav a:hover{
    color:rgb(15, 58, 22);
    font-weight: bold;
  }

  .slider-container{
      display:flex;
      height: 70vw;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 0;
      background-size: cover;
      background-position: center center;
      transition: 0.4s ;
      border-bottom:3px solid #0d503a;
      box-shadow: 0 3px 6px  rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  .slide{
      opacity: 0;
      margin-top: 70px; ;
      /* height: 35vw;
      width: 75vw; */
      background-position: center center;
      background-size: cover;
      position: absolute;
      transition: 0.4s ease;
      z-index: 1;
  }
  .slide.active {
    opacity: 2;
  }
  
  .arrow {
    position: absolute;
    background-color: transparent;
    color: #fff;
    padding: 20px;
    font-size: 30px;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 30%;
  }
  
  .arrow:focus {
    outline: 0;
  }
  
  .left-arrow {
    left: calc(15vw - 65px);
  }
  
  .right-arrow {
    right: calc(15vw - 65px);
  } 

  .firstSection{
    display: flex;
    justify-content: center;
    margin-top: 0px; 
   
  }
  .big{
    position: relative;
    background-image: url('photo/pattren.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    height: 650px;
    width: 100vw;
    opacity: 10%;
  }
  .bigBaner{
    position: relative;
    background-image: url('photo/pattren.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    width: 100vw;
    opacity: 10%;

  }
  .border{
   position: absolute;
    background-color: #1e694f;
    opacity: 90%;
    height: 400px;
    width: 80vw;
    margin-top: 130px;
    /* transform: translateY(20%); */
    box-shadow: 2px 6px 9px 5px #666 ;
    transition: .9s ease-out .2s;
    border: none;
    border-radius: 6px;  
  }
  .pargraph{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    flex-wrap: wrap;
    margin: 10px;
    /* margin: 20px 30px 0px 90px; */
    line-height: 26px;
    text-align: right;
    
  }
  .section{
      /* border-top:2px solid #0d503a; */
      border-bottom:2px solid #0d503a;
      background-color: #b8bbba;
      box-shadow: 0 3px 6px  rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .second-section{
    display: flex;
    justify-content: center;
    font-weight: bolder;
    color: #0d503a;
}

.second_section_subImg{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.subImag img{
    border-radius: 12px;
    border: 3px solid #5d7daf;
   
}

.subImag {
    text-align: center;
    margin: 20px;
    width: 130px;
    font-size: 15px ;
}
.fa-thin{
    position: absolute;
    background-color: transparent;
    color: rgb(253, 253, 253);
    border: 2px solid orange;
    padding: 20px;
    font-size: 30px;  
    transform: translateY(-50%);
}


.footer{
  position: flex;
  justify-content: center;
  background-color:  #1aae71;
  text-align: center;
  justify-content: center;
  padding: 10px;
  height: 300px;
  color: rgb(10, 41, 18);
  font-size: 14px;
  /* margin-top: 130px; */
}
.icons{
  display:flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  /* margin: 50px 0px 40px 0px; */
}
.fa-brands, .fa-regular{
  color: #ffff;
  font-size: 19px;
}

.fa-solid  {
  color: rgb(209, 212, 207);
  font-size: 35px;
}

.fa-brands:hover{
  color:rgb(15, 58, 22);
  font-weight: bolder;
  transform: scale(1.5);
}
