*{
    margin:0%;
    padding: 0%;
font-family: Arial, Helvetica, sans-serif;
scroll-behavior: smooth;

}
body{
    background-color: white;
}

/* nav-style */
.nav{
    height: 100px;
    background-color: white;
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: sans-serif;
  overflow: hidden;
  
    z-index: 1;
   
}
.nav-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #344C36;
  width: 80%;
    color: white;
    height: 60px;
    border-radius: 40px;
   
}
.nav-a-container{
    width: 500px;
    display: flex;
    justify-content: space-evenly;

}
.nav-contact-div{
    width: 150px;
}

.nav-contact{
    background-color: white;
    padding: 8px 30px 8px 30px;
    border-radius: 20px;
    color: #344C36;
    text-decoration: none;
    font-size: larger;
    font-weight: 600;
}
.nav-a{
    color: white;
    text-decoration: none;
    transition: 1s;

}
.nav-a:hover{
    color: #FAAD1B;
    border-bottom: 1px solid #FAAD1B;
}
.name{
    display: flex;
    align-items: center;
    width: 180px;
    justify-content: space-evenly;
    
}
.logo{
    height: 40px;
    width: 40px;
    background-color: #FAAD1B;
    border-radius: 50%;
    font-size: 30px;
    color: #344C36;
    font-weight: 600;
    align-items: center;
    display: flex;
    justify-content: center;

}
.active-color{
    border-bottom: 1px solid #FAAD1B;
    color: #FAAD1B;
}
.second-nav{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #FAAD1B;
    height: 50px;
  
    font-size: .7rem;

 z-index: 1;
 position: sticky;
 font-weight: 500;
 top: 0px;

   .second-nav-active{
    color: white;
    border-bottom: 1px solid black;
   }
    
}
.second-nav a{
    color: #344C36;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
  
}
.second-nav a:hover{
    color: white;
border-bottom: 1px solid black;
}

