*{
    margin: 0;
    padding: 0;
}
body{
      min-height: 100vh;
    background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),
     url(japan2.avif) center / cover no-repeat;
     color: #fff;
     font-family: sans-serif;
}
.responsive{
    /* border: 5px solid white; */
    height: 300px;
    width: 350px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-left: -30px;
    margin-top: -25px;
    position: absolute;
    z-index: 1;
}
#para{
    margin-top:120px ;
  
    background-color: red;
    padding: 0rem 7rem 0rem 5rem;
    transform: rotate(-45deg);
    height: 60px;
}
.biggerbox{
    position:absolute;
    margin-top: 0px;
    /* border: 5px solid #fff; */
    height: 90vmin;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.text-section{
    /* border: 5px solid #fff; */
    margin-top: 10vmin;
    width: 60%;
    height: 15vmin;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: larger;
}
#lorem{
    margin-top: 20px;
}
.inner-box{
     /* border: 5px solid #fff; */
     margin-top: 5%;
     height: 60%;
     width: 100%;
     display: flex;
     justify-content:space-between;

}
.contact{
    /* border: 5px solid #fff; */
    height: 100%;
    width: 30%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    font-size: xx-large;
}
.send{
    margin-right: 15%;
     /* border: 5px solid #fff; */
     background-color: #fff;
     width: 30%;
     border-radius: 7px;
   

}
form{
    /* border: 2px solid black; */
      display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     border-radius: 7px;
}
.input{
    margin-top: 2rem;
    width: 70%;
    height: 2rem;
    padding-left: 10px;
    border: none;
    border-radius: 6px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.feedback{
    height: 5rem;
    /* box-shadow: none; */
    /* border: 1px solid rgba(0,0,0,0.2); */
}
button{
    margin-top: 2rem;
    width: 120px;
    height: 2.5rem;
    border: none;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background-color: #fff;
    font-size: larger;
    font-weight: bold;
}
button:active{
    transform: scale(0.9);
     box-shadow: -5px -5px 5px rgba(0,0,0,0.2);
}
h3{
    color: black;
    margin-top: 2rem;
    font-size: 30px;
}
img{
    height: 70px;
      background-size: cover;
      border-radius: 50%;
}
h4{
    color: #00b4d8;
}
.main{
    color: #fff;
    font-size: 25px;
    margin-left: 2rem;
    
}
.head{
    display: flex;
    margin-left: 5rem;
}