    *{
     font-family: "Plus Jakarta Sans", sans-serif;
     box-sizing: border-box;
     margin:o;
     padding:0;
    }

    body{
        min-height:100vh;
         background: linear-gradient(to bottom, #FFFFFF 0%, #EBDCFF 100%);
}
 
     img{
        width: 100%;
     }
      
          
    
    .btn{
        background-color: #872bff;
        border-radius:30px;
        padding: 16px  32px;
        color: #ffffff;
        cursor: pointer;
        margin-right: 20px;
      

    }
    .center{
      text-align: center;
    }

    .btn1 {
        background-color: #872bff;
        border-radius:30px;
        padding: 16px  32px;
        color: #ffffff;
        cursor: pointer;
        

      

    }

    .heading-content{
       text-align: center;
    }
    .heading-content h4{
       color:#f411cf;
       font-weight: bold;
       font-size:  24px;
       letter-spacing: 3px;
       text-transform: uppercase;
       margin-bottom: 20px;
    }

   .heading-content h2{
      font-weight: bold;
      font-size: 44px;
      margin-bottom: 30px;
   }

   #service-card-container
   {
      display: flex;
      justify-content: space-between;
      gap: 30px;
   }
   .service-card{
    background-color:#ffffff;
    padding:100px 60px;
    text-align:center;
    max-width:350px;
    border-radius: 30px;
   


   }
   .service-card img {
      width: 80px;
      margin-bottom: 30px;

   }
   .service-card h2{
     font-weight:semibold;
     font-size: 28px;
     margin-bottom: 20px;

   }

   .service-card p{
      color: #a8a8a8;

   }
   .review{
      background-color:white;
      padding: 20px;
      text-align: center;
      margin:20px 100px 10px 100px;
   }
   .review p{
      font-size: 24px;
   } 
   .review h2{
      font-size: 30px;
   }
    .review h4{
      font-size: 20px;
    }

    
    .btn-white{
         /* background-color: #872bff; */
        border-radius:30px;
        padding: 16px  32px;
        /* color: #ffffff; */
        cursor: pointer;
        margin-right: 20px;
        border-color: #872bff;
        color:black;

    }

    #banner{
        /* margin-top:100px;
        margin-bottom: 120px;
        margin-left: auto;
        margin-right: auto; */

        /* margin: 100px 50px; */

               /* top  rig  bot  lef */
        /* margin: 100px 10px 25px 50px; */

        margin:100px auto 120px auto ;
        border: 2px solid #872bff;
        padding: 20px 30px;
        background-image: url("../images/hero-bg.png");
        display:flex;
        justify-content:space-between;
        align-items:center;

        width:87.5%;
        border-radius: 40px;
        background-color:white;
         
     }



      .banner-content{

        width:50%;

     }


     .banner-content *{

        margin-bottom: 20px;
     }

     .banner-content p{
        font-weight:medium;
        font-size: 18px;
        color:#a8a8a8;
     }


     .banner-content h1{
           font-size: 70px;
           font-weight: bold;

     }

 .banner-content h1 span{
    color:#f411cf;


 }

 .story-image{
   width: 100%;
 }


 .banner-image{
    width: 50% ;
 }



 #service ,
 #story,
 #country,
 #heading
 {
   width:87.5%;
   margin:0px auto 120px auto;
 
 

 }

 #story-card{
   background-color:white;
   padding: 40px;
   border-radius: 24px;
   display: flex;
   justify-content: space-between;
   gap:20px;
   margin:30px 100px;


 }

 .stroy-content h2,
 .stroy-content p ,
 .stroy-content img{
   margin-bottom: 30px;
    
 }
   .story-content img{
      width: 100px;
      
   }



 #country-card-container{
   display:flex ;
   gap:30px;
   flex-wrap: wrap;
   justify-content: center;
 }

 #country-card-container h2{
   background-color:white;
   padding:40px;
   border-radius: 30px;
 }