/* main-header-style */
.main-header{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 20px 0px 20px;
 max-height: max-content;
gap: 20px;
 overflow: hidden;
}
.header-image{
  height: 450px;
  
}
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  .fade-in {
    animation: fadeIn 2s ease-in-out;
  }

  .fade {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  
  .fade.show {
    opacity: 1;
  }
  
.header-content{
    max-width: 400px;
}
.header-content-heading-top{
    padding: 5px ;
    border: 3px solid #FAAD1B;
    display: inline;
    font-style: italic;
    text-decoration: line-through;
   
}
.header-content-heading{
    font-size: 3.5rem;
    padding: 10px 0px 10px 0px;
}
.header-content-para{
    padding: 0px 0px 20px 0px;
}
.header-contact-sec{
    display: flex;
    gap: 30px;
    width: 100%;
}
.hire-btn-main{
    background-color: white;
    color: #FAAD1B;
   
    
}
/* .hire-btn-main::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid rgb(249, 247, 247);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    
} */


@keyframes blink {
    0% { background-color: rgb(255, 225, 33); }
    50% { background-color: rgb(252, 252, 252); }
    100% { background-color: #344C36; }
}
.hire-btn-main i{
    font-size: 2.5rem;
    animation: blink 2s infinite alternate;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid  #344C36;
}
.header-banner{
    background-image: url(header\ banner.png);
    background-size: cover;
    height: 75px;
    width: 100%;
    background-color: #FAAD1B;
    overflow: hidden;
}

/* services-box styles  */
.btn{
    background-color: #FAAD1B;
    width: 160px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    border: 2px solid #FAAD1B;
   
}
button{
    background-color:  #344C36;
    height: 40px;
    border: none;
    border-radius: 30px;
    color: white;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
}
.circle{
    height: 28px;
    background-color: white;
    width: 28px;
    border-radius: 50%;
    margin-left: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
font-size: larger;
font-weight: 600;
}

/*Services Style*/
.services-container{
    max-height: max-content;
    width: 100%;
padding: 50px 0px 50px 0px;
overflow: hidden;
}
.Services-main-hd{
    padding: 0px 72px 0px 72px;
  
}
.Services-span{
    color: #FAAD1B;
   
    
}
.Services-heading{
    display: flex;
    font-size: 1.2rem;
padding: 0px 80px 0px 70px;
    justify-content: space-between;
   
}
.services-icon img{
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
    background-color: #FAAD1B;
    padding: 10px;
   
    transition: 2s;
    
}
.services-icon{
    height: 50px;
display: flex;
align-items: center;

    padding: 15px;
}
.services-icon img:hover{
transform: rotate(.1turn);

}
.Services-div{
    display: flex;
    padding: 30px;
    justify-content: space-evenly;
    gap: 20px;
    overflow: hidden;
  
    
}
.services-page-a{
    color: white;
}
.Services-div1{ 
    width: 300px;
 padding: 0px 10px 20px 10px;
    background-color: #F6F6F6;
    border-radius: 20px;
   transition: 1s;
    padding: 30px;
    border:1px solid #344C36;
    box-shadow: 0 8px 20px #344C36;
}

.flip-down{
  
    transform-origin: top;
    /* transform: rotateX(90deg); */
    opacity: 0;
    transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), 
    opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.flip-down:nth-child(1) { transform: rotateX(90deg); }  /* Flip Down */
.flip-down:nth-child(2) { transform: rotateX(-90deg); } /* Flip Up */
.flip-down:nth-child(3) { transform: rotateY(90deg); }  /* Flip Left */
.flip-down:nth-child(4) { transform: rotateY(-90deg); } /* Flip Right */


.flip-down.show {
    transform: rotateX(0deg) rotateY(0deg);
    opacity: 1;
}

.serices-more{
    padding-top: 15px;
}
.serices-more a:hover{
    color: #F5F5F5;
    padding: 10px;
}
.serices-more a{
    text-decoration: none;
    background-color: #344C36;
    transition: 1s;
    padding: 8px;
    color:#FAAD1B;
    border-radius: 10px;
}

/* about section */
.about-me-container{
   min-height:  500px;
   padding: 30px;
    background-color: #344C36;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
   gap: 30px;
}
.about-me-image img{
    height: 400px;
    border-radius: 10px;
   
}
.about-me-image img:hover{
    
    box-shadow: .1px 1px  10px #FAAD1B;

}
.about-me-content{
    max-width: 500px;
    color: white;
}
.about-me-content p{
    padding: 0px 0px 20px 0px;
}
.counter1{
    display: flex;
    justify-content: space-between;
  color: #FAAD1B;
  font-size: 1.5rem;
}
.counter2{
    display: flex;
    justify-content: space-between; 
}
.about-span{
    color: #FAAD1B;
    font-size: larger;
    font-style: italic;
   
}
.edu-sec-hd{
    padding: 20px;
}
.about-heading{
    font-size: 3rem;
    padding: 10px 0px 10px 0px;
}
.about-contact{
    display: flex;
   gap: 30px;
   align-items: center;
   padding: 20px 0px 20px 0px;
}
.name-sign{
    font-family: "Playwrite HU", cursive;
}
.ab-cr{
    color: #344C36;
}
.resume-a{
    text-decoration: none;
    color: white;
}

/* skills style */
.skills-cotainer{
   min-height:  400px;
    width: 100%;
    padding: 30px 0px 30px 0px;
    text-align: center;
    overflow: hidden;
    
}
.skills-cotainer h3{
    padding: 20px;
}
.skills-cotainer h1{
    padding-bottom: 30px;
}
.skill-content{
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
}
.skill-image img{
    height: 50px;
    border-radius: 50%;
    padding: 8px;
    background-color: white;
    transition: 3s;
}
.skill-image img:hover{
    transform: rotate(.1turn);
    cursor: pointer;
    }
.skill-image{
    border-radius: 45%;
    background-color: #F5F5F5;
    padding: 20px;
}
.skill-image h1{
    padding: 10px;
}


/* my projects style */
.projec-img img{
    height: 550px;
    border-radius: 15px;
}
.portfolio-project-container{
    display: flex;
    justify-content: center;
   max-height: max-content;
   padding: 30px;
   gap: 40px;
   overflow: hidden;
   flex-wrap: wrap;
   
}
.portfolio-section{
    background-color: #F5F5F5;
    justify-content: center;
   max-height: max-content;
   padding: 50px 0px 50px 0px;
}
.projects{
    background-color: white;
    text-align: center;

    padding: 20px;
    border-radius: 15px;
}
.project-tag{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.project-tag p{
    background-color: #FAAD1B;
    padding: 10px;
    border-radius: 20px;
    font-size: .9rem;
}
.project-heading{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.project-heading h3{
    width: 300px;
    text-align: start;
    font-size: 1.5rem;
}
.projects-link{
    border-radius: 50%;
    background-color: #344C36;
    height: 40px;
    width: 40px;
    
    justify-content: center;
    align-items: center;
    display: flex;
    
}
.projects-link a{
font-size: 1.4rem;
text-decoration: none;
color: #FAAD1B;
}
/* eduaction and works  */
.edu-sec{
    max-height: max-content;
    width: 100%;
  text-align: center;
    
}
.edu-container{
    display: flex;
    max-height: max-content;
    justify-content: space-evenly;
    padding: 40px;
    overflow-x: auto;
    gap: 20px;
    
}
.Education-div{
    background-color: #F5F5F5;
    /* height: 550px; */
    padding: 20px;
    width: 400px;
    border-radius: 15px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border:1px solid #344C36;
    box-shadow: 0 8px 20px #344C36;
}
.edu1{
   text-align: start;
   border-left: 5px solid #E1E1E1;
   width: 80%;
   padding:  10px;
   margin-top: 10px;
   border:1px solid #344C36;
   box-shadow: 0 0px 5px #344C36;
}

.edu1 p{
    padding: 5px;
    font-size: 1.4rem;
    color: #344C36;
}
.edu1 h3{
    padding: 5px;
    font-size: 1.4rem;
    color: #344C36;
}
.edu-icon img{
height: 40px;
background-color: #FAAD1B;
padding: 10px;
border-radius: 50%;
}
.edu-icon{
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
   width: 80%;
   border-bottom: 3px solid #E1E1E1;
}


/* pricing section */
.pricing-div{
   min-height: 500px;
   
   padding: 50px 0px 50px 0px;
   background-color: #344C36;
   
   color: white;
  

}

.prices-container{
 max-height: max-content;

padding: 30px;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    overflow-x: auto;
   
}

.price1{
    width: 100%;
    height:auto;
    padding: 10px;
    background-color: #445A46;
    border-radius: 15px;
    flex: 0 0 300px;


}

.price-top-div{
    background-color: #344C36;
    padding: 20px;
    border-radius: 15px;
    
}
.price-top-div-top-cont img{
    height: 30px;
    background-color: #FAAD1B;
  padding: 5px;
  border-radius: 10px;
   
}
.price-feature-div{
    padding: 20px;
    border-radius: 15px;


}
.price-hd-img-div{
    display: flex;
    align-items: center;
   
    flex-direction: row;
}
.price-top-div-top-cont{
    display: flex;
    justify-content: space-between;
    gap: 10px;
   
}
.price-color{
    color: #FAAD1B;
}
.price-span{
    color: white;
    font-size: 1.3rem;
}
.price-circle{
    color:#344C36;
}

.price-hd-img-div h3{
    font-size: large;
    font-weight: 400;
}
.price-checkmarks{
    height: 20px;
    padding: 5px 5px 5px 5px;
}

/* contact section style */
.contact-img{
    width: 30px;
    display: inline-block;
}
.form-submit{
    margin-top: 10px;
}
.submit-btn{
   padding: 8px;
   font-size: large;
   border-radius: 10px;
   background-color: #344C36;
   color: white;
   cursor: pointer;
  
   margin-top: 10px;
}
.contact-section{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;

}
.contact-p{
    padding: 10px 0px 10px 0px;
}



.contact-container{
    display: flex;
    min-height: 400px;
    align-items: center;
   padding: 30px;
    margin: 30px;
    justify-content: space-evenly;
    overflow: hidden;
    gap: 20px;
    flex-wrap: wrap;
}
.contact-content,.contact-form{
    width: 500px;
}
.form-sec1{
    display: flex;
 width: 100%;
 gap: 40px;
}
.your-name,.your-email{
    width: 100%;
}
.form-input{
    width: 100%;
    padding: 8px;
    outline: none;
    border: 1px solid #344C36;
    border-radius: 10px;
    background-color: #F5F5F5;
}
.form-title{
    padding: 10px 0px 10px 0px;
    width: 100%;
    font-weight: 400;
}

/* client testemonials */
.reviews-slider{
    background-color: #ffffff;
    padding: 50px;
    text-align: center;
    overflow: hidden;
    /* width: 100%; */
}
.reviews-slider i{
  color: #FAAD1B;
  background-color: #344C36;
    font-size: 30px;
    cursor: pointer;
    margin: 10px;
    padding: 10px;
  border-radius: 10px;
}
.main_reviews_slide{
    padding: 20px;
    /* width: 100%; */
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
   
   
}
.reviewscn img{
    border-radius: 50%;
    height: 100px;
}
.reviewscn{
    border: 1px solid gray;
    max-height:max-content ;
   max-width: max-content; 
    border-radius: 15px;
    padding: 20px;
  
  
}
.reviewscn p{
    max-width: 500px;
}
.test-name{
    padding: 8px 10px 8px 10px;
    background-color: #FAAD1B;
    display: inline-block;
    border-radius: 10px;
    color:#344C36;
}

/*blogs section */

.Blogs-img{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Blogs-img img{
   max-width: 100%;
   max-height: 100%;
   border-radius: 10px;

}
.blog-dv{
    padding: 0px 10px 20px 10px;
    border:1px solid #344C36;
      box-shadow: 0 8px 20px #344C36;
}
.tag-blog{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
}
.tag-blog p{
    background-color: #FAAD1B;
    padding: 8px;
    border-radius: 10px;
    color: #343434;
    font-size: medium;
}
.blog-more-btn{
    padding: 0px 10px 0px 10px;
}



/*Faq-section styles */
.faq-container{
    background-color: #344C36;
    height: max-content;
    padding: 40px;
    text-align: center;
    color: white;

}
.Faq-question-container{
    margin: 20px auto;
    width: 80%;
    text-align: start;
    position: relative;
    
}

.faq-question{
    background-color: #455A45;
    margin: 10px;
    padding: 20px;
    border-radius: 15px;
    cursor: pointer;
     transition: 1s;
}
.faq-question:hover{
    background-color: #FAAD1B;
    color: #344C36;
   
}
.faq-para{
   display: none;
   font-weight: 500;
   font-size: larger;
   margin-top: 5px;

}
/* footer-link-style */
.footer-link-sec{
    min-height: 400px;
    padding: 50px;
    overflow: hidden;

  
}
a{
    text-decoration: none;
    color: #343434;
}
.footer-link-span{
    color: #FAAD1B;
    
    text-align: center;
    width: 100%;
}
.ft-link-border{
    border-bottom: 2px solid #FAAD1B;
}
.ft-container{
    display: flex;
    justify-content: space-evenly;
  padding: 30px;
  overflow: hidden;
  gap: 10px;
 
    
}
.footer-bio-p{
    padding: 10px;
}
.ft-social-link{
    display: flex;
    gap: 30px;
    padding: 10px;
    gap: 5px;
   width: 100%;
   overflow: hidden;
}
.ft-social-link i{
    font-size: 1.5rem;
    background-color: #FAAD1B;
    padding: 10px;
    border-radius: 30px;
}
.ft-bio,.ft-contact{
  width: 400px;
    padding: 10px;
    
}
.ft-nav{
    display: flex;
    justify-content: space-between;
width: 100%;
text-align: center;
   
}
.ft-nav h5{
    font-weight: 400;
    padding: 10px;
cursor: pointer;
text-align: center;

}
.ft-contact input{
width: 70%;
    padding: 13px 0px 10px 10px;
    border-radius: 15px 0px 0px 15px;
    border: 1px solid black;
    outline: none;
    background-color: #F5F5F5;
}
.ft-contact h2{
    padding-bottom: 20px;
}
.info-btn{
    margin-top: 10px;
}
.get-info-icon{
    
    padding: 10px 11px 13px 11px;
    border-radius: 0px 15px 15px 0px;
    font-size: larger;
    background-color: #344C36;
    /* border:0.5px solid black; */
    color: #FAAD1B;
}
/* footer-section  */
.footer{
    display: flex;
    justify-content: space-around;
    height: 65px;
    background-color: #344C36;
    align-items: center;
    color: white;

    
}
.ft-span a{
    color: #FAAD1B;
}


