


.abouthomeinfoimg{
    width: 100%;
    display: flex;
    color: white;
    /* gap: 20px; */
    /* margin-top: 40px; */
}
.about-title{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
    font-family: "Signika", sans-serif;
    /* height: 100px; */
    display: grid;
    justify-content: center;
    align-items: center;
    background: #21a8df; 
    
    /* background: url(../assets/banner/ban1.jpg); */
    background-size: cover;
}
.about-title1{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Signika", sans-serif;
    height: 100px;
    display: grid;
    justify-content: center;
    align-items: center;
    background: #21a8df;
    /* background: url(../assets/banner/ban1.jpg); */
    background-size: cover;
}
.about-home{
    /* background: url(../assets/background/back1.jpg); */
    /* background: black; */
    /* background-size: cover; */
    padding-bottom: 50px;
    
    /* background: #f5f5f5; */
    /* background: url(../assets/background/shatter\ glass.jpg); */
    background-attachment: fixed;
}
.abouthome-info{
    /* margin-top: 40px; */
    width: 100%;
    /* text-align: justify; */
    
    
    padding: 20px;
    /* background: #f5f5f5; */
    color: black;
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    
    
}
.abouthome-info:hover{
    
    text-align: justify;
    
    
    padding: 20px;
    /* background: aliceblue; */
    color: black;
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    
    
}
.abouthome-info h1{
    font-family: "Signika", sans-serif;
    color: #F46305;
    text-align: center;
    
}
.abouthome-info p{
    font-size: 18px;
    
}
.abouthome-img{
    width: 40%;
    /* height: 240px; */

}
.abouthome-img img{
    margin-top: 60px;
    width: 100%;
    
   
    height: 350px;

}
.abouthome-imgs{
    width: 40%;
    /* height: 240px; */

}
.abouthome-imgs img{
    margin-top: 40px;
    width: 100%;
    /* background: rgba(188, 172, 172, 0.25);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 17px );
    -webkit-backdrop-filter: blur( 17px ); */
    border-radius: 10px;
    height: 350px;

}

.about-button{
    color: white;
    border-color: white;
    background: black;
    transition: 1s;
}
.about-button:hover{
    color: white;
    background-color: #F46305;
    border-color:#F46305;
}

.symbol-arrow:hover{
    /* transition: 2s; */
    padding-left: 10px;
}




.whysection{
    display: flex;
    gap: 30px;
    background: #e0d9d9;
    padding: 20px;
    
}
.whysections{
    display: flex;
    gap: 30px;
    background: #f5f5f5;
    padding: 20px;
    
}

.whychosecontent{
    width: 60%;

}

.whychoseimage{
    width: 40%;
}
.whychoseimage img{
    width: 100%;
    height: 100%;
}










@media(max-width:800px){
    .abouthomeinfoimg{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .abouthomeinfoimgs{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .abouthome-info{
        width: 100%;
    }
    .abouthome-img{
        display: none;
    
    }

    
        .whysection{
            display: flex;
            flex-direction: column-reverse;
            
        }
        .whysections{
            display: flex;
            flex-direction: column;
            
        }

        .whychosecontent{
            width: 100%;
        
        }
        
        .whychoseimage{
            width: 100%;
        }
        .whychoseimage img{
            width: 100%;
        }
    

}


.abouthome-info hr{
    width: 100px;
    height: 20px;
    display: grid;justify-content: center;
    align-items: center;
}





/* partner */

.service-title h1{
    text-align: center;
    padding: 30px;
    font-family: "Signika", sans-serif;
    color: #F46305;
}