* {
    padding: 0px;
    margin: 0px;
}

.resume-home {
    width: 100%;
    overflow: hidden;
    background-color: white;

}

.resume-home .arka-logo {
    width: 100px;
    position: absolute;
    top: 41px;
    left: 10px;
}
.rsh-scroll{
    width: 200%;
    margin: 0px auto;
    box-sizing: border-box;
}
.rsh-inputs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.rsh-inputs input{
    margin: 20px 10px;
    width: 200px;
    padding: 8px 10px;
    border-radius: 10px;
    border: none;
    border: 1px solid rgb(62, 62, 62);
    
}
.rsh-scroll{
    height: 100vh;
}
.rsh-scroll>div{
    display: inline-block;
    width: 49.5%;
    box-sizing: border-box;
}
.rsh-content-1 {
    transition: .2s;
}
.rsh-content-2 {
    visibility: hidden;
    position: relative;
    top: 100px;
}
.fa-graduation-cap{
    font-size: 54px;
    margin-right: 10px;
}

.rsh-content-1>div {
    margin-bottom: 25px;
}

.rsh-h1 {
    font-weight: bold;
}

.rsh-para {
    font-size: 16px;
    font-weight: 500;
}

.rsh-dropdown {
    position:relative; 
    display:inline-block;
    border-radius: 30px;
    border: 1px solid black;
    padding: 10px 10px;
}
.rsh-dropdown select{
    border: none;
    appearance: none;
    /* Removes default arrow */
    -webkit-appearance: none;
    /* For Safari */
    -moz-appearance: none;
    /* For Firefox */
    background-color: white;
    border: none;
    outline: none;
    padding: 0px 10px;
}
.rsh-angle-down{
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 2;
}
#rsh-btn-1{
    display: none;
}
.rsh-btn{
    border: none;
    background-color: rgb(1, 105, 1);
    color: white;
    border-radius: 30px;
    padding: 12px 70px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}
.backbox1{
    text-decoration: none;
    display: inline-block;
    margin: 20px 0px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .rsh-dropdown select {
        width: 90%;
    }
    .rsh-dropdown {
        padding: 13px 10px;
    }
    .rsh-content-1 {
        transition: .2s;
    }
}
@media screen and (max-width: 467px) {

    .rsh-content-1 {
        
        position: relative;
        bottom: 100px;
    }
}