

*{
    margin: 0%;
    padding: 0%;
    font-family: 'Tajawal', sans-serif;

}

/*------------------- nav bar menu --------------------*/
.navbar a {
    text-decoration: none;
  }
  
  .navbar {
   max-width: 1200px;
   margin: auto;

  }
  #brand {
    display: inline-block;
    
  
  }
  .btn-long{
    display: inline-block;
    
  }
  .btn-long button{
    margin: 15px 20px ;
    background-color: #b1cbc0;
    border: none;
    border-radius: 4px;

  }
  #brand img{
    
    display: inline-block;
    width: 100px;
    margin: 10px 10px;
  }
  @media(max-width:600px){
    #brand img{
      margin: 15px 15px;
      width: 60px;
    }
  }
  #brand a {
    color: #a4ff8e;
    text-decoration: none;
  }
  nav{
    display: inline-block;
    float: right;
  }
  ul {
    margin: 10px 0px;
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
    
  }
  
  ul a {
    color:  #fff;;
  }
  
  ul li {
    font-size: 16px;
    background-color: #05351e;
    padding: 15px 25px;
    border-radius: 10px;
    

    margin: 20px  10px 0px 20px;
  }
  
  ul li:hover {
    transform: scale(1.1);
    transition: 0.3s;
   
  }
  

  #hamburger-icon {
    background-color: #05351e;
    margin:18px 15px;
    display: none;
    cursor: pointer;
    float: right;
  }
  
  #hamburger-icon div {
    width: 35px;
    height: 3px;
    background-color:  #fff;;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }
  
  .open .bar2 {
    opacity: 0;
  }
  
  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
  }
  
  .open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  
  .mobile-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    height: calc(100vh - 50px);
    width: 100%;
    background-color:  #05351e;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 100%;
    height: 190px;
    
  
  }
  .mobile-menu li a {
    color:  #05351e;

  }
  .mobile-menu li {
    margin-bottom: 10px;
    
  }
  
  @media only screen and (max-width: 600px) {
    .btn-long button{
   
      display: block;
      
    }
    header nav {
      display: none;
      color: #a4ff8e;
    }
  
    #hamburger-icon {
      display: block;
    }
    .mobile-menu li a {

    color: #a4ff8e;
    margin: 5px 0px;
    padding: 5px 5px;
      
    
    }
  }
/*------------------- banner head --------------------*/

.banner-head{
    max-width: 1400px;
    margin: auto;
}
.banner{
    background: url(image/banner.png);
    background-position: center;
    background-size: cover;
    height: 420px;
}
@media(max-width:600px){
  .banner{
   width: 100%;
   height: 350px;
  }

}
.content-banner{
    float: right;
    text-align: right;
    align-items: center;
    
    overflow: hidden;
    margin: 80px 70px 120px 0px;
}
@media(max-width:600px){
  .content-banner{
    font-weight: 150%;
    float: left;
    margin: 50px 20px 120px 15px;


  }

}
.content-banner h1 {
    color: #a4ff8e;
    font-weight: 150%;
    font-size: 40px;
    
}
@media(max-width:600px){
  .content-banner h1 {
    font-size: 20px;
  }
}

.content-banner p {
    font-size: 18px;
    color: #fff;
}
.content-banner button{
    cursor: pointer;
    margin: 20px 0px;
    
    border: none;
    transition: 0.5s;
}
.content-banner button i {
    padding: 3px 3px;
}

.content-banner button a {
    
    color: #05351e;
    text-decoration: none;
    background-color: #a4ff8e;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 16px;
    transition: 0.5s;
}

/*-------------------our approach--------------------*/
.section-Our-approach{
    max-width: 1400px;
    margin: auto;
}
.Our-approach{
   
}
.content-Our-approach .title{
  width: 90%;
  margin:40px  auto;
  text-align: center;

   
}
.content-Our-approach .title p{
 font-size: 22px;

   
}
.content-Our-approach .title h1 {
  width: 100%;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
}

 
@media(max-width:600px){
  .content-Our-approach .title h1 {
    font-size: 25px;
  }
}

.content-Our-approach img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 80%;
   
}

