:root {
    --primary-green: #2e7d32;
    --dark-green: #1b5e20;
    --light-green: #81c784;
    --earth-brown: #5d4037;
    --sky-blue: #4fc3f7;
    --white: #ffffff;
    --light-gray: #f5f5f5;
    --dark-gray: #333333;
    --transition--: all 0.3s ease;
     --nav-bg:white;
}
*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}
.intro{
    background:linear-gradient(rgba(0, 0, 0, 0.753),rgba(0, 0, 0, 0.753),rgba(0, 0, 0, 0.753)),url(/imgss/About\ hero.jpg);
    background-position: center;
    background-size: cover;
   background-repeat: no-repeat;
   height: 650px;;
   width: 100%;
   
}
header{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: white;
    height: 60px;
    align-items: center;
     position:fixed;
    z-index: 1000;
    width: 100%;
    top:0;
    bottom: 0;
    box-shadow: 0 4px 6px gray;
}

.logo a{
 color:#5d4037; 
 font-family: sans-serif;
 font-weight:bold;
 font-size: 30px;
}
.logo span{
    color: #1b5e20;   
}
nav ul{
    display: flex;
    gap: 20px;
}
nav ul li a{
    color:#5d4037;
    font-family: sans-serif;
    /* font-weight:bold; */
    font-size: 20px;
}
nav ul li a:hover{
    color:#1b5e20;
}
header button{
    background-color: #1b5e20;
    color:white;
    width: 100px;
    height: 30px;
    border:none;
    
}
header button a{
    color:white;
}
.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger .bar {
    width: 25px;
    height: 3px;
    background-color: var(--earth-brown);
    margin: 5px 0;
    transition: var(--transition--);
}
.text{
    text-align: center;
padding-top: 250px;
animation: fadeslidedown 1s ease-in forwards;

}
@keyframes fadeslidedown {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }

}
.text h3{
    font-size:90px;
    font-family: "Jaini Purva", system-ui;
    font-weight: 200;
    line-height: 70px;
    /* font-style: normal; */;
    color: #ffffff
}
.text p{
    font-size: 16px;
    font-family: "Itim", cursive;
    font-style: normal;
    color:white;
}
.mission{
    margin-top: 50px;
}
.intro-message h4{
    text-align: center;
    font-family: "Itim", cursive;
    font-style: normal;
    font-size: 40px;
    color:#1b5e20;
    /* position: relative; */
}

/* .intro-message::after{
    content:"";
    position: absolute;
    left:100px;
    bottom:0;
    width:90px;
    height: 2px;
    background-color: #81c784;
    
} */
.big-box{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;

}
.big-box img{
    border-radius: 20px;
}
.note{
    width: 550px;
        ma
}
.note h4{
    font-family: "Itim", cursive;
    font-style: normal;
    font-size:40px;
    color:#2e7d32;    
}
.note p{
    font-size: 20px;
    /* color:#5d4037; */
    font-family: "Itim", cursive;
    font-style: normal; ;
}

.why{
    margin-top: 150px;
}
.intro-message p{
    text-align: center;
    font-size: 20px;
    color:black;
    font-family: "Itim", cursive;

}
.main-container{
    display: flex;
    flex-wrap: wrap;
    /* justify-content:space-around; */
    gap: 30px;
     margin-top: 50px;
   
     
} 
.sub{
    width: 400px;
    height: 290px;
    box-shadow: 0 4px 6px gray;
   padding: 50px;
   margin-left: 20px;
  
}
.sub:hover{
    transform: scale(1.1);
    transition-duration: 1s;
     transform: translateY(-10px);
}
.sub img{
    height: 60px;
}
.sub h4{
    font-size: 25px;
    color:#1b5e20;
    font-family:"Itim", cursive ;
    padding-top: 10px;
}
.sub p{
    font-size: 18px;
   padding-top: 20px;
    font-family:"Itim", cursive ;    
}
footer{
    margin-top: 200px;
    background-color:#2e7d32;
    height: 200px;
}
.bigger{
    display: flex;
    justify-content: space-around;
    /* margin-top: 30px; */
}
.desc{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap:20px
}
.desc h3{
    font-family: "Itim", cursive;
    font-style: normal;
    font-size: 20px;
    color:white;       
}
.desc p{
    font-family: "Itim", cursive;
    font-style: normal;
    font-size: 15px;
    color:white;    
}
.soc{
    display: flex;
}
.soc img{
    height: 30px;
}
.quick{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}
.quick h3{
    font-family: "Itim", cursive;
    font-style: normal;
    font-size: 20px;
    color:white;          
}
.quick nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 05px;
    padding-top: 20PX;

}
.quick nav ul A{
    COLOR:var(--light-gray)
}
.send h3{
    font-family: "Itim", cursive;
    font-style: normal;
    font-size: 20px;
    color:white;       
}
.send p{
    font-family: "Itim", cursive;
    font-style: normal;
    font-size: 15px;
    color:white;      
}
.two{
    display: flex;
    gap:0;
}
.plane{
    background-color:#81c784;
    width: 60px;
    height: 34px;
     justify-content:center;
    align-items:center;
}
.plane img{
    height:20px;
    
}
.COPY{
    color:white;
    text-align: center;
    font-family: "Itim", cursive;
    font-style: normal;
}

/* .text{
    color:#ffffff;
    font-size: 100px;
    font-family: "Jaini Purva", system-ui;
    text-align: center;
margin-top: 150px;
}
@media (min-width:425px) and (max-width: 769px){
    .about{
        align-items:center;
        height:1000px;
    
    }
    .right img{
        height: 90px;
    }
    } */
    
