@media only screen and (max-width: 600px) {

  .banner-text {
    /* display: none; */
  }
  .banner {
    /* background: #0c263c !important; */
  }
  .header-logo img {
    height: 55px;
    width: auto;
  }
  .btn-blue {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    color: #ffb500;
    background-color:#000;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    border: 0;
    width: 100px;
    min-width: 100px;
    outline: 0;
    cursor: pointer;
    padding: 10px 15px;
    transition: all ease 0.5s;
    display: inline-block;
  }
  .header-flex {
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-between;

    align-items: center;
    padding: 0px 0px !important;
  }
  .banner {
    background: url('../images/arte_mobile_banner.png');
    height: 100%;
    /* height: 500px; */
    margin-top: 60px;
    position: relative;
  }
  .about-image img {
    height: 500px;
    width: auto;
    max-width: 100%;
  }
  .owl-nav {
    display: none;
  }
  .reverse-direction{
    flex-direction:column-reverse;
    
  }
  .banner-form {
    margin: 6%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    position: relative;
    padding: 20px;
    border-radius: 8px;
}
.banner-text {
  padding-top: 12%;
  /* background: rgba(255, 255, 255, 0.2); */
}
.stats-number h2 {
  font-size: 40px;
}
.banner-text h1 {
  color: #ffb500 !important;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.6rem !important;
}
.banner-text {
  margin: 35% 0;
  /* From https://css.glass */
/* background-color: rgba(0, 0, 0, 0.2); */
/* border-radius: 16px; */
/* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px); */
/* border: 1px solid #ffb500; */
/* border-radius: 3px 34px 3px 34px; */
}
.header-modal-btn{
  float: right;
  margin-top: -45px;
}

.social-link i{
  font-size: 1.2rem;
  background: linear-gradient(to right, #AB7500, 
  #F0ED5E, #AB7500, 
  #F0ED5E); 
-webkit-text-fill-color: transparent; 
-webkit-background-clip: text; 
padding: 7px 0;
}
}