/*-------------------our Product --------------------*/
.section-our-product{
    width: 100%;
    margin: auto;
    background-color: rgb(95, 223, 84,0.1);
}
.our-product{
    padding: 25px 0px;
    overflow: hidden;
}
.section-our-product h1 { 
    margin: 50px;
    font-size: 50px;
    text-align: center;
    font-weight: 600;
}
@media(max-width:600px){
  .section-our-product h1 {
    font-size: 18px;
  }
}
.btn{
    margin: 25px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.btn button a {
  text-decoration: none;
     text-align: center;
     font-size: 18px;
     cursor: pointer;
     background-color: #05351e;
     padding: 25px 35px;
     border-radius: 10px;
     border: none;
     transition: 0.5s;
     color: #fff;   
}

.btn button i {
    padding: 2px 2px;
}

.our-product{
    display: flex;
    justify-content: center;
    justify-items: center;
}
.all-product{
    display: inline-block;
}
.all-product .product {
    display: inline-block;
  
    margin: 10px 20px;
    transition: 0.5s;
}
.all-product .product a {
    padding: 5px 10px;
    transition: 0.5s;
    width: 380px;
    height: 380px;
    
}


.all-product .product img{
    margin: 15px 10px;
    border-radius: 15px;
    width: 400px;
    border-bottom: 8px solid #05351e ;
    transition: 0.5s;
}
.all-product .product img:hover{
  
  
}
.all-product .product h2{
    text-align: center;
    margin: 10px;
}
/*-------------------our program --------------------*/


.Our-Programs{
    max-width: 1400px;
    margin: auto;
    overflow: hidden;

}
.Our-Programs .title h1{
    padding: 15px 0px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
@media(max-width:600px){
  .Our-Programs .title h1{
    font-size: 35px;
  }
}
.all-programs{
     display: flex;
     justify-content: center;
     margin: 40px 0px;
}
.all-programs .program-one{
    background-image:  linear-gradient(to left, rgba(255,0,0,0), rgba(95,223,84,1)), url(image/banner-program.jpg);
    background-position: center;
    background-size: cover;
    margin: 15px 20px;
    width: 570px;
    height: 250px;
    padding: 25px 20px;
}
.all-programs .program-tow{
    background-image:  linear-gradient(to left, rgba(255,0,0,0), rgba(95,223,84,1)), url(image/banner-program1.jpg.png);
    background-position: center;
    background-size: cover;
    margin: 15px 20px;
    width: 570px;
    height: 250px;
    padding: 25px 20px;
}
@media(max-width:600px){
  .all-programs .program-one{
    width: 90%;
    margin:  15px auto ;
    height: 250px;
    display: block;
  
  }
  .all-programs .program-tow{
    display: block;
    width: 90%;
    height: 250px;
    margin: 15px auto;
  }
  .all-programs {
    display: block;
  }
}
.all-programs .program-tow h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500px;
}
.all-programs .program-one h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500px;
}
.all-programs .program-one p {
    color: #fff;
    font-size: 12px;
}
.all-programs .program-tow p {
  color: #fff;
  font-size: 12px;
}

.all-programs .program-one button {
    text-align: center;
    cursor: pointer;
    padding: 6px 16px;
    background-color: #a4ff8e;
    border: none;
    transition: 0.5s;
    color: #fff;  
}
.all-programs .program-one button:hover{
    background-color: #fff;
    color: #0580c5;
}
.all-programs .program-tow button {
  text-align: center;
  cursor: pointer;
  padding: 6px 16px;
  background-color: #a4ff8e;
  border: none;
  transition: 0.5s;
  color: #fff;  
}
.all-programs .program-tow button:hover{
  background-color: #fff;
  color: #05351e;
}

/*------------------- banner tow for advice --------------------*/

.banner-tow{
    max-width: 100%;
    margin: auto;

}
.content-banner-tow{
    text-align: right;
    float: center;
    background-image: url(image/banner-tow.png);
    background-position: center;
    background-size: cover;
    height:420px;
    overflow: hidden;
}
@media(max-width:600px){
  .content-banner-tow{
    width: 100%;
    height:310px;
    font-size: 22px;
  }
}
.content-banner-tow .title{
    margin: 50px 60px;
}
@media(max-width:600px){
  .content-banner-tow .title{
    margin: 50px 20px;
  }
}
.content-banner-tow .title h1{
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}

