*{
    font-family: 'Montserrat', sans-serif;
}

.uploaddiv{
    padding: 10vh;
    border-radius: 4vh;
    height: 117vh;
    width: 90vw;
    margin: 5vh;
    margin-left: 5vw;
    margin-right: 5vw;
    background-color: white;
    border: none;
    box-shadow: 0px 0px 5px 1px lightgrey;
}

.upload1{
    display: block;
}

.listingmodel{
    float: right;
    width: 50%;
    display: inline-block;
    text-align: center;
    padding-left: 7.5vw;
}

.listing{
    height: 45vh;
    width: 30vw;
    z-index: 3;
    display: inline-block;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    text-align: left;
    box-shadow: 0px 0px 5px 5px lightgrey;
}

.listing ul{
    display: none;
    text-align: center;
    background-color: black;
    color: lightgrey;
    line-height: 5.5vh;
    font-size: 2.5vh;
    width: 20vw;
    border: none;
    z-index: 5;
    font-family: 'Montserrat';
    font-weight: 500;
    position: absolute;
    margin-top: 1vh;
}

.listing ul li:hover{
    background-color: lightgrey;
    color: black;
    cursor: default;
}

.listing img{
    height: 100%;
    width: 100%;
    overflow: hidden; 
    z-index: 3;
    object-fit: cover;
}

#menubtn{
    color: grey;
    font-size: 2.5vh;
    position: absolute;
    padding: 2vh;
    padding-right: 2.5vw;
}

#menubtn:hover ul {
    display: block;
}

.arrowgroup{
    font-size: 3vh;
    color: grey;
    width: 100%;
    position: relative;
    top: -52.5%;
    text-align: center;
}

#leftarrow{
    float: left;
    margin-left: 1.5vw;
}

.leftarrowclick{
    color: #4834d4;
}

#rightarrow{
    float: right; 
    margin-right: 1.5vw;
}

.rightarrowclick{
    color: #4834d4;
}

.moneysec{
    background-color: transparent;
    justify-content: center;
    position: relative;
    top: -3vh;
    z-index: 5 !important;
}

.moneysec p{
   display: inline-block;
   width: 7.5vw;
   text-align: center;
   font-size: 3.25vh;
   height: 5vh;
   line-height: 5vh;
   color: white;
   border-radius: 4vh;
   border: none;
   box-shadow: 0px 0px 9px 1px rgb(99, 99, 99);
}

.listingprice{
    background-color: black;
    float: left;
    z-index: 10;
}

.listingreturn{
    background-image: linear-gradient(45deg, #4834d4, #be2edd);
    float: right;
    z-index: 10;
}

.listingdescription{
    background-color: rgb(48, 48, 48);
    color: white;
    height: auto;
    padding: 4vh;
    width: 30vw;
    border: none;
    position: relative;
    right: -2.5vw;
    top: -.5vh;
    border-radius: 0px 0px 4vh 4vh;
    z-index: 3 !important;
    padding-top: 7.5vh;
}

.listingdescription h3{
    font-size: 3vh;
    line-height: 3.5vh;
    padding-bottom: 2.5vh;
}

.listingdescription p{
    font-size: 2vh;
    line-height: 2.45vh;
}

.inputcontainer{
    float: left;
    width: 50%;
    display: inline-block;
}

.inputcontainer input{
    border: none;
    outline: none;
    background-color: transparent;
    height: 4vh;
    width: 15vw;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    padding-left: 1vw;
}

#listinginformation{
    width: 25vw;
    height: 15vh;
    font-size: 2vh;
    line-height: 2.5vh;
    padding: 3vh;
    padding-left: 1vw;
    max-width: 25vw;
    max-height: 15vh;
    min-width: 25vw;
    min-height: 15vh;
    border: 1px solid black;
}

#categorysec h2{
    color: #4834d4;
    font-size: 2.5vh;
    line-height: 3vh;
    max-width: 20vw;
    margin-top: 5vh;
    margin-bottom: 0vh;
}

#categorysec button{
    background-color: transparent;
    border: none;
    height: 12vh;
    width: 12vh;
    text-align: center;
}

#categorysec button i{
    height: 5vh;
    width: 5vh;
    line-height: 5vh;
    text-align: center;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #4834d4, #be2edd);
    border: none;
    color: white;
    font-size: 2.5vh;
    display: inline-block;
    margin-top: 1.5vh;
}

.uploadheading{
    font-size: 2.5vh;
    line-height: 3vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    color: #4834d4;
    font-weight: 700;
    
}

.addfile{
    height: 3vh;
    width: 3vh;
    border-radius: 50%;
    background-color: grey;
    color: white;
    margin-left: 1vw;
    border: none;
    text-align: center;
}

.ownerinput p{
    font-size: 2vh;
    padding-top: 1vh;
}

.ownerinput input{
    width: 5vw !important;
    display: inline-block;
    height: 4vh;
}

.ownerinput input:checked{
    background-color: #be2edd;
}

.ownerinput label{
    font-size: 2vh;
    display: inline-block;
    position: relative;
    top: -1vh;
    left: -1vw;
}

.upload2{
    display: none;
}

.upload3{
    display: none;
}

.formsteps{
    text-align: center;
}

.formstep{
    padding: 2.5vh;
    background-color: black;
    color: white;
    border: none;
    font-size: 2vh;
    width: auto;
    height: auto;
    border-radius: 3vh;
    margin-bottom: 5vh;
    margin-top: 3vh;
    margin-left: 1vw;
    margin-right: 1vw;
}