@media (max-width: 768px){
 
/* --------- Menu ------------ */
.main{
    position: relative;
    width: 100vw;
    height: auto;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.notifymeBox{
    
    position: fixed;
    width: 70vw;
    height: 50vw;
    
    gap: 20px;
}
.notifymeBox h2{
    font-size: 4vw;
}
.notifymeBox p{
    font-size: 2vw;
}
.notifyClose{
    top: 16px;
    right: 16px;
    width: 2vw;
   
}
.notifyEmail{
    width: 100%; 
}
.notifyBtn{
    height: 34px;
}
.notifyBtn img{
    width: 20px;
}

/* --------- Main-left ------------ */

.main-left{
    width: 100%;
    height: 90vh;
}
/* --------- Logo ------------ */

.logo{
    width: 80%;
}


.content button{
    font-size: 2.2vw;
}


/* --------- Main-right ------------ */
.main-right{
    position: relative;
    transform: none;
    width: 100%;
    height: auto;
}

.wrap{
    overflow: hidden;
    gap: 50px;
}
/* --------- Menu ------------ */
.menu{
    display: none;
}

.aboutus h2{
    font-size: 5.5vw;
}
.aboutus p{
    font-size: 2.4vw;
}

.contactus h2{
    font-size: 5.5vw;
}


  input, textarea {
    font-size: 12px;
  }
  
  
  label {
    font-size: 12px;
  }
  
  

  .down-arr{
    width: 4vw;
  }
  .addr h3{
    font-size: 2vw;
  }
  .addr p{
    font-size: 1.2vw;
  }
  .addr div img{
    width: 4.4vw;
  }
  
  .addr div{
    gap: 6px;
  }
}