@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Pacifico&family=Protest+Riot&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

.registration{
    margin-left: -100px;
}
.slowgan1{
    color:#3E2922;
    font-weight: 600;
}
.pg{
    font-family: 'Lora', serif;
    width: 1500px;
    margin-left: 110px;
}
.sign_heading{
    font-family: 'Protest Riot', sans-serif;
    color:#3E2922;
    margin: 60px 0px 0px 800px;
    font-size: 45px;
    position: relative;
    top: 18px;
}

.sub-reg{
    height: 750px;
    width: 400px;
    background-color: #ea9159;
    border-radius: 50px 0px 50px 0px;
    margin: 50px 0px 90px 680px;
    box-shadow: 2px 2px 7px 1px #4d001f;
    padding-bottom: -540px;
}

.reg-img{
    height: 120px;
    margin: 18px 0px 10px 140px;
    padding-bottom: 15px;
}

.reg-field{
    font-size: 17px;
    border-radius: 5px;
    border: 1.5px solid #787777;
    height: 40px;
    width: 250px;
    margin: 10px 0px 10px 70px;
    background-color: #f8f9f9;
    font-family: 'Playfair Display', serif;
    box-shadow: 2px 2px 6px 0 #4d001f;
}

.btn{
    font-family: 'Lora', serif;
    font-size: 22px;
    height:34px;
    width: 194px;
    border:1.5px solid #E57734;
    color:white;
    background-color: #3e2922;
    box-shadow: 2px 2px 2px 0 #4d001f;
    margin: 20px 0px 10px 102px;
}
.btn:hover{
    background-color:#ef7743;
    border:2px solid #4d001f;
    transition:1.5s;
    border-radius:10px;
    color:#3e2922;
}
/*Media query*/
@media screen and (min-width: 992px) and (max-width: 1300px)
{
    .sign_heading{
        margin-left:454px;
    
    }
    .sub-reg{
        height: 700px;
        width: 430px;
        background-color: #ea9159;
        border-radius: 50px 0px 50px 0px;
        margin-left:350px;
        box-shadow: 2px 2px 7px 1px #4d001f;
    }
    .pg{
        width:580px;
        margin-left:270px;
      
    }
    .reg-field{
        margin-left:90px;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .sign_heading{
       margin-left:350px;
    }
    .sub-reg{
        height:640px;
        width:300px;
        margin-left:350px;
        padding:-50px;
    }
    .pg{
        width:600px;
        margin-left:200px;
    
    }
    .reg-field{
        font-size: 14px;
        border-radius: 5px;
        border: 1.5px solid #787777;
        height: 40px;
        width: 200px;
        margin: 10px 0px 10px 70px;
        background-color: #f8f9f9;
        font-family: 'Playfair Display', serif;
        box-shadow: 2px 2px 6px 0 #4d001f;
    }
    .btn{
        font-size: 18px;
        height:30px;
        width: 170px;
        margin-left:70px;

    }
    .reg-img{
        height: 100px;
        margin-left:120px;
    }
    

}
@media screen and (min-width: 601px) and (max-width: 767px){
    .sign_heading{
        margin-left:280px;
        font-size:35px;
    }
    .pg{
        width:600px;
        margin-left:120px;
   
    }
    .sub-reg{
        height:500px;
        width:300px;
        margin-left:250px;
        padding:-50px;
    }
    .reg-field{
        font-size: 12px;
        border-radius: 5px;
        border: 1.5px solid #787777;
        height: 35px;
        width: 150px;
        margin: 7px -10px 7px 70px;
        background-color: #f8f9f9;
        font-family: 'Playfair Display', serif;
        box-shadow: 2px 2px 6px 0 #4d001f;
    }
    .reg-img{
        height: 70px;
        margin: 10px 120px;
    }
    .btn{
        font-size: 13px;
        height:30px;
        width: 140px;
        margin:10px 70px;

    }



}