*
{
  margin: 0;
}
.section1
{
  background-image: url(./Group\ 11.png);
  width: 100%;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section1_2
{
  justify-content: space-around;
  display: flex;
}
.el1
{
  box-shadow: 0px 0px 5px white;
  height: 30px;
  background-color: #9B51E0;
  width: 140px;
  text-align: center;
  color: white;
  padding: 10px;
  border-radius: 10px;
}
.el1_2
{
  display: flex;
  gap: 20px;
}
.el2
{
  display: flex;
  gap: 10px;
  margin-top: 80px;
}
.el3
{
  display: flex;
  gap: 20px;
  color: white;
  align-items: center;
  margin-top: -40px;
  margin-left: 80px;
}
.el4
{

  color: white;
  width: 310px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-left: 130px;
  margin-top: 150px;
}
.el5
{
  width: 700px;
  margin-left: 500px;
  margin-top: -300px;
}
.section2
{
  height: 100px;
  display: flex;
  justify-content: space-around;
  border-bottom: solid 0.2px grey;
  margin-top: 100px;
}
.p1
{
  width: 230px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.section3
{
  height: 500px;
  margin-top: 100px;
}
.box1
{
  height: 300px;
  width: 200px;
  background-color: white;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.obsbox1
{
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
}
.section4
{
  height: 700px;
  background-image: url(./Mask\ Group\ \(13\).png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 50px;

}
.d1
{
  width: 200px;

}
.obsd1
{
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-left: 500px;
  margin-top: -100px;
}












@media (max-width:510px) {

  .section1
  {
    width: 100%;
    height: 1000px;
  }
  .section1_2
  {
    width: 100%;
  }
  .el1
  {
    width: 100%;
  }
  .el1_2
  {
    width: 100%;
  }
  .el2
  {
   display: none;
  }
  .el3
  {
    width: 100%;
  }
  .el4
  {
    width: 80%;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    margin-top: 450px;
  }
  .el4_2
  {
    width: 10%;
    margin-left: 80px;
  }
  .el5
  {
position: absolute;
top: 500px;
right: -0px;
width: 100%;
  }
  .el1_3
  {
    display: none;
  }
  .el1
  {
    width: 40%;
    margin-left: 170px;
    margin-top: 70px;
  }
  .section2
  {
    display: block;
    border-bottom: solid 0px;
    width: 100%;

  }
  .p1
  {
    width: 90%;
    padding: 20px;

  }
  .obsbox1
  {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }
  .section3
  {
    margin-top: 400px;
    height: 1300px;
  }
  .obsd1
  {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    flex-wrap: wrap;

  }
  .section4
  {
    width: 100%;
    gap: 30px;
    margin-top: 00px;
    height: 100%;
  }
  .d1
  {
    width: 180px;
    gap: 30px;

  }
  .d2
  {
    display: flex;
    margin-left: -300px;
    padding-top: 0;
  }
  .d2_1
  {
    margin-left: -100px;
    padding-top: -100px;
    margin-top: -100px;
  }
  .d2_2
  {
    margin-top: -100px;
  }

}