/* mobile*/
@media only screen and (min-width: 350px) and (max-width: 501px) {
  body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .navbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: white;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 45px;
  }
  .navbar .menu-list li a{
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a{
    margin-left: 1px;
  }

.navbar.sticky img{
  width: 70px;
  height: 75px;
}

.logo img{
  margin-left: 0px;
  margin-top: 1px;
}

.nav-section{
  width: 100%;
  height: 100px;
}
.section1{
  width: 100%;
  height: 100%;
}

#section1-header{
  position: absolute;
  margin-top: 45%;
  margin-left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  font-size: 5rem;
  font-family: sans-serif;
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
.section2-icon{
    position: absolute;
    top: 13%;
    left: 91%;
    transform: translate(-50%, -50%);
}

.section3 button {
    display: inline-block;
    padding: 10px 20px;
  background-color: #081467;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
            width: 50%;
            height: 50px;
            margin-top: 3%;
            margin-left: 25%;
            font-weight: 600;
            font-size: 17px;
        }
            .form-group {
                flex-direction: column;
            }

            .form-group .form-control {
                min-width: 100%;
            }

            button {
                width: 100%;
                padding: 15px;
}

.section3-end-blank{
    width: 100%;
    height: 100px;
}