 /**{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;
    
}*/
a{
    text-decoration: none;
    color:black
}
.hero1{
    display: flex;
    justify-content: space-evenly;
    padding: 10px 30px;
    font-size: 14px;
 
}
.hero1 a{
    color: #151b39; 
}
.bar{
  display: flex;
  padding: 20px 0;

    text-align: center;
} 
.blog p{
 color:rgb(133, 132, 132);
  padding: 10px 0px;
  font-size: 15px;
} 
.bar a{
  font-size: 13px;
}
.bar div{
  margin-right:20px ;
  border-radius: 5px;
  padding: 8px;
  border: .8px solid rgb(222, 222, 222);
  background-color: white;
}
#hero2 {
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(234,249,249,0.67) 0.1%, rgba(239,249,251,0.63) 90.1% );
   padding: 50px 0;
    display: flex;
    justify-content: center;
  
}
.title{
  padding-top: 30px;
  padding-left: 40px;
}
  .wel1{
    color: rgb(0, 0, 0);
    padding: 0 70px;
    background-color: white;}
  .wel2{
    color: white;
    padding: 20px;
    background-image: radial-gradient( circle 321px at 8.3% 75.7%,  rgba(209,247,241,1) 0%, rgba(249,213,213,1) 81% );  }
  .dprod img{
    border-radius: 10px;
    padding-bottom: 20px;
  }
  .dprod{
   
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
  }
  .dprod div{
   width: fit-content;
    color: black;
    border-radius: 10px;
    margin: 20px; background-color: rgb(235, 243, 235);
    }
    .dprod div h4{
     margin-bottom: 10px;
     padding: 10px;
    }
    .dprod div p{
     padding: 10px;
     color: #787878;
    }
    #prodfetch1{
      display: flex;
      justify-content: space-evenly;
      text-align: center;
      align-items: center;
      padding:50px 20px;
      background-color: rgb(192, 209, 159);
    }
    #prodfetch1 div{
      background-color: white;
      border-radius: 10px;
      padding: 25px ;
      box-shadow: 2px 2px 8px Black;
    }
    #prodfetch1 button{
      background-color: #151b39;
      color:white;
      border-radius: 10px;
      padding: 10px 20px;
      margin-top: 20px;
    }
    .b1{
      width:300px;
      background-color: white;
      border-radius: 10px;
    }
    .b2,.b3,.b4,.b5{
      width: 200px;
      background-color: white;
      border-radius: 10px;
    }
    .blog img{
      border-radius: 10px;
    }
    .blog{
      display: grid;
      grid-gap:20px;
      grid-template-areas:'one two three'
      'one four five'
    }
    .b1{grid-area: one;}
    .b2{grid-area: two;}
    .b3{grid-area: three;}
    .b4{grid-area: four;}
    .b5{grid-area: five;}
    .heroside{
      padding: 50px 20px;
      margin-left: 10px;
      margin-top: 10px
      
    }
    .heroside input{
      height: 35px;
    }
    .heroside div{

      margin-top: 25px;
      padding:  20px;
      display: grid;
      gap: 10px;
      background-color: white;
      border-radius: 10px;
    }
    .heroside div a{
      color:#a1a1a1;
      font-size: 14px;
    }
    .blog div p,.blog div h4{
      padding: 10px;
    }
   .youtpart{
    padding: 50px;
    background-image: radial-gradient( circle 993px at 0.5% 50.5%,  rgba(137,171,245,0.37) 0%, rgba(245,247,252,1) 100.2% );
   }
    .subpart{
      display: flex;
      
      padding: 20px;
    }
    .you2{
      display: flex;
    }
    iframe{
      width: 100%;
      height: 80%;
      border-radius: 20px;
    }
    .you{
      width:40%;
     
      padding: 20px;
    }
    .you1{
    padding: 20px;
    }
    .you2 div{
      width: 300px;
      
      padding: 20px;
    }
    .you2 div img{
      width: 100%;
      height: 55%;
      border-radius: 20px;
    }
    .title2{
      padding-left: 50px;
    } 