@media(max-width:600px){
  .content-banner-tow .title h1{
    font-size: 25px;
  }
}
.content-banner-tow .title p{
    font-size: 22px;
    color: #fff;
}
@media(max-width:600px){
  .content-banner-tow .title p{
    font-size: 12px;
  }
}

/*------------------------------ expert-say------------------------*/

.expert-say{
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
   
}
.all-post-expert{
  text-align: right;
    justify-content: center;
    display: flex;
}
@media(max-width:600px){
  .all-post-expert{
    display: block;
    margin: 20px 0px;
  }
}
.expert-say .title {
    width: 100%;
}
.expert-say .title h1 {
    margin: 70px 0px 60px 0px;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    
}
@media(max-width:600px){
  .expert-say .title h1{
    font-size: 28px;
  }
}


.expert-say .post{
    padding: 15px 20px;
    margin: 15px 15px ;
    display: block;
    transition: 0.5s;
}
@media(max-width:600px){
  .expert-say .post{
    display: block;
    margin: 0px 15px ;
    padding: 0px 20px;
  }

}
.expert-say .post:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.expert-say .post .image{
    display: block;
    align-items: center;
    overflow: hidden;
    
}
.expert-say .post .image img{
    
    height: 300px;
    width: 300px;
    border-radius: 10px;
}

.expert-say .post .content{
    width: 100%;
    padding: 10px 20px;
    display: inline-block;

}
.expert-say .post .content i {
    font-size: 50px;
   
}
.expert-say .post .content p{
    width: 300px;
    font-size: 18px;
}
.expert-say .post .content h3{
  color: #05351e;
    font-size: 30px;
    font-weight: 600;
}

/*------------------- results ----------------------*/
.section-results{
  background-color: #a4ff8e;
}
.all-post-results{
    max-width: 1400px;
    margin: 0px auto;   
    overflow: hidden;
}
@media(max-width:600px){
  .all-post-results{
    width: 100%;
  }
}
.all-post-results .title {
    display: block;
    width: 100%;
    padding-top: 30px ;


}
.all-post-results .title h1{
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    width: 100%;
}
@media(max-width:600px){
  .all-post-results .title h1 {
    font-size: 22px;
  }
}

.post-results{
    width: 100%;
    justify-content: center;
    display: flex;

}
.post-results .post {
    width: 20%;
    margin:50px 15px ;
    background-color: #fff;
    padding: 15px 25px;
}
@media(max-width:600px){
  
  .post-results {
    display: block;

  }
  .post-results .post{
    width: 90%;
    
  }
}
/*--------------------------------FAQ---------------------------------*/
.section-faq{
  max-width: 1200px;
  margin: 60px auto;

}
.faq-header{
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px dotted #ccc;
  padding: 24px;
}

.faq-content {
  margin: 0 auto;
  max-width: 1400px;
}

.faq-question {
  text-align: right;
  width: 85%;
  background-color: rgb(95, 223, 84,0.1);
  margin: 30px auto;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.panel-title {
  font-size: 20px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 48px;
  display: block;
  cursor: pointer;
}

.panel-content {
  font-size: 20px;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 14px;
}

.plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 4px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}

