@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
*{
margin:0;
padding:0;
font-family:"Poppins", sans-serif;

}

/* body{
    background-color:#b4b7f0 !important;
} */

h1{
    text-align:center;
    margin:50px auto 2px !important;
    color:white;
}

.main-initative{
    width:100%;
    min-height: 380px;
    text-align: center;
    position:relative;
    cursor:pointer;
}

.main-initative>.initative{
    width:250px;
    height:250px;
    background: linear-gradient(to top, #dfe9f3 0%, #dfe9f3 100%); 
    /* background: linear-gradient(to top, #dfe9f3 0%, white 100%);  */
   
    padding:30px;
    border-radius: 10px;
    position:absolute; 
    bottom:0;
    z-index: 1;
   
    /* box-shadow: 9px 4px 44px 0px rgba(241, 206, 101, 0.39); */
    transition: transform .8s; 
}

.initative p{
    padding-top: 0px;
    font-weight: 600;
    color: #030380;
}

.initative-logo{
    width:130px;
    height:130px;
    border-radius:50%;
    margin: -90px auto 0;
    /* background: linear-gradient(to top, #dfe9f3 0%, white 100%); */
    background: linear-gradient(to top, #dfe9f3 0%, white 100%);
    /* background: #7AE2DF;
    background: -webkit-linear-gradient(top left, #7AE2DF, #BAC9F2);
    background: -moz-linear-gradient(top left, #7AE2DF, #BAC9F2);
    background: linear-gradient(to bottom right, #7AE2DF, #BAC9F2);   */
   
    /* border:18px solid #f8f7f7; */
    border:18px solid #dfe9f3;
    /* border:18px solid #fff; */
}

.initative-logo img{
    width:50px;
    margin-top: 20px;
    transition: transform 1s;
}


.main-initative>#shadowone{
    height:250px;
    width:228px;
    background: linear-gradient(to top, #dfe9f3 0%, white 100%); 
    /* background-color: #f7f6e6;
    opacity: 0.4;
    background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #f7f6e6 7px ), repeating-linear-gradient( #f3d94655, #f3d946 ); */
    /* background-color: #7AE2DF;
    background: -webkit-linear-gradient(top left, #7AE2DF, #BAC9F2);
    background: -moz-linear-gradient(top left, #7AE2DF, #BAC9F2);
    background: linear-gradient(to bottom right, #7AE2DF, #BAC9F2);   */
    position: absolute;
    border-radius: 10px;
    bottom:0;
    left:4%;
    /* z-index: -1; */
    /* box-shadow: 0 0 20px -15px #030380;
    transition: transform .8s; */
}

    .main-initative>#shadowtwo{
    height:250px;
    width:200px;
    background: black; 
    background: linear-gradient(to top, #dfe9f3 0%, white 100%); 
    /* background: -webkit-linear-gradient(top left, #7AE2DF, #BAC9F2);
    background: -moz-linear-gradient(top left, #7AE2DF, #BAC9F2);
    background: linear-gradient(to bottom right, #7AE2DF, #BAC9F2);  */
    position: absolute; 
    border-radius: 10px;
    bottom:0;
    left:9%;
    z-index: -2;
    /* box-shadow: 0 0 20px -15px #030380;
    transition: transform .8s; */
}

.main-initative:hover .initative{
    transform: translateY(-50px);
}

.main-initative:hover #shadowone{
    transform: translateY(-30px);
}

.main-initative:hover img{
    transform: rotate(360deg);
}


.initative-button {
    border: none;
    height: 30;
    border-radius: 200px;
    padding: 5px 8px;
    color:black;
    margin-bottom: 5px;
    /* margin-top: 10px; */
    margin-left: -1px;
    text-transform: uppercase;
    font-size: 12px;
    border: 2px solid #FACB00;
    align-items: center;
    background-color:rgb(235, 217, 144) ;
}

/* New Initiative CSS 23/11/2022 */

/* .incards {
    text-align: center;
    font-family: "Poppins", sans-serif;
    
    background-image: radial-gradient(#facb00 1.5px, transparent 1.5px);
    background-size: 10px 10px;
    background-color: #ffffff;
    border-radius: 2px;
    display: inline-block;
    height: 190px;
    margin: 0.8rem;
    position: relative;
    width: 310px;
    padding-bottom: 10px;
    border:2px solid #FACB00;
    border-radius:5%;
    margin-left: -28px;  
  
  }
   */


   .incards {
    text-align: center;
    font-family: "Poppins", sans-serif;
    
    background-image: url('/static/img/yellow_geom_latest.jpg');
    background-size: 310px;
    background-color: #ffffff;
    border-radius: 2px;
    display: inline-block;
    height: 190px;
    margin: 0.8rem;
    position: relative;
    width: 310px;
    padding-bottom: 10px;
    border:2px solid #FACB00;
    border-radius:5%;
    margin-left: -28px;  
  
  }
  



  .card-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  
  .card-1:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  
 
  .incards > H2 {
    font-family: "Poppins", sans-serif;
  }
  .incards > p {
    font-family: "Poppins", sans-serif;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    padding-top: 2.2rem;
    font-size: 14px;
  }
  
 
  
    .incards:hover,
    .incards:focus {
      box-shadow: 0 0.625em 1.25em 0 rgba(#172d46, 0.3);
    }
  
    .incards:active {
      box-shadow: 0 0.125em 0.25em 0 rgba(#172d46, 0.3);
    }
 
  
/*  */

