color{
    color: #C1A991;
    color: #388045;
    color: #8A1913;
    color: #54322A;
}


.about{
    background-color: #f2e5d4;
}
.abothome-heading h1{
    text-align: center;
    padding: 40px; 
    color: #a0522d;
    font-family: "Itim", cursive;
    font-weight: 400;
    font-style: normal;
 
      
}

.about-title{
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.about-title img{
    width: 100%;
}

.about-desc{
    padding-bottom: 20px;
}

.about-section{
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}


/* span{
    background-color: black;
    border-radius: 20px;
    padding: 20px;
    color: white;
    margin-bottom: 100px;
} */

 .fa-whatsapp{
    color: green;
    font-size:50px;
    border-radius: 50%;
}


.whatsapp i{
    /* border-radius: 100%; */
    /* background-color: black; */
    /* width: 40px; */
}
.whatsapp-details{
    width: 100%;
    text-align: center;
    /* justify-content: space-between; */
    gap: 0;
}

.about-section p{
    color: #388045;
}





/* ABOUT PAGE  */
.about-view{
    background: white;
}
.pageaboutimginfo{
    display: flex;
    gap: 20px;
    margin-top: 50px;
    
}

.pageabout-img{
    width: 40%;
    height: 450px;
    /* margin-top: 30px; */
}
.pageabout-imgs{
    display: none;
}
.pageabout-img img{
    width: 100%;
    height: 450px;
    /* margin-top: 50px; */
}
.pageabout-info{
    padding-top: 30px;
    font-size: 18px;
    width: 60%;
    text-align: justify;
    
}


@media (max-width: 768px) {

    .pageaboutimginfo{
        display: inline;
    }
    .pageabout-imgs{
        display: contents;
        width: 100%;
        height: 450px;
    }
    .pageabout-imgs img{
        width: 100%;
        height: 450px;
    }
    .pageabout-img{
        display: none;
    }
    .pageabout-info{
       
        width: 100%;
        
        
    }
    
 }



 .vision-container{
    display: flex;
    /* justify-content: space-between;
    padding-right: 50px;
    padding-left: 200px; */
    justify-content: space-evenly;
}

.vision{
    padding-bottom: 50px;
}


.round{
    /* border-radius: 50%; */
    background-color:green;
    color: white;
    padding-top: 10px;
    /* width: 15%; */
    height: 50px;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 550px;
    
    border-radius: 20px;
    border-top: 20px;
    padding: 20px;
  }

  .flip-boxs {
    background-color: transparent;
    width: 100%;
    height: 400px;
    
    border-radius: 20px;
    border-top: 20px;
    padding: 20px;
  }

  .flip-box p{
    text-align: justify;
    padding: 10px;
    /* font-family: "Itim", cursive; */
  }
  .flip-boxs p{
    text-align: justify;
    padding: 10px;
    /* font-family: "Itim", cursive; */
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
    border-radius: 15px;

  }
  
  .flip-box-front, .flip-box-back {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 15px;
  }
  
  .flip-box-front {
    background-color: white;
    color: black;
  }
  
  .flip-box-back {
    background-color: white;
    color: white;
    transform: rotateY(180deg);

  }

  .vision-button{
  font-family: "Montserrat", sans-serif;
  padding: 10px;
  border: none;
  }

  .vision-button button{
    border: none;
  }

  .vision-button button:hover{
    background-color: black;
    color: white;
  }


  @media(max-width:800px){
    .vision-container{
        display: inline;
        padding-left: 0;
        padding-right: 0;
    }

    .flip-box{
        width: 100%;
        margin-top: 20px;
    }
    .flip-boxs{
        width: 100%;
        margin-top: 20px;
        height: 650px;
    }
  }