@media only screen and (max-width: 600px) {
    .mobile-hide{
        display:none;
    }
    
    .logo {
      width: 100px;
      height: auto;
      display: block;
      margin: 0 auto;
      max-width: 100%;
    }
    .m-heading span {
      font-family: "Bebas Neue";
      letter-spacing: 4px;
      font-size: 50px;
      color: #c8b0a4;
      line-height: 0.8em;
    }
    .m-heading {
      text-align: center;
      line-height: 0.8em;
      font-family: "Bebas Neue";
      font-size: 100px;
      color: #181310;
    }
    .date {
      font-family: 'Inter';
      color: #190804;
      font-size: 30px;
      text-align: center;
      margin-top: 15px;
      line-height: 1.4em;
    }
    .nor-heading {
      font-family: 'Inter';
      letter-spacing: 5px;
      color: #f0dbcb;
      font-size: 25px;
      text-align: center;
      margin-top: 15px;
    }
    .date span {
      display: block;
    }
    .list {
      font-family: 'Inter';
      font-size: 20px;
      padding-left: 50px;
      width: max-content;
      display: block;
    }
    .list li {
      padding-bottom: 6px;
    }
    .ages-text {
      font-family: 'Inter';
      letter-spacing: 2px;
      font-size: 20px;
      text-align: left;
      display: block;
      padding-left: 36px;
      color: #f0ddce;
    }
    
    .reg-btn {
      color: #2a2421;
        font-family: 'Inter';
        font-weight: 600;
        font-size: 25px;
        text-decoration: none;
        background: #c5b7b1;
        border-radius: 4px;
        padding: 12px 20px;
        display: block;
        width: 200px;
        height: auto;
        margin-top: 20px;
        margin-left: 35px;
        line-height: 1.2em;
        transition: .4s ease all;
        word-wrap: break-word;
        text-align: center;
        box-shadow: 1px 1px 10px #0000006b;
    }
    .reg-btn:hover {
      color: #000;
      background-color: #fff;
    }
    .black-footer {
        background-color: #000000;
        color: #fff;
        text-align: center;
        margin-top: -5px;
        padding: 14px 0px;
        font-family: 'Poppins';
        letter-spacing: 2px;
        font-size: 14px;
        text-transform: uppercase;
    }
    .black-footer a {
      color: #fff;
      text-decoration: none;
    }
    .mobile-container {
      width: 100%;
      max-width: 100%;
      padding: 20px 0px 0px;
      display:block !important;
    }
    body {
      padding: 0;
      margin: 0;
    }
    .kid-image{
        max-width:100%;
        width:100%;
        height:auto;
        margin-top:20px;
    }
}