/*---------------------------- footer ----------------------------------*/
footer {
    width: 100%;
    background: #05351e;
    overflow: hidden;
  }
  .footer {
    max-width: 1400px;
    margin: auto;
    
  }
  .container .footer {
    padding-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    flex-wrap: nowrap;
  }
  @media (max-width: 991px) {
    .container .footer {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 1rem;
    }
  }
  @media (max-width: 530px) {
    .container .footer {
      grid-template-columns: 1fr;
    }
    .container .footer > div {
      width: 90%;
    }
  }
  
  .footer h3 {
    font-size: 18px;
    color: #05351e;
    padding: 15px 0px;
    margin: 10px 0px;
    font-weight: 200;
    position: relative;
  }
  .footer h3::after {
    content: " ";
    width: 50px;
    height: 1.8px;
    background: #a4ff8e;
    position: absolute;
    left: 0;
    bottom: 4px;
  }
  
  .fa {
    margin: 8px 5px 25px 0px;
    background: #a4ff8e;
    color: #05351e;
    padding: 6px 10px;
    border-radius: 25px;
    list-style: none;
    text-decoration: none;
    font-size: 18px;
    transition: 0.6s;
  }
  .fa:hover {
    background: #fff;
  }
  .fo-service {
    font-size: 14px;
    line-height: 140%;
    font-weight: 100;
    display: inline-block;
    color: #fff;
    
  }
  
  .fo-service a {
    list-style: none;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 3px 0px;
    transition: 0.5s;
    font-size: 20px;
  }
  .fo-service a:hover {
    color: #1f9546;
  }
  .fo-about {
    display: inline-block;
    color: #fff;
  } 
  .fo-about p {
    width: 100%;
    text-align: left;
    list-style: none;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 3px 0px;
  }

  .copyright {
    width: 100%;
    margin:0px auto ;
    margin-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  .copyright .container {
    display: flex;
    justify-content: center;
  }
  .copyright .container > p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 15px 0px ;
  
  }
  /**-----------------------------  section-feel-great  --------------------------------**/
  .page-feel-great{
    background-color: rgb(95, 223, 84,0.1);
    width: 100%;
    overflow: hidden;
    
  }
  .section-feel-great h1{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0px;
    
  }
  @media(max-width:600px){
    .section-feel-great h1{
      width: 90%;
      margin: 20px auto;
      font-size: 35px;
    
    }
  }
  .video-feel-great{
    justify-content: center;
    display: flex;
    

  }
  .video-feel-great video{
    border-radius: 20px;
    width: 800px;
    height: 500px; 
  }
  @media(max-width:600px){
    .video-feel-great video{
      width: 90%;
     height: 300px; 

    }
  }
  .content-feel-great{
    text-align: center;
    padding: 40px 0px;
    
  }
  .content-feel-great h2{

    font-size: 50px;
    font-weight: 700;
  }

  @media(max-width:600px){
    .content-feel-great h2{
      font-size: 35px;
    }
  } 
  .content-feel-great p{
    text-align: right;
    max-width: 1200px;
    margin:  25px auto;
    font-size: 22px;
    padding: 0px 40px;
  }

  .content-feel-great img{
    width: 95%;
    border-radius: 20px;
    background-color: #fff;
    padding: 40px 60px;
  }
  @media(max-width:600){
    .content-feel-great img{
      width: 100%;
      max-width: 100%;
      padding: 5px 5px;
      margin: 5px 5px;

    }
  }
  .discriptio{
    max-width: 1200px;
    margin: auto;
    display: block;
   
  }
  .discriptio p{
    float: left;
    text-align: left;
    
    max-width: 1200px;
   
  }
  

  .discriptio .line-content p{
    text-align: right;
    border-bottom: 1px solid #05351e;
    width: 100%;
    font-size: left;
    margin: 10px 0px ;
    padding: 10px ;
  }
  @media(max-width:600px){
    .discriptio .line-content p{
      width: 90%;
      margin: 15px auto;
      font-size: 18px;
    }
  }
  @media(max-width:600px){
    .discriptio .line-content {
      width: 90%;
      margin: auto;
    }
  }
  .discriptio .line-content p i {
    padding: 5px 20px ;
    float: right;
  }
  .payment-clck{
    margin: 40px 0px ;
  }
 
  .payment-clck button a {
    padding: 15px 30px;
    color: #1f9546;
    text-decoration: none;
    background-color: #05351e;
    border: none;
    transition: 0.5s;
    font-size: 22px;
}
.payment-clck button a:hover {
    transform: scale(1.1);
    background-color: #05351e;
    color: #62f727;
}

/*------------------- btn -----------------------*/
.payment-clck{
 display: flex;
 justify-content: center;
}
.title-btn{
  text-align: center;
  margin: 50px 0px ;
}

.dropbtn  a{
  background-color: #05351e;
  color: white;
  padding: 16px 80px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-align: center;
 
}
@media(max-width:600px){
  .dropbtn {
    width: 100%;
    margin: auto;
  }
}



.dropdown {
  position: relative;
  display: block;
}

.dropdown-content {
  display: none;
  font-size: 20px;
  background-color:#05351e ;
  min-width: 160px;
  overflow: auto;
  z-index: 1;
}
.dropbtn i {
  color: #fff;
}
.dropdown-content a {
  color: #a4ff8e;
  padding: 12px 16px;
  text-decoration: none;
  text-align: center;
  display: block;
}

.dropdown a:hover {background-color: #1f9546;}

.show {display: block;}