body{
    background: #f5f5f5;
}
.abouthomeinfodetailsimg{
    width: 100%;
    display: flex; 
    gap: 30px;
}

.aboutmikeimg{
    width: 50%;
    margin-top: 30px;
    /* border-radius: 20px; */
}

.aboutmikeimgs{
    width: 50%;
    margin-top: 30px;
}
.aboutmikeimgs p{
    font-size: 18px;
    text-align: justify;
    
}
.aboutmikeimg img{
    width: 100%;
    height: 400px;
    /* border: 5px solid rgb(232, 89, 89); */
    /* border-radius: 0%; */
}

.abouthomemiketel{
    width: 100%;
    text-align: center;
    color: black;
    
    background: white;
}
.abouthomemiketel h1{
    font-size: 50px;
}

.whatweifo {
    list-style-type: none;
    
}
.whatweifo li {
    /* display: flex; */
    /* align-items: flex-start; */
    margin-bottom: 10px;
    text-align: justify; 
    font-size: 18px;
    font-family: "Varela Round", sans-serif;
}

.whatweifo li i {
    margin-right: 10px;
    padding-top: 10px;
}




@media(max-width:800px){
    .abouthomeinfodetailsimg{
        width: 100%;
        display: inline;
    }
    .aboutmikeimg{
        width: 100%;
    }
    
    .aboutmikeimgs{
        width: 100%;
        margin-top: 30px;
    }

}




/* PAGE APOUT  2ND PAGE CSS */


.pageabout{
    text-align: center;
    margin-top: 130px;
    padding-bottom: 40px;
    background: #f5f5f5;
    font-family: "Varela Round", sans-serif;
}
.pageabot-title h1{
    font-size: 40px;
    color: #DB4A07;
    padding: 40px;
    font-family: "Varela Round", sans-serif;
}

.pageaboutposter{
    text-align: center;
    /* padding-top: 40px; */
    background-color: #f5f5f5;
}

.pagepostercontain{
    
    display: flex;
    gap: 20px;
    padding-bottom: 30px;
}
.posterimg{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  
}

.aboutwhat{
    text-align: center;
}

.whatweifo p{
    text-align: justify;
    color: black;
    font-family: "Varela Round", sans-serif;
}
.servicepageabout{
    width: 100%;
    flex-wrap: wrap;
    
    flex-direction: row;
    align-items: center;
}

.aboutservice p{
    /* width: 100%; */
    text-align: center;
    margin-bottom: 30px;
    
}

.titlepage p{
    font-family: "Varela Round", sans-serif;

}









.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: #DB4A07;
    color: white;
    padding-top: 10px;
    /* width: 15%; */
    height: 50px;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 550px;
    /* border: 1px solid #f1f1f1; */
    /* perspective: 1000px; */
    border-radius: 20px;
    border-top: 20px;
    padding: 20px;
  }

  .flip-boxs {
    background-color: transparent;
    width: 100%;
    height: 550px;
    /* border: 1px solid #f1f1f1; */
    /* perspective: 1000px; */
    border-radius: 20px;
    border-top: 20px;
    padding: 20px;
  }

  .flip-box p{
    text-align: justify;
    padding: 10px;
    font-family: "Varela Round", sans-serif;
  }
  .flip-boxs p{
    text-align: justify;
    padding: 10px;
    font-family: "Varela Round", sans-serif;
  }
  
  .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: #f5f5f5;
    color: black;
  }
  
  .flip-box-back {
    background-color: #f5f5f5;
    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: 750px;
    }
  }