
@media only screen and (max-width: 768px){
  #navbar__item-button{
    display: none;
  }
  /* .top_section{
    display: none;
  } */
  #top_left_box{
    display: none;
  }
  #top_right_box{
    display: none;
  }

  .footer-bg {
  display: block;
  box-sizing: border-box;
  height: 800px;
  background-color: #641a35;
  clip-path: ellipse(93% 100% at 50% 100%);
  }

  #footer_row{
    padding: 70px;
    color: #ffffff;
  }
  #top{
    margin-top: 0;
  }

  iframe{
    width:450px;
  }












}
