body
{
background-color: white;    
}





.image_main img
{
    position: absolute;
    width: 1024px;
    height: 350px;
    left:0px;
    bottom: 150px;
}







.image1 img
{
    position: absolute;
    width: 200px;
    height: 300px;
    left:100px;
    bottom:-250px;
}




.image2 img
{
    position: absolute;
    width: 200px;
    height: 300px;
    left:730px;
    bottom: -250px;
}




.paragraph p
{
    position: absolute;
    width: 185px;
    height: 300px;
    left:430px;
    bottom: -300px;
    font-family: sans-serif;
    text-justify: auto;
    
}



.paragraph h1
{
    position: absolute;
    width: 250px;
    height: 300px;
    left:430px;
    bottom: -250px;
    font-family: sans-serif;
}








.heading p
{
     position: absolute;
    left:270px;
    top: 20px;
    font-family: sans-serif;
    font-size: 55px;
}







.sign img
{
    width:50px;
    height:50px;
    position: absolute;
    bottom:530px;
    left: 200px;
    border-radius: 50%;
}













*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'poppins' , sans-serif;
    text-transform: capitalize;
    transition: all 0.3 linear;
    
}









.container
{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-image: linear-gradient(90deg, #fff 0% , #alicewhite 100% );
    position: absolute;
    bottom: -1000px;
}






.box
{
    width: 260px;
    height: 455px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    padding-top: 80px;
    margin: 20px;
    text-align: center;
    letter-spacing: 1px;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    overflow: hidden;
    position: relative;
    z-index: 0;
}




.box h3
{
    font-size: 35px;
    padding: 20px 0;
    color: #444;
    
}






.box p
{
    font-size: 15px;
    color: #777;
}




.box button
{
    width:140px;
    height: 40px;
    background-color:#333;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 40px;
}





.box button:hover
{
    letter-spacing: 2px;
    opacity: .8;
}






.box::before
{
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}





.box::after
{
    width: 100%;
    height: 100%;
    background-color: 	#ff1493;
    background-image: linear-gradient(45deg, #fbda61 0%, #ffSACD 100%);
    content: '';
    position: absolute;
    top: 0;
    left:0;
    z-index:-2;
    clip-path: circle(20% at 90% 10%);
    transition: .2s;

        
    
}






.box .count
{
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 50px;
    font-weight:bolder;
    color: #fff;
}





.box:nth-child(2):after{
    background-color: #0093e9;
    background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
    
} 



.box:nth-child(3):after{
    background-color: #08AEEa;
    background-image: linear-gradient(0deg, #08AEEa 0%, #2af598 100%);
}
    
    
  .box:hover::after
    {
        clip-path:circle(100%);
    }
    
    
    .box:hover h3
    {
        color: #fff;
    }
    
    
    .box:hover h3
    {
        color:#fff;
    }
    
    
    
    .box:hover p
    {
        color:#fff;
    }
    
    
    
    
    .box:hover button
    {
        color:#333;
        background-color: #fff;
    }
    

    .box:hover::before
    {
        background-color: rgba(0, 0, 0 , .1);
    }





























































*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'poppins' , sans-serif;
    text-transform: capitalize;
    transition: all 0.3 linear;
    
}












.container
{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-image: linear-gradient(90deg, #fff 0% , #alicewhite 100% );
    position: absolute;
    bottom: -1000px;
    
}






.box
{
    width: 260px;
    height: 455px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    padding-top: 80px;
    margin: 20px;
    text-align: center;
    letter-spacing: 1px;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    overflow: hidden;
    position: relative;
    z-index: 0;
    
}


.box p
{
    text-transform: lowercase;
}




.box h3
{
    font-size: 30px;
    padding: 20px 0;
    color: #444;
    text-transform: uppercase;
}






.box p
{
    font-size: 15px;
    color: #777;
}




.box button
{
    width:140px;
    height: 40px;
    background-color:#333;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 40px;
}





.box button:hover
{
    letter-spacing: 2px;
    opacity: .8;
}






.box::before
{
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}





.box::after
{
    width: 100%;
    height: 100%;
    background-color: 	#ff1493;
    background-image: linear-gradient(45deg, #fbda61 0%, #ffSACD 100%);
    content: '';
    position: absolute;
    top: 0;
    left:0;
    z-index:-2;
    clip-path: circle(20% at 90% 10%);
    transition: .2s;

        
    
}






.box .count
{
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 50px;
    font-weight:bolder;
    color: #fff;
}





.box:nth-child(2):after{
    background-color: #0093e9;
    background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
    
} 



.box:nth-child(3):after{
    background-color: #08AEEa;
    background-image: linear-gradient(0deg, #08AEEa 0%, #2af598 100%);
}
    
    
  .box:hover::after
    {
        clip-path:circle(100%);
    }
    
    
    .box:hover h3
    {
        color: #fff;
    }
    
    
    .box:hover h3
    {
        color:#fff;
    }
    
    
    
    .box:hover p
    {
        color:#fff;
    }
    
    
    
    
    .box:hover button
    {
        color:#333;
        background-color: #fff;
    }
    

    .box:hover::before
    {
        background-color: rgba(0, 0, 0 , .1);
    }














































.footer
{
    background-color: black;
    width:1080px;
    height:900px;
    position: absolute;
    bottom: -1950px;
    
}




.footer .foot_1 
{
    position: relative;
    left: 370px;
    bottom: -150px;
    width: 250px;
    color: snow;
     line-height: 1;
   
}


.footer .foot_1 li
{
    position: relative;
    left:5px;
    bottom:70px;
    width: 250px;
    color: darkgrey;
    line-height: 1.5;
   
}


.footer .foot_1 li:hover
{
    z-index: 1;
    transform: scale(1.01);
    color: darkorange
}





.footer .foot_1 h1
{
     text-transform: uppercase;
     color: aliceblue;
    position: absolute;
    left:-15px;
    bottom:290px;
}


.footer .foot_2
{
    position: relative;
    bottom:180px;
    width: 280px;
    height:20px;
    text-align: left;
    width: 250px;
    left: 55px;
    color: darkgrey;
     line-height: 1.5;
}


.footer .foot_2 h1
{
    color: aliceblue;
    text-transform: uppercase;
}




.footer .foot_1 a
{
    text-decoration: none;
    color: snow;
    line-height: 2.2;
    color: darkgrey;
}




.footer .foot_3 li
{
   position: relative;
    left:650px;
    bottom:170px;
    width: 270px;
    color: darkgrey;
    line-height: 1.5;
   
}




.footer .foot_3 h1
{
    width: 400px;
    position: relative;
    left:640px;
    bottom:195px;
    color: aliceblue;
    text-transform: uppercase;
}










.footer .seen p
{
    position: relative;
    bottom:50px;
    color:grey;
    width: 610px;
    left:210px;
    text-transform: uppercase;
}












.footer .seen1 p
{
    position: relative;
    bottom:-180px;
    color:grey;
    width: 650px;
    left:350px;
    text-transform: lowercase;
}




































.socail-menu ul
{
    position: absolute;
    bottom: 160px;
    left:50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%,-50%);
    display: flex;
    
}


.socail-menu ul li
{
    list-style: none;
    margin: 0 15px;
    
}


.socail-menu ul li .fa
{
    font-size: 30px;
    line-height: 60px;
    transition: .6s;
    color: #000;
    
}


.socail-menu ul li .fa:hover
{
    background-color: #fff;
}



.socail-menu ul li a
{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}



.socail-menu ul li a:hover
{
    transform: translate(0, -10px);
}





.socail-menu ul li:nth-child(1) a:hover
{
    background-color: #3b5999;
}




.socail-menu ul li:nth-child(2) a:hover
{
    background-color: greenyellow;
}









.socail-menu ul li:nth-child(3) a:hover
{
    background-color: #007785;
}







